-
Notifications
You must be signed in to change notification settings - Fork 619
Version Packages #5251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #5251
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5251 +/- ##
=======================================
Coverage 45.36% 45.36%
=======================================
Files 1067 1067
Lines 55449 55449
Branches 3989 3989
=======================================
Hits 25157 25157
Misses 29601 29601
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more. |
a023769 to
ed7323a
Compare
ed7323a to
8f7591f
Compare
8f7591f to
5db5f0b
Compare
5db5f0b to
d98ff88
Compare
d98ff88 to
7ac0190
Compare
7ac0190 to
7829c31
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Minor Changes
#5126
c621c13Thanks @kien-ngo! - Allow to customize the display order of Asset tabsWhen 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
Patch Changes
#5253
baf2198Thanks @joaquim-verges! - Use stringify instead of JSON.stringify in most places to handle bigint serialization#5272
e3c0af2Thanks @gregfromstl! - Tracks transaction chain IDs#5250
f40d247Thanks @joaquim-verges! - Allow smart accounts to switch chains between zk and non zk chains#5270
0660416Thanks @gregfromstl! - Enable configuring the analytics endpointPR-Codex overview
This PR updates the
thirdwebpackage version from5.64.5to5.65.0, introduces minor and patch changes, and enhances asset tab customization and transaction tracking.Detailed summary
versionto5.65.0.JSON.stringifywithstringifyfor bigint serialization.