Skip to content

Commit

Permalink
chore: bump cw-storage-plus to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo-sturdy committed Dec 16, 2022
1 parent 32907e8 commit 36c2430
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion contracts/cw1-subkeys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cw1 = { path = "../../packages/cw1", version = "1.0.0" }
cw2 = { path = "../../packages/cw2", version = "1.0.0" }
cw1-whitelist = { path = "../cw1-whitelist", version = "1.0.0", features = ["library"] }
cosmwasm-std = { version = "1.1.0", features = ["staking"] }
cw-storage-plus = "1"
cw-storage-plus = "1.0.1"
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = "1.0.23"
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw1-whitelist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cw-utils = "1.0.1"
cw1 = { path = "../../packages/cw1", version = "1.0.0" }
cw2 = { path = "../../packages/cw2", version = "1.0.0" }
cosmwasm-std = { version = "1.1.0", features = ["staking"] }
cw-storage-plus = "1"
cw-storage-plus = "1.0.1"
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.23" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw20-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cosmwasm-schema = { version = "1.1.0" }
cw-utils = "1.0.1"
cw2 = { path = "../../packages/cw2", version = "1.0.0" }
cw20 = { path = "../../packages/cw20", version = "1.0.0" }
cw-storage-plus = "1"
cw-storage-plus = "1.0.1"
cosmwasm-std = { version = "1.1.0" }
schemars = "0.8.1"
semver = "1"
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw20-ics20/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cw-utils = "1.0.1"
cw2 = { path = "../../packages/cw2", version = "1.0.0" }
cw20 = { path = "../../packages/cw20", version = "1.0.0" }
cosmwasm-std = { version = "1.1.0", features = ["stargate"] }
cw-storage-plus = "1"
cw-storage-plus = "1.0.1"
cw-controllers = { path = "../../packages/controllers", version = "1.0.0" }
schemars = "0.8.1"
semver = "1"
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw3-fixed-multisig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cosmwasm-schema = { version = "1.1.0" }
cw-utils = "1.0.1"
cw2 = { path = "../../packages/cw2", version = "1.0.0" }
cw3 = { path = "../../packages/cw3", version = "1.0.0" }
cw-storage-plus = "1"
cw-storage-plus = "1.0.1"
cosmwasm-std = { version = "1.1.0" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw3-flex-multisig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cw3 = { path = "../../packages/cw3", version = "1.0.0" }
cw3-fixed-multisig = { path = "../cw3-fixed-multisig", version = "1.0.0", features = ["library"] }
cw4 = { path = "../../packages/cw4", version = "1.0.0" }
cw20 = { path = "../../packages/cw20", version = "1.0.0" }
cw-storage-plus = "1"
cw-storage-plus = "1.0.1"
cosmwasm-std = { version = "1.1.0" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw4-group/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cw-utils = "1.0.1"
cw2 = { path = "../../packages/cw2", version = "1.0.0" }
cw4 = { path = "../../packages/cw4", version = "1.0.0" }
cw-controllers = { path = "../../packages/controllers", version = "1.0.0" }
cw-storage-plus = "1"
cw-storage-plus = "1.0.1"
cosmwasm-std = { version = "1.1.0" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw4-stake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cw2 = { path = "../../packages/cw2", version = "1.0.0" }
cw4 = { path = "../../packages/cw4", version = "1.0.0" }
cw20 = { path = "../../packages/cw20", version = "1.0.0" }
cw-controllers = { path = "../../packages/controllers", version = "1.0.0" }
cw-storage-plus = "1"
cw-storage-plus = "1.0.1"
cosmwasm-std = { version = "1.1.0" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/controllers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ homepage = "https://cosmwasm.com"
cosmwasm-schema = "1.0.0"
cosmwasm-std = "1.0.0"
cw-utils = "1.0.1"
cw-storage-plus = "1"
cw-storage-plus = "1.0.1"
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.21" }
2 changes: 1 addition & 1 deletion packages/cw2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ homepage = "https://cosmwasm.com"
[dependencies]
cosmwasm-schema = "1.0.0"
cosmwasm-std = { version = "1.0.0", default-features = false }
cw-storage-plus = "1"
cw-storage-plus = "1.0.1"
schemars = "0.8.1"
serde = { version = "1.0.0", default-features = false, features = ["derive"] }
2 changes: 1 addition & 1 deletion packages/cw4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/CosmWasm/cw-plus"
homepage = "https://cosmwasm.com"

[dependencies]
cw-storage-plus = "1"
cw-storage-plus = "1.0.1"
cosmwasm-schema = "1.1.0"
cosmwasm-std = "1.1.0"
schemars = "0.8.1"
Expand Down

0 comments on commit 36c2430

Please sign in to comment.