diff --git a/.changeset/bright-impalas-remain.md b/.changeset/bright-impalas-remain.md deleted file mode 100644 index c1e5f31bb5a..00000000000 --- a/.changeset/bright-impalas-remain.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@thirdweb-dev/react-native": patch -"@thirdweb-dev/react-core": patch -"@thirdweb-dev/storage": patch -"@thirdweb-dev/wallets": patch -"@thirdweb-dev/chains": patch -"@thirdweb-dev/react": patch -"@thirdweb-dev/sdk": patch ---- - -JSDoc comments Improvements diff --git a/.changeset/calm-ads-change.md b/.changeset/calm-ads-change.md deleted file mode 100644 index a7cbfbcb87e..00000000000 --- a/.changeset/calm-ads-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/sdk": patch ---- - -Fix deploy issue "invalid recipient" diff --git a/.changeset/empty-ears-notice.md b/.changeset/empty-ears-notice.md deleted file mode 100644 index 30cc8f175a3..00000000000 --- a/.changeset/empty-ears-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/sdk": patch ---- - -empty default trusted forwarders param diff --git a/.changeset/pink-bobcats-kneel.md b/.changeset/pink-bobcats-kneel.md deleted file mode 100644 index acf00502d26..00000000000 --- a/.changeset/pink-bobcats-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/react-native": patch ---- - -Support expo versions =>47 < 50 diff --git a/.changeset/proud-mirrors-tease.md b/.changeset/proud-mirrors-tease.md deleted file mode 100644 index e81ef99374a..00000000000 --- a/.changeset/proud-mirrors-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/react-native": patch ---- - -Updates CoinbaseWallet SDK to fix scheme redirection bug diff --git a/.changeset/smart-berries-confess.md b/.changeset/smart-berries-confess.md deleted file mode 100644 index 23cb8480405..00000000000 --- a/.changeset/smart-berries-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/wallets": patch ---- - -chore: update base url derivation for `embeddedWallets` diff --git a/.changeset/stupid-toes-pull.md b/.changeset/stupid-toes-pull.md deleted file mode 100644 index 9f35b327d3f..00000000000 --- a/.changeset/stupid-toes-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/react-core": patch ---- - -Add hook for transferring native token diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 98968aba882..b1f478cb5c1 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,12 @@ # @thirdweb-dev/auth +## 4.1.19 + +### Patch Changes + +- Updated dependencies [[`c410a1c1`](https://github.com/thirdweb-dev/js/commit/c410a1c18a704d118555215db9ba7d92c3b24d8c), [`81c46e22`](https://github.com/thirdweb-dev/js/commit/81c46e22984cdb5b33b2e6eb99a0ebf0e4fbdb33)]: + - @thirdweb-dev/wallets@2.3.2 + ## 4.1.18 ### Patch Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index 33663673b3f..98ec3deeb7d 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/auth", - "version": "4.1.18", + "version": "4.1.19", "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 413f46d7434..e7eda80de50 100644 --- a/packages/chains/CHANGELOG.md +++ b/packages/chains/CHANGELOG.md @@ -1,5 +1,11 @@ # @thirdweb-dev/chains +## 0.1.62 + +### Patch Changes + +- [#2084](https://github.com/thirdweb-dev/js/pull/2084) [`c410a1c1`](https://github.com/thirdweb-dev/js/commit/c410a1c18a704d118555215db9ba7d92c3b24d8c) Thanks [@MananTank](https://github.com/MananTank)! - JSDoc comments Improvements + ## 0.1.61 ### Patch Changes diff --git a/packages/chains/package.json b/packages/chains/package.json index 7d1535d5567..ad0ede01d8d 100644 --- a/packages/chains/package.json +++ b/packages/chains/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/chains", - "version": "0.1.61", + "version": "0.1.62", "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 0ae35be44c3..e4eac751758 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # thirdweb +## 0.13.27 + +### Patch Changes + +- Updated dependencies [[`c410a1c1`](https://github.com/thirdweb-dev/js/commit/c410a1c18a704d118555215db9ba7d92c3b24d8c), [`fed1313a`](https://github.com/thirdweb-dev/js/commit/fed1313a199011a9b52d7c5e11ad6e72fc969002), [`f369bffe`](https://github.com/thirdweb-dev/js/commit/f369bffe5a30e2e8a9df2ac62f24f93f96324186), [`81c46e22`](https://github.com/thirdweb-dev/js/commit/81c46e22984cdb5b33b2e6eb99a0ebf0e4fbdb33)]: + - @thirdweb-dev/storage@2.0.8 + - @thirdweb-dev/wallets@2.3.2 + - @thirdweb-dev/chains@0.1.62 + - @thirdweb-dev/sdk@4.0.23 + - @thirdweb-dev/auth@4.1.19 + ## 0.13.26 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3a87f5ac579..1090d0eeba4 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.26", + "version": "0.13.27", "repository": "https://github.com/thirdweb-dev/js/tree/main/packages/cli", "author": "thirdweb eng ", "license": "Apache-2.0", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 83eb4adc439..ef3620e23a3 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,20 @@ # @thirdweb-dev/react-core +## 4.1.17 + +### Patch Changes + +- [#2084](https://github.com/thirdweb-dev/js/pull/2084) [`c410a1c1`](https://github.com/thirdweb-dev/js/commit/c410a1c18a704d118555215db9ba7d92c3b24d8c) Thanks [@MananTank](https://github.com/MananTank)! - JSDoc comments Improvements + +- [#2008](https://github.com/thirdweb-dev/js/pull/2008) [`23db97cc`](https://github.com/thirdweb-dev/js/commit/23db97cca51211df82d430fbfff4bbfbd7d4dc38) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Add hook for transferring native token + +- Updated dependencies [[`c410a1c1`](https://github.com/thirdweb-dev/js/commit/c410a1c18a704d118555215db9ba7d92c3b24d8c), [`fed1313a`](https://github.com/thirdweb-dev/js/commit/fed1313a199011a9b52d7c5e11ad6e72fc969002), [`f369bffe`](https://github.com/thirdweb-dev/js/commit/f369bffe5a30e2e8a9df2ac62f24f93f96324186), [`81c46e22`](https://github.com/thirdweb-dev/js/commit/81c46e22984cdb5b33b2e6eb99a0ebf0e4fbdb33)]: + - @thirdweb-dev/storage@2.0.8 + - @thirdweb-dev/wallets@2.3.2 + - @thirdweb-dev/chains@0.1.62 + - @thirdweb-dev/sdk@4.0.23 + - @thirdweb-dev/auth@4.1.19 + ## 4.1.16 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 35352492319..d83c531112c 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/react-core", - "version": "4.1.16", + "version": "4.1.17", "repository": "https://github.com/thirdweb-dev/js/tree/main/packages/react-core", "author": "thirdweb eng ", "license": "Apache-2.0", diff --git a/packages/react-native-compat/CHANGELOG.md b/packages/react-native-compat/CHANGELOG.md index a6c23ad8e90..86cd28d4409 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.5.2 + ## 0.5.1 ## 0.5.0 diff --git a/packages/react-native-compat/package.json b/packages/react-native-compat/package.json index c42fa2dd7cb..5140cf44039 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.5.1", + "version": "0.5.2", "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 3db17b37225..ad9610cf6ef 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,22 @@ # @thirdweb-dev/react-native +## 0.5.2 + +### Patch Changes + +- [#2084](https://github.com/thirdweb-dev/js/pull/2084) [`c410a1c1`](https://github.com/thirdweb-dev/js/commit/c410a1c18a704d118555215db9ba7d92c3b24d8c) Thanks [@MananTank](https://github.com/MananTank)! - JSDoc comments Improvements + +- [#2087](https://github.com/thirdweb-dev/js/pull/2087) [`b7d4dee4`](https://github.com/thirdweb-dev/js/commit/b7d4dee4460185f7706c3f97b67b385bb279b6e2) Thanks [@iketw](https://github.com/iketw)! - Support expo versions =>47 < 50 + +- [#2099](https://github.com/thirdweb-dev/js/pull/2099) [`94a8f796`](https://github.com/thirdweb-dev/js/commit/94a8f7960a71f24f1eb5c7cebfb548578642e281) Thanks [@iketw](https://github.com/iketw)! - Updates CoinbaseWallet SDK to fix scheme redirection bug + +- Updated dependencies [[`c410a1c1`](https://github.com/thirdweb-dev/js/commit/c410a1c18a704d118555215db9ba7d92c3b24d8c), [`fed1313a`](https://github.com/thirdweb-dev/js/commit/fed1313a199011a9b52d7c5e11ad6e72fc969002), [`f369bffe`](https://github.com/thirdweb-dev/js/commit/f369bffe5a30e2e8a9df2ac62f24f93f96324186), [`81c46e22`](https://github.com/thirdweb-dev/js/commit/81c46e22984cdb5b33b2e6eb99a0ebf0e4fbdb33), [`23db97cc`](https://github.com/thirdweb-dev/js/commit/23db97cca51211df82d430fbfff4bbfbd7d4dc38)]: + - @thirdweb-dev/react-core@4.1.17 + - @thirdweb-dev/storage@2.0.8 + - @thirdweb-dev/wallets@2.3.2 + - @thirdweb-dev/chains@0.1.62 + - @thirdweb-dev/sdk@4.0.23 + ## 0.5.1 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 3bc344f13ac..65cd66c33e0 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/react-native", - "version": "0.5.1", + "version": "0.5.2", "repository": "https://github.com/thirdweb-dev/js/tree/main/packages/react-native", "author": "thirdweb eng ", "license": "Apache-2.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 9b2742d5672..69ab212f77d 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,17 @@ # @thirdweb-dev/react +## 4.1.17 + +### Patch Changes + +- [#2084](https://github.com/thirdweb-dev/js/pull/2084) [`c410a1c1`](https://github.com/thirdweb-dev/js/commit/c410a1c18a704d118555215db9ba7d92c3b24d8c) Thanks [@MananTank](https://github.com/MananTank)! - JSDoc comments Improvements + +- Updated dependencies [[`c410a1c1`](https://github.com/thirdweb-dev/js/commit/c410a1c18a704d118555215db9ba7d92c3b24d8c), [`fed1313a`](https://github.com/thirdweb-dev/js/commit/fed1313a199011a9b52d7c5e11ad6e72fc969002), [`f369bffe`](https://github.com/thirdweb-dev/js/commit/f369bffe5a30e2e8a9df2ac62f24f93f96324186), [`81c46e22`](https://github.com/thirdweb-dev/js/commit/81c46e22984cdb5b33b2e6eb99a0ebf0e4fbdb33), [`23db97cc`](https://github.com/thirdweb-dev/js/commit/23db97cca51211df82d430fbfff4bbfbd7d4dc38)]: + - @thirdweb-dev/react-core@4.1.17 + - @thirdweb-dev/wallets@2.3.2 + - @thirdweb-dev/chains@0.1.62 + - @thirdweb-dev/sdk@4.0.23 + ## 4.1.16 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index d935b83d0df..7a921558a4f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/react", - "version": "4.1.16", + "version": "4.1.17", "repository": "https://github.com/thirdweb-dev/js/tree/main/packages/react", "author": "thirdweb eng ", "license": "Apache-2.0", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 3bb18df5cfd..b4c4aa043a7 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,19 @@ # @thirdweb-dev/sdk +## 4.0.23 + +### Patch Changes + +- [#2084](https://github.com/thirdweb-dev/js/pull/2084) [`c410a1c1`](https://github.com/thirdweb-dev/js/commit/c410a1c18a704d118555215db9ba7d92c3b24d8c) Thanks [@MananTank](https://github.com/MananTank)! - JSDoc comments Improvements + +- [#2020](https://github.com/thirdweb-dev/js/pull/2020) [`fed1313a`](https://github.com/thirdweb-dev/js/commit/fed1313a199011a9b52d7c5e11ad6e72fc969002) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Fix deploy issue "invalid recipient" + +- [#2090](https://github.com/thirdweb-dev/js/pull/2090) [`f369bffe`](https://github.com/thirdweb-dev/js/commit/f369bffe5a30e2e8a9df2ac62f24f93f96324186) Thanks [@kumaryash90](https://github.com/kumaryash90)! - empty default trusted forwarders param + +- Updated dependencies [[`c410a1c1`](https://github.com/thirdweb-dev/js/commit/c410a1c18a704d118555215db9ba7d92c3b24d8c)]: + - @thirdweb-dev/storage@2.0.8 + - @thirdweb-dev/chains@0.1.62 + ## 4.0.22 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index ec8c60a9b63..94553878ed4 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/sdk", - "version": "4.0.22", + "version": "4.0.23", "description": "The main thirdweb SDK.", "repository": "https://github.com/thirdweb-dev/js/tree/main/packages/sdk", "license": "Apache-2.0", diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 6d37279c0d2..a74f0d8bcc1 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -1,5 +1,11 @@ # @thirdweb-dev/storage +## 2.0.8 + +### Patch Changes + +- [#2084](https://github.com/thirdweb-dev/js/pull/2084) [`c410a1c1`](https://github.com/thirdweb-dev/js/commit/c410a1c18a704d118555215db9ba7d92c3b24d8c) Thanks [@MananTank](https://github.com/MananTank)! - JSDoc comments Improvements + ## 2.0.7 ### Patch Changes diff --git a/packages/storage/package.json b/packages/storage/package.json index 751c3b288c4..a60d384577a 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/storage", - "version": "2.0.7", + "version": "2.0.8", "main": "dist/thirdweb-dev-storage.cjs.js", "module": "dist/thirdweb-dev-storage.esm.js", "exports": { diff --git a/packages/unity-js-bridge/CHANGELOG.md b/packages/unity-js-bridge/CHANGELOG.md index 393db4d693a..d01135522c5 100644 --- a/packages/unity-js-bridge/CHANGELOG.md +++ b/packages/unity-js-bridge/CHANGELOG.md @@ -1,5 +1,16 @@ # @thirdweb-dev/unity-js-bridge +## 0.3.2 + +### Patch Changes + +- Updated dependencies [[`c410a1c1`](https://github.com/thirdweb-dev/js/commit/c410a1c18a704d118555215db9ba7d92c3b24d8c), [`fed1313a`](https://github.com/thirdweb-dev/js/commit/fed1313a199011a9b52d7c5e11ad6e72fc969002), [`f369bffe`](https://github.com/thirdweb-dev/js/commit/f369bffe5a30e2e8a9df2ac62f24f93f96324186), [`81c46e22`](https://github.com/thirdweb-dev/js/commit/81c46e22984cdb5b33b2e6eb99a0ebf0e4fbdb33)]: + - @thirdweb-dev/storage@2.0.8 + - @thirdweb-dev/wallets@2.3.2 + - @thirdweb-dev/chains@0.1.62 + - @thirdweb-dev/sdk@4.0.23 + - @thirdweb-dev/auth@4.1.19 + ## 0.3.1 ### Patch Changes diff --git a/packages/unity-js-bridge/package.json b/packages/unity-js-bridge/package.json index 186692f83d5..e176bec918a 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.1", + "version": "0.3.2", "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 843e18be7df..616e8db43a5 100644 --- a/packages/wallets/CHANGELOG.md +++ b/packages/wallets/CHANGELOG.md @@ -1,5 +1,17 @@ # @thirdweb-dev/wallets +## 2.3.2 + +### Patch Changes + +- [#2084](https://github.com/thirdweb-dev/js/pull/2084) [`c410a1c1`](https://github.com/thirdweb-dev/js/commit/c410a1c18a704d118555215db9ba7d92c3b24d8c) Thanks [@MananTank](https://github.com/MananTank)! - JSDoc comments Improvements + +- [#2093](https://github.com/thirdweb-dev/js/pull/2093) [`81c46e22`](https://github.com/thirdweb-dev/js/commit/81c46e22984cdb5b33b2e6eb99a0ebf0e4fbdb33) Thanks [@ElasticBottle](https://github.com/ElasticBottle)! - chore: update base url derivation for `embeddedWallets` + +- Updated dependencies [[`c410a1c1`](https://github.com/thirdweb-dev/js/commit/c410a1c18a704d118555215db9ba7d92c3b24d8c), [`fed1313a`](https://github.com/thirdweb-dev/js/commit/fed1313a199011a9b52d7c5e11ad6e72fc969002), [`f369bffe`](https://github.com/thirdweb-dev/js/commit/f369bffe5a30e2e8a9df2ac62f24f93f96324186)]: + - @thirdweb-dev/chains@0.1.62 + - @thirdweb-dev/sdk@4.0.23 + ## 2.3.1 ### Patch Changes diff --git a/packages/wallets/package.json b/packages/wallets/package.json index ddd907a1816..af7014dc466 100644 --- a/packages/wallets/package.json +++ b/packages/wallets/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/wallets", - "version": "2.3.1", + "version": "2.3.2", "main": "dist/thirdweb-dev-wallets.cjs.js", "module": "dist/thirdweb-dev-wallets.esm.js", "browser": {