Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
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 |
Contributor
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/nebula@0.2.108
Patch Changes
b50e304]:thirdweb@5.118.1
Patch Changes
b50e304Thanks @joaquim-verges! - Fix SiteLink not handling hashed URL paths@thirdweb-dev/wagmi-adapter@0.2.205
wagmi-inapp@0.0.50
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