Skip to content

Version Packages #5838

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
Jan 6, 2025
Merged

Version Packages #5838

merged 1 commit into from
Jan 6, 2025

Conversation

jnsdls
Copy link
Member

@jnsdls jnsdls commented Dec 24, 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.81.0

Minor Changes

Patch Changes

  • #5837 ce3e850 Thanks @kumaryash90! - Update implementations

  • #5865 a9547c5 Thanks @gregfromstl! - SDK: Fix chain switching in smart account transactions

  • #5879 810f319 Thanks @kien-ngo! - Add onTimeout callback to useAutoConnect

  • #5605 e9c23ad Thanks @kien-ngo! - - Add onClose callback to Connect Details modal

    <ConnectButton
      detailsModal={{
        onClose: (screen: string) => {
          // The last screen name that was being shown when user closed the modal
          console.log({ screen });
        },
      }}
    />
    • Small fix for ChainIcon: Always resolve IPFS URI
    • Improve test coverage
  • #5869 273a320 Thanks @gregfromstl! - SDK: Removed co.lobstr from the available wallets (an unsupported non-EVM wallet)

  • #5871 1e8ddcb Thanks @gregfromstl! - SDK: Gracefully ignore chain with no chain ID in fromEip1193Provider

@thirdweb-dev/wagmi-adapter@0.1.4


PR-Codex overview

This PR primarily focuses on updating version numbers for the thirdweb and @thirdweb-dev/wagmi-adapter packages, along with enhancing the changelog for thirdweb to include new features, fixes, and improvements.

Detailed summary

  • Updated version of thirdweb from 5.80.0 to 5.81.0.
  • Updated version of @thirdweb-dev/wagmi-adapter from 0.1.3 to 0.1.4.
  • Added new features and fixes in CHANGELOG.md for thirdweb, including:
    • Added getAdminAccount to in-app wallet interface.
    • Various SDK fixes and improvements.
    • Added onTimeout and onClose callbacks to ConnectButton.
    • Improved test coverage and resolved IPFS URI issues.

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

@jnsdls jnsdls requested review from a team as code owners December 24, 2024 18:15
Copy link

vercel bot commented Dec 24, 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 Jan 6, 2025 5:58am
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 5:58am
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 5:58am
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 5:58am

Copy link
Contributor

graphite-app bot commented Dec 24, 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 24, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 45 KB (0%) 900 ms (0%) 562 ms (+100.49% 🔺) 1.5 s
thirdweb (cjs) 110.81 KB (0%) 2.3 s (0%) 797 ms (+14.3% 🔺) 3.1 s
thirdweb (minimal + tree-shaking) 5.58 KB (0%) 112 ms (0%) 35 ms (-17.71% 🔽) 147 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 27 ms (+313.34% 🔺) 37 ms
thirdweb/react (minimal + tree-shaking) 19.09 KB (0%) 382 ms (0%) 138 ms (+6.89% 🔺) 519 ms

Copy link

codecov bot commented Dec 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.34%. Comparing base (e01193a) to head (f48ea23).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5838      +/-   ##
==========================================
- Coverage   55.36%   55.34%   -0.03%     
==========================================
  Files        1123     1124       +1     
  Lines       59642    59670      +28     
  Branches     5056     5054       -2     
==========================================
+ Hits        33023    33025       +2     
- Misses      25895    25921      +26     
  Partials      724      724              
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from e01193a
packages 53.04% <ø> (-0.03%) ⬇️

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

see 4 files with indirect coverage changes

@jnsdls jnsdls force-pushed the changeset-release/main branch from 667d950 to 25bc62a Compare December 26, 2024 03:11
@jnsdls jnsdls force-pushed the changeset-release/main branch from 25bc62a to 87f3a71 Compare December 27, 2024 20:09
@jnsdls jnsdls force-pushed the changeset-release/main branch from 87f3a71 to 7bc8165 Compare December 28, 2024 00:28
@jnsdls jnsdls force-pushed the changeset-release/main branch from 7bc8165 to db804e7 Compare December 30, 2024 17:37
@jnsdls jnsdls force-pushed the changeset-release/main branch from 593780a to 9f447a5 Compare January 4, 2025 00:28
@jnsdls jnsdls force-pushed the changeset-release/main branch from 9f447a5 to 0b35e02 Compare January 5, 2025 07:34
@jnsdls jnsdls force-pushed the changeset-release/main branch from 0b35e02 to c734260 Compare January 5, 2025 22:10
@jnsdls jnsdls force-pushed the changeset-release/main branch from c734260 to d46573c Compare January 5, 2025 23:20
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.

2 participants