diff --git a/.changeset/chilled-buses-hammer.md b/.changeset/chilled-buses-hammer.md deleted file mode 100644 index 6f3f74b2ce1..00000000000 --- a/.changeset/chilled-buses-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/react": patch ---- - -Remove const enums to object to fix issues with Next.js <13.5 diff --git a/.changeset/clever-cows-fix.md b/.changeset/clever-cows-fix.md deleted file mode 100644 index d2f6ed33de6..00000000000 --- a/.changeset/clever-cows-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/react": patch ---- - -Update code snippet for XDEFI wallet diff --git a/.changeset/four-adults-confess.md b/.changeset/four-adults-confess.md deleted file mode 100644 index 66c108ab07c..00000000000 --- a/.changeset/four-adults-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/sdk": patch ---- - -Expose contract.erc1155.updateMetadata() diff --git a/.changeset/friendly-hairs-hope.md b/.changeset/friendly-hairs-hope.md deleted file mode 100644 index 8c71cb8cf4b..00000000000 --- a/.changeset/friendly-hairs-hope.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@thirdweb-dev/react-core": patch -"@thirdweb-dev/wallets": patch -"@thirdweb-dev/react": patch ---- - -Add Magic Eden wallet diff --git a/.changeset/good-ways-listen.md b/.changeset/good-ways-listen.md deleted file mode 100644 index f470f97b25c..00000000000 --- a/.changeset/good-ways-listen.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@thirdweb-dev/unity-js-bridge": minor -"@thirdweb-dev/wallets": patch ---- - -[Smart Wallet] Always force deploy on sign/auth, use 712 with 1271 where possible diff --git a/.changeset/lazy-spoons-search.md b/.changeset/lazy-spoons-search.md deleted file mode 100644 index 66bfc96f014..00000000000 --- a/.changeset/lazy-spoons-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/sdk": patch ---- - -Fix joinABI filtering diff --git a/.changeset/shy-nails-help.md b/.changeset/shy-nails-help.md deleted file mode 100644 index 909fc22a340..00000000000 --- a/.changeset/shy-nails-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/sdk": patch ---- - -Resolve EIP7511 minimal proxy with Push0 opcode diff --git a/.changeset/silly-moles-punch.md b/.changeset/silly-moles-punch.md deleted file mode 100644 index 21e9b0a5234..00000000000 --- a/.changeset/silly-moles-punch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@thirdweb-dev/react": patch ---- - -Remove unnecessary ConnectModal auto opening. - -This also fixes the issue where Connect Modal opens on page load when `ThirdwebProvider` is dynamically imported and rendered in the app. diff --git a/.changeset/stale-papayas-mate.md b/.changeset/stale-papayas-mate.md deleted file mode 100644 index c25ea0c177c..00000000000 --- a/.changeset/stale-papayas-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/sdk": patch ---- - -Handle updateMetadata for TokenERC1155 contracts diff --git a/.changeset/sync-chains.md b/.changeset/sync-chains.md deleted file mode 100644 index 6ee84b2d750..00000000000 --- a/.changeset/sync-chains.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/chains": patch ---- - -Synced Chains Package diff --git a/.changeset/thirty-stingrays-work.md b/.changeset/thirty-stingrays-work.md deleted file mode 100644 index 74ddc1885c1..00000000000 --- a/.changeset/thirty-stingrays-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/wallets": patch ---- - -revert prior `Safe` wallet library changes diff --git a/.changeset/tiny-forks-help.md b/.changeset/tiny-forks-help.md deleted file mode 100644 index 669fae2a0e3..00000000000 --- a/.changeset/tiny-forks-help.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@thirdweb-dev/wallets": patch -"@thirdweb-dev/crypto": patch -"thirdweb": patch -"@thirdweb-dev/pay": patch -"@thirdweb-dev/sdk": patch ---- - -Use `private foo` instead of `#foo` for making the members private in classes diff --git a/.changeset/unlucky-cows-explode.md b/.changeset/unlucky-cows-explode.md deleted file mode 100644 index a859d283abe..00000000000 --- a/.changeset/unlucky-cows-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/unity-js-bridge": patch ---- - -Unity 4.7.1 diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 8091836006b..5b7a9f7d55a 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,12 @@ # @thirdweb-dev/auth +## 4.1.34 + +### Patch Changes + +- Updated dependencies [[`73e34c0`](https://github.com/thirdweb-dev/js/commit/73e34c083cd9c0d634e39657a4fad0f49f6fec89), [`e7528af`](https://github.com/thirdweb-dev/js/commit/e7528af48ff2dda622ed47074611499cfd66f819), [`10b71dd`](https://github.com/thirdweb-dev/js/commit/10b71dd7a0c6e91bb1ebe8250ca7fac7bac76635), [`bc198e2`](https://github.com/thirdweb-dev/js/commit/bc198e215e57094aac525b262fe91add4786df92)]: + - @thirdweb-dev/wallets@2.4.12 + ## 4.1.33 ### Patch Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index 008c6ae71d1..1fb7eefd346 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/auth", - "version": "4.1.33", + "version": "4.1.34", "main": "dist/thirdweb-dev-auth.cjs.js", "module": "dist/thirdweb-dev-auth.esm.js", "browser": { diff --git a/packages/chains/CHANGELOG.md b/packages/chains/CHANGELOG.md index 26122bd0d31..cbf17e9de73 100644 --- a/packages/chains/CHANGELOG.md +++ b/packages/chains/CHANGELOG.md @@ -1,5 +1,11 @@ # @thirdweb-dev/chains +## 0.1.74 + +### Patch Changes + +- [#2336](https://github.com/thirdweb-dev/js/pull/2336) [`abc0a53`](https://github.com/thirdweb-dev/js/commit/abc0a53dc398264f205d194e3f87a79f74e91eb1) Thanks [@github-actions](https://github.com/apps/github-actions)! - Synced Chains Package + ## 0.1.73 ### Patch Changes diff --git a/packages/chains/package.json b/packages/chains/package.json index 8dc5d9da848..6a855eac67e 100644 --- a/packages/chains/package.json +++ b/packages/chains/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/chains", - "version": "0.1.73", + "version": "0.1.74", "main": "dist/thirdweb-dev-chains.cjs.js", "module": "dist/thirdweb-dev-chains.esm.js", "exports": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 69f6e7200d8..fb89225502c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # thirdweb +## 0.13.42 + +### Patch Changes + +- [#2374](https://github.com/thirdweb-dev/js/pull/2374) [`bc198e2`](https://github.com/thirdweb-dev/js/commit/bc198e215e57094aac525b262fe91add4786df92) Thanks [@MananTank](https://github.com/MananTank)! - Use `private foo` instead of `#foo` for making the members private in classes + +- Updated dependencies [[`a00917c`](https://github.com/thirdweb-dev/js/commit/a00917cca451e64d7ea8dc8553c1c32540edaafa), [`73e34c0`](https://github.com/thirdweb-dev/js/commit/73e34c083cd9c0d634e39657a4fad0f49f6fec89), [`e7528af`](https://github.com/thirdweb-dev/js/commit/e7528af48ff2dda622ed47074611499cfd66f819), [`bac0c9b`](https://github.com/thirdweb-dev/js/commit/bac0c9b4a1da26bbc7b1550c4b6f5e335b80c82b), [`7d74d30`](https://github.com/thirdweb-dev/js/commit/7d74d30b9fe2d2d2798a3c5efb1d71cd73841e53), [`8d2811d`](https://github.com/thirdweb-dev/js/commit/8d2811dd131d6c8eb8ce79278f0a8ebe1883265d), [`abc0a53`](https://github.com/thirdweb-dev/js/commit/abc0a53dc398264f205d194e3f87a79f74e91eb1), [`10b71dd`](https://github.com/thirdweb-dev/js/commit/10b71dd7a0c6e91bb1ebe8250ca7fac7bac76635), [`bc198e2`](https://github.com/thirdweb-dev/js/commit/bc198e215e57094aac525b262fe91add4786df92)]: + - @thirdweb-dev/sdk@4.0.37 + - @thirdweb-dev/wallets@2.4.12 + - @thirdweb-dev/chains@0.1.74 + - @thirdweb-dev/auth@4.1.34 + - @thirdweb-dev/storage@2.0.10 + ## 0.13.41 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 8f66a1fa7e5..0694569047e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "thirdweb", "main": "dist/cli/index.js", - "version": "0.13.41", + "version": "0.13.42", "repository": "https://github.com/thirdweb-dev/js/tree/main/packages/cli", "author": "thirdweb eng ", "license": "Apache-2.0", diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index e76e68e486d..78ea7f537b5 100644 --- a/packages/crypto/CHANGELOG.md +++ b/packages/crypto/CHANGELOG.md @@ -1,5 +1,11 @@ # @thirdweb-dev/crypto +## 0.2.1 + +### Patch Changes + +- [#2374](https://github.com/thirdweb-dev/js/pull/2374) [`bc198e2`](https://github.com/thirdweb-dev/js/commit/bc198e215e57094aac525b262fe91add4786df92) Thanks [@MananTank](https://github.com/MananTank)! - Use `private foo` instead of `#foo` for making the members private in classes + ## 0.2.0 ### Minor Changes diff --git a/packages/crypto/package.json b/packages/crypto/package.json index ea9b6e5a51e..792baa3d50e 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/crypto", - "version": "0.2.0", + "version": "0.2.1", "main": "dist/thirdweb-dev-crypto.cjs.js", "module": "dist/thirdweb-dev-crypto.esm.js", "exports": { diff --git a/packages/merkletree/CHANGELOG.md b/packages/merkletree/CHANGELOG.md index 3d2854cfc1f..5a0267989ad 100644 --- a/packages/merkletree/CHANGELOG.md +++ b/packages/merkletree/CHANGELOG.md @@ -1,5 +1,12 @@ # @thirdweb-dev/merkletree +## 0.2.1 + +### Patch Changes + +- Updated dependencies [[`bc198e2`](https://github.com/thirdweb-dev/js/commit/bc198e215e57094aac525b262fe91add4786df92)]: + - @thirdweb-dev/crypto@0.2.1 + ## 0.2.0 ### Minor Changes diff --git a/packages/merkletree/package.json b/packages/merkletree/package.json index e01c43a5ffa..a7d956e293a 100644 --- a/packages/merkletree/package.json +++ b/packages/merkletree/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/merkletree", - "version": "0.2.0", + "version": "0.2.1", "main": "dist/thirdweb-dev-merkletree.cjs.js", "module": "dist/thirdweb-dev-merkletree.esm.js", "exports": { diff --git a/packages/pay/CHANGELOG.md b/packages/pay/CHANGELOG.md index faccf7ddec9..2d995dcfcfb 100644 --- a/packages/pay/CHANGELOG.md +++ b/packages/pay/CHANGELOG.md @@ -1,5 +1,11 @@ # @thirdweb-dev/pay +## 0.1.5 + +### Patch Changes + +- [#2374](https://github.com/thirdweb-dev/js/pull/2374) [`bc198e2`](https://github.com/thirdweb-dev/js/commit/bc198e215e57094aac525b262fe91add4786df92) Thanks [@MananTank](https://github.com/MananTank)! - Use `private foo` instead of `#foo` for making the members private in classes + ## 0.1.4 ### Patch Changes diff --git a/packages/pay/package.json b/packages/pay/package.json index deeac259ff3..ce6afb6dafe 100644 --- a/packages/pay/package.json +++ b/packages/pay/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/pay", - "version": "0.1.4", + "version": "0.1.5", "main": "dist/thirdweb-dev-pay.cjs.js", "module": "dist/thirdweb-dev-pay.esm.js", "exports": { diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 51ff39d12d2..caa388a9941 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,18 @@ # @thirdweb-dev/react-core +## 4.4.10 + +### Patch Changes + +- [#2347](https://github.com/thirdweb-dev/js/pull/2347) [`73e34c0`](https://github.com/thirdweb-dev/js/commit/73e34c083cd9c0d634e39657a4fad0f49f6fec89) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Add Magic Eden wallet + +- Updated dependencies [[`a00917c`](https://github.com/thirdweb-dev/js/commit/a00917cca451e64d7ea8dc8553c1c32540edaafa), [`73e34c0`](https://github.com/thirdweb-dev/js/commit/73e34c083cd9c0d634e39657a4fad0f49f6fec89), [`e7528af`](https://github.com/thirdweb-dev/js/commit/e7528af48ff2dda622ed47074611499cfd66f819), [`bac0c9b`](https://github.com/thirdweb-dev/js/commit/bac0c9b4a1da26bbc7b1550c4b6f5e335b80c82b), [`7d74d30`](https://github.com/thirdweb-dev/js/commit/7d74d30b9fe2d2d2798a3c5efb1d71cd73841e53), [`8d2811d`](https://github.com/thirdweb-dev/js/commit/8d2811dd131d6c8eb8ce79278f0a8ebe1883265d), [`abc0a53`](https://github.com/thirdweb-dev/js/commit/abc0a53dc398264f205d194e3f87a79f74e91eb1), [`10b71dd`](https://github.com/thirdweb-dev/js/commit/10b71dd7a0c6e91bb1ebe8250ca7fac7bac76635), [`bc198e2`](https://github.com/thirdweb-dev/js/commit/bc198e215e57094aac525b262fe91add4786df92)]: + - @thirdweb-dev/sdk@4.0.37 + - @thirdweb-dev/wallets@2.4.12 + - @thirdweb-dev/chains@0.1.74 + - @thirdweb-dev/auth@4.1.34 + - @thirdweb-dev/storage@2.0.10 + ## 4.4.9 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index ea756a00241..79827b731da 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/react-core", - "version": "4.4.9", + "version": "4.4.10", "repository": "https://github.com/thirdweb-dev/js/tree/main/packages/react-core", "author": "thirdweb eng ", "license": "Apache-2.0", diff --git a/packages/react-core/typedoc/documentation.json.gz b/packages/react-core/typedoc/documentation.json.gz index aa654247366..221026ab1c4 100644 Binary files a/packages/react-core/typedoc/documentation.json.gz and b/packages/react-core/typedoc/documentation.json.gz differ diff --git a/packages/react-native-compat/CHANGELOG.md b/packages/react-native-compat/CHANGELOG.md index 0c28fd88676..a40fafc6ac5 100644 --- a/packages/react-native-compat/CHANGELOG.md +++ b/packages/react-native-compat/CHANGELOG.md @@ -1,5 +1,7 @@ # @thirdweb-dev/react-native-compat +## 0.7.7 + ## 0.7.6 ## 0.7.5 diff --git a/packages/react-native-compat/package.json b/packages/react-native-compat/package.json index 0d1ad800f2f..6f87e5e33ef 100644 --- a/packages/react-native-compat/package.json +++ b/packages/react-native-compat/package.json @@ -1,7 +1,7 @@ { "name": "@thirdweb-dev/react-native-compat", "description": "Shims for Thirdweb in React Native Projects", - "version": "0.7.6", + "version": "0.7.7", "author": "thirdweb eng ", "repository": "https://github.com/thirdweb-dev/js/tree/main/packages/react-native-compat", "license": "Apache-2.0", diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 1b7a298e58d..12d93578041 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,16 @@ # @thirdweb-dev/react-native +## 0.7.7 + +### Patch Changes + +- Updated dependencies [[`a00917c`](https://github.com/thirdweb-dev/js/commit/a00917cca451e64d7ea8dc8553c1c32540edaafa), [`73e34c0`](https://github.com/thirdweb-dev/js/commit/73e34c083cd9c0d634e39657a4fad0f49f6fec89), [`e7528af`](https://github.com/thirdweb-dev/js/commit/e7528af48ff2dda622ed47074611499cfd66f819), [`bac0c9b`](https://github.com/thirdweb-dev/js/commit/bac0c9b4a1da26bbc7b1550c4b6f5e335b80c82b), [`7d74d30`](https://github.com/thirdweb-dev/js/commit/7d74d30b9fe2d2d2798a3c5efb1d71cd73841e53), [`8d2811d`](https://github.com/thirdweb-dev/js/commit/8d2811dd131d6c8eb8ce79278f0a8ebe1883265d), [`abc0a53`](https://github.com/thirdweb-dev/js/commit/abc0a53dc398264f205d194e3f87a79f74e91eb1), [`10b71dd`](https://github.com/thirdweb-dev/js/commit/10b71dd7a0c6e91bb1ebe8250ca7fac7bac76635), [`bc198e2`](https://github.com/thirdweb-dev/js/commit/bc198e215e57094aac525b262fe91add4786df92)]: + - @thirdweb-dev/sdk@4.0.37 + - @thirdweb-dev/react-core@4.4.10 + - @thirdweb-dev/wallets@2.4.12 + - @thirdweb-dev/chains@0.1.74 + - @thirdweb-dev/storage@2.0.10 + ## 0.7.6 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 9b4be9dd9b7..6884aacb804 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/react-native", - "version": "0.7.6", + "version": "0.7.7", "repository": "https://github.com/thirdweb-dev/js/tree/main/packages/react-native", "author": "thirdweb eng ", "license": "Apache-2.0", diff --git a/packages/react-native/typedoc/documentation.json.gz b/packages/react-native/typedoc/documentation.json.gz index 4c110e7a120..742e286b12b 100644 Binary files a/packages/react-native/typedoc/documentation.json.gz and b/packages/react-native/typedoc/documentation.json.gz differ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 3ece8f29163..0195632eb01 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,25 @@ # @thirdweb-dev/react +## 4.4.10 + +### Patch Changes + +- [#2354](https://github.com/thirdweb-dev/js/pull/2354) [`cff6ef2`](https://github.com/thirdweb-dev/js/commit/cff6ef2c973cd8a8c20db1a0f3b3c0f19c61ecf8) Thanks [@MananTank](https://github.com/MananTank)! - Remove const enums to object to fix issues with Next.js <13.5 + +- [#2348](https://github.com/thirdweb-dev/js/pull/2348) [`a50d3b0`](https://github.com/thirdweb-dev/js/commit/a50d3b04f6aa7244027c0597c096efcedf4e71f6) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Update code snippet for XDEFI wallet + +- [#2347](https://github.com/thirdweb-dev/js/pull/2347) [`73e34c0`](https://github.com/thirdweb-dev/js/commit/73e34c083cd9c0d634e39657a4fad0f49f6fec89) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Add Magic Eden wallet + +- [#2375](https://github.com/thirdweb-dev/js/pull/2375) [`553f7fd`](https://github.com/thirdweb-dev/js/commit/553f7fda4739b440fc62c3f34f2dad14a022371c) Thanks [@MananTank](https://github.com/MananTank)! - Remove unnecessary ConnectModal auto opening. + + This also fixes the issue where Connect Modal opens on page load when `ThirdwebProvider` is dynamically imported and rendered in the app. + +- Updated dependencies [[`a00917c`](https://github.com/thirdweb-dev/js/commit/a00917cca451e64d7ea8dc8553c1c32540edaafa), [`73e34c0`](https://github.com/thirdweb-dev/js/commit/73e34c083cd9c0d634e39657a4fad0f49f6fec89), [`e7528af`](https://github.com/thirdweb-dev/js/commit/e7528af48ff2dda622ed47074611499cfd66f819), [`bac0c9b`](https://github.com/thirdweb-dev/js/commit/bac0c9b4a1da26bbc7b1550c4b6f5e335b80c82b), [`7d74d30`](https://github.com/thirdweb-dev/js/commit/7d74d30b9fe2d2d2798a3c5efb1d71cd73841e53), [`8d2811d`](https://github.com/thirdweb-dev/js/commit/8d2811dd131d6c8eb8ce79278f0a8ebe1883265d), [`abc0a53`](https://github.com/thirdweb-dev/js/commit/abc0a53dc398264f205d194e3f87a79f74e91eb1), [`10b71dd`](https://github.com/thirdweb-dev/js/commit/10b71dd7a0c6e91bb1ebe8250ca7fac7bac76635), [`bc198e2`](https://github.com/thirdweb-dev/js/commit/bc198e215e57094aac525b262fe91add4786df92)]: + - @thirdweb-dev/sdk@4.0.37 + - @thirdweb-dev/react-core@4.4.10 + - @thirdweb-dev/wallets@2.4.12 + - @thirdweb-dev/chains@0.1.74 + ## 4.4.9 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index af4e53239f9..2faf797d5d3 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/react", - "version": "4.4.9", + "version": "4.4.10", "repository": "https://github.com/thirdweb-dev/js/tree/main/packages/react", "author": "thirdweb eng ", "license": "Apache-2.0", diff --git a/packages/react/typedoc/documentation.json.gz b/packages/react/typedoc/documentation.json.gz index aa2d73aa780..b07c90b4391 100644 Binary files a/packages/react/typedoc/documentation.json.gz and b/packages/react/typedoc/documentation.json.gz differ diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index cbf596d310f..5ee6dc0f9a5 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,25 @@ # @thirdweb-dev/sdk +## 4.0.37 + +### Patch Changes + +- [#2343](https://github.com/thirdweb-dev/js/pull/2343) [`a00917c`](https://github.com/thirdweb-dev/js/commit/a00917cca451e64d7ea8dc8553c1c32540edaafa) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Expose contract.erc1155.updateMetadata() + +- [#2359](https://github.com/thirdweb-dev/js/pull/2359) [`bac0c9b`](https://github.com/thirdweb-dev/js/commit/bac0c9b4a1da26bbc7b1550c4b6f5e335b80c82b) Thanks [@kumaryash90](https://github.com/kumaryash90)! - Fix joinABI filtering + +- [#2362](https://github.com/thirdweb-dev/js/pull/2362) [`7d74d30`](https://github.com/thirdweb-dev/js/commit/7d74d30b9fe2d2d2798a3c5efb1d71cd73841e53) Thanks [@kumaryash90](https://github.com/kumaryash90)! - Resolve EIP7511 minimal proxy with Push0 opcode + +- [#2369](https://github.com/thirdweb-dev/js/pull/2369) [`8d2811d`](https://github.com/thirdweb-dev/js/commit/8d2811dd131d6c8eb8ce79278f0a8ebe1883265d) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Handle updateMetadata for TokenERC1155 contracts + +- [#2374](https://github.com/thirdweb-dev/js/pull/2374) [`bc198e2`](https://github.com/thirdweb-dev/js/commit/bc198e215e57094aac525b262fe91add4786df92) Thanks [@MananTank](https://github.com/MananTank)! - Use `private foo` instead of `#foo` for making the members private in classes + +- Updated dependencies [[`abc0a53`](https://github.com/thirdweb-dev/js/commit/abc0a53dc398264f205d194e3f87a79f74e91eb1), [`bc198e2`](https://github.com/thirdweb-dev/js/commit/bc198e215e57094aac525b262fe91add4786df92)]: + - @thirdweb-dev/chains@0.1.74 + - @thirdweb-dev/crypto@0.2.1 + - @thirdweb-dev/merkletree@0.2.1 + - @thirdweb-dev/storage@2.0.10 + ## 4.0.36 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 1008d7db54d..6aa769a86e4 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/sdk", - "version": "4.0.36", + "version": "4.0.37", "description": "The main thirdweb SDK.", "repository": "https://github.com/thirdweb-dev/js/tree/main/packages/sdk", "license": "Apache-2.0", diff --git a/packages/sdk/typedoc/documentation.json.gz b/packages/sdk/typedoc/documentation.json.gz index 736c7dfb5e4..dc12d99cc4a 100644 Binary files a/packages/sdk/typedoc/documentation.json.gz and b/packages/sdk/typedoc/documentation.json.gz differ diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 9aa319374f2..118008371e9 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -1,5 +1,12 @@ # @thirdweb-dev/storage +## 2.0.10 + +### Patch Changes + +- Updated dependencies [[`bc198e2`](https://github.com/thirdweb-dev/js/commit/bc198e215e57094aac525b262fe91add4786df92)]: + - @thirdweb-dev/crypto@0.2.1 + ## 2.0.9 ### Patch Changes diff --git a/packages/storage/package.json b/packages/storage/package.json index daf27eafa21..3ed3a56993a 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/storage", - "version": "2.0.9", + "version": "2.0.10", "main": "dist/thirdweb-dev-storage.cjs.js", "module": "dist/thirdweb-dev-storage.esm.js", "exports": { diff --git a/packages/storage/typedoc/documentation.json.gz b/packages/storage/typedoc/documentation.json.gz index 3cb44bb706c..1f5d896c04b 100644 Binary files a/packages/storage/typedoc/documentation.json.gz and b/packages/storage/typedoc/documentation.json.gz differ diff --git a/packages/unity-js-bridge/CHANGELOG.md b/packages/unity-js-bridge/CHANGELOG.md index d807f4830cc..6d392bc715a 100644 --- a/packages/unity-js-bridge/CHANGELOG.md +++ b/packages/unity-js-bridge/CHANGELOG.md @@ -1,5 +1,23 @@ # @thirdweb-dev/unity-js-bridge +## 0.4.0 + +### Minor Changes + +- [#2341](https://github.com/thirdweb-dev/js/pull/2341) [`e7528af`](https://github.com/thirdweb-dev/js/commit/e7528af48ff2dda622ed47074611499cfd66f819) Thanks [@0xFirekeeper](https://github.com/0xFirekeeper)! - [Smart Wallet] Always force deploy on sign/auth, use 712 with 1271 where possible + +### Patch Changes + +- [#2363](https://github.com/thirdweb-dev/js/pull/2363) [`1ac06b9`](https://github.com/thirdweb-dev/js/commit/1ac06b928697c164a45764d07c90e80b3aa36415) Thanks [@0xFirekeeper](https://github.com/0xFirekeeper)! - Unity 4.7.1 + +- Updated dependencies [[`a00917c`](https://github.com/thirdweb-dev/js/commit/a00917cca451e64d7ea8dc8553c1c32540edaafa), [`73e34c0`](https://github.com/thirdweb-dev/js/commit/73e34c083cd9c0d634e39657a4fad0f49f6fec89), [`e7528af`](https://github.com/thirdweb-dev/js/commit/e7528af48ff2dda622ed47074611499cfd66f819), [`bac0c9b`](https://github.com/thirdweb-dev/js/commit/bac0c9b4a1da26bbc7b1550c4b6f5e335b80c82b), [`7d74d30`](https://github.com/thirdweb-dev/js/commit/7d74d30b9fe2d2d2798a3c5efb1d71cd73841e53), [`8d2811d`](https://github.com/thirdweb-dev/js/commit/8d2811dd131d6c8eb8ce79278f0a8ebe1883265d), [`abc0a53`](https://github.com/thirdweb-dev/js/commit/abc0a53dc398264f205d194e3f87a79f74e91eb1), [`10b71dd`](https://github.com/thirdweb-dev/js/commit/10b71dd7a0c6e91bb1ebe8250ca7fac7bac76635), [`bc198e2`](https://github.com/thirdweb-dev/js/commit/bc198e215e57094aac525b262fe91add4786df92)]: + - @thirdweb-dev/sdk@4.0.37 + - @thirdweb-dev/wallets@2.4.12 + - @thirdweb-dev/chains@0.1.74 + - @thirdweb-dev/pay@0.1.5 + - @thirdweb-dev/auth@4.1.34 + - @thirdweb-dev/storage@2.0.10 + ## 0.3.17 ### Patch Changes diff --git a/packages/unity-js-bridge/package.json b/packages/unity-js-bridge/package.json index 264c8ba6bc1..d28ce97e664 100644 --- a/packages/unity-js-bridge/package.json +++ b/packages/unity-js-bridge/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/unity-js-bridge", - "version": "0.3.17", + "version": "0.4.0", "main": "dist/thirdweb-unity-bridge.js", "repository": "https://github.com/thirdweb-dev/js/tree/main/packages/unity-js-bridge", "license": "Apache-2.0", diff --git a/packages/wallets/CHANGELOG.md b/packages/wallets/CHANGELOG.md index fcd961cbf19..100056ef2e1 100644 --- a/packages/wallets/CHANGELOG.md +++ b/packages/wallets/CHANGELOG.md @@ -1,5 +1,22 @@ # @thirdweb-dev/wallets +## 2.4.12 + +### Patch Changes + +- [#2347](https://github.com/thirdweb-dev/js/pull/2347) [`73e34c0`](https://github.com/thirdweb-dev/js/commit/73e34c083cd9c0d634e39657a4fad0f49f6fec89) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Add Magic Eden wallet + +- [#2341](https://github.com/thirdweb-dev/js/pull/2341) [`e7528af`](https://github.com/thirdweb-dev/js/commit/e7528af48ff2dda622ed47074611499cfd66f819) Thanks [@0xFirekeeper](https://github.com/0xFirekeeper)! - [Smart Wallet] Always force deploy on sign/auth, use 712 with 1271 where possible + +- [#2364](https://github.com/thirdweb-dev/js/pull/2364) [`10b71dd`](https://github.com/thirdweb-dev/js/commit/10b71dd7a0c6e91bb1ebe8250ca7fac7bac76635) Thanks [@jnsdls](https://github.com/jnsdls)! - revert prior `Safe` wallet library changes + +- [#2374](https://github.com/thirdweb-dev/js/pull/2374) [`bc198e2`](https://github.com/thirdweb-dev/js/commit/bc198e215e57094aac525b262fe91add4786df92) Thanks [@MananTank](https://github.com/MananTank)! - Use `private foo` instead of `#foo` for making the members private in classes + +- Updated dependencies [[`a00917c`](https://github.com/thirdweb-dev/js/commit/a00917cca451e64d7ea8dc8553c1c32540edaafa), [`bac0c9b`](https://github.com/thirdweb-dev/js/commit/bac0c9b4a1da26bbc7b1550c4b6f5e335b80c82b), [`7d74d30`](https://github.com/thirdweb-dev/js/commit/7d74d30b9fe2d2d2798a3c5efb1d71cd73841e53), [`8d2811d`](https://github.com/thirdweb-dev/js/commit/8d2811dd131d6c8eb8ce79278f0a8ebe1883265d), [`abc0a53`](https://github.com/thirdweb-dev/js/commit/abc0a53dc398264f205d194e3f87a79f74e91eb1), [`bc198e2`](https://github.com/thirdweb-dev/js/commit/bc198e215e57094aac525b262fe91add4786df92)]: + - @thirdweb-dev/sdk@4.0.37 + - @thirdweb-dev/chains@0.1.74 + - @thirdweb-dev/crypto@0.2.1 + ## 2.4.11 ### Patch Changes diff --git a/packages/wallets/package.json b/packages/wallets/package.json index 0be33c95dee..41075b8a15b 100644 --- a/packages/wallets/package.json +++ b/packages/wallets/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/wallets", - "version": "2.4.11", + "version": "2.4.12", "main": "dist/thirdweb-dev-wallets.cjs.js", "module": "dist/thirdweb-dev-wallets.esm.js", "browser": { diff --git a/packages/wallets/typedoc/documentation.json.gz b/packages/wallets/typedoc/documentation.json.gz index f93d652fd2b..745d87dd0ac 100644 Binary files a/packages/wallets/typedoc/documentation.json.gz and b/packages/wallets/typedoc/documentation.json.gz differ diff --git a/snippets/feature_snippets_sdk.json b/snippets/feature_snippets_sdk.json index d689e10db31..c8d08509238 100644 --- a/snippets/feature_snippets_sdk.json +++ b/snippets/feature_snippets_sdk.json @@ -933,6 +933,19 @@ } } ], + "ERC1155UpdateMetadata": [ + { + "name": "updateMetadata", + "summary": "Update the metadata of an NFT\n\n", + "remarks": "\n\nUpdate the metadata of an NFT in the connected wallet\n\n", + "examples": { + "javascript": "// The token ID of the NFT you want to update\nconst tokenId = 0;\n// The updated metadata of the NFT\nconst metadata = {\n name: \"Updated NFT\",\n description: \"This is an updated NFT\",\n image: fs.readFileSync(\"path/to/image.png\"), // This can be an image url or file\n}\n\nconst result = await contract.erc1155.updateMetadata(tokenId, metadata);" + }, + "reference": { + "javascript": "https://docs.thirdweb.com/typescript/sdk.bignumberish" + } + } + ], "ERC1155Enumerable": [ { "name": "getAll",