Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Apr 19, 2024
1 parent 2fec5bb commit fac3c5a
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions Plan.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated by parity-publish v0.3.0
# command: parity-publish plan . --patch snowbridge-pallet-inbound-queue snowbridge-pallet-outbound-queue snowbridge-outbound-queue-runtime-api snowbridge-pallet-system snowbridge-core pallet-xcm
# command: parity-publish plan --patch pallet-staking

[options]

Expand Down Expand Up @@ -1912,8 +1912,8 @@ reason = "changed"

[[crate]]
name = "pallet-staking"
from = "30.0.0"
to = "30.0.1"
from = "30.0.1"
to = "30.0.2"
bump = "minor"
reason = "bumped by --patch"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sp-authority-discovery = { path = "../../../../../../../substrate/primitives/aut
sp-consensus-babe = { path = "../../../../../../../substrate/primitives/consensus/babe", default-features = false, version = "0.34.0" }
beefy-primitives = { package = "sp-consensus-beefy", path = "../../../../../../../substrate/primitives/consensus/beefy", version = "15.0.0" }
grandpa = { package = "sc-consensus-grandpa", path = "../../../../../../../substrate/client/consensus/grandpa", default-features = false, version = "0.21.0" }
pallet-staking = { path = "../../../../../../../substrate/frame/staking", default-features = false, version = "30.0.1" }
pallet-staking = { path = "../../../../../../../substrate/frame/staking", default-features = false, version = "30.0.2" }

# Polkadot
polkadot-primitives = { path = "../../../../../../../polkadot/primitives", default-features = false, version = "9.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sp-weights = { version = "29.0.0", path = "../../../substrate/primitives/weights
sp-version = { version = "31.0.0", path = "../../../substrate/primitives/version" }
pallet-babe = { version = "30.0.0", path = "../../../substrate/frame/babe" }
pallet-im-online = { version = "29.0.0", path = "../../../substrate/frame/im-online" }
pallet-staking = { version = "30.0.1", path = "../../../substrate/frame/staking" }
pallet-staking = { version = "30.0.2", path = "../../../substrate/frame/staking" }
pallet-transaction-payment-rpc-runtime-api = { version = "30.0.0", path = "../../../substrate/frame/transaction-payment/rpc/runtime-api" }
frame-system = { version = "30.0.0", path = "../../../substrate/frame/system" }
frame-system-rpc-runtime-api = { version = "28.0.0", path = "../../../substrate/frame/system/rpc/runtime-api" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/test/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ frame-system = { version = "30.0.0", path = "../../../../substrate/frame/system"
grandpa = { package = "sc-consensus-grandpa", path = "../../../../substrate/client/consensus/grandpa", version = "0.21.0" }
grandpa_primitives = { package = "sp-consensus-grandpa", path = "../../../../substrate/primitives/consensus/grandpa", version = "15.0.0" }
inherents = { package = "sp-inherents", path = "../../../../substrate/primitives/inherents", version = "28.0.0" }
pallet-staking = { version = "30.0.1", path = "../../../../substrate/frame/staking" }
pallet-staking = { version = "30.0.2", path = "../../../../substrate/frame/staking" }
pallet-balances = { version = "30.0.0", path = "../../../../substrate/frame/balances" }
pallet-transaction-payment = { version = "30.0.0", path = "../../../../substrate/frame/transaction-payment" }
sc-chain-spec = { version = "29.0.0", path = "../../../../substrate/client/chain-spec" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pallet-fast-unstake = { path = "../../../substrate/frame/fast-unstake", default-
pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "30.0.0" }
pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "30.0.0" }
frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "30.0.0" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "30.0.1" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "30.0.2" }
pallet-staking-reward-fn = { path = "../../../substrate/frame/staking/reward-fn", default-features = false, version = "21.0.0" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "30.0.0" }
pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "29.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/parachains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pallet-babe = { path = "../../../substrate/frame/babe", default-features = false
pallet-broker = { path = "../../../substrate/frame/broker", default-features = false, version = "0.8.0" }
pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "33.0.0" }
pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "30.0.0" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "30.0.1" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "30.0.2" }
pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "29.0.0" }
pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false, version = "30.0.0" }
frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "30.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/rococo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pallet-session = { path = "../../../substrate/frame/session", default-features =
pallet-society = { path = "../../../substrate/frame/society", default-features = false, version = "30.0.0" }
pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false, version = "30.0.0" }
frame-support = { path = "../../../substrate/frame/support", default-features = false, features = ["tuples-96"], version = "30.0.0" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "30.0.1" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "30.0.2" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "30.0.0" }
frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "28.0.0" }
pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "29.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/test-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pallet-indices = { path = "../../../substrate/frame/indices", default-features =
pallet-offences = { path = "../../../substrate/frame/offences", default-features = false, version = "29.0.0" }
pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "30.0.0" }
frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "30.0.0" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "30.0.1" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "30.0.2" }
pallet-staking-reward-curve = { version = "11.0.0", path = "../../../substrate/frame/staking/reward-curve" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "30.0.0" }
frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "28.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/westend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pallet-referenda = { path = "../../../substrate/frame/referenda", default-featur
pallet-scheduler = { path = "../../../substrate/frame/scheduler", default-features = false, version = "31.0.0" }
pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "30.0.0" }
pallet-society = { path = "../../../substrate/frame/society", default-features = false, version = "30.0.0" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "30.0.1" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "30.0.2" }
pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", path = "../../../substrate/frame/staking/reward-curve", version = "11.0.0" }
pallet-staking-runtime-api = { path = "../../../substrate/frame/staking/runtime-api", default-features = false, version = "16.0.0" }
pallet-state-trie-migration = { path = "../../../substrate/frame/state-trie-migration", default-features = false, version = "31.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/bin/node/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pallet-root-testing = { path = "../../../frame/root-testing", default-features =
pallet-salary = { path = "../../../frame/salary", default-features = false, version = "15.0.0" }
pallet-session = { path = "../../../frame/session", default-features = false, features = ["historical"], version = "30.0.0" }
pallet-session-benchmarking = { path = "../../../frame/session/benchmarking", default-features = false, optional = true, version = "30.0.0" }
pallet-staking = { path = "../../../frame/staking", default-features = false, version = "30.0.1" }
pallet-staking = { path = "../../../frame/staking", default-features = false, version = "30.0.2" }
pallet-staking-reward-curve = { path = "../../../frame/staking/reward-curve", default-features = false, version = "11.0.0" }
pallet-staking-runtime-api = { path = "../../../frame/staking/runtime-api", default-features = false, version = "16.0.0" }
pallet-state-trie-migration = { path = "../../../frame/state-trie-migration", default-features = false, version = "31.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/bags-list/remote-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
pallet-staking = { version = "30.0.1", path = "../../staking" }
pallet-staking = { version = "30.0.2", path = "../../staking" }
pallet-bags-list = { path = "..", features = ["fuzz"], version = "29.0.0" }
frame-election-provider-support = { version = "30.0.0", path = "../../election-provider-support" }
frame-system = { version = "30.0.0", path = "../../system" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/nomination-pools/benchmarking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ frame-election-provider-support = { path = "../../election-provider-support", de
frame-support = { path = "../../support", default-features = false, version = "30.0.0" }
frame-system = { path = "../../system", default-features = false, version = "30.0.0" }
pallet-bags-list = { path = "../../bags-list", default-features = false, version = "29.0.0" }
pallet-staking = { path = "../../staking", default-features = false, version = "30.0.1" }
pallet-staking = { path = "../../staking", default-features = false, version = "30.0.2" }
pallet-nomination-pools = { path = "..", default-features = false, version = "27.0.0" }

# Substrate Primitives
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/offences/benchmarking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pallet-grandpa = { path = "../../grandpa", default-features = false, version = "
pallet-im-online = { path = "../../im-online", default-features = false, version = "29.0.0" }
pallet-offences = { path = "..", default-features = false, version = "29.0.0" }
pallet-session = { path = "../../session", default-features = false, version = "30.0.0" }
pallet-staking = { path = "../../staking", default-features = false, version = "30.0.1" }
pallet-staking = { path = "../../staking", default-features = false, version = "30.0.2" }
sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "33.0.0" }
sp-staking = { path = "../../../primitives/staking", default-features = false, version = "28.0.0" }
sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/root-offences/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }

pallet-session = { path = "../session", default-features = false, features = ["historical"], version = "30.0.0" }
pallet-staking = { path = "../staking", default-features = false, version = "30.0.1" }
pallet-staking = { path = "../staking", default-features = false, version = "30.0.2" }

frame-support = { path = "../support", default-features = false, version = "30.0.0" }
frame-system = { path = "../system", default-features = false, version = "30.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/session/benchmarking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ frame-benchmarking = { path = "../../benchmarking", default-features = false, ve
frame-support = { path = "../../support", default-features = false, version = "30.0.0" }
frame-system = { path = "../../system", default-features = false, version = "30.0.0" }
pallet-session = { path = "..", default-features = false, version = "30.0.0" }
pallet-staking = { path = "../../staking", default-features = false, version = "30.0.1" }
pallet-staking = { path = "../../staking", default-features = false, version = "30.0.2" }
sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "33.0.0" }
sp-session = { path = "../../../primitives/session", default-features = false, version = "29.0.0" }
sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/staking/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-staking"
version = "30.0.1"
version = "30.0.2"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion substrate/utils/frame/generate-bags/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = true
frame-support = { version = "30.0.0", path = "../../../frame/support" }
frame-election-provider-support = { version = "30.0.0", path = "../../../frame/election-provider-support" }
frame-system = { version = "30.0.0", path = "../../../frame/system" }
pallet-staking = { version = "30.0.1", path = "../../../frame/staking" }
pallet-staking = { version = "30.0.2", path = "../../../frame/staking" }
sp-staking = { version = "28.0.0", path = "../../../primitives/staking" }

# third party
Expand Down

0 comments on commit fac3c5a

Please sign in to comment.