Skip to content

Commit 7539a5c

Browse files
Version Packages
1 parent 6e62a3a commit 7539a5c

File tree

12 files changed

+37
-32
lines changed

12 files changed

+37
-32
lines changed

.changeset/early-shoes-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fallback-native-balance.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/free-boxes-lose.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/whole-bottles-wait.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/nebula/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @thirdweb-dev/nebula
22

3+
## 0.2.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4cbf671`](https://github.com/thirdweb-dev/js/commit/4cbf67181da4746d252d0bd3bcf0b522719ecf67), [`170c377`](https://github.com/thirdweb-dev/js/commit/170c3774456cbd05482227104307d834641ad1e2), [`0f38a12`](https://github.com/thirdweb-dev/js/commit/0f38a1287af527da53e7948b54e0dfd4b738fa69)]:
8+
9+
310
## 0.2.16
411

512
### Patch Changes

packages/nebula/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
"type": "module",
5858
"types": "./dist/types/exports/thirdweb.d.ts",
5959
"typings": "./dist/types/exports/thirdweb.d.ts",
60-
"version": "0.2.16"
60+
"version": "0.2.17"
6161
}

packages/service-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @thirdweb-dev/service-utils
22

3+
## 0.10.5
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.10.4
410

511
### Patch Changes

packages/service-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@
6969
}
7070
},
7171
"typings": "dist/types/index.d.ts",
72-
"version": "0.10.4"
72+
"version": "0.10.5"
7373
}

packages/thirdweb/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# thirdweb
22

3+
## 5.105.17
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
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.
12+
13+
The fallback mechanism:
14+
- Catches getOwnedTokens failures and logs warnings
15+
- Falls back to native balance fetching using getWalletBalance for each chain
16+
- Transforms results to match the expected format
17+
- Continues normal processing flow seamlessly
18+
19+
- [#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
20+
321
## 5.105.16
422

523
### Patch Changes

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,5 +404,5 @@
404404
}
405405
},
406406
"typings": "./dist/types/exports/thirdweb.d.ts",
407-
"version": "5.105.16"
407+
"version": "5.105.17"
408408
}

0 commit comments

Comments
 (0)