diff --git a/.changeset/dull-mails-sleep.md b/.changeset/dull-mails-sleep.md
deleted file mode 100644
index 653f887ae2a..00000000000
--- a/.changeset/dull-mails-sleep.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"thirdweb": patch
----
-
-Use stringify instead of JSON.stringify in most places to handle bigint serialization
diff --git a/.changeset/honest-papayas-remember.md b/.changeset/honest-papayas-remember.md
deleted file mode 100644
index 7ea52d12618..00000000000
--- a/.changeset/honest-papayas-remember.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"thirdweb": patch
----
-
-Tracks transaction chain IDs
diff --git a/.changeset/mean-mails-exercise.md b/.changeset/mean-mails-exercise.md
deleted file mode 100644
index db4ceb0415f..00000000000
--- a/.changeset/mean-mails-exercise.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-"thirdweb": minor
----
-
-Allow to customize the display order of Asset tabs
-
-When you click on "View Assets", by default the "Tokens" tab is shown first.
-
-If you want to show the "NFTs" tab first, change the order of the asset tabs to: ["nft", "token"]
-
-Note: If an empty array is passed, the [View Funds] button will be hidden
-
-```tsx
-
-```
\ No newline at end of file
diff --git a/.changeset/new-rules-buy.md b/.changeset/new-rules-buy.md
deleted file mode 100644
index b0150d7790a..00000000000
--- a/.changeset/new-rules-buy.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"thirdweb": patch
----
-
-Allow smart accounts to switch chains between zk and non zk chains
diff --git a/.changeset/red-garlics-play.md b/.changeset/red-garlics-play.md
deleted file mode 100644
index 980ea4783dd..00000000000
--- a/.changeset/red-garlics-play.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"thirdweb": patch
----
-
-Enable configuring the analytics endpoint
diff --git a/packages/thirdweb/CHANGELOG.md b/packages/thirdweb/CHANGELOG.md
index b7f91731f7c..9174afa768d 100644
--- a/packages/thirdweb/CHANGELOG.md
+++ b/packages/thirdweb/CHANGELOG.md
@@ -1,5 +1,36 @@
# thirdweb
+## 5.65.0
+
+### Minor Changes
+
+- [#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
+
+ When you click on "View Assets", by default the "Tokens" tab is shown first.
+
+ If you want to show the "NFTs" tab first, change the order of the asset tabs to: ["nft", "token"]
+
+ Note: If an empty array is passed, the [View Funds] button will be hidden
+
+ ```tsx
+
+ ```
+
+### Patch Changes
+
+- [#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
+
+- [#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
+
+- [#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
+
+- [#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
+
## 5.64.5
### Patch Changes
diff --git a/packages/thirdweb/package.json b/packages/thirdweb/package.json
index 7376f48ed23..022f7cf282e 100644
--- a/packages/thirdweb/package.json
+++ b/packages/thirdweb/package.json
@@ -1,6 +1,6 @@
{
"name": "thirdweb",
- "version": "5.64.5",
+ "version": "5.65.0",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"