-
Notifications
You must be signed in to change notification settings - Fork 366
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 #5215
Version Packages #5215
Conversation
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. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
845f6dc
to
81fc4ec
Compare
81fc4ec
to
f7f7693
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5215 +/- ##
==========================================
- Coverage 45.32% 45.31% -0.02%
==========================================
Files 1067 1068 +1
Lines 55433 55461 +28
Branches 3990 3989 -1
==========================================
+ Hits 25126 25132 +6
- Misses 29615 29637 +22
Partials 692 692
*This pull request uses carry forward flags. Click here to find out more. |
f7f7693
to
c6c8d41
Compare
c6c8d41
to
4b5fa79
Compare
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.64.4
Patch Changes
#5237
802d3bf
Thanks @joaquim-verges! - Sanitize block explorer URLs#5231
686d0c3
Thanks @joaquim-verges! - Respect custom bundler URL for getting gas fees + better DX forpredictSmartAccountAddress()
#5187
68ce724
Thanks @ElasticBottle! - expose WalletUser type for in app / ecosystem wallets#5214
ad4af68
Thanks @joaquim-verges! - Reduce async calls before requesting webauthn credentials for ios 15#5229
9425e9e
Thanks @ElasticBottle! - Consolidate custom jwt and custom auth endpoint through common endpoint#5244
178d407
Thanks @joaquim-verges! - Add support for custom singlePhase dropsIf you are using a custom drop contract, you can now set claim conditions and claim by passing the
singlePhaseDrop
option to thesetClaimConditions
andclaimTo
functions.PR-Codex overview
This PR updates the
thirdweb
package to version5.64.4
, introducing several enhancements and fixes, including improved URL sanitization, respect for custom bundler URLs, and new features for custom drop contracts.Detailed summary
version
from5.64.3
to5.64.4
inpackage.json
.CHANGELOG.md
:WalletUser
type for ecosystem wallets.setClaimConditions
andclaimTo
functions.