Skip to content
Merged
4 changes: 2 additions & 2 deletions Cargo.lock

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

16 changes: 11 additions & 5 deletions Plan.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated by parity-publish v0.10.4
# command: parity-publish plan --prdoc prdoc
# command: parity-publish plan --prdoc prdoc/stable2503-7

[options]

Expand Down Expand Up @@ -806,8 +806,8 @@ reason = "changed"
[[crate]]
# polkadot/primitives
name = "polkadot-primitives"
from = "18.0.0"
to = "18.1.0"
from = "18.1.0"
to = "18.2.0"
bump = "minor"
reason = "changed"

Expand Down Expand Up @@ -2636,8 +2636,8 @@ reason = "changed"
[[crate]]
# polkadot/runtime/parachains
name = "polkadot-runtime-parachains"
from = "19.0.0"
to = "19.1.0"
from = "19.1.0"
to = "19.2.0"
bump = "minor"
reason = "changed"

Expand Down Expand Up @@ -3891,6 +3891,12 @@ to = "0.23.2"
bump = "patch"
reason = "changed"

[[crate]]
# cumulus/parachains/integration-tests/emulated/tests/governance/westend
name = "governance-westend-integration-tests"
from = "0.1.0"
to = "0.1.0"

[[crate]]
# cumulus/parachains/integration-tests/emulated/tests/people/people-rococo
name = "people-rococo-integration-tests"
Expand Down
2 changes: 1 addition & 1 deletion polkadot/primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-primitives"
version = "18.1.0"
version = "18.2.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/parachains/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-runtime-parachains"
version = "19.1.0"
version = "19.2.0"
description = "Relay Chain runtime code responsible for Parachains."
authors.workspace = true
edition.workspace = true
Expand Down
3 changes: 2 additions & 1 deletion prdoc/pr_6827.prdoc → prdoc/stable2503-7/pr_6827.prdoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ crates:
- name: polkadot-primitives
bump: minor
- name: polkadot-runtime-parachains
bump: major
bump: minor
validate: false
Loading