Skip to content

Version Packages #6975

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
May 8, 2025
Merged

Version Packages #6975

merged 1 commit into from
May 8, 2025

Conversation

joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented May 8, 2025

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

Minor Changes

  • #6874 e96ebba Thanks @joaquim-verges! - EIP7702 support for in-app wallets

    You can now turn your in-app wallets into smart accounts with 7702!

    This lets you:

    • sponsor transactions
    • batch transactions
    • add session keys
    • and more!

    simply pass the executionMode "EIP7702" to get started:

    const wallet = inAppWallet({
      executionMode: {
        mode: "EIP7702",
        sponsorGas: true,
      },
    });

    Keep in mind that this will only work on chains that support 7702.

@thirdweb-dev/wagmi-adapter@0.2.73


PR-Codex overview

This PR updates version numbers and adds a new changelog entry for thirdweb and @thirdweb-dev/wagmi-adapter. It introduces EIP7702 support for in-app wallets, allowing enhanced transaction capabilities.

Detailed summary

  • Deleted .changeset/silent-areas-melt.md.
  • Updated thirdweb version from 5.97.3 to 5.98.0.
  • Updated @thirdweb-dev/wagmi-adapter version from 0.2.72 to 0.2.73.
  • Added changelog entry for thirdweb version 5.98.0:
    • Introduced EIP7702 support for in-app wallets.
    • Added features: sponsor transactions, batch transactions, session keys.
    • Example code snippet for implementation provided.

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

@joaquim-verges joaquim-verges requested review from a team as code owners May 8, 2025 01:10
Copy link

vercel bot commented May 8, 2025

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 May 8, 2025 1:19am
login ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 8, 2025 1:19am
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 8, 2025 1:19am
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 8, 2025 1:19am
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 8, 2025 1:19am

Copy link
Contributor

graphite-app bot commented May 8, 2025

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 May 8, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 54.15 KB (+0.06% 🔺) 1.1 s (+0.06% 🔺) 3.1 s (+10.58% 🔺) 4.1 s
thirdweb (cjs) 193.8 KB (0%) 3.9 s (0%) 9.7 s (-10.16% 🔽) 13.6 s
thirdweb (minimal + tree-shaking) 5.68 KB (0%) 114 ms (0%) 195 ms (+16.3% 🔺) 309 ms
thirdweb/chains (tree-shaking) 524 B (0%) 11 ms (0%) 94 ms (+42.37% 🔺) 104 ms
thirdweb/react (minimal + tree-shaking) 19.53 KB (0%) 391 ms (0%) 458 ms (+13.39% 🔺) 849 ms

Copy link

codecov bot commented May 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.59%. Comparing base (e96ebba) to head (062c454).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6975   +/-   ##
=======================================
  Coverage   54.59%   54.59%           
=======================================
  Files         903      903           
  Lines       57930    57930           
  Branches     3968     3971    +3     
=======================================
  Hits        31627    31627           
  Misses      26202    26202           
  Partials      101      101           
Flag Coverage Δ
packages 54.59% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@joaquim-verges joaquim-verges merged commit 62c179d into main May 8, 2025
24 checks passed
@joaquim-verges joaquim-verges deleted the changeset-release/main branch May 8, 2025 01:44
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