Skip to content

Commit 00fbc91

Browse files
[stable2512] Post crates release activities for stable2512-2 (#11140)
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: ParityReleases <release-team@parity.io>
1 parent 2e324a6 commit 00fbc91

File tree

20 files changed

+34
-34
lines changed

20 files changed

+34
-34
lines changed

Cargo.lock

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

Plan.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# generated by parity-publish v0.10.10
2-
# command: parity-publish plan --prdoc prdoc/stable2512-2/pr_10771.prdoc
2+
# command: parity-publish plan --prdoc prdoc
33

44
[options]
55

@@ -4126,16 +4126,16 @@ reason = "changed"
41264126
[[crate]]
41274127
# substrate/utils/frame/omni-bencher
41284128
name = "frame-omni-bencher"
4129-
from = "0.17.1"
4130-
to = "0.17.2"
4129+
from = "0.17.2"
4130+
to = "0.17.3"
41314131
bump = "patch"
41324132
reason = "changed"
41334133

41344134
[[crate]]
41354135
# polkadot
41364136
name = "polkadot"
4137-
from = "30.0.0"
4138-
to = "30.0.1"
4137+
from = "30.0.1"
4138+
to = "30.0.2"
41394139
bump = "patch"
41404140
reason = "changed"
41414141

@@ -4168,18 +4168,18 @@ to = "0.1.0"
41684168
[[crate]]
41694169
# cumulus/polkadot-omni-node
41704170
name = "polkadot-omni-node"
4171-
from = "0.13.0"
4172-
to = "0.13.1"
4171+
from = "0.13.1"
4172+
to = "0.13.2"
41734173
bump = "patch"
41744174
reason = "changed"
41754175

41764176
[[crate]]
41774177
# umbrella
41784178
name = "polkadot-sdk"
4179-
from = "2512.3.1"
4180-
to = "2512.3.2"
4179+
from = "2512.3.2"
4180+
to = "2512.3.3"
41814181
bump = "patch"
4182-
reason = "bumped by --patch"
4182+
reason = "changed"
41834183

41844184
[[crate]]
41854185
# substrate/bin/node/runtime

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_002,
133+
spec_version: 1_021_003,
134134
impl_version: 0,
135135
apis: RUNTIME_API_VERSIONS,
136136
transaction_version: 16,

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_003,
150+
spec_version: 1_021_004,
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_002,
255+
spec_version: 1_021_003,
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_002,
245+
spec_version: 1_021_003,
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_002,
133+
spec_version: 1_021_003,
134134
impl_version: 0,
135135
apis: RUNTIME_API_VERSIONS,
136136
transaction_version: 6,

cumulus/parachains/runtimes/coretime/coretime-rococo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
159159
spec_name: alloc::borrow::Cow::Borrowed("coretime-rococo"),
160160
impl_name: alloc::borrow::Cow::Borrowed("coretime-rococo"),
161161
authoring_version: 1,
162-
spec_version: 1_021_002,
162+
spec_version: 1_021_003,
163163
impl_version: 0,
164164
apis: RUNTIME_API_VERSIONS,
165165
transaction_version: 2,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
159159
spec_name: alloc::borrow::Cow::Borrowed("coretime-westend"),
160160
impl_name: alloc::borrow::Cow::Borrowed("coretime-westend"),
161161
authoring_version: 1,
162-
spec_version: 1_021_002,
162+
spec_version: 1_021_003,
163163
impl_version: 0,
164164
apis: RUNTIME_API_VERSIONS,
165165
transaction_version: 2,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
103103
spec_name: alloc::borrow::Cow::Borrowed("glutton-westend"),
104104
impl_name: alloc::borrow::Cow::Borrowed("glutton-westend"),
105105
authoring_version: 1,
106-
spec_version: 1_021_002,
106+
spec_version: 1_021_003,
107107
impl_version: 0,
108108
apis: RUNTIME_API_VERSIONS,
109109
transaction_version: 1,

0 commit comments

Comments
 (0)