diff --git a/Cargo.lock b/Cargo.lock index dbe3b19c7ad00..734565ed76fd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1073,7 +1073,7 @@ dependencies = [ [[package]] name = "asset-hub-rococo-runtime" -version = "0.28.0" +version = "0.28.1" dependencies = [ "asset-test-utils", "assets-common", @@ -1207,7 +1207,7 @@ dependencies = [ [[package]] name = "asset-hub-westend-runtime" -version = "0.34.0" +version = "0.34.1" dependencies = [ "alloy-core", "asset-test-utils", @@ -1327,7 +1327,7 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "26.0.0" +version = "26.0.1" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -4590,7 +4590,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.22.0" +version = "0.22.1" dependencies = [ "assert_matches", "bytes", @@ -13382,7 +13382,7 @@ dependencies = [ [[package]] name = "pallet-society" -version = "42.1.0" +version = "42.2.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -14049,7 +14049,7 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "22.0.0" +version = "22.0.1" dependencies = [ "bounded-collections 0.3.2", "frame-benchmarking", @@ -18682,7 +18682,7 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "26.0.0" +version = "26.0.1" dependencies = [ "binary-merkle-tree", "bitvec", @@ -27789,7 +27789,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "26.0.1" +version = "26.0.2" dependencies = [ "approx", "binary-merkle-tree", diff --git a/Plan.toml b/Plan.toml index fc09c09addb0c..607e300dc18b7 100644 --- a/Plan.toml +++ b/Plan.toml @@ -1,5 +1,5 @@ # generated by parity-publish v0.10.6 -# command: parity-publish plan --prdoc prdoc/pr_9604.prdoc +# command: parity-publish plan --prdoc prdoc/pr_9497.prdoc [options] @@ -1644,8 +1644,8 @@ reason = "changed" [[crate]] # substrate/frame/society name = "pallet-society" -from = "42.0.0" -to = "42.1.0" +from = "42.1.0" +to = "42.2.0" bump = "minor" reason = "changed" @@ -2428,9 +2428,9 @@ reason = "changed" [[crate]] # polkadot/xcm/pallet-xcm name = "pallet-xcm" -from = "21.0.1" -to = "22.0.0" -bump = "major" +from = "22.0.0" +to = "22.0.1" +bump = "patch" reason = "changed" [[crate]] @@ -2764,9 +2764,9 @@ reason = "changed" [[crate]] # cumulus/pallets/parachain-system name = "cumulus-pallet-parachain-system" -from = "0.21.0" -to = "0.22.0" -bump = "major" +from = "0.22.0" +to = "0.22.1" +bump = "patch" reason = "changed" [[crate]] @@ -3150,9 +3150,9 @@ reason = "changed" [[crate]] # polkadot/runtime/rococo name = "rococo-runtime" -from = "25.0.0" -to = "26.0.0" -bump = "major" +from = "26.0.0" +to = "26.0.1" +bump = "patch" reason = "changed" [[crate]] @@ -3266,8 +3266,8 @@ reason = "changed" [[crate]] # polkadot/runtime/westend name = "westend-runtime" -from = "26.0.0" -to = "26.0.1" +from = "26.0.1" +to = "26.0.2" bump = "patch" reason = "changed" @@ -3424,9 +3424,9 @@ reason = "changed" [[crate]] # cumulus/parachains/runtimes/assets/test-utils name = "asset-test-utils" -from = "25.0.0" -to = "26.0.0" -bump = "major" +from = "26.0.0" +to = "26.0.1" +bump = "patch" reason = "changed" [[crate]] @@ -3496,17 +3496,17 @@ reason = "changed" [[crate]] # cumulus/parachains/runtimes/assets/asset-hub-rococo name = "asset-hub-rococo-runtime" -from = "0.27.0" -to = "0.28.0" -bump = "major" +from = "0.28.0" +to = "0.28.1" +bump = "patch" reason = "changed" [[crate]] # cumulus/parachains/runtimes/assets/asset-hub-westend name = "asset-hub-westend-runtime" -from = "0.33.0" -to = "0.34.0" -bump = "major" +from = "0.34.0" +to = "0.34.1" +bump = "patch" reason = "changed" [[crate]] diff --git a/cumulus/pallets/parachain-system/Cargo.toml b/cumulus/pallets/parachain-system/Cargo.toml index 1c0c69a4249fe..06fc122562958 100644 --- a/cumulus/pallets/parachain-system/Cargo.toml +++ b/cumulus/pallets/parachain-system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cumulus-pallet-parachain-system" -version = "0.22.0" +version = "0.22.1" authors.workspace = true edition.workspace = true description = "Base pallet for cumulus-based parachains" diff --git a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml index 0d1bc4d73ef9a..49fb2fc852f89 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asset-hub-rococo-runtime" -version = "0.28.0" +version = "0.28.1" authors.workspace = true edition.workspace = true description = "Rococo variant of Asset Hub parachain runtime" diff --git a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml index dc8c1c773f64d..c7a4c50e2f1f5 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asset-hub-westend-runtime" -version = "0.34.0" +version = "0.34.1" authors.workspace = true edition.workspace = true description = "Westend variant of Asset Hub parachain runtime" diff --git a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml index ed9989a6ea90a..85680a332940b 100644 --- a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asset-test-utils" -version = "26.0.0" +version = "26.0.1" authors.workspace = true edition.workspace = true description = "Test utils for Asset Hub runtimes." diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index c436201edd491..4cef84fa1816f 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rococo-runtime" build = "build.rs" -version = "26.0.0" +version = "26.0.1" description = "Rococo testnet Relay Chain runtime." authors.workspace = true edition.workspace = true diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index ff2ff0d5d8702..ce48cfeeced89 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "westend-runtime" build = "build.rs" -version = "26.0.1" +version = "26.0.2" description = "Westend testnet Relay Chain runtime." authors.workspace = true edition.workspace = true diff --git a/polkadot/xcm/pallet-xcm/Cargo.toml b/polkadot/xcm/pallet-xcm/Cargo.toml index 5a5e50f2ed7ae..a306b4969fd69 100644 --- a/polkadot/xcm/pallet-xcm/Cargo.toml +++ b/polkadot/xcm/pallet-xcm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-xcm" -version = "22.0.0" +version = "22.0.1" description = "A pallet for handling XCM programs." authors.workspace = true edition.workspace = true diff --git a/prdoc/pr_9497.prdoc b/prdoc/unstable2507/pr_9497.prdoc similarity index 97% rename from prdoc/pr_9497.prdoc rename to prdoc/unstable2507/pr_9497.prdoc index c4f0b0b0bb416..d191508248e88 100644 --- a/prdoc/pr_9497.prdoc +++ b/prdoc/unstable2507/pr_9497.prdoc @@ -9,4 +9,4 @@ doc: crates: - name: pallet-society - bump: major + bump: minor diff --git a/prdoc/pr_9544.prdoc b/prdoc/unstable2507/pr_9544.prdoc similarity index 100% rename from prdoc/pr_9544.prdoc rename to prdoc/unstable2507/pr_9544.prdoc diff --git a/prdoc/pr_9602.prdoc b/prdoc/unstable2507/pr_9602.prdoc similarity index 100% rename from prdoc/pr_9602.prdoc rename to prdoc/unstable2507/pr_9602.prdoc diff --git a/substrate/frame/society/Cargo.toml b/substrate/frame/society/Cargo.toml index 4769475a33354..c769123485a68 100644 --- a/substrate/frame/society/Cargo.toml +++ b/substrate/frame/society/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-society" -version = "42.1.0" +version = "42.2.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" @@ -29,8 +29,8 @@ sp-runtime.workspace = true [dev-dependencies] frame-support-test = { workspace = true } -pallet-balances = { workspace = true, default-features = true } -sp-crypto-hashing = { workspace = true, default-features = true } +pallet-balances = { default-features = true, workspace = true } +sp-crypto-hashing = { default-features = true, workspace = true } [features] default = ["std"]