Skip to content

Version Packages #7042

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 16, 2025
Merged

Version Packages #7042

merged 1 commit into from
May 16, 2025

Conversation

joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented May 14, 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-dev/[email protected]

Patch Changes

[email protected]

Patch Changes

@thirdweb-dev/[email protected]

Patch Changes

@thirdweb-dev/[email protected]


PR-Codex overview

This PR focuses on updating version numbers across various packages, modifying changelogs, and making minor adjustments to the package.json files. It also includes the removal of several .md files related to changesets.

Detailed summary

  • Deleted multiple changeset markdown files.
  • Updated version in packages/thirdweb/package.json from 5.99.1 to 5.99.2.
  • Updated version in packages/vault-sdk/package.json from 0.0.2 to 0.0.3.
  • Updated version in packages/wagmi-adapter/package.json from 0.2.77 to 0.2.78.
  • Added changelog entries for:
    • packages/engine/CHANGELOG.md - Version 3.0.1.
    • packages/vault-sdk/CHANGELOG.md - Version 0.0.3.
    • packages/thirdweb/CHANGELOG.md - Version 5.99.2.
  • Updated version in packages/engine/package.json from 3.0.0 to 3.0.1.
  • Reformatted files array in packages/engine/package.json for better readability.

✨ 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 14, 2025 09:04
Copy link

vercel bot commented May 14, 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 16, 2025 0:09am
login ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2025 0:09am
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2025 0:09am
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2025 0:09am
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2025 0:09am

Copy link
Contributor

graphite-app bot commented May 14, 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 14, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 54.18 KB (0%) 1.1 s (0%) 221 ms (+208.13% 🔺) 1.4 s
thirdweb (cjs) 194.07 KB (0%) 3.9 s (0%) 425 ms (+57.76% 🔺) 4.4 s
thirdweb (minimal + tree-shaking) 5.68 KB (0%) 114 ms (0%) 82 ms (+1550.61% 🔺) 196 ms
thirdweb/chains (tree-shaking) 524 B (0%) 11 ms (0%) 19 ms (+1039.76% 🔺) 30 ms
thirdweb/react (minimal + tree-shaking) 19.53 KB (0%) 391 ms (0%) 92 ms (+521.7% 🔺) 483 ms

Copy link

codecov bot commented May 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.50%. Comparing base (20b5ba9) to head (1508d8d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7042      +/-   ##
==========================================
- Coverage   55.51%   55.50%   -0.01%     
==========================================
  Files         909      909              
  Lines       58402    58402              
  Branches     4071     4072       +1     
==========================================
- Hits        32419    32415       -4     
- Misses      25878    25882       +4     
  Partials      105      105              
Flag Coverage Δ
packages 55.50% <ø> (-0.01%) ⬇️

see 2 files with indirect coverage changes

🚀 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 force-pushed the changeset-release/main branch from 1508d8d to 69a9e2e Compare May 14, 2025 22:44
@github-actions github-actions bot added the Playground Changes involving the Playground codebase. label May 14, 2025
@joaquim-verges joaquim-verges force-pushed the changeset-release/main branch from 69a9e2e to 805de7e Compare May 15, 2025 23:44
@joaquim-verges joaquim-verges force-pushed the changeset-release/main branch from 805de7e to 31ac8ee Compare May 15, 2025 23:45
@joaquim-verges joaquim-verges force-pushed the changeset-release/main branch from 31ac8ee to 581acd4 Compare May 16, 2025 10:35
Copy link

codecov bot commented May 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.47%. Comparing base (da2a2a0) to head (4b0e2f2).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7042      +/-   ##
==========================================
- Coverage   55.49%   55.47%   -0.03%     
==========================================
  Files         909      909              
  Lines       58406    58406              
  Branches     4075     4071       -4     
==========================================
- Hits        32415    32401      -14     
- Misses      25886    25902      +16     
+ Partials      105      103       -2     
Flag Coverage Δ
packages 55.47% <ø> (-0.03%) ⬇️

see 4 files with indirect coverage changes

🚀 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 force-pushed the changeset-release/main branch from 581acd4 to 4b0e2f2 Compare May 16, 2025 11:59
@joaquim-verges joaquim-verges merged commit d0c2ac6 into main May 16, 2025
21 of 23 checks passed
@joaquim-verges joaquim-verges deleted the changeset-release/main branch May 16, 2025 12:06
joaquim-verges added a commit that referenced this pull request May 17, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages Playground Changes involving the Playground codebase. SDK Involves changes to the thirdweb SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant