diff --git a/.changeset/clever-buttons-bake.md b/.changeset/clever-buttons-bake.md
deleted file mode 100644
index 52971cae706..00000000000
--- a/.changeset/clever-buttons-bake.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@thirdweb-dev/sdk": patch
----
-
-Improve performance for contract-roles methods
diff --git a/.changeset/cold-dryers-dream.md b/.changeset/cold-dryers-dream.md
deleted file mode 100644
index 4aaf284d4e9..00000000000
--- a/.changeset/cold-dryers-dream.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-"@thirdweb-dev/react-native": patch
----
-
-Custom JWT support in React Native
-
-Enables passing a custom JWT to the embeddedWallet:
-
-```javascript
-import { embeddedWallet, useConnect } from "@thirdweb-dev/react-native";
-import { Button } from "react-native";
-import React from "react";
-
-const AppInner = () => {
- const connect = useConnect();
-
- const triggerConnect = async () => {
- connect(embeddedWallet(), {
- loginType: "jwt",
- password: "strong-password",
- jwt: "your-jwt",
- });
- };
-
- return ;
-};
-```
diff --git a/.changeset/cuddly-kings-listen.md b/.changeset/cuddly-kings-listen.md
deleted file mode 100644
index 91ceeb9dd5b..00000000000
--- a/.changeset/cuddly-kings-listen.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-"@thirdweb-dev/wallets": patch
----
-
-Expose function to estimate SmartWallet transactions, handling pre and post deployment state
-
-```ts
-const cost = smartWallet.estimate(preparedTx);
-const costBatch = smartWallet.estimateBatch(preparedTxs);
-```
-
-Also works with raw transactions
-
-```ts
-const cost = smartWallet.estimateRaw(rawTx);
-const costBatch = smartWallet.estimateBatchRaw(rawTxs);
-```
diff --git a/.changeset/dirty-jeans-attack.md b/.changeset/dirty-jeans-attack.md
deleted file mode 100644
index 3c14fe6b413..00000000000
--- a/.changeset/dirty-jeans-attack.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@thirdweb-dev/chains": patch
----
-
-sync chains
diff --git a/.changeset/forty-beers-fetch.md b/.changeset/forty-beers-fetch.md
deleted file mode 100644
index 24ebebb4152..00000000000
--- a/.changeset/forty-beers-fetch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@thirdweb-dev/sdk": patch
----
-
-Remove barrel files
diff --git a/.changeset/friendly-toys-agree.md b/.changeset/friendly-toys-agree.md
deleted file mode 100644
index 8ee833021c3..00000000000
--- a/.changeset/friendly-toys-agree.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@thirdweb-dev/react-native": patch
----
-
-Migrate embedded wallet to new API in React Native
diff --git a/.changeset/little-jars-lay.md b/.changeset/little-jars-lay.md
deleted file mode 100644
index 21bec203239..00000000000
--- a/.changeset/little-jars-lay.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@thirdweb-dev/sdk": patch
----
-
-[SDK] Perf inmprovement for erc-20 methods
diff --git a/.changeset/many-camels-punch.md b/.changeset/many-camels-punch.md
deleted file mode 100644
index 859a3728494..00000000000
--- a/.changeset/many-camels-punch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@thirdweb-dev/wallets": patch
----
-
-Introduce TokenBoundSmartWallet class for ERC-6551 support
diff --git a/.changeset/metal-moles-press.md b/.changeset/metal-moles-press.md
deleted file mode 100644
index 5d830e9dd4d..00000000000
--- a/.changeset/metal-moles-press.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@thirdweb-dev/sdk": patch
----
-
-Fix double trailing slash when downloading merkle data
diff --git a/.changeset/modern-panthers-grow.md b/.changeset/modern-panthers-grow.md
deleted file mode 100644
index 0a4b7021044..00000000000
--- a/.changeset/modern-panthers-grow.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@thirdweb-dev/wallets": patch
----
-
-Fix getSmartWalletAddress util function
diff --git a/.changeset/short-beds-hunt.md b/.changeset/short-beds-hunt.md
deleted file mode 100644
index 46a90ae5109..00000000000
--- a/.changeset/short-beds-hunt.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@thirdweb-dev/wallets": patch
----
-
-Patch isSmartWalletDeployed
diff --git a/.changeset/silver-dodos-grow.md b/.changeset/silver-dodos-grow.md
deleted file mode 100644
index 862a9a1bab7..00000000000
--- a/.changeset/silver-dodos-grow.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@thirdweb-dev/wallets": patch
----
-
-Fix Chains Package Tree shaking issue caused by SmartWallet
diff --git a/.changeset/six-colts-tie.md b/.changeset/six-colts-tie.md
deleted file mode 100644
index 5aee4230646..00000000000
--- a/.changeset/six-colts-tie.md
+++ /dev/null
@@ -1,12 +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/auth": patch
-"@thirdweb-dev/sdk": patch
----
-
-require minimum node version: `>=18`
diff --git a/.changeset/tame-snakes-retire.md b/.changeset/tame-snakes-retire.md
deleted file mode 100644
index 97492886a5c..00000000000
--- a/.changeset/tame-snakes-retire.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@thirdweb-dev/wallets": patch
----
-
-Use BigInt function instead of bigint primitive numbers to fix broken Vite templates
diff --git a/.changeset/thick-buckets-deny.md b/.changeset/thick-buckets-deny.md
deleted file mode 100644
index 2a60b7b72e6..00000000000
--- a/.changeset/thick-buckets-deny.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-"@thirdweb-dev/chains": patch
-"@thirdweb-dev/sdk": patch
----
-
-Spicy Chain deployments
diff --git a/.changeset/two-moose-eat.md b/.changeset/two-moose-eat.md
deleted file mode 100644
index 0f6175342ef..00000000000
--- a/.changeset/two-moose-eat.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-"@thirdweb-dev/react-core": patch
-"@thirdweb-dev/react-native": patch
----
-
-Fix typo in comments
diff --git a/.changeset/weak-doors-fail.md b/.changeset/weak-doors-fail.md
deleted file mode 100644
index 4a675ed0028..00000000000
--- a/.changeset/weak-doors-fail.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@thirdweb-dev/react-native": patch
----
-
-Update naming for embeddedWallet custom jwt setup
diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md
index 0c7c3b94b21..fe37d0dc07f 100644
--- a/packages/auth/CHANGELOG.md
+++ b/packages/auth/CHANGELOG.md
@@ -1,5 +1,14 @@
# @thirdweb-dev/auth
+## 4.1.1
+
+### Patch Changes
+
+- [#1855](https://github.com/thirdweb-dev/js/pull/1855) [`b6f72c56`](https://github.com/thirdweb-dev/js/commit/b6f72c566c9cec5c2d0a0ebe709d6177b2af68e4) Thanks [@jnsdls](https://github.com/jnsdls)! - require minimum node version: `>=18`
+
+- Updated dependencies [[`4fa09df6`](https://github.com/thirdweb-dev/js/commit/4fa09df6d0ece89e5e6f1c8f9b530a4bd6c266d7), [`4cb6e287`](https://github.com/thirdweb-dev/js/commit/4cb6e287c857e3597ae9f3c92c9c3961ca7a9f4e), [`5917e626`](https://github.com/thirdweb-dev/js/commit/5917e626b0744af369b67a2e44d9361422a8045d), [`44f258d6`](https://github.com/thirdweb-dev/js/commit/44f258d6bf801b553ca67a5dcebe213a4772e8a1), [`7ff0b4d5`](https://github.com/thirdweb-dev/js/commit/7ff0b4d54715afc86fc72e297a4d8bbe6897e49c), [`b6f72c56`](https://github.com/thirdweb-dev/js/commit/b6f72c566c9cec5c2d0a0ebe709d6177b2af68e4), [`042459fe`](https://github.com/thirdweb-dev/js/commit/042459fe3424add527209ac273913b494b5e426c)]:
+ - @thirdweb-dev/wallets@2.0.9
+
## 4.1.0
### Minor Changes
diff --git a/packages/auth/package.json b/packages/auth/package.json
index f7b5fec4885..c91d52ec0fc 100644
--- a/packages/auth/package.json
+++ b/packages/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/auth",
- "version": "4.1.0",
+ "version": "4.1.1",
"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 096c25721fd..4be3dbd4991 100644
--- a/packages/chains/CHANGELOG.md
+++ b/packages/chains/CHANGELOG.md
@@ -1,5 +1,15 @@
# @thirdweb-dev/chains
+## 0.1.56
+
+### Patch Changes
+
+- [#1843](https://github.com/thirdweb-dev/js/pull/1843) [`6028a881`](https://github.com/thirdweb-dev/js/commit/6028a88111d9071155370c7aeaf22d4ee0c3ec93) Thanks [@jnsdls](https://github.com/jnsdls)! - sync chains
+
+- [#1855](https://github.com/thirdweb-dev/js/pull/1855) [`b6f72c56`](https://github.com/thirdweb-dev/js/commit/b6f72c566c9cec5c2d0a0ebe709d6177b2af68e4) Thanks [@jnsdls](https://github.com/jnsdls)! - require minimum node version: `>=18`
+
+- [#1805](https://github.com/thirdweb-dev/js/pull/1805) [`cc651135`](https://github.com/thirdweb-dev/js/commit/cc6511351fea568246ddf49f687a5616d484d2a4) Thanks [@kumaryash90](https://github.com/kumaryash90)! - Spicy Chain deployments
+
## 0.1.55
### Patch Changes
diff --git a/packages/chains/package.json b/packages/chains/package.json
index f2e2f0958bd..1deaba8b9f7 100644
--- a/packages/chains/package.json
+++ b/packages/chains/package.json
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/chains",
- "version": "0.1.55",
+ "version": "0.1.56",
"main": "dist/thirdweb-dev-chains.cjs.js",
"module": "dist/thirdweb-dev-chains.esm.js",
"browser": {
diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md
index 715291efd94..991044be5a4 100644
--- a/packages/cli/CHANGELOG.md
+++ b/packages/cli/CHANGELOG.md
@@ -1,5 +1,16 @@
# thirdweb
+## 0.13.9
+
+### Patch Changes
+
+- Updated dependencies [[`d1743a32`](https://github.com/thirdweb-dev/js/commit/d1743a3279ddda4f408794a6bbe7bbd235a9fd36), [`4fa09df6`](https://github.com/thirdweb-dev/js/commit/4fa09df6d0ece89e5e6f1c8f9b530a4bd6c266d7), [`6028a881`](https://github.com/thirdweb-dev/js/commit/6028a88111d9071155370c7aeaf22d4ee0c3ec93), [`0358722c`](https://github.com/thirdweb-dev/js/commit/0358722c1aede51fb349fa132a37a80b46927c93), [`db0bbf51`](https://github.com/thirdweb-dev/js/commit/db0bbf517306c6110d49f031202eeb7d5bfff61a), [`4cb6e287`](https://github.com/thirdweb-dev/js/commit/4cb6e287c857e3597ae9f3c92c9c3961ca7a9f4e), [`80def43d`](https://github.com/thirdweb-dev/js/commit/80def43d44b7d47b5b3a49c54116d12c0974a264), [`5917e626`](https://github.com/thirdweb-dev/js/commit/5917e626b0744af369b67a2e44d9361422a8045d), [`44f258d6`](https://github.com/thirdweb-dev/js/commit/44f258d6bf801b553ca67a5dcebe213a4772e8a1), [`7ff0b4d5`](https://github.com/thirdweb-dev/js/commit/7ff0b4d54715afc86fc72e297a4d8bbe6897e49c), [`b6f72c56`](https://github.com/thirdweb-dev/js/commit/b6f72c566c9cec5c2d0a0ebe709d6177b2af68e4), [`042459fe`](https://github.com/thirdweb-dev/js/commit/042459fe3424add527209ac273913b494b5e426c), [`cc651135`](https://github.com/thirdweb-dev/js/commit/cc6511351fea568246ddf49f687a5616d484d2a4)]:
+ - @thirdweb-dev/sdk@4.0.8
+ - @thirdweb-dev/wallets@2.0.9
+ - @thirdweb-dev/chains@0.1.56
+ - @thirdweb-dev/storage@2.0.2
+ - @thirdweb-dev/auth@4.1.1
+
## 0.13.8
### Patch Changes
diff --git a/packages/cli/package.json b/packages/cli/package.json
index d66a98ec642..e78c3cb7808 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.8",
+ "version": "0.13.9",
"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 54727910054..3bbe8f5bb08 100644
--- a/packages/react-core/CHANGELOG.md
+++ b/packages/react-core/CHANGELOG.md
@@ -1,5 +1,20 @@
# @thirdweb-dev/react-core
+## 4.0.9
+
+### Patch Changes
+
+- [#1855](https://github.com/thirdweb-dev/js/pull/1855) [`b6f72c56`](https://github.com/thirdweb-dev/js/commit/b6f72c566c9cec5c2d0a0ebe709d6177b2af68e4) Thanks [@jnsdls](https://github.com/jnsdls)! - require minimum node version: `>=18`
+
+- [#1839](https://github.com/thirdweb-dev/js/pull/1839) [`1934ef5f`](https://github.com/thirdweb-dev/js/commit/1934ef5fac339dab2b1fda39f00f5268daa2168a) Thanks [@vuittont60](https://github.com/vuittont60)! - Fix typo in comments
+
+- Updated dependencies [[`d1743a32`](https://github.com/thirdweb-dev/js/commit/d1743a3279ddda4f408794a6bbe7bbd235a9fd36), [`4fa09df6`](https://github.com/thirdweb-dev/js/commit/4fa09df6d0ece89e5e6f1c8f9b530a4bd6c266d7), [`6028a881`](https://github.com/thirdweb-dev/js/commit/6028a88111d9071155370c7aeaf22d4ee0c3ec93), [`0358722c`](https://github.com/thirdweb-dev/js/commit/0358722c1aede51fb349fa132a37a80b46927c93), [`db0bbf51`](https://github.com/thirdweb-dev/js/commit/db0bbf517306c6110d49f031202eeb7d5bfff61a), [`4cb6e287`](https://github.com/thirdweb-dev/js/commit/4cb6e287c857e3597ae9f3c92c9c3961ca7a9f4e), [`80def43d`](https://github.com/thirdweb-dev/js/commit/80def43d44b7d47b5b3a49c54116d12c0974a264), [`5917e626`](https://github.com/thirdweb-dev/js/commit/5917e626b0744af369b67a2e44d9361422a8045d), [`44f258d6`](https://github.com/thirdweb-dev/js/commit/44f258d6bf801b553ca67a5dcebe213a4772e8a1), [`7ff0b4d5`](https://github.com/thirdweb-dev/js/commit/7ff0b4d54715afc86fc72e297a4d8bbe6897e49c), [`b6f72c56`](https://github.com/thirdweb-dev/js/commit/b6f72c566c9cec5c2d0a0ebe709d6177b2af68e4), [`042459fe`](https://github.com/thirdweb-dev/js/commit/042459fe3424add527209ac273913b494b5e426c), [`cc651135`](https://github.com/thirdweb-dev/js/commit/cc6511351fea568246ddf49f687a5616d484d2a4)]:
+ - @thirdweb-dev/sdk@4.0.8
+ - @thirdweb-dev/wallets@2.0.9
+ - @thirdweb-dev/chains@0.1.56
+ - @thirdweb-dev/storage@2.0.2
+ - @thirdweb-dev/auth@4.1.1
+
## 4.0.8
### Patch Changes
diff --git a/packages/react-core/package.json b/packages/react-core/package.json
index 493e7e4fef2..7efe498d75f 100644
--- a/packages/react-core/package.json
+++ b/packages/react-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/react-core",
- "version": "4.0.8",
+ "version": "4.0.9",
"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 6774ee55c64..28845ffcf18 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.3.14
+
## 0.3.13
## 0.3.12
diff --git a/packages/react-native-compat/package.json b/packages/react-native-compat/package.json
index 53aea5f1735..f6f7d505f4e 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.3.13",
+ "version": "0.3.14",
"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 bbe82e84a2d..c0f5d9c689e 100644
--- a/packages/react-native/CHANGELOG.md
+++ b/packages/react-native/CHANGELOG.md
@@ -1,5 +1,50 @@
# @thirdweb-dev/react-native
+## 0.3.14
+
+### Patch Changes
+
+- [#1806](https://github.com/thirdweb-dev/js/pull/1806) [`4374bd4e`](https://github.com/thirdweb-dev/js/commit/4374bd4e160e04d919980efd8e73ff7cafe473d2) Thanks [@iketw](https://github.com/iketw)! - Custom JWT support in React Native
+
+ Enables passing a custom JWT to the embeddedWallet:
+
+ ```javascript
+ import { embeddedWallet, useConnect } from "@thirdweb-dev/react-native";
+ import { Button } from "react-native";
+ import React from "react";
+
+ const AppInner = () => {
+ const connect = useConnect();
+
+ const triggerConnect = async () => {
+ connect(embeddedWallet(), {
+ loginType: "jwt",
+ password: "strong-password",
+ jwt: "your-jwt",
+ });
+ };
+
+ return (
+
+ );
+ };
+ ```
+
+- [#1844](https://github.com/thirdweb-dev/js/pull/1844) [`0b748f31`](https://github.com/thirdweb-dev/js/commit/0b748f31ce9b4c2776d9bfea32fd7ed927baf44c) Thanks [@iketw](https://github.com/iketw)! - Migrate embedded wallet to new API in React Native
+
+- [#1855](https://github.com/thirdweb-dev/js/pull/1855) [`b6f72c56`](https://github.com/thirdweb-dev/js/commit/b6f72c566c9cec5c2d0a0ebe709d6177b2af68e4) Thanks [@jnsdls](https://github.com/jnsdls)! - require minimum node version: `>=18`
+
+- [#1839](https://github.com/thirdweb-dev/js/pull/1839) [`1934ef5f`](https://github.com/thirdweb-dev/js/commit/1934ef5fac339dab2b1fda39f00f5268daa2168a) Thanks [@vuittont60](https://github.com/vuittont60)! - Fix typo in comments
+
+- [#1841](https://github.com/thirdweb-dev/js/pull/1841) [`b6267599`](https://github.com/thirdweb-dev/js/commit/b6267599f5f86132cc7390972547d716d33a1969) Thanks [@iketw](https://github.com/iketw)! - Update naming for embeddedWallet custom jwt setup
+
+- Updated dependencies [[`d1743a32`](https://github.com/thirdweb-dev/js/commit/d1743a3279ddda4f408794a6bbe7bbd235a9fd36), [`4fa09df6`](https://github.com/thirdweb-dev/js/commit/4fa09df6d0ece89e5e6f1c8f9b530a4bd6c266d7), [`6028a881`](https://github.com/thirdweb-dev/js/commit/6028a88111d9071155370c7aeaf22d4ee0c3ec93), [`0358722c`](https://github.com/thirdweb-dev/js/commit/0358722c1aede51fb349fa132a37a80b46927c93), [`db0bbf51`](https://github.com/thirdweb-dev/js/commit/db0bbf517306c6110d49f031202eeb7d5bfff61a), [`4cb6e287`](https://github.com/thirdweb-dev/js/commit/4cb6e287c857e3597ae9f3c92c9c3961ca7a9f4e), [`80def43d`](https://github.com/thirdweb-dev/js/commit/80def43d44b7d47b5b3a49c54116d12c0974a264), [`5917e626`](https://github.com/thirdweb-dev/js/commit/5917e626b0744af369b67a2e44d9361422a8045d), [`44f258d6`](https://github.com/thirdweb-dev/js/commit/44f258d6bf801b553ca67a5dcebe213a4772e8a1), [`7ff0b4d5`](https://github.com/thirdweb-dev/js/commit/7ff0b4d54715afc86fc72e297a4d8bbe6897e49c), [`b6f72c56`](https://github.com/thirdweb-dev/js/commit/b6f72c566c9cec5c2d0a0ebe709d6177b2af68e4), [`042459fe`](https://github.com/thirdweb-dev/js/commit/042459fe3424add527209ac273913b494b5e426c), [`cc651135`](https://github.com/thirdweb-dev/js/commit/cc6511351fea568246ddf49f687a5616d484d2a4), [`1934ef5f`](https://github.com/thirdweb-dev/js/commit/1934ef5fac339dab2b1fda39f00f5268daa2168a)]:
+ - @thirdweb-dev/sdk@4.0.8
+ - @thirdweb-dev/wallets@2.0.9
+ - @thirdweb-dev/chains@0.1.56
+ - @thirdweb-dev/react-core@4.0.9
+ - @thirdweb-dev/storage@2.0.2
+
## 0.3.13
### Patch Changes
diff --git a/packages/react-native/package.json b/packages/react-native/package.json
index 84312b3bad5..07767b69c0e 100644
--- a/packages/react-native/package.json
+++ b/packages/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/react-native",
- "version": "0.3.13",
+ "version": "0.3.14",
"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 005c335ad0d..f676db66f49 100644
--- a/packages/react/CHANGELOG.md
+++ b/packages/react/CHANGELOG.md
@@ -1,5 +1,17 @@
# @thirdweb-dev/react
+## 4.0.9
+
+### Patch Changes
+
+- [#1855](https://github.com/thirdweb-dev/js/pull/1855) [`b6f72c56`](https://github.com/thirdweb-dev/js/commit/b6f72c566c9cec5c2d0a0ebe709d6177b2af68e4) Thanks [@jnsdls](https://github.com/jnsdls)! - require minimum node version: `>=18`
+
+- Updated dependencies [[`d1743a32`](https://github.com/thirdweb-dev/js/commit/d1743a3279ddda4f408794a6bbe7bbd235a9fd36), [`4fa09df6`](https://github.com/thirdweb-dev/js/commit/4fa09df6d0ece89e5e6f1c8f9b530a4bd6c266d7), [`6028a881`](https://github.com/thirdweb-dev/js/commit/6028a88111d9071155370c7aeaf22d4ee0c3ec93), [`0358722c`](https://github.com/thirdweb-dev/js/commit/0358722c1aede51fb349fa132a37a80b46927c93), [`db0bbf51`](https://github.com/thirdweb-dev/js/commit/db0bbf517306c6110d49f031202eeb7d5bfff61a), [`4cb6e287`](https://github.com/thirdweb-dev/js/commit/4cb6e287c857e3597ae9f3c92c9c3961ca7a9f4e), [`80def43d`](https://github.com/thirdweb-dev/js/commit/80def43d44b7d47b5b3a49c54116d12c0974a264), [`5917e626`](https://github.com/thirdweb-dev/js/commit/5917e626b0744af369b67a2e44d9361422a8045d), [`44f258d6`](https://github.com/thirdweb-dev/js/commit/44f258d6bf801b553ca67a5dcebe213a4772e8a1), [`7ff0b4d5`](https://github.com/thirdweb-dev/js/commit/7ff0b4d54715afc86fc72e297a4d8bbe6897e49c), [`b6f72c56`](https://github.com/thirdweb-dev/js/commit/b6f72c566c9cec5c2d0a0ebe709d6177b2af68e4), [`042459fe`](https://github.com/thirdweb-dev/js/commit/042459fe3424add527209ac273913b494b5e426c), [`cc651135`](https://github.com/thirdweb-dev/js/commit/cc6511351fea568246ddf49f687a5616d484d2a4), [`1934ef5f`](https://github.com/thirdweb-dev/js/commit/1934ef5fac339dab2b1fda39f00f5268daa2168a)]:
+ - @thirdweb-dev/sdk@4.0.8
+ - @thirdweb-dev/wallets@2.0.9
+ - @thirdweb-dev/chains@0.1.56
+ - @thirdweb-dev/react-core@4.0.9
+
## 4.0.8
### Patch Changes
diff --git a/packages/react/package.json b/packages/react/package.json
index e1bdb991fbf..f51963644dd 100644
--- a/packages/react/package.json
+++ b/packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/react",
- "version": "4.0.8",
+ "version": "4.0.9",
"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 dffe1a6037e..3618e8183af 100644
--- a/packages/sdk/CHANGELOG.md
+++ b/packages/sdk/CHANGELOG.md
@@ -1,5 +1,25 @@
# @thirdweb-dev/sdk
+## 4.0.8
+
+### Patch Changes
+
+- [#1798](https://github.com/thirdweb-dev/js/pull/1798) [`d1743a32`](https://github.com/thirdweb-dev/js/commit/d1743a3279ddda4f408794a6bbe7bbd235a9fd36) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Improve performance for contract-roles methods
+
+- [#1827](https://github.com/thirdweb-dev/js/pull/1827) [`0358722c`](https://github.com/thirdweb-dev/js/commit/0358722c1aede51fb349fa132a37a80b46927c93) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Remove barrel files
+
+- [#1814](https://github.com/thirdweb-dev/js/pull/1814) [`db0bbf51`](https://github.com/thirdweb-dev/js/commit/db0bbf517306c6110d49f031202eeb7d5bfff61a) Thanks [@kien-ngo](https://github.com/kien-ngo)! - [SDK] Perf inmprovement for erc-20 methods
+
+- [#1850](https://github.com/thirdweb-dev/js/pull/1850) [`80def43d`](https://github.com/thirdweb-dev/js/commit/80def43d44b7d47b5b3a49c54116d12c0974a264) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fix double trailing slash when downloading merkle data
+
+- [#1855](https://github.com/thirdweb-dev/js/pull/1855) [`b6f72c56`](https://github.com/thirdweb-dev/js/commit/b6f72c566c9cec5c2d0a0ebe709d6177b2af68e4) Thanks [@jnsdls](https://github.com/jnsdls)! - require minimum node version: `>=18`
+
+- [#1805](https://github.com/thirdweb-dev/js/pull/1805) [`cc651135`](https://github.com/thirdweb-dev/js/commit/cc6511351fea568246ddf49f687a5616d484d2a4) Thanks [@kumaryash90](https://github.com/kumaryash90)! - Spicy Chain deployments
+
+- Updated dependencies [[`6028a881`](https://github.com/thirdweb-dev/js/commit/6028a88111d9071155370c7aeaf22d4ee0c3ec93), [`b6f72c56`](https://github.com/thirdweb-dev/js/commit/b6f72c566c9cec5c2d0a0ebe709d6177b2af68e4), [`cc651135`](https://github.com/thirdweb-dev/js/commit/cc6511351fea568246ddf49f687a5616d484d2a4)]:
+ - @thirdweb-dev/chains@0.1.56
+ - @thirdweb-dev/storage@2.0.2
+
## 4.0.7
### Patch Changes
diff --git a/packages/sdk/package.json b/packages/sdk/package.json
index 28d2b11ec39..c4b13203ad9 100644
--- a/packages/sdk/package.json
+++ b/packages/sdk/package.json
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/sdk",
- "version": "4.0.7",
+ "version": "4.0.8",
"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 2664f8276e9..a877324ffc2 100644
--- a/packages/storage/CHANGELOG.md
+++ b/packages/storage/CHANGELOG.md
@@ -1,5 +1,11 @@
# @thirdweb-dev/storage
+## 2.0.2
+
+### Patch Changes
+
+- [#1855](https://github.com/thirdweb-dev/js/pull/1855) [`b6f72c56`](https://github.com/thirdweb-dev/js/commit/b6f72c566c9cec5c2d0a0ebe709d6177b2af68e4) Thanks [@jnsdls](https://github.com/jnsdls)! - require minimum node version: `>=18`
+
## 2.0.1
### Patch Changes
diff --git a/packages/storage/package.json b/packages/storage/package.json
index 2f4827385af..f268436cd88 100644
--- a/packages/storage/package.json
+++ b/packages/storage/package.json
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/storage",
- "version": "2.0.1",
+ "version": "2.0.2",
"main": "dist/thirdweb-dev-storage.cjs.js",
"module": "dist/thirdweb-dev-storage.esm.js",
"browser": {
diff --git a/packages/unity-js-bridge/CHANGELOG.md b/packages/unity-js-bridge/CHANGELOG.md
index 13fd8c59058..5c2c4df5072 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.2.95
+
+### Patch Changes
+
+- Updated dependencies [[`d1743a32`](https://github.com/thirdweb-dev/js/commit/d1743a3279ddda4f408794a6bbe7bbd235a9fd36), [`4fa09df6`](https://github.com/thirdweb-dev/js/commit/4fa09df6d0ece89e5e6f1c8f9b530a4bd6c266d7), [`6028a881`](https://github.com/thirdweb-dev/js/commit/6028a88111d9071155370c7aeaf22d4ee0c3ec93), [`0358722c`](https://github.com/thirdweb-dev/js/commit/0358722c1aede51fb349fa132a37a80b46927c93), [`db0bbf51`](https://github.com/thirdweb-dev/js/commit/db0bbf517306c6110d49f031202eeb7d5bfff61a), [`4cb6e287`](https://github.com/thirdweb-dev/js/commit/4cb6e287c857e3597ae9f3c92c9c3961ca7a9f4e), [`80def43d`](https://github.com/thirdweb-dev/js/commit/80def43d44b7d47b5b3a49c54116d12c0974a264), [`5917e626`](https://github.com/thirdweb-dev/js/commit/5917e626b0744af369b67a2e44d9361422a8045d), [`44f258d6`](https://github.com/thirdweb-dev/js/commit/44f258d6bf801b553ca67a5dcebe213a4772e8a1), [`7ff0b4d5`](https://github.com/thirdweb-dev/js/commit/7ff0b4d54715afc86fc72e297a4d8bbe6897e49c), [`b6f72c56`](https://github.com/thirdweb-dev/js/commit/b6f72c566c9cec5c2d0a0ebe709d6177b2af68e4), [`042459fe`](https://github.com/thirdweb-dev/js/commit/042459fe3424add527209ac273913b494b5e426c), [`cc651135`](https://github.com/thirdweb-dev/js/commit/cc6511351fea568246ddf49f687a5616d484d2a4)]:
+ - @thirdweb-dev/sdk@4.0.8
+ - @thirdweb-dev/wallets@2.0.9
+ - @thirdweb-dev/chains@0.1.56
+ - @thirdweb-dev/storage@2.0.2
+ - @thirdweb-dev/auth@4.1.1
+
## 0.2.94
### Patch Changes
diff --git a/packages/unity-js-bridge/package.json b/packages/unity-js-bridge/package.json
index 319e22b30db..7f5ec83b031 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.2.94",
+ "version": "0.2.95",
"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 caf23ce98e9..101e9560b78 100644
--- a/packages/wallets/CHANGELOG.md
+++ b/packages/wallets/CHANGELOG.md
@@ -1,5 +1,39 @@
# @thirdweb-dev/wallets
+## 2.0.9
+
+### Patch Changes
+
+- [#1856](https://github.com/thirdweb-dev/js/pull/1856) [`4fa09df6`](https://github.com/thirdweb-dev/js/commit/4fa09df6d0ece89e5e6f1c8f9b530a4bd6c266d7) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Expose function to estimate SmartWallet transactions, handling pre and post deployment state
+
+ ```ts
+ const cost = smartWallet.estimate(preparedTx);
+ const costBatch = smartWallet.estimateBatch(preparedTxs);
+ ```
+
+ Also works with raw transactions
+
+ ```ts
+ const cost = smartWallet.estimateRaw(rawTx);
+ const costBatch = smartWallet.estimateBatchRaw(rawTxs);
+ ```
+
+- [#1324](https://github.com/thirdweb-dev/js/pull/1324) [`4cb6e287`](https://github.com/thirdweb-dev/js/commit/4cb6e287c857e3597ae9f3c92c9c3961ca7a9f4e) Thanks [@ciaranightingale](https://github.com/ciaranightingale)! - Introduce TokenBoundSmartWallet class for ERC-6551 support
+
+- [#1851](https://github.com/thirdweb-dev/js/pull/1851) [`5917e626`](https://github.com/thirdweb-dev/js/commit/5917e626b0744af369b67a2e44d9361422a8045d) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fix getSmartWalletAddress util function
+
+- [#1840](https://github.com/thirdweb-dev/js/pull/1840) [`44f258d6`](https://github.com/thirdweb-dev/js/commit/44f258d6bf801b553ca67a5dcebe213a4772e8a1) Thanks [@nkrishang](https://github.com/nkrishang)! - Patch isSmartWalletDeployed
+
+- [#1853](https://github.com/thirdweb-dev/js/pull/1853) [`7ff0b4d5`](https://github.com/thirdweb-dev/js/commit/7ff0b4d54715afc86fc72e297a4d8bbe6897e49c) Thanks [@MananTank](https://github.com/MananTank)! - Fix Chains Package Tree shaking issue caused by SmartWallet
+
+- [#1855](https://github.com/thirdweb-dev/js/pull/1855) [`b6f72c56`](https://github.com/thirdweb-dev/js/commit/b6f72c566c9cec5c2d0a0ebe709d6177b2af68e4) Thanks [@jnsdls](https://github.com/jnsdls)! - require minimum node version: `>=18`
+
+- [#1830](https://github.com/thirdweb-dev/js/pull/1830) [`042459fe`](https://github.com/thirdweb-dev/js/commit/042459fe3424add527209ac273913b494b5e426c) Thanks [@MananTank](https://github.com/MananTank)! - Use BigInt function instead of bigint primitive numbers to fix broken Vite templates
+
+- Updated dependencies [[`d1743a32`](https://github.com/thirdweb-dev/js/commit/d1743a3279ddda4f408794a6bbe7bbd235a9fd36), [`6028a881`](https://github.com/thirdweb-dev/js/commit/6028a88111d9071155370c7aeaf22d4ee0c3ec93), [`0358722c`](https://github.com/thirdweb-dev/js/commit/0358722c1aede51fb349fa132a37a80b46927c93), [`db0bbf51`](https://github.com/thirdweb-dev/js/commit/db0bbf517306c6110d49f031202eeb7d5bfff61a), [`80def43d`](https://github.com/thirdweb-dev/js/commit/80def43d44b7d47b5b3a49c54116d12c0974a264), [`b6f72c56`](https://github.com/thirdweb-dev/js/commit/b6f72c566c9cec5c2d0a0ebe709d6177b2af68e4), [`cc651135`](https://github.com/thirdweb-dev/js/commit/cc6511351fea568246ddf49f687a5616d484d2a4)]:
+ - @thirdweb-dev/sdk@4.0.8
+ - @thirdweb-dev/chains@0.1.56
+
## 2.0.8
### Patch Changes
diff --git a/packages/wallets/package.json b/packages/wallets/package.json
index d46f4c134ae..6db0293a954 100644
--- a/packages/wallets/package.json
+++ b/packages/wallets/package.json
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/wallets",
- "version": "2.0.8",
+ "version": "2.0.9",
"main": "dist/thirdweb-dev-wallets.cjs.js",
"module": "dist/thirdweb-dev-wallets.esm.js",
"types": "dist/thirdweb-dev-wallets.cjs.d.ts",