From 177fa0ed9fbce0227a079333013e5159e5d4ced3 Mon Sep 17 00:00:00 2001 From: Morgan Adamiec Date: Fri, 17 May 2024 13:16:52 +0100 Subject: [PATCH] Bump versions --- Plan.toml | 6 +++--- .../snowbridge/parachain/pallets/ethereum-client/Cargo.toml | 2 +- bridges/snowbridge/parachain/runtime/test-common/Cargo.toml | 2 +- .../runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Plan.toml b/Plan.toml index 471deebc8278..ab5be6d7dbac 100644 --- a/Plan.toml +++ b/Plan.toml @@ -1,5 +1,5 @@ # generated by parity-publish v0.5.1 -# command: parity-publish plan --patch pallet-xcm staging-xcm-executor +# command: parity-publish plan --patch snowbridge-pallet-ethereum-client [options] @@ -2326,8 +2326,8 @@ reason = "changed" [[crate]] name = "snowbridge-pallet-ethereum-client" -from = "0.1.0" -to = "0.1.1" +from = "0.1.1" +to = "0.1.2" bump = "minor" reason = "bumped by --patch" diff --git a/bridges/snowbridge/parachain/pallets/ethereum-client/Cargo.toml b/bridges/snowbridge/parachain/pallets/ethereum-client/Cargo.toml index 1eccfceef202..43ad87e1e028 100644 --- a/bridges/snowbridge/parachain/pallets/ethereum-client/Cargo.toml +++ b/bridges/snowbridge/parachain/pallets/ethereum-client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-pallet-ethereum-client" description = "Snowbridge Ethereum Client Pallet" -version = "0.1.1" +version = "0.1.2" authors = ["Snowfork "] edition.workspace = true repository.workspace = true diff --git a/bridges/snowbridge/parachain/runtime/test-common/Cargo.toml b/bridges/snowbridge/parachain/runtime/test-common/Cargo.toml index 0e154acf6788..3447da5382d2 100644 --- a/bridges/snowbridge/parachain/runtime/test-common/Cargo.toml +++ b/bridges/snowbridge/parachain/runtime/test-common/Cargo.toml @@ -80,7 +80,7 @@ assets-common = { path = "../../../../../cumulus/parachains/runtimes/assets/comm snowbridge-core = { path = "../../primitives/core", default-features = false, version = "0.1.1" } snowbridge-beacon-primitives = { path = "../../primitives/beacon", default-features = false, version = "0.1.0" } snowbridge-router-primitives = { path = "../../primitives/router", default-features = false, version = "0.1.0" } -snowbridge-pallet-ethereum-client = { path = "../../pallets/ethereum-client", default-features = false, version = "0.1.1" } +snowbridge-pallet-ethereum-client = { path = "../../pallets/ethereum-client", default-features = false, version = "0.1.2" } snowbridge-pallet-ethereum-client-fixtures = { path = "../../pallets/ethereum-client/fixtures", default-features = false, version = "0.9.0" } snowbridge-pallet-inbound-queue = { path = "../../pallets/inbound-queue", default-features = false, version = "0.1.1" } snowbridge-pallet-outbound-queue = { path = "../../pallets/outbound-queue", default-features = false, version = "0.1.1" } diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml index 0f06e5045eb2..d03201576506 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml @@ -106,7 +106,7 @@ snowbridge-beacon-primitives = { path = "../../../../../bridges/snowbridge/parac snowbridge-pallet-system = { path = "../../../../../bridges/snowbridge/parachain/pallets/system", default-features = false, version = "0.1.1" } snowbridge-system-runtime-api = { path = "../../../../../bridges/snowbridge/parachain/pallets/system/runtime-api", default-features = false, version = "0.1.0" } snowbridge-core = { path = "../../../../../bridges/snowbridge/parachain/primitives/core", default-features = false, version = "0.1.1" } -snowbridge-pallet-ethereum-client = { path = "../../../../../bridges/snowbridge/parachain/pallets/ethereum-client", default-features = false, version = "0.1.1" } +snowbridge-pallet-ethereum-client = { path = "../../../../../bridges/snowbridge/parachain/pallets/ethereum-client", default-features = false, version = "0.1.2" } snowbridge-pallet-inbound-queue = { path = "../../../../../bridges/snowbridge/parachain/pallets/inbound-queue", default-features = false, version = "0.1.1" } snowbridge-pallet-outbound-queue = { path = "../../../../../bridges/snowbridge/parachain/pallets/outbound-queue", default-features = false, version = "0.1.1" } snowbridge-outbound-queue-runtime-api = { path = "../../../../../bridges/snowbridge/parachain/pallets/outbound-queue/runtime-api", default-features = false, version = "0.1.1" }