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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Version Packages #5838

wants to merge 1 commit into from

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

Patch Changes

  • #5837 ce3e850 Thanks @kumaryash90! - Update implementations

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

@thirdweb-dev/wagmi-adapter@0.1.4


PR-Codex overview

This PR focuses on updating version numbers and changelogs for the thirdweb and @thirdweb-dev/wagmi-adapter packages, along with notable changes made in the thirdweb library.

Detailed summary

  • Updated thirdweb version from 5.80.0 to 5.80.1.
  • Updated @thirdweb-dev/wagmi-adapter version from 0.1.3 to 0.1.4.
  • Added patch changes in thirdweb changelog:
    • Update implementations.
    • Added onClose callback to ConnectButton modal.
    • Fixed ChainIcon to always resolve IPFS URI.
    • Improved test coverage.

✨ 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 Dec 30, 2024 5:54pm
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 30, 2024 5:54pm
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 30, 2024 5:54pm
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 30, 2024 5:54pm

Copy link

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.09 KB (0%) 902 ms (0%) 3.7 s (+29.11% 🔺) 4.7 s
thirdweb (cjs) 110.84 KB (0%) 2.3 s (0%) 7.3 s (+17.77% 🔺) 9.5 s
thirdweb (minimal + tree-shaking) 5.58 KB (0%) 112 ms (0%) 242 ms (-37.64% 🔽) 354 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 123 ms (-10.33% 🔽) 133 ms
thirdweb/react (minimal + tree-shaking) 19.12 KB (0%) 383 ms (0%) 639 ms (-7% 🔽) 1.1 s

Copy link

codecov bot commented Dec 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.18%. Comparing base (03bf859) to head (7bc8165).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5838   +/-   ##
=======================================
  Coverage   55.18%   55.18%           
=======================================
  Files        1123     1123           
  Lines       59611    59611           
  Branches     5030     5030           
=======================================
+ Hits        32895    32898    +3     
+ Misses      25996    25994    -2     
+ Partials      720      719    -1     
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 03bf859
packages 52.84% <ø> (+<0.01%) ⬆️

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

see 5 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
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