Skip to content

Commit 82af15d

Browse files
paritytech-release-backport-bot[bot]ParityReleasesEgorPopelyaev
authored
[stable2603] Post crates release activities for stable2603-4 (#12487)
Automated PR containing post-crates-release activities: - NODE_VERSION bumps (if selected) - Path dependencies replacement - Zepter fixes - Taplo formatting - PRDocs reorganization (if prdocs exist) --------- Co-authored-by: ParityReleases <release-team@parity.io> Co-authored-by: EgorPopelyaev <egor@parity.io>
1 parent 162b9c5 commit 82af15d

9 files changed

Lines changed: 38 additions & 33 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plan.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -946,9 +946,9 @@ reason = "changed"
946946
[[crate]]
947947
# bridges/snowbridge/primitives/beacon
948948
name = "snowbridge-beacon-primitives"
949-
from = "0.18.1"
950-
to = "0.19.0"
951-
bump = "major"
949+
from = "0.19.0"
950+
to = "0.19.1"
951+
bump = "patch"
952952
reason = "changed"
953953

954954
[[crate]]
@@ -1802,8 +1802,8 @@ reason = "changed"
18021802
[[crate]]
18031803
# polkadot/xcm/xcm-executor
18041804
name = "staging-xcm-executor"
1805-
from = "25.0.0"
1806-
to = "25.1.0"
1805+
from = "25.1.0"
1806+
to = "25.2.0"
18071807
bump = "minor"
18081808
reason = "changed"
18091809

@@ -2700,9 +2700,9 @@ reason = "changed"
27002700
[[crate]]
27012701
# bridges/snowbridge/runtime/runtime-common
27022702
name = "snowbridge-runtime-common"
2703-
from = "0.19.0"
2704-
to = "0.20.0"
2705-
bump = "major"
2703+
from = "0.20.0"
2704+
to = "0.20.1"
2705+
bump = "patch"
27062706
reason = "changed"
27072707

27082708
[[crate]]
@@ -3058,9 +3058,9 @@ reason = "changed"
30583058
[[crate]]
30593059
# cumulus/primitives/utility
30603060
name = "cumulus-primitives-utility"
3061-
from = "0.25.0"
3062-
to = "0.26.0"
3063-
bump = "major"
3061+
from = "0.26.0"
3062+
to = "0.26.1"
3063+
bump = "patch"
30643064
reason = "changed"
30653065

30663066
[[crate]]
@@ -3714,8 +3714,8 @@ reason = "changed"
37143714
[[crate]]
37153715
# cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend
37163716
name = "bridge-hub-westend-runtime"
3717-
from = "0.25.0"
3718-
to = "0.25.1"
3717+
from = "0.25.1"
3718+
to = "0.25.2"
37193719
bump = "patch"
37203720
reason = "changed"
37213721

bridges/snowbridge/primitives/beacon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "snowbridge-beacon-primitives"
33
description = "Snowbridge Beacon Primitives"
4-
version = "0.19.0"
4+
version = "0.19.1"
55
authors = ["Snowfork <contact@snowfork.com>"]
66
edition.workspace = true
77
repository.workspace = true

bridges/snowbridge/runtime/runtime-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "snowbridge-runtime-common"
33
description = "Snowbridge Runtime Common"
4-
version = "0.20.0"
4+
version = "0.20.1"
55
authors = ["Snowfork <contact@snowfork.com>"]
66
edition.workspace = true
77
repository.workspace = true

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bridge-hub-westend-runtime"
3-
version = "0.25.1"
3+
version = "0.25.2"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Westend's BridgeHub parachain runtime"

cumulus/primitives/utility/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cumulus-primitives-utility"
3-
version = "0.26.0"
3+
version = "0.26.1"
44
authors.workspace = true
55
edition.workspace = true
66
license = "Apache-2.0"

polkadot/xcm/xcm-executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "An abstract and configurable XCM message executor."
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true
7-
version = "25.1.0"
7+
version = "25.2.0"
88
homepage.workspace = true
99
repository.workspace = true
1010

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
The following crates were updated to the corresponding versions:
22

33
<details>
4-
<summary>Crates list</summary>
4+
<summary>Crates list</summary>
55

6-
- pallet-beefy-mmr@47.1.0
7-
- cumulus-pallet-xcmp-queue@0.26.1
8-
- collectives-westend-runtime@26.1.1
9-
- coretime-westend-runtime@0.22.2
10-
- asset-hub-rococo-runtime@0.32.1
11-
- asset-hub-westend-runtime@0.45.1
12-
- bridge-hub-rococo-runtime@0.28.1
13-
- bridge-hub-westend-runtime@0.25.1
14-
- cumulus-client-consensus-aura@0.29.2
6+
- pallet-beefy-mmr@47.1.0
7+
- cumulus-pallet-xcmp-queue@0.26.1
8+
- collectives-westend-runtime@26.1.1
9+
- coretime-westend-runtime@0.22.2
10+
- asset-hub-rococo-runtime@0.32.1
11+
- asset-hub-westend-runtime@0.45.1
12+
- bridge-hub-rococo-runtime@0.28.1
13+
- bridge-hub-westend-runtime@0.25.1
14+
- cumulus-client-consensus-aura@0.29.2
15+
- snowbridge-beacon-primitives@0.19.1
16+
- staging-xcm-executor@25.2.0
17+
- snowbridge-runtime-common@0.20.1
18+
- cumulus-primitives-utility@0.26.1
19+
- bridge-hub-westend-runtime@0.25.2
1520

1621
</details>

0 commit comments

Comments
 (0)