Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions Plan.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated by parity-publish v0.10.6
# command: parity-publish plan --prdoc prdoc/pr_9604.prdoc
# command: parity-publish plan apply

[options]

Expand Down Expand Up @@ -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]]
Expand Down Expand Up @@ -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]]
Expand Down Expand Up @@ -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]]
Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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]]
Expand Down Expand Up @@ -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]]
Expand Down
2 changes: 1 addition & 1 deletion 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.22.0"
version = "0.22.1"
authors.workspace = true
edition.workspace = true
description = "Base pallet for cumulus-based parachains"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion 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 = "26.0.0"
version = "26.0.1"
authors.workspace = true
edition.workspace = true
description = "Test utils for Asset Hub runtimes."
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/rococo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/westend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion polkadot/xcm/pallet-xcm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
File renamed without changes.
File renamed without changes.
Loading