Skip to content
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

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Version Packages #5215

merged 1 commit into from
Oct 31, 2024

Conversation

jnsdls
Copy link
Member

@jnsdls jnsdls commented Oct 29, 2024

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 for predictSmartAccountAddress()

  • #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 drops

    If you are using a custom drop contract, you can now set claim conditions and claim by passing the singlePhaseDrop option to the setClaimConditions and claimTo functions.

    setClaimConditions({
      contract,
      phases: [
        {
          startTime: new Date(0),
          maxClaimableSupply: 10n,
        },
      ],
      tokenId: 0n,
      singlePhaseDrop: true, // <--- for custom drop contracts
    });

PR-Codex overview

This PR updates the thirdweb package to version 5.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

  • Updated version from 5.64.3 to 5.64.4 in package.json.
  • Added patch changes in CHANGELOG.md:
    • Sanitize block explorer URLs.
    • Respect custom bundler URL for gas fees.
    • Expose WalletUser type for ecosystem wallets.
    • Reduce async calls for webauthn credentials on iOS 15.
    • Consolidate custom JWT and auth endpoint.
    • Support for custom singlePhase drops in setClaimConditions and claimTo functions.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

graphite-app bot commented Oct 29, 2024

Your org has enabled the Graphite merge queue for merging into main

Add 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.

Copy link

vercel bot commented Oct 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2024 2:42am
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2024 2:42am
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2024 2:42am
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2024 2:42am

Copy link
Contributor

github-actions bot commented Oct 29, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 43 KB (0%) 861 ms (0%) 4.7 s (+91.05% 🔺) 5.6 s
thirdweb (cjs) 102.91 KB (0%) 2.1 s (0%) 7.5 s (+21.2% 🔺) 9.6 s
thirdweb (minimal + tree-shaking) 4.84 KB (0%) 97 ms (0%) 334 ms (+104.58% 🔺) 431 ms
thirdweb/chains (tree-shaking) 498 B (0%) 10 ms (0%) 176 ms (+200.73% 🔺) 186 ms
thirdweb/react (minimal + tree-shaking) 17.38 KB (0%) 348 ms (0%) 661 ms (+14.01% 🔺) 1.1 s

Copy link

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.31%. Comparing base (178d407) to head (4b5fa79).
Report is 1 commits behind head on main.

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              
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 178d407
packages 40.34% <ø> (-0.02%) ⬇️

*This pull request uses carry forward flags. Click here to find out more.

see 3 files with indirect coverage changes

@joaquim-verges joaquim-verges merged commit 60629e3 into main Oct 31, 2024
30 checks passed
@joaquim-verges joaquim-verges deleted the changeset-release/main branch October 31, 2024 02:43
jnsdls added a commit that referenced this pull request Nov 1, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
jnsdls added a commit that referenced this pull request Nov 5, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
jnsdls added a commit that referenced this pull request Nov 5, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants