-
Notifications
You must be signed in to change notification settings - Fork 653
Version Packages #8665
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 #8665
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughThis PR performs version bumps and updates CHANGELOGs across multiple packages. The thirdweb package is updated to 5.118.1 with a fix for SiteLink handling hashed URL paths, wagmi-adapter to 0.2.205, nebula to 0.2.108, and wagmi-demo to 0.0.50. A changeset entry is removed. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
size-limit report 📦
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8665 +/- ##
==========================================
- Coverage 52.73% 52.72% -0.01%
==========================================
Files 934 934
Lines 62975 62975
Branches 4137 4136 -1
==========================================
- Hits 33210 33205 -5
- Misses 29665 29670 +5
Partials 100 100
🚀 New features to boost your workflow:
|
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
b50e304]:[email protected]
Patch Changes
b50e304Thanks @joaquim-verges! - Fix SiteLink not handling hashed URL paths@thirdweb-dev/[email protected]
[email protected]
Patch Changes
b50e304]:PR-Codex overview
This PR focuses on updating version numbers across multiple packages and updating changelogs to reflect these changes, including dependency updates.
Detailed summary
versioninpackages/thirdweb/package.jsonfrom5.118.0to5.118.1versioninapps/wagmi-demo/package.jsonfrom0.0.49to0.0.50versioninpackages/nebula/package.jsonfrom0.2.107to0.2.108versioninpackages/wagmi-adapter/package.jsonfrom0.2.204to0.2.205packages/nebula/CHANGELOG.mdfor0.2.108apps/wagmi-demo/CHANGELOG.mdfor0.0.50packages/thirdweb/CHANGELOG.mdfor5.118.1Summary by CodeRabbit
Bug Fixes
Chores