From 61a6d8ad9008f0c0f65cf603ffd8b8aeae4d569a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 09:14:42 +0000 Subject: [PATCH] Version Packages --- .changeset/early-shoes-tap.md | 5 ----- .changeset/eighty-women-allow.md | 5 ----- .changeset/fallback-native-balance.md | 13 ------------ .changeset/free-boxes-lose.md | 5 ----- .changeset/large-hornets-scream.md | 5 ----- .changeset/lucky-ravens-hope.md | 5 ----- .changeset/smooth-crabs-reply.md | 5 ----- .changeset/whole-bottles-wait.md | 5 ----- .changeset/whole-ducks-cheat.md | 5 ----- packages/engine/CHANGELOG.md | 6 ++++++ packages/engine/package.json | 2 +- packages/nebula/CHANGELOG.md | 7 +++++++ packages/nebula/package.json | 2 +- packages/service-utils/CHANGELOG.md | 6 ++++++ packages/service-utils/package.json | 2 +- packages/thirdweb/CHANGELOG.md | 29 +++++++++++++++++++++++++++ packages/thirdweb/package.json | 2 +- packages/wagmi-adapter/CHANGELOG.md | 2 ++ packages/wagmi-adapter/package.json | 2 +- 19 files changed, 55 insertions(+), 58 deletions(-) delete mode 100644 .changeset/early-shoes-tap.md delete mode 100644 .changeset/eighty-women-allow.md delete mode 100644 .changeset/fallback-native-balance.md delete mode 100644 .changeset/free-boxes-lose.md delete mode 100644 .changeset/large-hornets-scream.md delete mode 100644 .changeset/lucky-ravens-hope.md delete mode 100644 .changeset/smooth-crabs-reply.md delete mode 100644 .changeset/whole-bottles-wait.md delete mode 100644 .changeset/whole-ducks-cheat.md diff --git a/.changeset/early-shoes-tap.md b/.changeset/early-shoes-tap.md deleted file mode 100644 index 27a564d46fc..00000000000 --- a/.changeset/early-shoes-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -feat(chains): add Etherlink mainnet and testnet chains diff --git a/.changeset/eighty-women-allow.md b/.changeset/eighty-women-allow.md deleted file mode 100644 index cc287bd4ed1..00000000000 --- a/.changeset/eighty-women-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -react: fix native `` component not auto-connecting diff --git a/.changeset/fallback-native-balance.md b/.changeset/fallback-native-balance.md deleted file mode 100644 index 72b19d85941..00000000000 --- a/.changeset/fallback-native-balance.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"thirdweb": patch ---- - -Add fallback mechanism to usePaymentMethods hook for getOwnedTokens failures - -When getOwnedTokens batches fail in the usePaymentMethods hook, the system now falls back to getting native token balances for each chain using getWalletBalance. This ensures users can still access their native tokens as payment methods even when the insight API is experiencing issues, providing a more resilient user experience. - -The fallback mechanism: -- Catches getOwnedTokens failures and logs warnings -- Falls back to native balance fetching using getWalletBalance for each chain -- Transforms results to match the expected format -- Continues normal processing flow seamlessly \ No newline at end of file diff --git a/.changeset/free-boxes-lose.md b/.changeset/free-boxes-lose.md deleted file mode 100644 index 6b2e4066bac..00000000000 --- a/.changeset/free-boxes-lose.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/service-utils": patch ---- - -add `mcp` to team capabilities diff --git a/.changeset/large-hornets-scream.md b/.changeset/large-hornets-scream.md deleted file mode 100644 index 24e36346adc..00000000000 --- a/.changeset/large-hornets-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/engine": patch ---- - -Update to latest API diff --git a/.changeset/lucky-ravens-hope.md b/.changeset/lucky-ravens-hope.md deleted file mode 100644 index ab7ff9c8e42..00000000000 --- a/.changeset/lucky-ravens-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Fix TransactionWidget when wallet has enough currency for the transaction diff --git a/.changeset/smooth-crabs-reply.md b/.changeset/smooth-crabs-reply.md deleted file mode 100644 index 149e4186d57..00000000000 --- a/.changeset/smooth-crabs-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -react: update hooks to use core transaction types diff --git a/.changeset/whole-bottles-wait.md b/.changeset/whole-bottles-wait.md deleted file mode 100644 index b1756df925b..00000000000 --- a/.changeset/whole-bottles-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -TransactionWidget: Hides the "UnknownContract" label diff --git a/.changeset/whole-ducks-cheat.md b/.changeset/whole-ducks-cheat.md deleted file mode 100644 index e2c3c6c9465..00000000000 --- a/.changeset/whole-ducks-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Update server wallet config types for 7702 and EOA execution diff --git a/packages/engine/CHANGELOG.md b/packages/engine/CHANGELOG.md index ae65ad97dcc..1d57ecdda67 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/CHANGELOG.md @@ -1,5 +1,11 @@ # @thirdweb-dev/engine +## 3.2.1 + +### Patch Changes + +- [#7652](https://github.com/thirdweb-dev/js/pull/7652) [`620e294`](https://github.com/thirdweb-dev/js/commit/620e294f8ce59e8ec217e3984177ac6dd6d48772) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Update to latest API + ## 3.2.0 ### Minor Changes diff --git a/packages/engine/package.json b/packages/engine/package.json index 8b43ada2a2c..3a838ff6f11 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/engine", - "version": "3.2.0", + "version": "3.2.1", "repository": { "type": "git", "url": "git+https://github.com/thirdweb-dev/js.git#main" diff --git a/packages/nebula/CHANGELOG.md b/packages/nebula/CHANGELOG.md index 0f251554b62..8a5c2648491 100644 --- a/packages/nebula/CHANGELOG.md +++ b/packages/nebula/CHANGELOG.md @@ -1,5 +1,12 @@ # @thirdweb-dev/nebula +## 0.2.17 + +### Patch Changes + +- Updated dependencies [[`4cbf671`](https://github.com/thirdweb-dev/js/commit/4cbf67181da4746d252d0bd3bcf0b522719ecf67), [`426bb8b`](https://github.com/thirdweb-dev/js/commit/426bb8bbb21b1c0f485aa3ab79134aad30927afb), [`170c377`](https://github.com/thirdweb-dev/js/commit/170c3774456cbd05482227104307d834641ad1e2), [`bfa0a42`](https://github.com/thirdweb-dev/js/commit/bfa0a42219cb8351ca169973211864af14f94896), [`823af01`](https://github.com/thirdweb-dev/js/commit/823af013ae8681ec9177f54929834d36802f39b5), [`0f38a12`](https://github.com/thirdweb-dev/js/commit/0f38a1287af527da53e7948b54e0dfd4b738fa69), [`620e294`](https://github.com/thirdweb-dev/js/commit/620e294f8ce59e8ec217e3984177ac6dd6d48772)]: + - thirdweb@5.105.17 + ## 0.2.16 ### Patch Changes diff --git a/packages/nebula/package.json b/packages/nebula/package.json index c625b540b97..1ed3749cc48 100644 --- a/packages/nebula/package.json +++ b/packages/nebula/package.json @@ -57,5 +57,5 @@ "type": "module", "types": "./dist/types/exports/thirdweb.d.ts", "typings": "./dist/types/exports/thirdweb.d.ts", - "version": "0.2.16" + "version": "0.2.17" } diff --git a/packages/service-utils/CHANGELOG.md b/packages/service-utils/CHANGELOG.md index b0acb62a5a9..c7b29f2e1eb 100644 --- a/packages/service-utils/CHANGELOG.md +++ b/packages/service-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @thirdweb-dev/service-utils +## 0.10.5 + +### Patch Changes + +- [#7636](https://github.com/thirdweb-dev/js/pull/7636) [`746b0c9`](https://github.com/thirdweb-dev/js/commit/746b0c9d8b597517898bed5fd93ac6717f5bf8dd) Thanks [@jnsdls](https://github.com/jnsdls)! - add `mcp` to team capabilities + ## 0.10.4 ### Patch Changes diff --git a/packages/service-utils/package.json b/packages/service-utils/package.json index 5f562983452..1386c9157af 100644 --- a/packages/service-utils/package.json +++ b/packages/service-utils/package.json @@ -69,5 +69,5 @@ } }, "typings": "dist/types/index.d.ts", - "version": "0.10.4" + "version": "0.10.5" } diff --git a/packages/thirdweb/CHANGELOG.md b/packages/thirdweb/CHANGELOG.md index d14a45ef284..c33d68e4b5c 100644 --- a/packages/thirdweb/CHANGELOG.md +++ b/packages/thirdweb/CHANGELOG.md @@ -1,5 +1,34 @@ # thirdweb +## 5.105.17 + +### Patch Changes + +- [#7634](https://github.com/thirdweb-dev/js/pull/7634) [`4cbf671`](https://github.com/thirdweb-dev/js/commit/4cbf67181da4746d252d0bd3bcf0b522719ecf67) Thanks [@Yash094](https://github.com/Yash094)! - feat(chains): add Etherlink mainnet and testnet chains + +- [#7650](https://github.com/thirdweb-dev/js/pull/7650) [`426bb8b`](https://github.com/thirdweb-dev/js/commit/426bb8bbb21b1c0f485aa3ab79134aad30927afb) Thanks [@alecananian](https://github.com/alecananian)! - react: fix native `` component not auto-connecting + +- [#7600](https://github.com/thirdweb-dev/js/pull/7600) [`170c377`](https://github.com/thirdweb-dev/js/commit/170c3774456cbd05482227104307d834641ad1e2) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Add fallback mechanism to usePaymentMethods hook for getOwnedTokens failures + + When getOwnedTokens batches fail in the usePaymentMethods hook, the system now falls back to getting native token balances for each chain using getWalletBalance. This ensures users can still access their native tokens as payment methods even when the insight API is experiencing issues, providing a more resilient user experience. + + The fallback mechanism: + - Catches getOwnedTokens failures and logs warnings + - Falls back to native balance fetching using getWalletBalance for each chain + - Transforms results to match the expected format + - Continues normal processing flow seamlessly + +- [#7656](https://github.com/thirdweb-dev/js/pull/7656) [`bfa0a42`](https://github.com/thirdweb-dev/js/commit/bfa0a42219cb8351ca169973211864af14f94896) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fix TransactionWidget when wallet has enough currency for the transaction + +- [#7647](https://github.com/thirdweb-dev/js/pull/7647) [`823af01`](https://github.com/thirdweb-dev/js/commit/823af013ae8681ec9177f54929834d36802f39b5) Thanks [@alecananian](https://github.com/alecananian)! - react: update hooks to use core transaction types + +- [#7642](https://github.com/thirdweb-dev/js/pull/7642) [`0f38a12`](https://github.com/thirdweb-dev/js/commit/0f38a1287af527da53e7948b54e0dfd4b738fa69) Thanks [@gregfromstl](https://github.com/gregfromstl)! - TransactionWidget: Hides the "UnknownContract" label + +- [#7652](https://github.com/thirdweb-dev/js/pull/7652) [`620e294`](https://github.com/thirdweb-dev/js/commit/620e294f8ce59e8ec217e3984177ac6dd6d48772) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Update server wallet config types for 7702 and EOA execution + +- Updated dependencies [[`620e294`](https://github.com/thirdweb-dev/js/commit/620e294f8ce59e8ec217e3984177ac6dd6d48772)]: + - @thirdweb-dev/engine@3.2.1 + ## 5.105.16 ### Patch Changes diff --git a/packages/thirdweb/package.json b/packages/thirdweb/package.json index 6de14d705bc..793c8717dc5 100644 --- a/packages/thirdweb/package.json +++ b/packages/thirdweb/package.json @@ -404,5 +404,5 @@ } }, "typings": "./dist/types/exports/thirdweb.d.ts", - "version": "5.105.16" + "version": "5.105.17" } diff --git a/packages/wagmi-adapter/CHANGELOG.md b/packages/wagmi-adapter/CHANGELOG.md index 63c83db15b6..92cf2abe974 100644 --- a/packages/wagmi-adapter/CHANGELOG.md +++ b/packages/wagmi-adapter/CHANGELOG.md @@ -1,5 +1,7 @@ # @thirdweb-dev/wagmi-adapter +## 0.2.114 + ## 0.2.113 ## 0.2.112 diff --git a/packages/wagmi-adapter/package.json b/packages/wagmi-adapter/package.json index e4109686e7e..74972df7b96 100644 --- a/packages/wagmi-adapter/package.json +++ b/packages/wagmi-adapter/package.json @@ -55,5 +55,5 @@ "type": "module", "types": "./dist/types/exports/thirdweb.d.ts", "typings": "./dist/types/exports/thirdweb.d.ts", - "version": "0.2.113" + "version": "0.2.114" }