Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Feb 19, 2024
1 parent 7e22944 commit e2b550e
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 26 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 staging-xcm-executor staging-xcm-builder penpal-runtime cumulus-primitives-utility pallet-xcm-benchmarks pallet-nomination-pools
# command: parity-publish plan --patch ../polkadot-sdk asset-test-utils bridge-hub-test-utils parachains-runtimes-test-utils

[[crate]]
# substrate/utils/binary-merkle-tree
Expand Down Expand Up @@ -3323,10 +3323,10 @@ bump = "major"
[[crate]]
# cumulus/parachains/runtimes/test-utils
name = "parachains-runtimes-test-utils"
from = "5.0.0"
to = "6.0.0"
bump = "major"
reason = "changed"
from = "6.0.0"
to = "6.0.1"
bump = "minor"
reason = "bumped by --patch"

[[crate]]
# polkadot/node/service
Expand Down Expand Up @@ -3363,10 +3363,10 @@ reason = "changed"
[[crate]]
# cumulus/parachains/runtimes/assets/test-utils
name = "asset-test-utils"
from = "5.0.0"
to = "6.0.0"
bump = "major"
reason = "changed"
from = "6.0.0"
to = "6.0.1"
bump = "minor"
reason = "bumped by --patch"

[[crate]]
# cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo
Expand Down Expand Up @@ -3483,10 +3483,10 @@ reason = "changed"
[[crate]]
# cumulus/parachains/runtimes/bridge-hubs/test-utils
name = "bridge-hub-test-utils"
from = "0.5.0"
to = "0.6.0"
bump = "major"
reason = "changed"
from = "0.6.0"
to = "0.6.1"
bump = "minor"
reason = "bumped by --patch"

[[crate]]
# cumulus/client/relay-chain-inprocess-interface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cumulus-primitives-core = { version = "0.6.0", path = "../../../../primitives/co
xcm-emulator = { path = "../../../../xcm/xcm-emulator", default-features = false, version = "0.4.0" }
cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.6.0" }
cumulus-pallet-parachain-system = { version = "0.6.0", path = "../../../../pallets/parachain-system" }
asset-test-utils = { version = "6.0.0", path = "../../../runtimes/assets/test-utils" }
asset-test-utils = { version = "6.0.1", path = "../../../runtimes/assets/test-utils" }
bp-messages = { version = "0.6.0", path = "../../../../../bridges/primitives/messages" }
pallet-bridge-messages = { version = "0.6.0", path = "../../../../../bridges/modules/messages" }
bridge-runtime-common = { version = "0.6.0", path = "../../../../../bridges/bin/runtime-common" }
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../
rococo-runtime = { version = "6.0.0", path = "../../../../../../../polkadot/runtime/rococo" }

# Cumulus
asset-test-utils = { version = "6.0.0", path = "../../../../../runtimes/assets/test-utils" }
asset-test-utils = { version = "6.0.1", path = "../../../../../runtimes/assets/test-utils" }
parachains-common = { version = "6.0.0", path = "../../../../../common" }
cumulus-pallet-parachain-system = { path = "../../../../../../pallets/parachain-system", default-features = false, version = "0.6.0" }
asset-hub-rococo-runtime = { version = "0.11.0", path = "../../../../../runtimes/assets/asset-hub-rococo" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ westend-runtime = { version = "6.0.0", path = "../../../../../../../polkadot/run
westend-runtime-constants = { path = "../../../../../../../polkadot/runtime/westend/constants", default-features = false, version = "6.0.0" }
parachains-common = { version = "6.0.0", path = "../../../../../common" }
asset-hub-westend-runtime = { version = "0.14.0", path = "../../../../../runtimes/assets/asset-hub-westend" }
asset-test-utils = { version = "6.0.0", path = "../../../../../runtimes/assets/test-utils" }
asset-test-utils = { version = "6.0.1", path = "../../../../../runtimes/assets/test-utils" }
cumulus-pallet-dmp-queue = { default-features = false, path = "../../../../../../pallets/dmp-queue", version = "0.6.0" }
cumulus-pallet-parachain-system = { default-features = false, path = "../../../../../../pallets/parachain-system", version = "0.6.0" }
emulated-integration-tests-common = { path = "../../../common", default-features = false, version = "2.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../
# Bridges
pallet-bridge-messages = { path = "../../../../../../../bridges/modules/messages", default-features = false, version = "0.6.0" }
bp-messages = { path = "../../../../../../../bridges/primitives/messages", default-features = false, version = "0.6.0" }
asset-test-utils = { version = "6.0.0", path = "../../../../../runtimes/assets/test-utils" }
asset-test-utils = { version = "6.0.1", path = "../../../../../runtimes/assets/test-utils" }
parachains-common = { version = "6.0.0", path = "../../../../../common" }
cumulus-pallet-xcmp-queue = { path = "../../../../../../pallets/xcmp-queue", default-features = false, version = "0.6.0" }
cumulus-pallet-dmp-queue = { path = "../../../../../../pallets/dmp-queue", default-features = false, version = "0.6.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../
# Bridges
pallet-bridge-messages = { path = "../../../../../../../bridges/modules/messages", default-features = false, version = "0.6.0" }
bp-messages = { path = "../../../../../../../bridges/primitives/messages", default-features = false, version = "0.6.0" }
asset-test-utils = { version = "6.0.0", path = "../../../../../runtimes/assets/test-utils" }
asset-test-utils = { version = "6.0.1", path = "../../../../../runtimes/assets/test-utils" }
parachains-common = { version = "6.0.0", path = "../../../../../common" }
cumulus-pallet-xcmp-queue = { path = "../../../../../../pallets/xcmp-queue", default-features = false, version = "0.6.0" }
cumulus-pallet-dmp-queue = { path = "../../../../../../pallets/dmp-queue", default-features = false, version = "0.6.0" }
Expand Down
4 changes: 2 additions & 2 deletions cumulus/parachains/runtimes/assets/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asset-test-utils"
version = "6.0.0"
version = "6.0.1"
authors.workspace = true
edition.workspace = true
description = "Test utils for Asset Hub runtimes."
Expand Down Expand Up @@ -31,7 +31,7 @@ cumulus-primitives-core = { path = "../../../../primitives/core", default-featur
cumulus-primitives-parachain-inherent = { path = "../../../../primitives/parachain-inherent", default-features = false, version = "0.6.0" }
cumulus-test-relay-sproof-builder = { path = "../../../../test/relay-sproof-builder", default-features = false, version = "0.6.0" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.6.0" }
parachains-runtimes-test-utils = { path = "../../test-utils", default-features = false, version = "6.0.0" }
parachains-runtimes-test-utils = { path = "../../test-utils", default-features = false, version = "6.0.1" }

# Polkadot
xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "6.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ std = [
]

runtime-benchmarks = [
"bridge-hub-test-utils/runtime-benchmarks",
"bridge-runtime-common/runtime-benchmarks",
"cumulus-pallet-parachain-system/runtime-benchmarks",
"cumulus-pallet-session-benchmarking/runtime-benchmarks",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ std = [
]

runtime-benchmarks = [
"bridge-hub-test-utils/runtime-benchmarks",
"bridge-runtime-common/runtime-benchmarks",
"cumulus-pallet-parachain-system/runtime-benchmarks",
"cumulus-pallet-session-benchmarking/runtime-benchmarks",
Expand Down
6 changes: 3 additions & 3 deletions cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bridge-hub-test-utils"
version = "0.6.0"
version = "0.6.1"
authors.workspace = true
edition.workspace = true
description = "Utils for BridgeHub testing"
Expand All @@ -23,13 +23,13 @@ sp-tracing = { version = "15.0.0", path = "../../../../../substrate/primitives/t
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "27.0.0" }
pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "27.0.0" }
pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "27.0.0" }
asset-test-utils = { version = "6.0.0", path = "../../assets/test-utils" }
asset-test-utils = { version = "6.0.1", path = "../../assets/test-utils" }
cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook"], version = "0.6.0" }
cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.6.0" }
pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "8.0.0" }
parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.6.0" }
parachains-common = { path = "../../../common", default-features = false, version = "6.0.0" }
parachains-runtimes-test-utils = { path = "../../test-utils", default-features = false, version = "6.0.0" }
parachains-runtimes-test-utils = { path = "../../test-utils", default-features = false, version = "6.0.1" }

# Polkadot
pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "6.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/parachains/runtimes/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parachains-runtimes-test-utils"
version = "6.0.0"
version = "6.0.1"
authors.workspace = true
edition.workspace = true
description = "Utils for Runtimes testing"
Expand Down

0 comments on commit e2b550e

Please sign in to comment.