Skip to content

Commit

Permalink
Bump pallet-identity
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed May 22, 2024
1 parent 9291980 commit 74fa3ad
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Plan.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated by parity-publish v0.5.1
# command: parity-publish plan --patch pallet-staking pallet-staking-runtime-api pallet-nomination-pools
# command: parity-publish plan . --patch pallet-identity

[options]

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

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

[[crate]]
name = "pallet-im-online"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", defau
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.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" }
pallet-identity = { path = "../../../../../../../substrate/frame/identity", default-features = false, version = "29.0.1" }

# Polkadot
xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "8.0.1" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", defau
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.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" }
pallet-identity = { path = "../../../../../../../substrate/frame/identity", default-features = false, version = "29.0.1" }

# Polkadot
xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "8.0.1" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", defau
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.2" }
pallet-identity = { path = "../../../../../substrate/frame/identity", default-features = false, version = "29.0.0" }
pallet-identity = { path = "../../../../../substrate/frame/identity", default-features = false, version = "29.0.1" }
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-session = { path = "../../../../../substrate/frame/session", 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 @@ frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", defau
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.2" }
pallet-identity = { path = "../../../../../substrate/frame/identity", default-features = false, version = "29.0.0" }
pallet-identity = { path = "../../../../../substrate/frame/identity", default-features = false, version = "29.0.1" }
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-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "29.0.0" }
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 @@ -34,7 +34,7 @@ pallet-authorship = { path = "../../../substrate/frame/authorship", default-feat
pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "29.0.2" }
pallet-broker = { path = "../../../substrate/frame/broker", default-features = false, version = "0.7.1" }
pallet-fast-unstake = { path = "../../../substrate/frame/fast-unstake", default-features = false, version = "28.0.0" }
pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "29.0.0" }
pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "29.0.1" }
pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "29.0.0" }
frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "29.0.2" }
pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "29.0.3" }
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 @@ -59,7 +59,7 @@ pallet-elections-phragmen = { path = "../../../substrate/frame/elections-phragme
pallet-asset-rate = { path = "../../../substrate/frame/asset-rate", default-features = false, version = "8.0.0" }
frame-executive = { path = "../../../substrate/frame/executive", default-features = false, version = "29.0.0" }
pallet-grandpa = { path = "../../../substrate/frame/grandpa", default-features = false, version = "29.0.0" }
pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "29.0.0" }
pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "29.0.1" }
pallet-im-online = { path = "../../../substrate/frame/im-online", default-features = false, version = "28.0.0" }
pallet-indices = { path = "../../../substrate/frame/indices", default-features = false, version = "29.0.0" }
pallet-membership = { path = "../../../substrate/frame/membership", default-features = false, version = "29.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 @@ -63,7 +63,7 @@ pallet-elections-phragmen = { package = "pallet-elections-phragmen", path = "../
pallet-election-provider-multi-phase = { path = "../../../substrate/frame/election-provider-multi-phase", default-features = false, version = "28.0.0" }
pallet-fast-unstake = { path = "../../../substrate/frame/fast-unstake", default-features = false, version = "28.0.0" }
pallet-grandpa = { path = "../../../substrate/frame/grandpa", default-features = false, version = "29.0.0" }
pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "29.0.0" }
pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "29.0.1" }
pallet-im-online = { path = "../../../substrate/frame/im-online", default-features = false, version = "28.0.0" }
pallet-indices = { path = "../../../substrate/frame/indices", default-features = false, version = "29.0.0" }
pallet-membership = { path = "../../../substrate/frame/membership", default-features = false, version = "29.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 @@ -92,7 +92,7 @@ pallet-nis = { path = "../../../frame/nis", default-features = false, version =
pallet-grandpa = { path = "../../../frame/grandpa", default-features = false, version = "29.0.0" }
pallet-im-online = { path = "../../../frame/im-online", default-features = false, version = "28.0.0" }
pallet-indices = { path = "../../../frame/indices", default-features = false, version = "29.0.0" }
pallet-identity = { path = "../../../frame/identity", default-features = false, version = "29.0.0" }
pallet-identity = { path = "../../../frame/identity", default-features = false, version = "29.0.1" }
pallet-lottery = { path = "../../../frame/lottery", default-features = false, version = "29.0.0" }
pallet-membership = { path = "../../../frame/membership", default-features = false, version = "29.0.0" }
pallet-message-queue = { path = "../../../frame/message-queue", default-features = false, version = "32.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/alliance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ frame-benchmarking = { path = "../benchmarking", default-features = false, optio
frame-support = { path = "../support", default-features = false, version = "29.0.2" }
frame-system = { path = "../system", default-features = false, version = "29.0.0" }

pallet-identity = { path = "../identity", default-features = false, version = "29.0.0" }
pallet-identity = { path = "../identity", default-features = false, version = "29.0.1" }
pallet-collective = { path = "../collective", default-features = false, optional = true, version = "29.0.0" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/identity/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-identity"
version = "29.0.0"
version = "29.0.1"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
Expand Down

0 comments on commit 74fa3ad

Please sign in to comment.