-
Notifications
You must be signed in to change notification settings - Fork 562
Version Packages #7361
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 #7361
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThis update increments patch versions for the Changes
Suggested labels
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (7)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (2)
🚧 Files skipped from review as they are similar to previous changes (4)
⏰ Context from checks skipped due to timeout of 90000ms (8)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
packages/wagmi-adapter/CHANGELOG.md (1)
3-4
: Missing changelog details for v0.2.94
The header for version 0.2.94 has been added, but no patch changes are listed beneath it. Please document any relevant fixes or note that this is a no-op bump to keep the changelog consistent.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (7)
.changeset/weak-papayas-occur.md
(0 hunks)apps/nebula/CHANGELOG.md
(1 hunks)apps/nebula/package.json
(1 hunks)packages/thirdweb/CHANGELOG.md
(1 hunks)packages/thirdweb/package.json
(1 hunks)packages/wagmi-adapter/CHANGELOG.md
(1 hunks)packages/wagmi-adapter/package.json
(1 hunks)
💤 Files with no reviewable changes (1)
- .changeset/weak-papayas-occur.md
⏰ Context from checks skipped due to timeout of 90000ms (5)
- GitHub Check: Unit Tests
- GitHub Check: E2E Tests (pnpm, vite)
- GitHub Check: Size
- GitHub Check: Lint Packages
- GitHub Check: Analyze (javascript)
🔇 Additional comments (6)
packages/wagmi-adapter/package.json (1)
3-3
: Version bumped to 0.2.94
The version update correctly reflects the new patch release and aligns with the automated release process. No additional changes to dependencies or metadata were needed.packages/thirdweb/package.json (2)
3-3
: Patch version bump for thirdweb package
The version has been correctly updated to 5.103.1 to reflect the patch fixing etherlink transfer failures under insufficient funds.
3-3
: Verify corresponding CHANGELOG entry
Confirm thatpackages/thirdweb/CHANGELOG.md
includes a matching 5.103.1 entry documenting the fix from PR #7358.apps/nebula/package.json (1)
3-3
: Patch version bump for nebula app
Version updated to 0.0.2 to bundle the[email protected]
dependency upgrade.apps/nebula/CHANGELOG.md (1)
1-9
: New changelog entry for 0.0.2 release
The entry accurately documents the patch update ofthirdweb
to 5.103.1 with a link to the upstream commit.packages/thirdweb/CHANGELOG.md (1)
3-7
: Changelog entry for v5.103.1 is correct and well-formatted.
The new patch entry accurately references PR #7358 and the commit, and it follows the existing style.
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7361 +/- ##
==========================================
- Coverage 52.36% 52.35% -0.01%
==========================================
Files 939 939
Lines 63160 63160
Branches 4216 4214 -2
==========================================
- Hits 33073 33070 -3
- Misses 29980 29983 +3
Partials 107 107
🚀 New features to boost your workflow:
|
9ec8be7
to
5d887e0
Compare
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
[email protected]
Patch Changes
#7360
78b9c8e
Thanks @gregfromstl! - Fix setting explicit amount on TransactionWidget#7358
55baa99
Thanks @gregfromstl! - Fix etherlink transfers when too little funds@thirdweb-dev/[email protected]
[email protected]
Patch Changes
78b9c8e
,55baa99
]:PR-Codex overview
This PR focuses on updating package versions and changelogs for various components, specifically
nebula
,thirdweb
, and@thirdweb-dev/wagmi-adapter
, along with minor dependency updates.Detailed summary
.changeset/fluffy-paws-slide.md
and.changeset/weak-papayas-occur.md
nebula
from0.0.1
to0.0.2
thirdweb
from5.103.0
to5.103.1
@thirdweb-dev/wagmi-adapter
from0.2.93
to0.2.94
nebula
version0.0.2
thirdweb
version5.103.1
with specific fixes and contributionsSummary by CodeRabbit
Bug Fixes
Chores