Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Feb 13, 2024
1 parent 59de6d2 commit 71c81d9
Show file tree
Hide file tree
Showing 11 changed files with 64 additions and 64 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

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

52 changes: 26 additions & 26 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ members = [
resolver = "2"

[workspace.package]
version = "3.5.0"
version = "3.6.0"
rust-version = "1.73.0"
edition = "2021"
homepage = "https://stargaze.zone"
repository = "https://github.com/public-awesome/launchpad"
license = "Apache-2.0"

[workspace.dependencies]
base-factory = { version = "3.5.0", path = "contracts/factories/base-factory" }
base-minter = { version = "3.5.0", path = "contracts/minters/base-minter" }
base-factory = { version = "3.6.0", path = "contracts/factories/base-factory" }
base-minter = { version = "3.6.0", path = "contracts/minters/base-minter" }
cosmwasm-schema = "1.2.1"
cosmwasm-std = "1.2.1"
cw-controllers = "1.1.0"
Expand All @@ -34,35 +34,35 @@ cw-storage-plus = "1.1.0"
cw-utils = "1.0.1"
schemars = "0.8.11"
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
sg1 = { version = "3.5.0", path = "packages/sg1" }
sg2 = { version = "3.5.0", path = "packages/sg2" }
sg4 = { version = "3.5.0", path = "packages/sg4" }
sg721 = { version = "3.5.0", path = "packages/sg721" }
sg721-base = { version = "3.5.0", path = "contracts/collections/sg721-base" }
sg721-nt = { version = "3.5.0", path = "contracts/collections/sg721-nt" }
sg721-updatable = { version = "3.5.0", path = "contracts/collections/sg721-updatable" }
sg-controllers = { version = "3.5.0", path = "packages/controllers" }
sg-metadata = { version = "3.5.0", path = "packages/sg-metadata" }
sg-mint-hooks = { version = "3.5.0", path = "packages/mint-hooks" }
sg1 = { version = "3.6.0", path = "packages/sg1" }
sg2 = { version = "3.6.0", path = "packages/sg2" }
sg4 = { version = "3.6.0", path = "packages/sg4" }
sg721 = { version = "3.6.0", path = "packages/sg721" }
sg721-base = { version = "3.6.0", path = "contracts/collections/sg721-base" }
sg721-nt = { version = "3.6.0", path = "contracts/collections/sg721-nt" }
sg721-updatable = { version = "3.6.0", path = "contracts/collections/sg721-updatable" }
sg-controllers = { version = "3.6.0", path = "packages/controllers" }
sg-metadata = { version = "3.6.0", path = "packages/sg-metadata" }
sg-mint-hooks = { version = "3.6.0", path = "packages/mint-hooks" }
sg-multi-test = { version = "3.1.0" }
sg-splits = { version = "3.5.0", path = "contracts/splits" }
sg-splits = { version = "3.6.0", path = "contracts/splits" }
sg-std = { version = "3.2.0" }
sg-whitelist = { version = "3.5.0", path = "contracts/whitelists/whitelist" }
sg-whitelist = { version = "3.6.0", path = "contracts/whitelists/whitelist" }
thiserror = "1.0.31"
url = "2.2.2"
sha2 = { version = "0.10.2", default-features = false }

whitelist-mtree = { version = "3.5.0", path = "contracts/whitelists/whitelist-merkletree" }
vending-minter-merkle-wl = { version = "3.5.0", path = "contracts/minters/vending-minter-merkle-wl" }
vending-factory = { version = "3.5.0", path = "contracts/factories/vending-factory" }
vending-minter = { version = "3.5.0", path = "contracts/minters/vending-minter" }
open-edition-factory = { version = "3.5.0", path = "contracts/factories/open-edition-factory" }
open-edition-minter = { version = "3.5.0", path = "contracts/minters/open-edition-minter" }
whitelist-immutable = { version = "3.5.0", path = "contracts/whitelists/whitelist-immutable" }
sg-whitelist-flex = { version = "3.5.0", path = "contracts/whitelists/whitelist-flex" }
ethereum-verify = { version = "3.5.0", path = "packages/ethereum-verify" }
sg-eth-airdrop = { version = "3.5.0", path = "contracts/sg-eth-airdrop" }
test-suite = { version = "3.5.0", path = "test-suite" }
whitelist-mtree = { version = "3.6.0", path = "contracts/whitelists/whitelist-merkletree" }
vending-minter-merkle-wl = { version = "3.6.0", path = "contracts/minters/vending-minter-merkle-wl" }
vending-factory = { version = "3.6.0", path = "contracts/factories/vending-factory" }
vending-minter = { version = "3.6.0", path = "contracts/minters/vending-minter" }
open-edition-factory = { version = "3.6.0", path = "contracts/factories/open-edition-factory" }
open-edition-minter = { version = "3.6.0", path = "contracts/minters/open-edition-minter" }
whitelist-immutable = { version = "3.6.0", path = "contracts/whitelists/whitelist-immutable" }
sg-whitelist-flex = { version = "3.6.0", path = "contracts/whitelists/whitelist-flex" }
ethereum-verify = { version = "3.6.0", path = "packages/ethereum-verify" }
sg-eth-airdrop = { version = "3.6.0", path = "contracts/sg-eth-airdrop" }
test-suite = { version = "3.6.0", path = "test-suite" }

semver = "1"
cw-ownable = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion contracts/factories/base-factory/schema/base-factory.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "base-factory",
"contract_version": "3.5.0",
"contract_version": "3.6.0",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
2 changes: 1 addition & 1 deletion contracts/minters/base-minter/schema/base-minter.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "base-minter",
"contract_version": "3.5.0",
"contract_version": "3.6.0",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "vending-minter-wl-flex",
"contract_version": "3.5.0",
"contract_version": "3.6.0",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
2 changes: 1 addition & 1 deletion contracts/sg-eth-airdrop/schema/sg-eth-airdrop.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "sg-eth-airdrop",
"contract_version": "3.5.0",
"contract_version": "3.6.0",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
2 changes: 1 addition & 1 deletion contracts/splits/schema/sg-splits.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "sg-splits",
"contract_version": "3.5.0",
"contract_version": "3.6.0",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "sg-whitelist-flex",
"contract_version": "3.5.0",
"contract_version": "3.6.0",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "whitelist-immutable",
"contract_version": "3.5.0",
"contract_version": "3.6.0",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
Loading

0 comments on commit 71c81d9

Please sign in to comment.