Skip to content

Commit a3b3f41

Browse files
committed
Apply Plan
1 parent cf53e67 commit a3b3f41

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ bp-bridge-hub-kusama = { default-features = false, path = "bridges/chains/chain-
631631
bp-bridge-hub-polkadot = { path = "bridges/chains/chain-bridge-hub-polkadot", default-features = false, version = "0.17.0" }
632632
bp-bridge-hub-rococo = { path = "bridges/chains/chain-bridge-hub-rococo", default-features = false, version = "0.18.0" }
633633
bp-bridge-hub-westend = { path = "bridges/chains/chain-bridge-hub-westend", default-features = false, version = "0.14.0" }
634-
bp-header-chain = { path = "bridges/primitives/header-chain", default-features = false, version = "0.18.0" }
634+
bp-header-chain = { path = "bridges/primitives/header-chain", default-features = false, version = "0.18.1" }
635635
bp-kusama = { default-features = false, path = "bridges/chains/chain-kusama" }
636636
bp-messages = { path = "bridges/primitives/messages", default-features = false, version = "0.18.0" }
637637
bp-parachains = { path = "bridges/primitives/parachains", default-features = false, version = "0.18.0" }
@@ -929,7 +929,7 @@ pallet-indices = { path = "substrate/frame/indices", default-features = false, v
929929
pallet-insecure-randomness-collective-flip = { path = "substrate/frame/insecure-randomness-collective-flip", default-features = false, version = "26.0.0" }
930930
pallet-lottery = { default-features = false, path = "substrate/frame/lottery" }
931931
pallet-membership = { path = "substrate/frame/membership", default-features = false, version = "38.0.0" }
932-
pallet-message-queue = { path = "substrate/frame/message-queue", default-features = false, version = "41.0.0" }
932+
pallet-message-queue = { path = "substrate/frame/message-queue", default-features = false, version = "41.0.1" }
933933
pallet-migrations = { path = "substrate/frame/migrations", default-features = false, version = "8.0.0" }
934934
pallet-minimal-template = { path = "templates/minimal/pallets/template", default-features = false, version = "0.1.0" }
935935
pallet-mixnet = { default-features = false, path = "substrate/frame/mixnet" }

Plan.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# generated by parity-publish v0.9.0
2-
# command: parity-publish -C ../polkadot-sdk plan ../polkadot-sdk --prdoc prdoc/1.16.1 -d Polkadot SDK stable2409
2+
# command: parity-publish -C ../polkadot-sdk plan ../polkadot-sdk --prdoc prdoc/ -d Polkadot SDK stable2409
33

44
[options]
55
description = "Polkadot SDK stable2409"
@@ -1139,9 +1139,9 @@ to = "1.0.0"
11391139
[[crate]]
11401140
# bridges/primitives/header-chain
11411141
name = "bp-header-chain"
1142-
from = "0.17.0"
1143-
to = "0.18.0"
1144-
bump = "major"
1142+
from = "0.18.0"
1143+
to = "0.18.1"
1144+
bump = "patch"
11451145
reason = "changed"
11461146

11471147
[[crate]]
@@ -1369,9 +1369,9 @@ reason = "changed"
13691369
[[crate]]
13701370
# substrate/frame/message-queue
13711371
name = "pallet-message-queue"
1372-
from = "40.0.0"
1373-
to = "41.0.0"
1374-
bump = "major"
1372+
from = "41.0.0"
1373+
to = "41.0.1"
1374+
bump = "patch"
13751375
reason = "changed"
13761376

13771377
[[crate]]

bridges/primitives/header-chain/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bp-header-chain"
33
description = "A common interface for describing what a bridge pallet should be able to do."
4-
version = "0.18.0"
4+
version = "0.18.1"
55
authors.workspace = true
66
edition.workspace = true
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

substrate/frame/message-queue/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors.workspace = true
33
edition.workspace = true
44
name = "pallet-message-queue"
5-
version = "41.0.0"
5+
version = "41.0.1"
66
license = "Apache-2.0"
77
homepage.workspace = true
88
repository.workspace = true

umbrella/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ version = "15.0.1"
632632
path = "../bridges/primitives/header-chain"
633633
default-features = false
634634
optional = true
635-
version = "0.18.0"
635+
version = "0.18.1"
636636

637637
[dependencies.bp-messages]
638638
path = "../bridges/primitives/messages"
@@ -1160,7 +1160,7 @@ version = "38.0.0"
11601160
path = "../substrate/frame/message-queue"
11611161
default-features = false
11621162
optional = true
1163-
version = "41.0.0"
1163+
version = "41.0.1"
11641164

11651165
[dependencies.pallet-migrations]
11661166
path = "../substrate/frame/migrations"

0 commit comments

Comments
 (0)