Skip to content

Commit a2cbc4d

Browse files
github-actions[bot]EgorPopelyaevParityReleases
authored
[stable2512] Post crates release activities for stable2512-2 (#11002)
Automated PR containing post-crates-release activities: - NODE_VERSION bumps (if selected) - Path dependencies replacement - Zepter fixes - Taplo formatting - PRDocs reorganization (if prdocs exist) --------- Co-authored-by: EgorPopelyaev <egor@parity.io> Co-authored-by: ParityReleases <release-team@parity.io>
1 parent 2c74127 commit a2cbc4d

File tree

37 files changed

+113
-127
lines changed

37 files changed

+113
-127
lines changed

Cargo.lock

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

Plan.toml

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# generated by parity-publish v0.10.6
1+
# generated by parity-publish v0.10.9
22
# command: parity-publish plan --prdoc prdoc
33

44
[options]
@@ -956,9 +956,9 @@ to = "2.0.0"
956956
[[crate]]
957957
# bridges/snowbridge/primitives/beacon
958958
name = "snowbridge-beacon-primitives"
959-
from = "0.17.0"
960-
to = "0.18.0"
961-
bump = "major"
959+
from = "0.18.0"
960+
to = "0.18.1"
961+
bump = "patch"
962962
reason = "changed"
963963

964964
[[crate]]
@@ -1056,8 +1056,8 @@ reason = "changed"
10561056
[[crate]]
10571057
# substrate/frame/benchmarking
10581058
name = "frame-benchmarking"
1059-
from = "45.0.0"
1060-
to = "45.0.1"
1059+
from = "45.0.1"
1060+
to = "45.0.2"
10611061
bump = "patch"
10621062
reason = "changed"
10631063

@@ -1171,14 +1171,6 @@ to = "20.0.0"
11711171
bump = "major"
11721172
reason = "changed"
11731173

1174-
[[crate]]
1175-
# substrate/frame/staking-async/rc-client
1176-
name = "pallet-staking-async-rc-client"
1177-
from = "0.6.1"
1178-
to = "0.7.0"
1179-
bump = "major"
1180-
reason = "changed"
1181-
11821174
[[crate]]
11831175
# substrate/frame/statement
11841176
name = "pallet-statement"
@@ -1442,9 +1434,9 @@ reason = "changed"
14421434
[[crate]]
14431435
# substrate/frame/dap
14441436
name = "pallet-dap"
1445-
from = "0.1.0"
1446-
to = "0.1.1"
1447-
bump = "patch"
1437+
from = "0.1.1"
1438+
to = "0.2.0"
1439+
bump = "major"
14481440
reason = "changed"
14491441

14501442
[[crate]]
@@ -1956,9 +1948,9 @@ reason = "changed"
19561948
[[crate]]
19571949
# substrate/frame/bags-list
19581950
name = "pallet-bags-list"
1959-
from = "43.0.0"
1960-
to = "44.0.0"
1961-
bump = "major"
1951+
from = "44.0.0"
1952+
to = "44.0.1"
1953+
bump = "patch"
19621954
reason = "changed"
19631955

19641956
[[crate]]
@@ -1998,8 +1990,8 @@ to = "0.1.0"
19981990
[[crate]]
19991991
# substrate/frame/nomination-pools
20001992
name = "pallet-nomination-pools"
2001-
from = "43.0.0"
2002-
to = "43.0.1"
1993+
from = "43.0.1"
1994+
to = "43.0.2"
20031995
bump = "patch"
20041996
reason = "changed"
20051997

@@ -2022,17 +2014,9 @@ reason = "changed"
20222014
[[crate]]
20232015
# substrate/frame/session
20242016
name = "pallet-session"
2025-
from = "44.0.0"
2026-
to = "45.0.0"
2027-
bump = "major"
2028-
reason = "changed"
2029-
2030-
[[crate]]
2031-
# substrate/frame/staking-async
2032-
name = "pallet-staking-async"
2033-
from = "0.8.0"
2034-
to = "0.9.0"
2035-
bump = "major"
2017+
from = "45.0.0"
2018+
to = "45.1.0"
2019+
bump = "minor"
20362020
reason = "changed"
20372021

20382022
[[crate]]
@@ -2428,11 +2412,11 @@ bump = "major"
24282412
reason = "changed"
24292413

24302414
[[crate]]
2431-
# substrate/frame/staking-async/ah-client
2432-
name = "pallet-staking-async-ah-client"
2433-
from = "0.6.0"
2434-
to = "0.7.0"
2435-
bump = "major"
2415+
# substrate/frame/staking-async/rc-client
2416+
name = "pallet-staking-async-rc-client"
2417+
from = "0.7.0"
2418+
to = "0.7.1"
2419+
bump = "minor"
24362420
reason = "changed"
24372421

24382422
[[crate]]
@@ -2706,10 +2690,20 @@ bump = "major"
27062690
reason = "changed"
27072691

27082692
[[crate]]
2709-
# substrate/frame/staking-async/runtimes/preset-store
2710-
name = "pallet-staking-async-preset-store"
2711-
from = "0.1.0"
2712-
to = "0.1.0"
2693+
# substrate/frame/staking-async
2694+
name = "pallet-staking-async"
2695+
from = "0.9.0"
2696+
to = "0.10.0"
2697+
bump = "major"
2698+
reason = "changed"
2699+
2700+
[[crate]]
2701+
# substrate/frame/staking-async/ah-client
2702+
name = "pallet-staking-async-ah-client"
2703+
from = "0.7.0"
2704+
to = "0.7.1"
2705+
bump = "minor"
2706+
reason = "changed"
27132707

27142708
[[crate]]
27152709
# bridges/modules/xcm-bridge-hub
@@ -2843,6 +2837,12 @@ to = "44.0.0"
28432837
bump = "major"
28442838
reason = "changed"
28452839

2840+
[[crate]]
2841+
# substrate/frame/staking-async/runtimes/preset-store
2842+
name = "pallet-staking-async-preset-store"
2843+
from = "0.1.0"
2844+
to = "0.1.0"
2845+
28462846
[[crate]]
28472847
# substrate/frame/state-trie-migration
28482848
name = "pallet-state-trie-migration"
@@ -3094,9 +3094,9 @@ reason = "changed"
30943094
[[crate]]
30953095
# bridges/snowbridge/pallets/ethereum-client
30963096
name = "snowbridge-pallet-ethereum-client"
3097-
from = "0.17.0"
3098-
to = "0.18.0"
3099-
bump = "major"
3097+
from = "0.18.0"
3098+
to = "0.18.1"
3099+
bump = "patch"
31003100
reason = "changed"
31013101

31023102
[[crate]]
@@ -3278,8 +3278,8 @@ reason = "changed"
32783278
[[crate]]
32793279
# polkadot/runtime/westend
32803280
name = "westend-runtime"
3281-
from = "30.0.0"
3282-
to = "30.1.0"
3281+
from = "30.1.0"
3282+
to = "30.2.0"
32833283
bump = "minor"
32843284
reason = "changed"
32853285

@@ -3500,8 +3500,8 @@ reason = "changed"
35003500
[[crate]]
35013501
# cumulus/parachains/runtimes/assets/asset-hub-westend
35023502
name = "asset-hub-westend-runtime"
3503-
from = "0.39.0"
3504-
to = "0.40.0"
3503+
from = "0.40.0"
3504+
to = "0.42.0"
35053505
bump = "major"
35063506
reason = "changed"
35073507

@@ -4168,8 +4168,8 @@ reason = "changed"
41684168
[[crate]]
41694169
# umbrella
41704170
name = "polkadot-sdk"
4171-
from = "2512.0.0"
4172-
to = "2512.1.0"
4171+
from = "2512.1.0"
4172+
to = "2512.2.0"
41734173
bump = "minor"
41744174
reason = "changed"
41754175

bridges/snowbridge/pallets/ethereum-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "snowbridge-pallet-ethereum-client"
33
description = "Snowbridge Ethereum Client Pallet"
4-
version = "0.18.0"
4+
version = "0.18.1"
55
authors = ["Snowfork <contact@snowfork.com>"]
66
edition.workspace = true
77
repository.workspace = true

bridges/snowbridge/primitives/beacon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "snowbridge-beacon-primitives"
33
description = "Snowbridge Beacon Primitives"
4-
version = "0.18.0"
4+
version = "0.18.1"
55
authors = ["Snowfork <contact@snowfork.com>"]
66
edition.workspace = true
77
repository.workspace = true

cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
130130
spec_name: alloc::borrow::Cow::Borrowed("statemine"),
131131
impl_name: alloc::borrow::Cow::Borrowed("statemine"),
132132
authoring_version: 1,
133-
spec_version: 1_021_001,
133+
spec_version: 1_021_002,
134134
impl_version: 0,
135135
apis: RUNTIME_API_VERSIONS,
136136
transaction_version: 16,

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.40.0"
3+
version = "0.42.0"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Westend variant of Asset Hub parachain runtime"

cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
147147
spec_name: alloc::borrow::Cow::Borrowed("westmint"),
148148
impl_name: alloc::borrow::Cow::Borrowed("westmint"),
149149
authoring_version: 1,
150-
spec_version: 1_021_002,
150+
spec_version: 1_021_003,
151151
impl_version: 0,
152152
apis: RUNTIME_API_VERSIONS,
153153
transaction_version: 16,

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
252252
spec_name: alloc::borrow::Cow::Borrowed("bridge-hub-rococo"),
253253
impl_name: alloc::borrow::Cow::Borrowed("bridge-hub-rococo"),
254254
authoring_version: 1,
255-
spec_version: 1_021_001,
255+
spec_version: 1_021_002,
256256
impl_version: 0,
257257
apis: RUNTIME_API_VERSIONS,
258258
transaction_version: 6,

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
242242
spec_name: alloc::borrow::Cow::Borrowed("bridge-hub-westend"),
243243
impl_name: alloc::borrow::Cow::Borrowed("bridge-hub-westend"),
244244
authoring_version: 1,
245-
spec_version: 1_021_001,
245+
spec_version: 1_021_002,
246246
impl_version: 0,
247247
apis: RUNTIME_API_VERSIONS,
248248
transaction_version: 6,

cumulus/parachains/runtimes/collectives/collectives-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
130130
spec_name: alloc::borrow::Cow::Borrowed("collectives-westend"),
131131
impl_name: alloc::borrow::Cow::Borrowed("collectives-westend"),
132132
authoring_version: 1,
133-
spec_version: 1_021_001,
133+
spec_version: 1_021_002,
134134
impl_version: 0,
135135
apis: RUNTIME_API_VERSIONS,
136136
transaction_version: 6,

0 commit comments

Comments
 (0)