Skip to content

Commit 8e5ee34

Browse files
github-actions[bot]BDevParityParityReleases
authored
Post crates release activities for stable2509 (#10620)
Automated PR containing post-crates-release activities: - NODE_VERSION bumps - Path dependencies replacement - Zepter fixes - Taplo formatting - PRDocs reorganization --------- Co-authored-by: Bruno Devic <bruno.devic@parity.io> Co-authored-by: ParityReleases <release-team@parity.io>
1 parent 788480a commit 8e5ee34

File tree

24 files changed

+70
-65
lines changed

24 files changed

+70
-65
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plan.toml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,9 +1156,9 @@ reason = "changed"
11561156
[[crate]]
11571157
# substrate/frame/staking-async/rc-client
11581158
name = "pallet-staking-async-rc-client"
1159-
from = "0.3.0"
1160-
to = "0.4.0"
1161-
bump = "major"
1159+
from = "0.4.0"
1160+
to = "0.4.1"
1161+
bump = "minor"
11621162
reason = "changed"
11631163

11641164
[[crate]]
@@ -1212,9 +1212,9 @@ reason = "changed"
12121212
[[crate]]
12131213
# substrate/client/network
12141214
name = "sc-network"
1215-
from = "0.52.0"
1216-
to = "0.53.0"
1217-
bump = "major"
1215+
from = "0.53.0"
1216+
to = "0.53.1"
1217+
bump = "patch"
12181218
reason = "changed"
12191219

12201220
[[crate]]
@@ -1304,9 +1304,9 @@ reason = "changed"
13041304
[[crate]]
13051305
# cumulus/test/relay-sproof-builder
13061306
name = "cumulus-test-relay-sproof-builder"
1307-
from = "0.21.0"
1308-
to = "0.22.0"
1309-
bump = "major"
1307+
from = "0.22.0"
1308+
to = "0.22.1"
1309+
bump = "patch"
13101310
reason = "changed"
13111311

13121312
[[crate]]
@@ -1632,9 +1632,9 @@ reason = "changed"
16321632
[[crate]]
16331633
# substrate/frame/staking-async
16341634
name = "pallet-staking-async"
1635-
from = "0.5.0"
1636-
to = "0.5.1"
1637-
bump = "patch"
1635+
from = "0.5.1"
1636+
to = "0.5.2"
1637+
bump = "minor"
16381638
reason = "changed"
16391639

16401640
[[crate]]
@@ -2722,9 +2722,9 @@ reason = "changed"
27222722
[[crate]]
27232723
# substrate/client/rpc-spec-v2
27242724
name = "sc-rpc-spec-v2"
2725-
from = "0.52.0"
2726-
to = "0.53.0"
2727-
bump = "major"
2725+
from = "0.53.0"
2726+
to = "0.53.1"
2727+
bump = "patch"
27282728
reason = "changed"
27292729

27302730
[[crate]]
@@ -2774,8 +2774,8 @@ reason = "changed"
27742774
[[crate]]
27752775
# cumulus/pallets/parachain-system
27762776
name = "cumulus-pallet-parachain-system"
2777-
from = "0.23.0"
2778-
to = "0.23.1"
2777+
from = "0.23.1"
2778+
to = "0.23.2"
27792779
bump = "patch"
27802780
reason = "changed"
27812781

@@ -3330,9 +3330,9 @@ reason = "changed"
33303330
[[crate]]
33313331
# cumulus/parachains/runtimes/test-utils
33323332
name = "parachains-runtimes-test-utils"
3333-
from = "25.0.0"
3334-
to = "26.0.0"
3335-
bump = "major"
3333+
from = "26.0.0"
3334+
to = "26.0.1"
3335+
bump = "patch"
33363336
reason = "changed"
33373337

33383338
[[crate]]
@@ -3408,9 +3408,9 @@ reason = "changed"
34083408
[[crate]]
34093409
# cumulus/xcm/xcm-emulator
34103410
name = "xcm-emulator"
3411-
from = "0.22.0"
3412-
to = "0.23.0"
3413-
bump = "major"
3411+
from = "0.23.0"
3412+
to = "0.23.1"
3413+
bump = "patch"
34143414
reason = "changed"
34153415

34163416
[[crate]]
@@ -3504,8 +3504,8 @@ reason = "changed"
35043504
[[crate]]
35053505
# cumulus/parachains/runtimes/assets/asset-hub-westend
35063506
name = "asset-hub-westend-runtime"
3507-
from = "0.36.0"
3508-
to = "0.36.1"
3507+
from = "0.36.1"
3508+
to = "0.36.2"
35093509
bump = "minor"
35103510
reason = "changed"
35113511

@@ -3552,9 +3552,9 @@ reason = "changed"
35523552
[[crate]]
35533553
# cumulus/client/parachain-inherent
35543554
name = "cumulus-client-parachain-inherent"
3555-
from = "0.19.0"
3556-
to = "0.20.0"
3557-
bump = "major"
3555+
from = "0.20.0"
3556+
to = "0.20.1"
3557+
bump = "patch"
35583558
reason = "changed"
35593559

35603560
[[crate]]
@@ -4004,8 +4004,8 @@ to = "0.1.0"
40044004
[[crate]]
40054005
# cumulus/client/consensus/aura
40064006
name = "cumulus-client-consensus-aura"
4007-
from = "0.26.0"
4008-
to = "0.26.1"
4007+
from = "0.26.1"
4008+
to = "0.26.2"
40094009
bump = "patch"
40104010
reason = "changed"
40114011

cumulus/client/consensus/aura/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cumulus-client-consensus-aura"
33
description = "AURA consensus algorithm for parachains"
4-
version = "0.26.1"
4+
version = "0.26.2"
55
authors.workspace = true
66
edition.workspace = true
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

cumulus/client/parachain-inherent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cumulus-client-parachain-inherent"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Inherent that needs to be present in every parachain block. Contains messages and a relay chain storage-proof."

cumulus/pallets/parachain-system/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cumulus-pallet-parachain-system"
3-
version = "0.23.1"
3+
version = "0.23.2"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Base pallet for cumulus-based parachains"

cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asset-hub-westend-runtime"
3-
version = "0.36.1"
3+
version = "0.36.2"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Westend variant of Asset Hub parachain runtime"

cumulus/parachains/runtimes/test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parachains-runtimes-test-utils"
3-
version = "26.0.0"
3+
version = "26.0.1"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Utils for Runtimes testing"

cumulus/polkadot-omni-node/lib/src/nodes/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use sc_service::{Configuration, TaskManager};
2424
/// The current node version for cumulus official binaries, which takes the basic
2525
/// SemVer form `<major>.<minor>.<patch>`. It should correspond to the latest
2626
/// `polkadot` version of a stable release.
27-
pub const NODE_VERSION: &'static str = "1.20.2";
27+
pub const NODE_VERSION: &'static str = "1.20.3";
2828

2929
/// Trait that extends the `DynNodeSpec` trait with manual seal related logic.
3030
///

cumulus/test/relay-sproof-builder/Cargo.toml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cumulus-test-relay-sproof-builder"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
authors.workspace = true
55
edition.workspace = true
66
license = "Apache-2.0"
@@ -13,20 +13,14 @@ workspace = true
1313

1414
[dependencies]
1515
codec = { features = ["derive"], workspace = true }
16-
17-
# Substrate
16+
cumulus-primitives-core.workspace = true
17+
polkadot-primitives.workspace = true
1818
sp-consensus-babe.workspace = true
1919
sp-core.workspace = true
2020
sp-runtime.workspace = true
2121
sp-state-machine.workspace = true
2222
sp-trie.workspace = true
2323

24-
# Polkadot
25-
polkadot-primitives.workspace = true
26-
27-
# Cumulus
28-
cumulus-primitives-core.workspace = true
29-
3024
[features]
3125
default = ["std"]
3226
std = [

cumulus/xcm/xcm-emulator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "xcm-emulator"
33
description = "Test kit to emulate XCM program execution."
4-
version = "0.23.0"
4+
version = "0.23.1"
55
authors.workspace = true
66
edition.workspace = true
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)