Skip to content

Commit

Permalink
Apply Plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Oct 18, 2024
1 parent cf53e67 commit a3b3f41
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ bp-bridge-hub-kusama = { default-features = false, path = "bridges/chains/chain-
bp-bridge-hub-polkadot = { path = "bridges/chains/chain-bridge-hub-polkadot", default-features = false, version = "0.17.0" }
bp-bridge-hub-rococo = { path = "bridges/chains/chain-bridge-hub-rococo", default-features = false, version = "0.18.0" }
bp-bridge-hub-westend = { path = "bridges/chains/chain-bridge-hub-westend", default-features = false, version = "0.14.0" }
bp-header-chain = { path = "bridges/primitives/header-chain", default-features = false, version = "0.18.0" }
bp-header-chain = { path = "bridges/primitives/header-chain", default-features = false, version = "0.18.1" }
bp-kusama = { default-features = false, path = "bridges/chains/chain-kusama" }
bp-messages = { path = "bridges/primitives/messages", default-features = false, version = "0.18.0" }
bp-parachains = { path = "bridges/primitives/parachains", default-features = false, version = "0.18.0" }
Expand Down Expand Up @@ -929,7 +929,7 @@ pallet-indices = { path = "substrate/frame/indices", default-features = false, v
pallet-insecure-randomness-collective-flip = { path = "substrate/frame/insecure-randomness-collective-flip", default-features = false, version = "26.0.0" }
pallet-lottery = { default-features = false, path = "substrate/frame/lottery" }
pallet-membership = { path = "substrate/frame/membership", default-features = false, version = "38.0.0" }
pallet-message-queue = { path = "substrate/frame/message-queue", default-features = false, version = "41.0.0" }
pallet-message-queue = { path = "substrate/frame/message-queue", default-features = false, version = "41.0.1" }
pallet-migrations = { path = "substrate/frame/migrations", default-features = false, version = "8.0.0" }
pallet-minimal-template = { path = "templates/minimal/pallets/template", default-features = false, version = "0.1.0" }
pallet-mixnet = { default-features = false, path = "substrate/frame/mixnet" }
Expand Down
14 changes: 7 additions & 7 deletions Plan.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated by parity-publish v0.9.0
# command: parity-publish -C ../polkadot-sdk plan ../polkadot-sdk --prdoc prdoc/1.16.1 -d Polkadot SDK stable2409
# command: parity-publish -C ../polkadot-sdk plan ../polkadot-sdk --prdoc prdoc/ -d Polkadot SDK stable2409

[options]
description = "Polkadot SDK stable2409"
Expand Down Expand Up @@ -1139,9 +1139,9 @@ to = "1.0.0"
[[crate]]
# bridges/primitives/header-chain
name = "bp-header-chain"
from = "0.17.0"
to = "0.18.0"
bump = "major"
from = "0.18.0"
to = "0.18.1"
bump = "patch"
reason = "changed"

[[crate]]
Expand Down Expand Up @@ -1369,9 +1369,9 @@ reason = "changed"
[[crate]]
# substrate/frame/message-queue
name = "pallet-message-queue"
from = "40.0.0"
to = "41.0.0"
bump = "major"
from = "41.0.0"
to = "41.0.1"
bump = "patch"
reason = "changed"

[[crate]]
Expand Down
2 changes: 1 addition & 1 deletion bridges/primitives/header-chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bp-header-chain"
description = "A common interface for describing what a bridge pallet should be able to do."
version = "0.18.0"
version = "0.18.1"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/message-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors.workspace = true
edition.workspace = true
name = "pallet-message-queue"
version = "41.0.0"
version = "41.0.1"
license = "Apache-2.0"
homepage.workspace = true
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions umbrella/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ version = "15.0.1"
path = "../bridges/primitives/header-chain"
default-features = false
optional = true
version = "0.18.0"
version = "0.18.1"

[dependencies.bp-messages]
path = "../bridges/primitives/messages"
Expand Down Expand Up @@ -1160,7 +1160,7 @@ version = "38.0.0"
path = "../substrate/frame/message-queue"
default-features = false
optional = true
version = "41.0.0"
version = "41.0.1"

[dependencies.pallet-migrations]
path = "../substrate/frame/migrations"
Expand Down

0 comments on commit a3b3f41

Please sign in to comment.