Skip to content

Commit 23eaa41

Browse files
[unstable2507] Post crates release updates (#10238)
1 parent 2bf51af commit 23eaa41

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

Cargo.lock

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

Plan.toml

Lines changed: 11 additions & 11 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 --prdoc prdoc
2+
# command: parity-publish plan --prdoc prdoc/pr_9938.prdoc
33

44
[options]
55

@@ -960,8 +960,8 @@ to = "2.0.0"
960960
[[crate]]
961961
# bridges/snowbridge/primitives/beacon
962962
name = "snowbridge-beacon-primitives"
963-
from = "0.15.0"
964-
to = "0.15.1"
963+
from = "0.15.1"
964+
to = "0.15.2"
965965
bump = "patch"
966966
reason = "changed"
967967

@@ -3058,8 +3058,8 @@ reason = "changed"
30583058
[[crate]]
30593059
# bridges/snowbridge/pallets/ethereum-client
30603060
name = "snowbridge-pallet-ethereum-client"
3061-
from = "0.15.0"
3062-
to = "0.15.1"
3061+
from = "0.15.1"
3062+
to = "0.15.2"
30633063
bump = "patch"
30643064
reason = "changed"
30653065

@@ -3386,8 +3386,8 @@ reason = "changed"
33863386
[[crate]]
33873387
# bridges/snowbridge/pallets/inbound-queue
33883388
name = "snowbridge-pallet-inbound-queue"
3389-
from = "0.15.0"
3390-
to = "0.15.1"
3389+
from = "0.15.1"
3390+
to = "0.15.2"
33913391
bump = "patch"
33923392
reason = "changed"
33933393

@@ -3514,8 +3514,8 @@ reason = "changed"
35143514
[[crate]]
35153515
# cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo
35163516
name = "bridge-hub-rococo-runtime"
3517-
from = "0.22.0"
3518-
to = "0.22.1"
3517+
from = "0.22.1"
3518+
to = "0.22.2"
35193519
bump = "patch"
35203520
reason = "changed"
35213521

@@ -3530,8 +3530,8 @@ reason = "changed"
35303530
[[crate]]
35313531
# cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend
35323532
name = "bridge-hub-westend-runtime"
3533-
from = "0.19.0"
3534-
to = "0.19.1"
3533+
from = "0.19.1"
3534+
to = "0.19.2"
35353535
bump = "patch"
35363536
reason = "changed"
35373537

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.15.1"
4+
version = "0.15.2"
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.15.1"
4+
version = "0.15.2"
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.15.1"
4+
version = "0.15.2"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bridge-hub-rococo-runtime"
3-
version = "0.22.1"
3+
version = "0.22.2"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Rococo's BridgeHub parachain runtime"

cumulus/parachains/runtimes/bridge-hubs/bridge-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 = "bridge-hub-westend-runtime"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Westend's BridgeHub parachain runtime"
File renamed without changes.

0 commit comments

Comments
 (0)