Skip to content

Commit 5ab4013

Browse files
[stable2509] Polkadot-cli crates release (#9951)
1 parent 0a1bdcb commit 5ab4013

File tree

12 files changed

+35
-35
lines changed

12 files changed

+35
-35
lines changed

Cargo.lock

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

Plan.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# generated by parity-publish v0.10.6
2-
# command: parity-publish plan --new --prdoc prdoc/stable2509
2+
# command: parity-publish plan --prdoc prdoc
33

44
[options]
55

@@ -938,9 +938,9 @@ to = "2.0.0"
938938
[[crate]]
939939
# bridges/snowbridge/primitives/beacon
940940
name = "snowbridge-beacon-primitives"
941-
from = "0.15.0"
942-
to = "0.16.0"
943-
bump = "major"
941+
from = "0.16.0"
942+
to = "0.16.1"
943+
bump = "patch"
944944
reason = "changed"
945945

946946
[[crate]]
@@ -3066,9 +3066,9 @@ reason = "changed"
30663066
[[crate]]
30673067
# bridges/snowbridge/pallets/ethereum-client
30683068
name = "snowbridge-pallet-ethereum-client"
3069-
from = "0.15.0"
3070-
to = "0.16.0"
3071-
bump = "major"
3069+
from = "0.16.0"
3070+
to = "0.16.1"
3071+
bump = "patch"
30723072
reason = "changed"
30733073

30743074
[[crate]]
@@ -3384,9 +3384,9 @@ reason = "changed"
33843384
[[crate]]
33853385
# bridges/snowbridge/pallets/inbound-queue
33863386
name = "snowbridge-pallet-inbound-queue"
3387-
from = "0.15.0"
3388-
to = "0.16.0"
3389-
bump = "major"
3387+
from = "0.16.0"
3388+
to = "0.16.1"
3389+
bump = "patch"
33903390
reason = "changed"
33913391

33923392
[[crate]]
@@ -3512,9 +3512,9 @@ reason = "changed"
35123512
[[crate]]
35133513
# cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo
35143514
name = "bridge-hub-rococo-runtime"
3515-
from = "0.22.0"
3516-
to = "0.23.0"
3517-
bump = "major"
3515+
from = "0.23.0"
3516+
to = "0.23.1"
3517+
bump = "patch"
35183518
reason = "changed"
35193519

35203520
[[crate]]
@@ -3528,9 +3528,9 @@ reason = "changed"
35283528
[[crate]]
35293529
# cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend
35303530
name = "bridge-hub-westend-runtime"
3531-
from = "0.19.0"
3532-
to = "0.20.0"
3533-
bump = "major"
3531+
from = "0.20.0"
3532+
to = "0.20.1"
3533+
bump = "patch"
35343534
reason = "changed"
35353535

35363536
[[crate]]
@@ -4038,9 +4038,9 @@ to = "0.1.0"
40384038
[[crate]]
40394039
# polkadot/cli
40404040
name = "polkadot-cli"
4041-
from = "27.0.0"
4042-
to = "28.0.0"
4043-
bump = "major"
4041+
from = "28.0.0"
4042+
to = "28.0.1"
4043+
bump = "patch"
40444044
reason = "changed"
40454045

40464046
[[crate]]

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.16.0"
4+
version = "0.16.1"
55
authors = ["Snowfork <[email protected]>"]
66
edition.workspace = true
77
repository.workspace = true

bridges/snowbridge/pallets/inbound-queue/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-inbound-queue"
33
description = "Snowbridge Inbound Queue Pallet"
4-
version = "0.16.0"
4+
version = "0.16.1"
55
authors = ["Snowfork <[email protected]>"]
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.16.0"
4+
version = "0.16.1"
55
authors = ["Snowfork <[email protected]>"]
66
edition.workspace = true
77
repository.workspace = true

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bridge-hub-rococo-runtime"
3-
version = "0.23.0"
3+
version = "0.23.1"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Rococo's BridgeHub parachain runtime"
@@ -111,7 +111,7 @@ xcm-runtime-apis.workspace = true
111111
[dev-dependencies]
112112
bridge-hub-test-utils = { default-features = true, workspace = true }
113113
bridge-runtime-common = { features = ["integrity-test"], default-features = true, workspace = true }
114-
pallet-bridge-relayers = { features = ["integrity-test"], workspace = true, default-features = false }
114+
pallet-bridge-relayers = { features = ["integrity-test"], default-features = false, workspace = true }
115115
parachains-runtimes-test-utils = { default-features = true, workspace = true }
116116
snowbridge-runtime-test-common = { default-features = true, workspace = true }
117117

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
@@ -253,7 +253,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
253253
spec_name: alloc::borrow::Cow::Borrowed("bridge-hub-rococo"),
254254
impl_name: alloc::borrow::Cow::Borrowed("bridge-hub-rococo"),
255255
authoring_version: 1,
256-
spec_version: 1_020_001,
256+
spec_version: 1_020_002,
257257
impl_version: 0,
258258
apis: RUNTIME_API_VERSIONS,
259259
transaction_version: 6,

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bridge-hub-westend-runtime"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Westend's BridgeHub parachain runtime"
@@ -112,7 +112,7 @@ xcm-runtime-apis.workspace = true
112112
[dev-dependencies]
113113
bridge-hub-test-utils = { default-features = true, workspace = true }
114114
bridge-runtime-common = { features = ["integrity-test"], default-features = true, workspace = true }
115-
pallet-bridge-relayers = { features = ["integrity-test"], workspace = true, default-features = false }
115+
pallet-bridge-relayers = { features = ["integrity-test"], default-features = false, workspace = true }
116116
parachains-runtimes-test-utils = { default-features = true, workspace = true }
117117
snowbridge-runtime-test-common = { default-features = true, workspace = true }
118118

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
@@ -243,7 +243,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
243243
spec_name: alloc::borrow::Cow::Borrowed("bridge-hub-westend"),
244244
impl_name: alloc::borrow::Cow::Borrowed("bridge-hub-westend"),
245245
authoring_version: 1,
246-
spec_version: 1_020_001,
246+
spec_version: 1_020_002,
247247
impl_version: 0,
248248
apis: RUNTIME_API_VERSIONS,
249249
transaction_version: 6,

polkadot/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "polkadot-cli"
33
description = "Polkadot Relay-chain Client Node"
4-
version = "28.0.0"
4+
version = "28.0.1"
55
authors.workspace = true
66
edition.workspace = true
77
license.workspace = true

0 commit comments

Comments
 (0)