Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed May 13, 2024
1 parent ca076ed commit d83e3b5
Show file tree
Hide file tree
Showing 60 changed files with 67 additions and 76 deletions.
25 changes: 8 additions & 17 deletions Plan.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated by parity-publish v0.4.1
# command: parity-publish plan . --patch pallet-collator-selection
# generated by parity-publish v0.5.1
# command: parity-publish plan --patch pallet-balances

[options]

Expand Down Expand Up @@ -1247,10 +1247,10 @@ reason = "changed"

[[crate]]
name = "pallet-balances"
from = "28.0.0"
to = "29.0.0"
bump = "major"
reason = "changed"
from = "29.0.1"
to = "29.0.2"
bump = "minor"
reason = "bumped by --patch"

[[crate]]
name = "pallet-broker"
Expand Down Expand Up @@ -1419,6 +1419,7 @@ from = "0.7.0"
to = "0.8.0"
bump = "major"
reason = "changed"
publish = false

[[crate]]
name = "pallet-preimage"
Expand Down Expand Up @@ -2637,6 +2638,7 @@ from = "0.7.0"
to = "0.8.0"
bump = "major"
reason = "changed"
publish = false

[[crate]]
name = "people-rococo-runtime"
Expand Down Expand Up @@ -3450,14 +3452,3 @@ from = "0.1.0"
to = "0.1.0"
bump = "major"
publish = false

[[crate]]
name = "pallet-balances"
from = "29.0.0"
to = "29.0.0"
publish = false

[[crate]]
name = "pallet-balances"
from = "29.0.0"
to = "29.0.1"
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ num-traits = { version = "0.2.16", default-features = false }
frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "29.0.0" }
frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "29.0.2" }
frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "29.0.0" }
sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
sp-io = { path = "../../../../../substrate/primitives/io", default-features = false, version = "31.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/r
frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.35.0" }
pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" }
pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "29.0.0" }
pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" }
pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/pallets/collator-selection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sp-staking = { path = "../../../substrate/primitives/staking", default-features
frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" }
frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "29.0.0" }
pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "29.0.0" }

frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "29.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/parachain-template/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/run
frame-try-runtime = { path = "../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.35.0" }
pallet-aura = { path = "../../../substrate/frame/aura", default-features = false, version = "28.0.0" }
pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" }
pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "29.0.0" }
pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false, version = "29.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/parachains/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ frame-system = { path = "../../../substrate/frame/system", default-features = fa
pallet-asset-tx-payment = { path = "../../../substrate/frame/transaction-payment/asset-tx-payment", default-features = false, version = "29.0.0" }
pallet-assets = { path = "../../../substrate/frame/assets", default-features = false, version = "30.0.0" }
pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" }
sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false, version = "0.33.0" }
sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "29.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ frame-support = { version = "29.0.2", path = "../../../../../substrate/frame/sup
sp-core = { version = "29.0.0", path = "../../../../../substrate/primitives/core" }
sp-consensus-babe = { version = "0.33.0", path = "../../../../../substrate/primitives/consensus/babe" }
pallet-assets = { version = "30.0.0", path = "../../../../../substrate/frame/assets" }
pallet-balances = { version = "29.0.0", path = "../../../../../substrate/frame/balances" }
pallet-balances = { version = "29.0.2", path = "../../../../../substrate/frame/balances" }
pallet-message-queue = { version = "32.0.0", path = "../../../../../substrate/frame/message-queue" }

# Polkadot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ assert_matches = "1.5.0"
# Substrate
sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" }
frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "29.0.2" }
pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false, version = "30.0.0" }
pallet-asset-conversion = { path = "../../../../../../../substrate/frame/asset-conversion", default-features = false, version = "11.0.0" }
pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ assert_matches = "1.5.0"
# Substrate
sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" }
frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "29.0.2" }
pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false, version = "30.0.0" }
pallet-asset-conversion = { path = "../../../../../../../substrate/frame/asset-conversion", default-features = false, version = "11.0.0" }
pallet-treasury = { path = "../../../../../../../substrate/frame/treasury", default-features = false, version = "28.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sp-core = { path = "../../../../../../../substrate/primitives/core", default-fea
frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "29.0.2" }
pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false, version = "30.0.0" }
pallet-asset-conversion = { path = "../../../../../../../substrate/frame/asset-conversion", default-features = false, version = "11.0.0" }
pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-message-queue = { version = "32.0.0", path = "../../../../../../../substrate/frame/message-queue" }
sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "29.0.2" }
pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false, version = "30.0.0" }
pallet-asset-conversion = { path = "../../../../../../../substrate/frame/asset-conversion", default-features = false, version = "11.0.0" }
pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-message-queue = { version = "32.0.0", path = "../../../../../../../substrate/frame/message-queue" }
sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ codec = { package = "parity-scale-codec", version = "3.4.0", default-features =
# Substrate
sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" }
frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "29.0.2" }
pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" }
pallet-identity = { path = "../../../../../../../substrate/frame/identity", default-features = false, version = "29.0.0" }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ codec = { package = "parity-scale-codec", version = "3.4.0", default-features =
# Substrate
sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" }
frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "29.0.2" }
pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" }
pallet-identity = { path = "../../../../../../../substrate/frame/identity", default-features = false, version = "29.0.0" }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pallet-assets = { path = "../../../../../substrate/frame/assets", default-featur
pallet-asset-conversion = { path = "../../../../../substrate/frame/asset-conversion", default-features = false, version = "11.0.0" }
pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" }
pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" }
pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" }
pallet-nft-fractionalization = { path = "../../../../../substrate/frame/nft-fractionalization", default-features = false, version = "11.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pallet-assets = { path = "../../../../../substrate/frame/assets", default-featur
pallet-asset-conversion = { path = "../../../../../substrate/frame/asset-conversion", default-features = false, version = "11.0.0" }
pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" }
pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" }
pallet-nft-fractionalization = { path = "../../../../../substrate/frame/nft-fractionalization", default-features = false, version = "11.0.0" }
pallet-nfts = { path = "../../../../../substrate/frame/nfts", default-features = false, version = "23.0.0" }
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
Expand Up @@ -16,7 +16,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "29.0.2" }
frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "29.0.0" }
pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false, version = "30.0.0" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "29.0.0" }
sp-io = { path = "../../../../../substrate/primitives/io", default-features = false, version = "31.0.0" }
sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/r
frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.35.0" }
pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" }
pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "29.0.0" }
pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" }
pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/r
frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.35.0" }
pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" }
pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "29.0.0" }
pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" }
pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sp-keyring = { version = "32.0.0", path = "../../../../../substrate/primitives/k
sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" }
sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" }
sp-tracing = { version = "16.0.0", path = "../../../../../substrate/primitives/tracing" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "29.0.0" }
asset-test-utils = { version = "8.0.1", path = "../../assets/test-utils" }
cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook"], version = "0.8.1" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pallet-asset-rate = { path = "../../../../../substrate/frame/asset-rate", defaul
pallet-alliance = { path = "../../../../../substrate/frame/alliance", default-features = false, version = "28.0.0" }
pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "28.0.0" }
pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" }
pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-collective = { path = "../../../../../substrate/frame/collective", default-features = false, version = "29.0.0" }
pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "29.0.0" }
pallet-preimage = { path = "../../../../../substrate/frame/preimage", default-features = false, version = "29.0.0" }
Expand Down
Loading

0 comments on commit d83e3b5

Please sign in to comment.