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

Merged
merged 2 commits into from
May 22, 2024
Merged

Version Packages #3065

merged 2 commits into from
May 22, 2024

Conversation

jnsdls
Copy link
Member

@jnsdls jnsdls commented May 17, 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-dev/react-native-adapter@1.1.0

Minor Changes

Patch Changes

thirdweb@5.23.0

Minor Changes

  • #3103 a2275c4 Thanks @gregfromstl! - Adds unstyled prop to TransactionButton to remove default styles

    <TransactionButton
      transaction={() => {}}
      onSuccess={handleSuccess}
      onError={handleError}
      unstyled
      className="bg-white text-black rounded-md p-4 flex items-center justify-center"
    >
      Confirm Transaction
    </TransactionButton>
  • #3083 5994685 Thanks @MananTank! - Add support for deep-linking to Metamask app instead of using WalletConnect on mobile devices when using Connect UI (ConnectButton / ConnectEmbed) components.

    <ConnectButton
      client={client}
      wallets={[
        createWallet("io.metamask", {
          preferDeepLink: true,
        }),
      ]}
    />
  • #3064 f55fa4c Thanks @joaquim-verges! - In-app wallet support for react native

Patch Changes

@thirdweb-dev/auth@4.1.84

Patch Changes

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

@thirdweb-dev/chains@0.1.112

Patch Changes

@thirdweb-dev/cli@0.13.92

Patch Changes

  • Updated dependencies [2cd8a01]:
    • @thirdweb-dev/chains@0.1.112
    • @thirdweb-dev/sdk@4.0.86
    • @thirdweb-dev/wallets@2.5.26
    • @thirdweb-dev/auth@4.1.84

@thirdweb-dev/react@4.6.25

Patch Changes

  • Updated dependencies [2cd8a01]:
    • @thirdweb-dev/chains@0.1.112
    • @thirdweb-dev/sdk@4.0.86
    • @thirdweb-dev/react-core@4.6.25
    • @thirdweb-dev/wallets@2.5.26

@thirdweb-dev/react-core@4.6.25

Patch Changes

  • Updated dependencies [2cd8a01]:
    • @thirdweb-dev/chains@0.1.112
    • @thirdweb-dev/sdk@4.0.86
    • @thirdweb-dev/wallets@2.5.26
    • @thirdweb-dev/auth@4.1.84

@thirdweb-dev/sdk@4.0.86

Patch Changes

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

Patch Changes

@thirdweb-dev/wallets@2.5.26

Patch Changes

  • Updated dependencies [2cd8a01]:
    • @thirdweb-dev/chains@0.1.112
    • @thirdweb-dev/sdk@4.0.86

playground-web@0.1.1

Patch Changes


PR-Codex overview

This PR updates various dependencies across different packages. The main changes include updating @thirdweb-dev/wallets, @thirdweb-dev/sdk, and @thirdweb-dev/chains versions.

Detailed summary

  • Updated dependencies in multiple packages.
  • Bumped versions of @thirdweb-dev/wallets, @thirdweb-dev/sdk, and @thirdweb-dev/chains.
  • Minor version updates in playground-web, thirdweb, auth, chains, sdk, react, react-core, and react-native-adapter.
  • Added new features related to in-app wallet support and phone number sign-in for React Native.

The following files were skipped due to too many changes: packages/thirdweb/CHANGELOG.md

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

Copy link

socket-security bot commented May 17, 2024

Copy link

codspeed-hq bot commented May 17, 2024

CodSpeed Performance Report

Merging #3065 will not alter performance

Comparing changeset-release/main (e432779) with main (a2275c4)

Summary

✅ 9 untouched benchmarks

Copy link
Contributor

github-actions bot commented May 17, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 39.21 KB (0%) 785 ms (0%) 2.1 s (+30.5% 🔺) 2.9 s
thirdweb (cjs) 88.59 KB (0%) 1.8 s (0%) 4.8 s (-6.29% 🔽) 6.6 s
thirdweb (minimal + tree-shaking) 4.75 KB (0%) 95 ms (0%) 331 ms (+52.85% 🔺) 426 ms
thirdweb/chains (tree-shaking) 423 B (0%) 10 ms (0%) 76 ms (+33.9% 🔺) 86 ms
thirdweb/react (minimal + tree-shaking) 15.63 KB (0%) 313 ms (0%) 664 ms (-16.02% 🔽) 977 ms

@jnsdls jnsdls force-pushed the changeset-release/main branch 3 times, most recently from 89c161a to 768646a Compare May 19, 2024 02:53
Copy link

codecov bot commented May 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.31%. Comparing base (a2275c4) to head (e432779).
Report is 1 commits behind head on main.

Current head e432779 differs from pull request most recent head 67cd1e6

Please upload reports for the commit 67cd1e6 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3065   +/-   ##
=======================================
  Coverage   62.31%   62.31%           
=======================================
  Files         803      803           
  Lines       60078    60078           
  Branches     3222     3222           
=======================================
  Hits        37435    37435           
  Misses      21974    21974           
  Partials      669      669           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.61% <ø> (ø) Carriedforward from a2275c4
packages 61.57% <ø> (ø)

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

@jnsdls jnsdls force-pushed the changeset-release/main branch 12 times, most recently from 2818058 to 3a63caf Compare May 20, 2024 21:57
Copy link

vercel bot commented May 20, 2024

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

Name Status Preview Comments Updated (UTC)
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2024 4:12am

@joaquim-verges joaquim-verges merged commit 71da068 into main May 22, 2024
4 checks passed
@joaquim-verges joaquim-verges deleted the changeset-release/main branch May 22, 2024 04:28
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