Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Feb 21, 2024
1 parent a2da02b commit df93d91
Show file tree
Hide file tree
Showing 52 changed files with 84 additions and 84 deletions.
26 changes: 13 additions & 13 deletions Plan.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated by parity-publish v0.3.0
# command: parity-publish plan --patch ../polkadot-sdk polkadot-parachain-bin
# command: parity-publish plan --patch ../polkadot-sdk pallet-xcm-benchmarks

[[crate]]
# substrate/utils/binary-merkle-tree
Expand Down Expand Up @@ -1813,10 +1813,10 @@ reason = "changed"
[[crate]]
# polkadot/xcm/xcm-executor
name = "staging-xcm-executor"
from = "7.0.3"
to = "8.0.0"
bump = "major"
reason = "changed"
from = "8.0.0"
to = "8.0.1"
bump = "minor"
reason = "bumped by --patch"

[[crate]]
# bridges/primitives/messages
Expand Down Expand Up @@ -2197,10 +2197,10 @@ reason = "changed"
[[crate]]
# polkadot/xcm/pallet-xcm-benchmarks
name = "pallet-xcm-benchmarks"
from = "7.0.3"
to = "8.0.0"
bump = "major"
reason = "changed"
from = "8.0.0"
to = "8.0.1"
bump = "minor"
reason = "bumped by --patch"

[[crate]]
# bridges/modules/xcm-bridge-hub-router
Expand Down Expand Up @@ -2933,10 +2933,10 @@ reason = "changed"
[[crate]]
# cumulus/parachains/runtimes/assets/test-utils
name = "asset-test-utils"
from = "7.0.0"
to = "8.0.0"
bump = "major"
reason = "changed"
from = "8.0.0"
to = "8.0.1"
bump = "minor"
reason = "bumped by --patch"

[[crate]]
# cumulus/parachains/runtimes/assets/common
Expand Down
2 changes: 1 addition & 1 deletion bridges/modules/xcm-bridge-hub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sp-std = { path = "../../../substrate/primitives/std", default-features = false,
# Polkadot Dependencies
xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "8.0.0" }
xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" }

[dev-dependencies]
bp-header-chain = { path = "../../primitives/header-chain" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-fea

xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" }
xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" }

snowbridge-core = { path = "../../primitives/core", default-features = false, version = "0.1.0" }
snowbridge-ethereum = { path = "../../primitives/ethereum", default-features = false, version = "0.2.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/snowbridge/parachain/pallets/system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-fea

xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" }
xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" }

ethabi = { package = "ethabi-decode", version = "1.0.0", default-features = false }
snowbridge-core = { path = "../../primitives/core", default-features = false, version = "0.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/snowbridge/parachain/primitives/router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sp-std = { path = "../../../../../substrate/primitives/std", default-features =

xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" }
xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" }

snowbridge-core = { path = "../core", default-features = false, version = "0.1.0" }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sp-std = { path = "../../../../../substrate/primitives/std", default-features =
sp-arithmetic = { path = "../../../../../substrate/primitives/arithmetic", default-features = false, version = "24.0.0" }
xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" }
xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" }

snowbridge-core = { path = "../../primitives/core", default-features = false, version = "0.1.0" }

Expand Down
4 changes: 2 additions & 2 deletions bridges/snowbridge/parachain/runtime/test-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ sp-version = { path = "../../../../../substrate/primitives/version", default-fea

# Polkadot
pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" }
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.0" }
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.1" }
polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false, version = "8.0.0" }
polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "7.0.0" }
polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "8.0.0" }
xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" }
xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" }

# Cumulus
cumulus-pallet-aura-ext = { path = "../../../../../cumulus/pallets/aura-ext", default-features = false, version = "0.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/pallets/xcmp-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pallet-message-queue = { path = "../../../substrate/frame/message-queue", defaul
polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, version = "8.0.0" }
polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", default-features = false, version = "8.0.0" }
xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" }

# Cumulus
cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/parachain-template/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ polkadot-parachain-primitives = { path = "../../../polkadot/parachain", default-
polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, version = "8.0.0" }
xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "8.0.0" }
xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" }

# Cumulus
cumulus-pallet-aura-ext = { path = "../../pallets/aura-ext", default-features = false, version = "0.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/parachains/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sp-std = { path = "../../../substrate/primitives/std", default-features = false,
pallet-xcm = { path = "../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" }
polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false, version = "8.0.0" }
xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" }

# Cumulus
pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "10.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cumulus-primitives-core = { version = "0.8.0", path = "../../../../primitives/co
xcm-emulator = { version = "0.6.0", path = "../../../../xcm/xcm-emulator" }
cumulus-pallet-xcmp-queue = { version = "0.8.0", path = "../../../../pallets/xcmp-queue" }
cumulus-pallet-parachain-system = { version = "0.8.0", path = "../../../../pallets/parachain-system" }
asset-test-utils = { version = "8.0.0", path = "../../../runtimes/assets/test-utils" }
asset-test-utils = { version = "8.0.1", path = "../../../runtimes/assets/test-utils" }
bp-messages = { version = "0.8.0", path = "../../../../../bridges/primitives/messages" }
pallet-bridge-messages = { version = "0.8.0", path = "../../../../../bridges/modules/messages" }
bridge-runtime-common = { version = "0.8.0", path = "../../../../../bridges/bin/runtime-common" }
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ pallet-message-queue = { path = "../../../../../../../substrate/frame/message-qu
# Polkadot
xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "8.0.0" }
pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" }
rococo-runtime = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/rococo" }
asset-test-utils = { version = "8.0.0", path = "../../../../../runtimes/assets/test-utils" }
asset-test-utils = { version = "8.0.1", path = "../../../../../runtimes/assets/test-utils" }
parachains-common = { version = "8.0.0", path = "../../../../../common" }
cumulus-pallet-parachain-system = { path = "../../../../../../pallets/parachain-system", default-features = false, version = "0.8.0" }
testnet-parachains-constants = { path = "../../../../../runtimes/constants", features = ["rococo"], version = "1.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ pallet-treasury = { path = "../../../../../../../substrate/frame/treasury", defa
pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" }
polkadot-runtime-common = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/common" }
xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" }
pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" }
westend-runtime = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/westend" }
parachains-common = { version = "8.0.0", path = "../../../../../common" }
testnet-parachains-constants = { path = "../../../../../runtimes/constants", features = ["westend"], version = "1.0.0" }
asset-hub-westend-runtime = { version = "0.16.0", path = "../../../../../runtimes/assets/asset-hub-westend" }
asset-test-utils = { version = "8.0.0", path = "../../../../../runtimes/assets/test-utils" }
asset-test-utils = { version = "8.0.1", path = "../../../../../runtimes/assets/test-utils" }
cumulus-pallet-xcmp-queue = { default-features = false, path = "../../../../../../pallets/xcmp-queue", version = "0.8.0" }
cumulus-pallet-parachain-system = { default-features = false, path = "../../../../../../pallets/parachain-system", version = "0.8.0" }
emulated-integration-tests-common = { path = "../../../common", default-features = false, version = "4.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", defau
# Polkadot
xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "8.0.0" }
pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" }

# Bridges
pallet-bridge-messages = { path = "../../../../../../../bridges/modules/messages", default-features = false, version = "0.8.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", defau
# Polkadot
xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "8.0.0" }
pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" }

# Bridges
pallet-bridge-messages = { path = "../../../../../../../bridges/modules/messages", default-features = false, version = "0.8.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ pallet-identity = { path = "../../../../../../../substrate/frame/identity", defa

# Polkadot
xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" }
rococo-runtime = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/rococo" }
rococo-runtime-constants = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/rococo/constants" }
polkadot-runtime-common = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/common" }
asset-test-utils = { version = "8.0.0", path = "../../../../../runtimes/assets/test-utils" }
asset-test-utils = { version = "8.0.1", path = "../../../../../runtimes/assets/test-utils" }
parachains-common = { version = "8.0.0", path = "../../../../../common" }
people-rococo-runtime = { version = "0.2.0", path = "../../../../../runtimes/people/people-rococo" }
emulated-integration-tests-common = { path = "../../../common", default-features = false, version = "4.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ pallet-identity = { path = "../../../../../../../substrate/frame/identity", defa

# Polkadot
xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" }
westend-runtime = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/westend" }
westend-runtime-constants = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/westend/constants" }
polkadot-runtime-common = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/common" }
asset-test-utils = { version = "8.0.0", path = "../../../../../runtimes/assets/test-utils" }
asset-test-utils = { version = "8.0.1", path = "../../../../../runtimes/assets/test-utils" }
parachains-common = { version = "8.0.0", path = "../../../../../common" }
people-westend-runtime = { version = "0.2.0", path = "../../../../../runtimes/people/people-westend" }
emulated-integration-tests-common = { path = "../../../common", default-features = false, version = "4.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ primitive-types = { version = "0.12.1", default-features = false, features = ["c
# Polkadot
rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false, version = "8.0.0" }
pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" }
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.0" }
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.1" }
polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "7.0.0" }
polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "8.0.0" }
xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" }
xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" }

# Cumulus
cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.8.0" }
Expand Down
Loading

0 comments on commit df93d91

Please sign in to comment.