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 #3009

Merged
merged 2 commits into from May 15, 2024
Merged

Version Packages #3009

merged 2 commits into from May 15, 2024

Conversation

jnsdls
Copy link
Member

@jnsdls jnsdls commented May 13, 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.20.0

Minor Changes

  • #2912 9caa9d7 Thanks @joaquim-verges! - Updated Connect Modal UI + Passkey support

    • Passkey is now an auth option for inAppWallet
    • Connect UI component UI refresh
    const wallet = inAppWallet();
    const hasPasskey = await hasStoredPasskey(client);
    await wallet.connect({
      client,
      strategy: "passkey",
      type: hasPasskey ? "sign-in" : "sign-up",
    });
  • #3018 5083464 Thanks @gregfromstl! - Adds support for Core wallet extension

Patch Changes

@thirdweb-dev/auth@4.1.80

Patch Changes

  • Updated dependencies []:
    • @thirdweb-dev/wallets@2.5.22

@thirdweb-dev/chains@0.1.109

Patch Changes

@thirdweb-dev/cli@0.13.88

Patch Changes

@thirdweb-dev/react@4.6.21

Patch Changes

  • Updated dependencies [cdfca2b, e89f36b, 6d36a14, d34e21b]:
    • @thirdweb-dev/sdk@4.0.82
    • @thirdweb-dev/chains@0.1.109
    • @thirdweb-dev/react-core@4.6.21
    • @thirdweb-dev/wallets@2.5.22

@thirdweb-dev/react-core@4.6.21

Patch Changes

  • Updated dependencies [cdfca2b, e89f36b, 6d36a14, d34e21b]:
    • @thirdweb-dev/sdk@4.0.82
    • @thirdweb-dev/chains@0.1.109
    • @thirdweb-dev/wallets@2.5.22
    • @thirdweb-dev/auth@4.1.80

@thirdweb-dev/sdk@4.0.82

Patch Changes

@thirdweb-dev/unity-js-bridge@0.6.31

Patch Changes

@thirdweb-dev/wallets@2.5.22

Patch Changes


PR-Codex overview

This PR updates various package versions in the project, including @thirdweb-dev/auth, @thirdweb-dev/wallets, @thirdweb-dev/sdk, @thirdweb-dev/react, @thirdweb-dev/react-core, @thirdweb-dev/unity-js-bridge, and @thirdweb-dev/cli. Additionally, it includes dependency updates and changelog entries for each package affected.

Detailed summary

  • Updated versions of @thirdweb-dev/auth, @thirdweb-dev/wallets, @thirdweb-dev/sdk, @thirdweb-dev/react, @thirdweb-dev/react-core, @thirdweb-dev/unity-js-bridge, and @thirdweb-dev/cli
  • Updated thirdweb version to 5.20.0
  • Updated @thirdweb-dev/auth version to 4.1.80
  • Updated @thirdweb-dev/wallets version to 2.5.22
  • Updated @thirdweb-dev/sdk version to 4.0.82
  • Updated @thirdweb-dev/react version to 4.6.21
  • Updated @thirdweb-dev/react-core version to 4.6.21
  • Updated @thirdweb-dev/unity-js-bridge version to 0.6.31
  • Updated @thirdweb-dev/cli version to 0.13.88

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

Copy link

socket-security bot commented May 13, 2024

Copy link

codecov bot commented May 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.42%. Comparing base (128a1fa) to head (536cd34).

❗ Current head 536cd34 differs from pull request most recent head e49f165. Consider uploading reports for the commit e49f165 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3009      +/-   ##
==========================================
- Coverage   62.42%   62.42%   -0.01%     
==========================================
  Files         751      751              
  Lines       52180    52180              
  Branches     2970     2967       -3     
==========================================
- Hits        32572    32571       -1     
- Misses      19107    19108       +1     
  Partials      501      501              
Flag Coverage Δ *Carryforward flag
legacy_packages 54.02% <ø> (ø) Carriedforward from 128a1fa
packages 64.41% <ø> (-0.01%) ⬇️

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

see 1 file with indirect coverage changes

@jnsdls jnsdls force-pushed the changeset-release/main branch 2 times, most recently from 1132da9 to 6eeb832 Compare May 13, 2024 21:31
Copy link

codspeed-hq bot commented May 13, 2024

CodSpeed Performance Report

Merging #3009 will not alter performance

Comparing changeset-release/main (536cd34) with main (6b81db5)

Summary

✅ 9 untouched benchmarks

Copy link
Contributor

github-actions bot commented May 13, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 39.11 KB (0%) 783 ms (0%) 656 ms (+152.33% 🔺) 1.5 s
thirdweb (cjs) 88 KB (0%) 1.8 s (0%) 1.2 s (+59.75% 🔺) 3 s
thirdweb (minimal + tree-shaking) 4.73 KB (0%) 95 ms (0%) 67 ms (-16.43% 🔽) 162 ms
thirdweb/chains (tree-shaking) 400 B (0%) 10 ms (0%) 57 ms (+694.52% 🔺) 67 ms
thirdweb/react (minimal + tree-shaking) 16.49 KB (0%) 330 ms (0%) 82 ms (+32.06% 🔺) 412 ms

@jnsdls jnsdls force-pushed the changeset-release/main branch 16 times, most recently from f792ae8 to c1b68d2 Compare May 14, 2024 23:42
@joaquim-verges joaquim-verges merged commit b001d6f into main May 15, 2024
2 checks passed
@joaquim-verges joaquim-verges deleted the changeset-release/main branch May 15, 2024 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants