diff --git a/.changeset/flat-bears-try.md b/.changeset/flat-bears-try.md deleted file mode 100644 index 6b38896290e..00000000000 --- a/.changeset/flat-bears-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Improve destination tokens error handling diff --git a/.changeset/rich-ducks-ask.md b/.changeset/rich-ducks-ask.md deleted file mode 100644 index 40a96ea6b24..00000000000 --- a/.changeset/rich-ducks-ask.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Updated Wallet Connect to 2.20.1 diff --git a/packages/thirdweb/CHANGELOG.md b/packages/thirdweb/CHANGELOG.md index dab28309014..608fa72f3f4 100644 --- a/packages/thirdweb/CHANGELOG.md +++ b/packages/thirdweb/CHANGELOG.md @@ -1,5 +1,13 @@ # thirdweb +## 5.96.6 + +### Patch Changes + +- [#6910](https://github.com/thirdweb-dev/js/pull/6910) [`2dba042`](https://github.com/thirdweb-dev/js/commit/2dba04223456223d554d844fbe77c5f42a8458a0) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Improve destination tokens error handling + +- [#6906](https://github.com/thirdweb-dev/js/pull/6906) [`c271ec6`](https://github.com/thirdweb-dev/js/commit/c271ec6a4ae607e47cac54b7e310389c1fdf45f2) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Updated Wallet Connect to 2.20.1 + ## 5.96.5 ### Patch Changes diff --git a/packages/thirdweb/package.json b/packages/thirdweb/package.json index 7e2e771d54f..c99e2fafdbd 100644 --- a/packages/thirdweb/package.json +++ b/packages/thirdweb/package.json @@ -1,6 +1,6 @@ { "name": "thirdweb", - "version": "5.96.5", + "version": "5.96.6", "repository": { "type": "git", "url": "git+https://github.com/thirdweb-dev/js.git#main" @@ -142,26 +142,66 @@ }, "typesVersions": { "*": { - "adapters/*": ["./dist/types/exports/adapters/*.d.ts"], - "auth": ["./dist/types/exports/auth.d.ts"], - "chains": ["./dist/types/exports/chains.d.ts"], - "contract": ["./dist/types/exports/contract.d.ts"], - "deploys": ["./dist/types/exports/deploys.d.ts"], - "event": ["./dist/types/exports/event.d.ts"], - "extensions/*": ["./dist/types/exports/extensions/*.d.ts"], - "pay": ["./dist/types/exports/pay.d.ts"], - "react": ["./dist/types/exports/react.d.ts"], - "react-native": ["./dist/types/exports/react-native.d.ts"], - "rpc": ["./dist/types/exports/rpc.d.ts"], - "storage": ["./dist/types/exports/storage.d.ts"], - "transaction": ["./dist/types/exports/transaction.d.ts"], - "utils": ["./dist/types/exports/utils.d.ts"], - "wallets": ["./dist/types/exports/wallets.d.ts"], - "wallets/*": ["./dist/types/exports/wallets/*.d.ts"], - "modules": ["./dist/types/exports/modules.d.ts"], - "social": ["./dist/types/exports/social.d.ts"], - "ai": ["./dist/types/exports/ai.d.ts"], - "bridge": ["./dist/types/exports/bridge.d.ts"] + "adapters/*": [ + "./dist/types/exports/adapters/*.d.ts" + ], + "auth": [ + "./dist/types/exports/auth.d.ts" + ], + "chains": [ + "./dist/types/exports/chains.d.ts" + ], + "contract": [ + "./dist/types/exports/contract.d.ts" + ], + "deploys": [ + "./dist/types/exports/deploys.d.ts" + ], + "event": [ + "./dist/types/exports/event.d.ts" + ], + "extensions/*": [ + "./dist/types/exports/extensions/*.d.ts" + ], + "pay": [ + "./dist/types/exports/pay.d.ts" + ], + "react": [ + "./dist/types/exports/react.d.ts" + ], + "react-native": [ + "./dist/types/exports/react-native.d.ts" + ], + "rpc": [ + "./dist/types/exports/rpc.d.ts" + ], + "storage": [ + "./dist/types/exports/storage.d.ts" + ], + "transaction": [ + "./dist/types/exports/transaction.d.ts" + ], + "utils": [ + "./dist/types/exports/utils.d.ts" + ], + "wallets": [ + "./dist/types/exports/wallets.d.ts" + ], + "wallets/*": [ + "./dist/types/exports/wallets/*.d.ts" + ], + "modules": [ + "./dist/types/exports/modules.d.ts" + ], + "social": [ + "./dist/types/exports/social.d.ts" + ], + "ai": [ + "./dist/types/exports/ai.d.ts" + ], + "bridge": [ + "./dist/types/exports/bridge.d.ts" + ] } }, "browser": { diff --git a/packages/wagmi-adapter/CHANGELOG.md b/packages/wagmi-adapter/CHANGELOG.md index d2166fcf2e4..3bdf00b143b 100644 --- a/packages/wagmi-adapter/CHANGELOG.md +++ b/packages/wagmi-adapter/CHANGELOG.md @@ -1,5 +1,7 @@ # @thirdweb-dev/wagmi-adapter +## 0.2.66 + ## 0.2.65 ## 0.2.64 diff --git a/packages/wagmi-adapter/package.json b/packages/wagmi-adapter/package.json index c817aa88a82..01423f49d0b 100644 --- a/packages/wagmi-adapter/package.json +++ b/packages/wagmi-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/wagmi-adapter", - "version": "0.2.65", + "version": "0.2.66", "repository": { "type": "git", "url": "git+https://github.com/thirdweb-dev/js.git#main"