Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Feb 28, 2024
1 parent c762cf7 commit 0e3285c
Show file tree
Hide file tree
Showing 64 changed files with 182 additions and 182 deletions.
46 changes: 23 additions & 23 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 pallet-xcm-benchmarks
# command: parity-publish plan --patch ../polkadot-sdk cumulus-pallet-parachain-system cumulus-primitives-utility polkadot-runtime-common pallet-xcm-benchmarks pallet-xcm staging-xcm-builder

[[crate]]
# substrate/utils/binary-merkle-tree
Expand Down Expand Up @@ -2045,10 +2045,10 @@ reason = "changed"
[[crate]]
# polkadot/xcm/xcm-builder
name = "staging-xcm-builder"
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/polkadot-core
Expand Down Expand Up @@ -2189,16 +2189,16 @@ reason = "changed"
[[crate]]
# polkadot/xcm/pallet-xcm
name = "pallet-xcm"
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]]
# polkadot/xcm/pallet-xcm-benchmarks
name = "pallet-xcm-benchmarks"
from = "8.0.0"
to = "8.0.1"
from = "8.0.1"
to = "8.0.2"
bump = "minor"
reason = "bumped by --patch"

Expand Down Expand Up @@ -2597,10 +2597,10 @@ reason = "changed"
[[crate]]
# cumulus/pallets/parachain-system
name = "cumulus-pallet-parachain-system"
from = "0.7.0"
to = "0.8.0"
bump = "major"
reason = "changed"
from = "0.8.0"
to = "0.8.1"
bump = "minor"
reason = "bumped by --patch"

[[crate]]
# polkadot/node/subsystem-types
Expand All @@ -2613,10 +2613,10 @@ reason = "changed"
[[crate]]
# polkadot/runtime/common
name = "polkadot-runtime-common"
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]]
# substrate/client/consensus/babe/rpc
Expand Down Expand Up @@ -2741,10 +2741,10 @@ reason = "changed"
[[crate]]
# cumulus/primitives/utility
name = "cumulus-primitives-utility"
from = "0.7.3"
to = "0.8.0"
bump = "major"
reason = "changed"
from = "0.8.0"
to = "0.8.1"
bump = "minor"
reason = "bumped by --patch"

[[crate]]
publish = false
Expand Down
2 changes: 1 addition & 1 deletion bridges/bin/runtime-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sp-trie = { path = "../../../substrate/primitives/trie", default-features = fals

# 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-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.1" }

[dev-dependencies]
bp-test-utils = { path = "../../primitives/test-utils" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/modules/xcm-bridge-hub-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.1" }

[dev-dependencies]
sp-io = { path = "../../../substrate/primitives/io" }
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 @@ -30,7 +30,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-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.1" }
xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" }

[dev-dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sp-io = { path = "../../../../../substrate/primitives/io", default-features = fa
sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "32.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-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.1" }
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
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 @@ -30,7 +30,7 @@ sp-io = { path = "../../../../../substrate/primitives/io", default-features = fa
sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "32.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-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.1" }
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 }
Expand Down
2 changes: 1 addition & 1 deletion bridges/snowbridge/parachain/primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hex-literal = { version = "0.4.1" }

polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "7.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-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.1" }

frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "29.0.0" }
frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "29.0.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 @@ -25,7 +25,7 @@ sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-fea
sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.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-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.1" }
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 @@ -19,7 +19,7 @@ frame-system = { path = "../../../../../substrate/frame/system", default-feature
sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
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-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.1" }
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
12 changes: 6 additions & 6 deletions bridges/snowbridge/parachain/runtime/test-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,23 @@ sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-
sp-version = { path = "../../../../../substrate/primitives/version", default-features = false, version = "30.0.0" }

# 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.1" }
pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.1" }
pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.2" }
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" }
polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "8.0.1" }
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-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.1" }
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" }
cumulus-pallet-parachain-system = { path = "../../../../../cumulus/pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook"], version = "0.8.0" }
cumulus-pallet-parachain-system = { path = "../../../../../cumulus/pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook"], version = "0.8.1" }
cumulus-pallet-session-benchmarking = { path = "../../../../../cumulus/pallets/session-benchmarking", default-features = false, version = "10.0.0" }
cumulus-pallet-xcm = { path = "../../../../../cumulus/pallets/xcm", default-features = false, version = "0.8.0" }
cumulus-pallet-xcmp-queue = { path = "../../../../../cumulus/pallets/xcmp-queue", default-features = false, features = ["bridging"], version = "0.8.0" }
cumulus-primitives-core = { path = "../../../../../cumulus/primitives/core", default-features = false, version = "0.8.0" }
cumulus-primitives-utility = { path = "../../../../../cumulus/primitives/utility", default-features = false, version = "0.8.0" }
cumulus-primitives-utility = { path = "../../../../../cumulus/primitives/utility", default-features = false, version = "0.8.1" }
pallet-collator-selection = { path = "../../../../../cumulus/pallets/collator-selection", default-features = false, version = "10.0.0" }
parachain-info = { package = "staging-parachain-info", path = "../../../../../cumulus/parachains/pallets/parachain-info", default-features = false, version = "0.8.0" }
parachains-common = { path = "../../../../../cumulus/parachains/common", default-features = false, version = "8.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/pallets/aura-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sp-runtime = { path = "../../../substrate/primitives/runtime", default-features
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }

# Cumulus
cumulus-pallet-parachain-system = { path = "../parachain-system", default-features = false, version = "0.8.0" }
cumulus-pallet-parachain-system = { path = "../parachain-system", default-features = false, version = "0.8.1" }

[dev-dependencies]
cumulus-pallet-parachain-system = { path = "../parachain-system" }
Expand Down
4 changes: 2 additions & 2 deletions cumulus/pallets/parachain-system/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cumulus-pallet-parachain-system"
version = "0.8.0"
version = "0.8.1"
authors.workspace = true
edition.workspace = true
description = "Base pallet for cumulus-based parachains"
Expand Down Expand Up @@ -36,7 +36,7 @@ sp-version = { path = "../../../substrate/primitives/version", default-features
# Polkadot
polkadot-parachain-primitives = { path = "../../../polkadot/parachain", default-features = false, features = ["wasm-api"], version = "7.0.0" }
polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", default-features = false, version = "8.0.0" }
polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, version = "8.0.0", optional = true }
polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, version = "8.0.1", optional = true }
xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "8.0.0" }

# Cumulus
Expand Down
2 changes: 1 addition & 1 deletion cumulus/pallets/solo-to-para/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sp-std = { path = "../../../substrate/primitives/std", default-features = false,
polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false, version = "8.0.0" }

# Cumulus
cumulus-pallet-parachain-system = { path = "../parachain-system", default-features = false, version = "0.8.0" }
cumulus-pallet-parachain-system = { path = "../parachain-system", default-features = false, version = "0.8.1" }

[features]
default = ["std"]
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 @@ -24,7 +24,7 @@ sp-std = { path = "../../../substrate/primitives/std", default-features = false,
pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" }

# Polkadot
polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, version = "8.0.0" }
polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, version = "8.0.1" }
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.1" }
Expand Down
10 changes: 5 additions & 5 deletions cumulus/parachain-template/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,21 @@ sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool",
sp-version = { path = "../../../substrate/primitives/version", default-features = false, version = "30.0.0" }

# Polkadot
pallet-xcm = { path = "../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" }
pallet-xcm = { path = "../../../polkadot/xcm/pallet-xcm", default-features = false, 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" }
polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, version = "8.0.1" }
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-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.1" }
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" }
cumulus-pallet-parachain-system = { path = "../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook"], version = "0.8.0" }
cumulus-pallet-parachain-system = { path = "../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook"], version = "0.8.1" }
cumulus-pallet-session-benchmarking = { path = "../../pallets/session-benchmarking", default-features = false, version = "10.0.0" }
cumulus-pallet-xcm = { path = "../../pallets/xcm", default-features = false, version = "0.8.0" }
cumulus-pallet-xcmp-queue = { path = "../../pallets/xcmp-queue", default-features = false, version = "0.8.0" }
cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.8.0" }
cumulus-primitives-utility = { path = "../../primitives/utility", default-features = false, version = "0.8.0" }
cumulus-primitives-utility = { path = "../../primitives/utility", default-features = false, version = "0.8.1" }
pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "10.0.0" }
parachains-common = { path = "../../parachains/common", default-features = false, version = "8.0.0" }
parachain-info = { package = "staging-parachain-info", path = "../../parachains/pallets/parachain-info", default-features = false, version = "0.8.0" }
Expand Down
4 changes: 2 additions & 2 deletions cumulus/parachains/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ sp-runtime = { path = "../../../substrate/primitives/runtime", default-features
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }

# Polkadot
pallet-xcm = { path = "../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" }
pallet-xcm = { path = "../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.1" }
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.1" }

# Cumulus
pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "10.0.0" }
cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.8.0" }
cumulus-primitives-utility = { path = "../../primitives/utility", default-features = false, version = "0.8.0" }
cumulus-primitives-utility = { path = "../../primitives/utility", default-features = false, version = "0.8.1" }
parachain-info = { package = "staging-parachain-info", path = "../pallets/parachain-info", default-features = false, version = "0.8.0" }

[dev-dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ polkadot-service = { path = "../../../../../polkadot/node/service", default-feat
polkadot-primitives = { version = "8.0.0", path = "../../../../../polkadot/primitives" }
polkadot-runtime-parachains = { version = "8.0.0", path = "../../../../../polkadot/runtime/parachains" }
xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", version = "8.0.0" }
pallet-xcm = { version = "8.0.0", path = "../../../../../polkadot/xcm/pallet-xcm" }
pallet-xcm = { version = "8.0.1", path = "../../../../../polkadot/xcm/pallet-xcm" }
parachains-common = { version = "8.0.0", path = "../../../common" }
cumulus-primitives-core = { version = "0.8.0", path = "../../../../primitives/core" }
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" }
cumulus-pallet-parachain-system = { version = "0.8.1", path = "../../../../pallets/parachain-system" }
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" }
Expand Down
Loading

0 comments on commit 0e3285c

Please sign in to comment.