Skip to content

Commit 322e449

Browse files
Version Packages (#5251)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0660416 commit 322e449

File tree

7 files changed

+32
-41
lines changed

7 files changed

+32
-41
lines changed

.changeset/dull-mails-sleep.md

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

.changeset/honest-papayas-remember.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.

.changeset/red-garlics-play.md

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

packages/thirdweb/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
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+
- [#5272](https://github.com/thirdweb-dev/js/pull/5272) [`e3c0af2`](https://github.com/thirdweb-dev/js/commit/e3c0af28f7531bccbcc38f3f4ffb3516151636de) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Tracks transaction chain IDs
29+
30+
- [#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
31+
32+
- [#5270](https://github.com/thirdweb-dev/js/pull/5270) [`0660416`](https://github.com/thirdweb-dev/js/commit/06604162a11d99ff119bbf427a24b9a7d82c1575) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Enable configuring the analytics endpoint
33+
334
## 5.64.5
435

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