-
Notifications
You must be signed in to change notification settings - Fork 471
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 #6367
Version Packages #6367
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
size-limit report 📦
|
b8260d8
to
06a17df
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6367 +/- ##
=======================================
Coverage 54.71% 54.71%
=======================================
Files 874 874
Lines 54617 54617
Branches 3719 3718 -1
=======================================
Hits 29885 29885
Misses 24637 24637
Partials 95 95
|
06a17df
to
403a59b
Compare
403a59b
to
ccf6675
Compare
ccf6675
to
b4f67c7
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
5625ff1
Thanks @joaquim-verges! - AddedestimateUserOpGasCost()
utility function for estimating the total gas cost in wei/ether of user operationsPatch Changes
6235fe7
Thanks @joaquim-verges! - Initialize activeWalletConnectionStatus as 'unknown' instead of 'disconnected'@thirdweb-dev/[email protected]
PR-Codex overview
This PR focuses on updating the version numbers and changelogs for the
@thirdweb-dev/wagmi-adapter
andthirdweb
packages, along with restructuring thetypesVersions
section inpackage.json
for better clarity.Detailed summary
@thirdweb-dev/wagmi-adapter
version from0.2.23
to0.2.24
.thirdweb
version from5.89.1
to5.90.0
.estimateUserOpGasCost()
utility function inthirdweb
.activeWalletConnectionStatus
initialization to 'unknown'.typesVersions
inthirdweb/package.json
for improved formatting.