Skip to content

Commit d98ff88

Browse files
Version Packages
1 parent baf2198 commit d98ff88

File tree

5 files changed

+28
-31
lines changed

5 files changed

+28
-31
lines changed

.changeset/dull-mails-sleep.md

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

.changeset/mean-mails-exercise.md

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

.changeset/new-rules-buy.md

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

packages/thirdweb/CHANGELOG.md

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

3+
## 5.65.0
4+
5+
### Minor Changes
6+
7+
- [#5126](https://github.com/thirdweb-dev/js/pull/5126) [`c621c13`](https://github.com/thirdweb-dev/js/commit/c621c13f11166a5ff8aa1fbd9e5e78dd83cbaef5) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Allow to customize the display order of Asset tabs
8+
9+
When you click on "View Assets", by default the "Tokens" tab is shown first.
10+
11+
If you want to show the "NFTs" tab first, change the order of the asset tabs to: ["nft", "token"]
12+
13+
Note: If an empty array is passed, the [View Funds] button will be hidden
14+
15+
```tsx
16+
<ConnectButton
17+
client={client}
18+
detailsModal={{
19+
assetTabs: ["nft", "token"],
20+
}}
21+
/>
22+
```
23+
24+
### Patch Changes
25+
26+
- [#5253](https://github.com/thirdweb-dev/js/pull/5253) [`baf2198`](https://github.com/thirdweb-dev/js/commit/baf21980be291d037797ce17fcd2e8a64e3b7814) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Use stringify instead of JSON.stringify in most places to handle bigint serialization
27+
28+
- [#5250](https://github.com/thirdweb-dev/js/pull/5250) [`f40d247`](https://github.com/thirdweb-dev/js/commit/f40d2474e6cc1227a8d05151210ef4793beb6142) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Allow smart accounts to switch chains between zk and non zk chains
29+
330
## 5.64.5
431

532
### Patch Changes

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thirdweb",
3-
"version": "5.64.5",
3+
"version": "5.65.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

0 commit comments

Comments
 (0)