Skip to content

Commit d3e87f5

Browse files
committed
Release 3.11.0
1 parent c7918f4 commit d3e87f5

File tree

12 files changed

+66
-66
lines changed

12 files changed

+66
-66
lines changed

Cargo.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ members = [
1111
resolver = "2"
1212

1313
[workspace.package]
14-
version = "3.10.0"
14+
version = "3.11.0"
1515
rust-version = "1.73.0"
1616
edition = "2021"
1717
homepage = "https://stargaze.zone"
1818
repository = "https://github.com/public-awesome/launchpad"
1919
license = "Apache-2.0"
2020

2121
[workspace.dependencies]
22-
base-factory = { version = "3.10.0", path = "contracts/factories/base-factory" }
23-
base-minter = { version = "3.10.0", path = "contracts/minters/base-minter" }
22+
base-factory = { version = "3.11.0", path = "contracts/factories/base-factory" }
23+
base-minter = { version = "3.11.0", path = "contracts/minters/base-minter" }
2424
cosmwasm-schema = "1.2.1"
2525
cosmwasm-std = "1.2.1"
2626
cw-controllers = "1.1.0"
@@ -34,35 +34,35 @@ cw-storage-plus = "1.1.0"
3434
cw-utils = "1.0.1"
3535
schemars = "0.8.11"
3636
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
37-
sg1 = { version = "3.10.0", path = "packages/sg1" }
38-
sg2 = { version = "3.10.0", path = "packages/sg2" }
39-
sg4 = { version = "3.10.0", path = "packages/sg4" }
40-
sg721 = { version = "3.10.0", path = "packages/sg721" }
41-
sg721-base = { version = "3.10.0", path = "contracts/collections/sg721-base" }
42-
sg721-nt = { version = "3.10.0", path = "contracts/collections/sg721-nt" }
43-
sg721-updatable = { version = "3.10.0", path = "contracts/collections/sg721-updatable" }
44-
sg-controllers = { version = "3.10.0", path = "packages/controllers" }
45-
sg-metadata = { version = "3.10.0", path = "packages/sg-metadata" }
46-
sg-mint-hooks = { version = "3.10.0", path = "packages/mint-hooks" }
37+
sg1 = { version = "3.11.0", path = "packages/sg1" }
38+
sg2 = { version = "3.11.0", path = "packages/sg2" }
39+
sg4 = { version = "3.11.0", path = "packages/sg4" }
40+
sg721 = { version = "3.11.0", path = "packages/sg721" }
41+
sg721-base = { version = "3.11.0", path = "contracts/collections/sg721-base" }
42+
sg721-nt = { version = "3.11.0", path = "contracts/collections/sg721-nt" }
43+
sg721-updatable = { version = "3.11.0", path = "contracts/collections/sg721-updatable" }
44+
sg-controllers = { version = "3.11.0", path = "packages/controllers" }
45+
sg-metadata = { version = "3.11.0", path = "packages/sg-metadata" }
46+
sg-mint-hooks = { version = "3.11.0", path = "packages/mint-hooks" }
4747
sg-multi-test = { version = "3.1.0" }
48-
sg-splits = { version = "3.10.0", path = "contracts/splits" }
48+
sg-splits = { version = "3.11.0", path = "contracts/splits" }
4949
sg-std = { version = "3.2.0" }
50-
sg-whitelist = { version = "3.10.0", path = "contracts/whitelists/whitelist" }
50+
sg-whitelist = { version = "3.11.0", path = "contracts/whitelists/whitelist" }
5151
thiserror = "1.0.31"
5252
url = "2.2.2"
5353
sha2 = { version = "0.10.2", default-features = false }
5454

55-
whitelist-mtree = { version = "3.10.0", path = "contracts/whitelists/whitelist-merkletree" }
56-
vending-minter-merkle-wl = { version = "3.10.0", path = "contracts/minters/vending-minter-merkle-wl" }
57-
vending-factory = { version = "3.10.0", path = "contracts/factories/vending-factory" }
58-
vending-minter = { version = "3.10.0", path = "contracts/minters/vending-minter" }
59-
open-edition-factory = { version = "3.10.0", path = "contracts/factories/open-edition-factory" }
60-
open-edition-minter = { version = "3.10.0", path = "contracts/minters/open-edition-minter" }
61-
whitelist-immutable = { version = "3.10.0", path = "contracts/whitelists/whitelist-immutable" }
62-
sg-whitelist-flex = { version = "3.10.0", path = "contracts/whitelists/whitelist-flex" }
63-
ethereum-verify = { version = "3.10.0", path = "packages/ethereum-verify" }
64-
sg-eth-airdrop = { version = "3.10.0", path = "contracts/sg-eth-airdrop" }
65-
test-suite = { version = "3.10.0", path = "test-suite" }
55+
whitelist-mtree = { version = "3.11.0", path = "contracts/whitelists/whitelist-merkletree" }
56+
vending-minter-merkle-wl = { version = "3.11.0", path = "contracts/minters/vending-minter-merkle-wl" }
57+
vending-factory = { version = "3.11.0", path = "contracts/factories/vending-factory" }
58+
vending-minter = { version = "3.11.0", path = "contracts/minters/vending-minter" }
59+
open-edition-factory = { version = "3.11.0", path = "contracts/factories/open-edition-factory" }
60+
open-edition-minter = { version = "3.11.0", path = "contracts/minters/open-edition-minter" }
61+
whitelist-immutable = { version = "3.11.0", path = "contracts/whitelists/whitelist-immutable" }
62+
sg-whitelist-flex = { version = "3.11.0", path = "contracts/whitelists/whitelist-flex" }
63+
ethereum-verify = { version = "3.11.0", path = "packages/ethereum-verify" }
64+
sg-eth-airdrop = { version = "3.11.0", path = "contracts/sg-eth-airdrop" }
65+
test-suite = { version = "3.11.0", path = "test-suite" }
6666

6767
semver = "1"
6868
cw-ownable = "0.5.1"

contracts/factories/base-factory/schema/base-factory.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"contract_name": "base-factory",
3-
"contract_version": "3.10.0",
3+
"contract_version": "3.11.0",
44
"idl_version": "1.0.0",
55
"instantiate": {
66
"$schema": "http://json-schema.org/draft-07/schema#",

contracts/minters/base-minter/schema/base-minter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"contract_name": "base-minter",
3-
"contract_version": "3.10.0",
3+
"contract_version": "3.11.0",
44
"idl_version": "1.0.0",
55
"instantiate": {
66
"$schema": "http://json-schema.org/draft-07/schema#",

contracts/minters/vending-minter-wl-flex-featured/schema/vending-minter-wl-flex-featured.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"contract_name": "vending-minter-wl-flex-featured",
3-
"contract_version": "3.10.0",
3+
"contract_version": "3.11.0",
44
"idl_version": "1.0.0",
55
"instantiate": {
66
"$schema": "http://json-schema.org/draft-07/schema#",

contracts/minters/vending-minter-wl-flex/schema/vending-minter-wl-flex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"contract_name": "vending-minter-wl-flex",
3-
"contract_version": "3.10.0",
3+
"contract_version": "3.11.0",
44
"idl_version": "1.0.0",
55
"instantiate": {
66
"$schema": "http://json-schema.org/draft-07/schema#",

contracts/sg-eth-airdrop/schema/sg-eth-airdrop.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"contract_name": "sg-eth-airdrop",
3-
"contract_version": "3.10.0",
3+
"contract_version": "3.11.0",
44
"idl_version": "1.0.0",
55
"instantiate": {
66
"$schema": "http://json-schema.org/draft-07/schema#",

contracts/splits/schema/sg-splits.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"contract_name": "sg-splits",
3-
"contract_version": "3.10.0",
3+
"contract_version": "3.11.0",
44
"idl_version": "1.0.0",
55
"instantiate": {
66
"$schema": "http://json-schema.org/draft-07/schema#",

0 commit comments

Comments
 (0)