Skip to content

Commit

Permalink
bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Apr 18, 2024
1 parent 171d827 commit e910317
Showing 1 changed file with 26 additions and 28 deletions.
54 changes: 26 additions & 28 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,39 @@ members = ["packages/*", "contracts/*"]
resolver = "2"

[workspace.package]
version = "1.2.6"
version = "1.2.7"
edition = "2021"
homepage = "https://stargaze.zone"
repository = "https://github.com/public-awesome/names"
license = "Apache-2.0"

[workspace.dependencies]
cosmwasm-schema = "1.2.1"
cosmwasm-std = "1.2.1"
cw2 = "1.1.2"
cw721 = "0.16.0"
cw721-base = "0.16.0"
cw-controllers = "0.16.0"
cw-multi-test = "0.16.0"
cosmwasm-schema = "1.2.1"
cosmwasm-std = "1.2.1"
cw2 = "1.1.2"
cw721 = "0.16.0"
cw721-base = "0.16.0"
cw-controllers = "0.16.0"
cw-multi-test = "0.16.0"
cw-storage-macro = "0.16.0"
cw-storage-plus = "0.16.0"
cw-utils = "0.16.0"
schemars = "0.8.11"
semver = "1"
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
sg1 = "0.22.9"
sg721 = "0.22.9"
sg721-base = "0.22.9"
sg-controllers = "0.22.9"
sg-metadata = "0.22.9"
sg-multi-test = "0.22.9"
sg-std = "0.22.9"
thiserror = "1.0.31"
sg-name-common = { version = "1.2.5", path = "./packages/sg-name-common" }
sg721-name = { version = "1.2.5", path = "./contracts/sg721-name" }
sg-name = { version = "1.2.5", path = "./packages/sg-name" }
sg-name-market = { version = "1.2.5", path = "./packages/sg-name-market" }
name-marketplace = { version = "1.2.5", path = "./contracts/marketplace", features = [
"library",
] }
cw-storage-plus = "0.16.0"
cw-utils = "0.16.0"
schemars = "0.8.11"
semver = "1"
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
sg1 = "0.22.9"
sg721 = "0.22.9"
sg721-base = "0.22.9"
sg-controllers = "0.22.9"
sg-metadata = "0.22.9"
sg-multi-test = "0.22.9"
sg-std = "0.22.9"
thiserror = "1.0.31"
sg-name-common = { version = "1.2.5", path = "./packages/sg-name-common" }
sg721-name = { version = "1.2.5", path = "./contracts/sg721-name" }
sg-name = { version = "1.2.5", path = "./packages/sg-name" }
sg-name-market = { version = "1.2.5", path = "./packages/sg-name-market" }
name-marketplace = { version = "1.2.5", path = "./contracts/marketplace", features = ["library"] }

[profile.release.package.name-minter]
codegen-units = 1
Expand Down

0 comments on commit e910317

Please sign in to comment.