diff --git a/.changeset/curvy-paths-burn.md b/.changeset/curvy-paths-burn.md deleted file mode 100644 index 0578b807463..00000000000 --- a/.changeset/curvy-paths-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Adds transaction `action` fields to Bridge responses. This includes and necessary approval transactions.n diff --git a/.changeset/funny-months-smell.md b/.changeset/funny-months-smell.md deleted file mode 100644 index d14e6bd0813..00000000000 --- a/.changeset/funny-months-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Connect to current wallet chain when connecting other wallets in PayEmbed diff --git a/.changeset/good-corners-stare.md b/.changeset/good-corners-stare.md deleted file mode 100644 index 13acc1bdd50..00000000000 --- a/.changeset/good-corners-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Emit accountChanged event when smart wallets switch chains diff --git a/.changeset/new-spoons-lick.md b/.changeset/new-spoons-lick.md deleted file mode 100644 index 7cf0b013412..00000000000 --- a/.changeset/new-spoons-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Fix updateListing date handling diff --git a/.changeset/silver-doors-change.md b/.changeset/silver-doors-change.md deleted file mode 100644 index a058a6d2464..00000000000 --- a/.changeset/silver-doors-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Added ru_RU locale to thirdweb package diff --git a/packages/thirdweb/CHANGELOG.md b/packages/thirdweb/CHANGELOG.md index 2a08e5bcaab..eb5fef38b9a 100644 --- a/packages/thirdweb/CHANGELOG.md +++ b/packages/thirdweb/CHANGELOG.md @@ -1,5 +1,19 @@ # thirdweb +## 5.93.12 + +### Patch Changes + +- [#6613](https://github.com/thirdweb-dev/js/pull/6613) [`5788cbd`](https://github.com/thirdweb-dev/js/commit/5788cbdbad3a637eddeb2add692d751bfbb3197a) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Adds transaction `action` fields to Bridge responses. This includes and necessary approval transactions.n + +- [#6621](https://github.com/thirdweb-dev/js/pull/6621) [`6a0704a`](https://github.com/thirdweb-dev/js/commit/6a0704a19b2b6ba77a19be661eb645b029106f8a) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Connect to current wallet chain when connecting other wallets in PayEmbed + +- [#6626](https://github.com/thirdweb-dev/js/pull/6626) [`3f21445`](https://github.com/thirdweb-dev/js/commit/3f2144536992f97ad79fc8a13cac0a57a1c6d246) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Emit accountChanged event when smart wallets switch chains + +- [#6628](https://github.com/thirdweb-dev/js/pull/6628) [`95a8753`](https://github.com/thirdweb-dev/js/commit/95a87530e3500dbcd86ddd4da78b0bcea52e7ebf) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fix updateListing date handling + +- [#6520](https://github.com/thirdweb-dev/js/pull/6520) [`d6373b2`](https://github.com/thirdweb-dev/js/commit/d6373b2c67d4d2813b441f8f690a612648986de5) Thanks [@denpiligrim](https://github.com/denpiligrim)! - Added ru_RU locale to thirdweb package + ## 5.93.11 ### Patch Changes diff --git a/packages/thirdweb/package.json b/packages/thirdweb/package.json index 10e85e523f0..fdee5615478 100644 --- a/packages/thirdweb/package.json +++ b/packages/thirdweb/package.json @@ -1,6 +1,6 @@ { "name": "thirdweb", - "version": "5.93.11", + "version": "5.93.12", "repository": { "type": "git", "url": "git+https://github.com/thirdweb-dev/js.git#main" @@ -137,26 +137,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 0029c2b8b1e..9acee81f4ef 100644 --- a/packages/wagmi-adapter/CHANGELOG.md +++ b/packages/wagmi-adapter/CHANGELOG.md @@ -1,5 +1,7 @@ # @thirdweb-dev/wagmi-adapter +## 0.2.47 + ## 0.2.46 ## 0.2.45 diff --git a/packages/wagmi-adapter/package.json b/packages/wagmi-adapter/package.json index 2ed22a50bd6..3668d5cecd9 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.46", + "version": "0.2.47", "repository": { "type": "git", "url": "git+https://github.com/thirdweb-dev/js.git#main"