-
Notifications
You must be signed in to change notification settings - Fork 381
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 #5506
base: main
Are you sure you want to change the base?
Version Packages #5506
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 #5506 +/- ##
=======================================
Coverage 46.20% 46.21%
=======================================
Files 1080 1080
Lines 58569 58569
Branches 3929 3930 +1
=======================================
+ Hits 27060 27065 +5
+ Misses 30826 30821 -5
Partials 683 683
*This pull request uses carry forward flags. Click here to find out more. |
c855dc9
to
76d04f7
Compare
76d04f7
to
38eefd8
Compare
38eefd8
to
e0bd6f3
Compare
e0bd6f3
to
f04204a
Compare
f04204a
to
76e8a5e
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
d1845f3
Thanks @kien-ngo! - Add headless components: ChainProvider, ChainIcon & ChainNamePatch Changes
480fb4e
Thanks @kien-ngo! - Fix UI issue when assetTabs is set to an empty arrayPR-Codex overview
This PR updates the
thirdweb
package to version5.72.0
, adding new headless components and fixing a UI issue. It also modifies thetypesVersions
section for better clarity in type definitions.Detailed summary
version
inpackage.json
from5.71.0
to5.72.0
.ChainProvider
,ChainIcon
, andChainName
.assetTabs
is set to an empty array.typesVersions
entries for improved readability.