Skip to content

Version Packages #5714

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

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Version Packages #5714

merged 1 commit into from
Dec 12, 2024

Conversation

jnsdls
Copy link
Member

@jnsdls jnsdls commented Dec 12, 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/service-utils@0.5.0

Minor Changes

thirdweb@5.78.0

Minor Changes

  • #5709 cd55ada Thanks @gregfromstl! - Adds a defaultSmsCountryCode configuration option to In-App and Ecosystem Wallets

    createWallet("inApp", {
        auth: {
          options: [
            "email",
            "phone",
          ],
          mode: "redirect",
          defaultSmsCountryCode: "IN", // Default country code for SMS
        },
      }),
  • #5604 03b6d0d Thanks @ElasticBottle! - Support the ability to unlink accounts for in app wallet with more than 1 linked account.

    It's supported out of the box in the connect UI.

    For typescript users, the following code snippet is a simple example of how it'd work.

    import { inAppWallet } from "thirdweb/wallets";
    
    const wallet = inAppWallet();
    wallet.connect({ strategy: "google" });
    
    const profiles = await getProfiles({
      client,
    });
    
    const updatedProfiles = await unlinkProfile({
      client,
      profileToUnlink: profiles[1], // assuming there is more than 1 profile linked to the user.
    });

PR-Codex overview

This PR focuses on version updates and enhancements for the thirdweb and @thirdweb-dev/service-utils packages, including new features and improvements in the changelogs.

Detailed summary

  • Updated thirdweb version from 5.77.0 to 5.78.0.
  • Updated @thirdweb-dev/service-utils version from 0.4.52 to 0.5.0.
  • Added defaultSmsCountryCode option for In-App and Ecosystem Wallets.
  • Introduced unlinking accounts feature for in-app wallets with multiple linked accounts.

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

Copy link

vercel bot commented Dec 12, 2024

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

Name Status Preview Comments Updated (UTC)
docs-v2 🛑 Canceled (Inspect) Dec 12, 2024 10:12pm
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 12, 2024 10:12pm
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 12, 2024 10:12pm
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 12, 2024 10:12pm

Copy link
Contributor

graphite-app bot commented Dec 12, 2024

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

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.

Copy link
Contributor

github-actions bot commented Dec 12, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 44.94 KB (0%) 899 ms (0%) 385 ms (+224.88% 🔺) 1.3 s
thirdweb (cjs) 110.78 KB (0%) 2.3 s (0%) 603 ms (+53.73% 🔺) 2.9 s
thirdweb (minimal + tree-shaking) 5.58 KB (0%) 112 ms (0%) 37 ms (+140.89% 🔺) 148 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 4 ms (+22.18% 🔺) 14 ms
thirdweb/react (minimal + tree-shaking) 19.03 KB (0%) 381 ms (0%) 162 ms (+519.94% 🔺) 543 ms

Copy link

codecov bot commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.65%. Comparing base (03b6d0d) to head (2f82309).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5714   +/-   ##
=======================================
  Coverage   51.65%   51.65%           
=======================================
  Files        1097     1097           
  Lines       57788    57788           
  Branches     4773     4774    +1     
=======================================
  Hits        29853    29853           
  Misses      27217    27217           
  Partials      718      718           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 03b6d0d
packages 48.40% <ø> (ø)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages SDK Involves changes to the thirdweb SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant