Skip to content

Commit 5db5f0b

Browse files
Version Packages
1 parent 7a86344 commit 5db5f0b

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

.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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
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+
- [#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
27+
328
## 5.64.5
429

530
### 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)