Version Packages#7014
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
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. |
Contributor
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7014 +/- ##
=======================================
Coverage 54.71% 54.71%
=======================================
Files 904 904
Lines 57991 57991
Branches 4004 4004
=======================================
Hits 31731 31731
Misses 26155 26155
Partials 105 105
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
thirdweb@5.99.0
Minor Changes
#7003
58e343cThanks @joaquim-verges! - Breaking change: EIP-5792 supportWe've significantly improved our EIP-5792 apis, which come with some breaking changes:
New Functions Added
useSendAndConfirmCallsuseWaitForCallsReceiptBreaking Changes
useSendCallsChangesBefore
After
Waiting for call receipts is now done separately, via the
useWaitForCallsReceipt.Before
After
You can also use the helper
useSendAndConfirmCallsto combine both submitting and waiting for confirmation.sendCallsChangesBefore:
After:
@thirdweb-dev/wagmi-adapter@0.2.76
PR-Codex overview
This PR updates the versioning for
thirdweband@thirdweb-dev/wagmi-adapter, introduces new functions for EIP-5792 support, and outlines breaking changes in existing functions.Detailed summary
thirdwebversion from5.98.2to5.99.0@thirdweb-dev/wagmi-adapterversion from0.2.75to0.2.76useSendAndConfirmCallsuseWaitForCallsReceiptuseSendCallsandsendCalls:clientsendCallsfrom a string to an object