-
Notifications
You must be signed in to change notification settings - Fork 590
Version Packages #8079
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 #8079
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughRemoves one changeset file; bumps versions in package.json for thirdweb, nebula, and wagmi-adapter; and adds corresponding changelog entries. No code or API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests
Comment |
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 (4)
packages/nebula/CHANGELOG.md (1)
3-9
: Changelog entry matches [email protected] and commit reference.Good traceability; no action needed.
Optionally append the related PR number for easier navigation:
- - Updated dependencies [`5967fb8`](https://github.com/thirdweb-dev/js/commit/5967fb8afad3dbc28230c53423d304e8895f95bb): + - Updated dependencies ([#8076](https://github.com/thirdweb-dev/js/pull/8076), [`5967fb8`](https://github.com/thirdweb-dev/js/commit/5967fb8afad3dbc28230c53423d304e8895f95bb)):packages/wagmi-adapter/CHANGELOG.md (1)
3-4
: Empty section for 0.2.148.Add a short note to avoid empty headings.
## 0.2.148 + +- Version bump only (no code changes).packages/thirdweb/CHANGELOG.md (2)
7-7
: Clarify the release note text “x402 utilities”.This is vague to end users. Consider a short, user‑facing summary (what was added/changed, any new APIs), or link to docs/PR notes for context.
3-8
: Minor style nit: align with changelog tone.Most entries start with a capitalized action (“Add”, “Fix”, etc.). Consider capitalizing or expanding “x402 utilities” for consistency, and optionally end with a period.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (7)
.changeset/sad-hairs-smash.md
(0 hunks)packages/nebula/CHANGELOG.md
(1 hunks)packages/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/sad-hairs-smash.md
🧰 Additional context used
📓 Path-based instructions (2)
**/package.json
📄 CodeRabbit inference engine (AGENTS.md)
Track bundle budgets via
package.json#size-limit
Files:
packages/thirdweb/package.json
packages/nebula/package.json
packages/wagmi-adapter/package.json
packages/wagmi-adapter/**
📄 CodeRabbit inference engine (CLAUDE.md)
Wagmi ecosystem integration is in
packages/wagmi-adapter/
Files:
packages/wagmi-adapter/package.json
packages/wagmi-adapter/CHANGELOG.md
🧠 Learnings (2)
📓 Common learnings
Learnt from: CR
PR: thirdweb-dev/js#0
File: AGENTS.md:0-0
Timestamp: 2025-08-29T15:37:38.513Z
Learning: Applies to .changeset/*.md : Version bump rules: patch for non‑API changes; minor for new/modified public API
Learnt from: CR
PR: thirdweb-dev/js#0
File: AGENTS.md:0-0
Timestamp: 2025-08-29T15:37:38.513Z
Learning: Applies to .changeset/*.md : Each change in `packages/*` must include a changeset for the appropriate package
📚 Learning: 2025-07-18T19:19:55.613Z
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-07-18T19:19:55.613Z
Learning: Applies to packages/wagmi-adapter/** : Wagmi ecosystem integration is in `packages/wagmi-adapter/`
Applied to files:
packages/wagmi-adapter/package.json
packages/wagmi-adapter/CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
- GitHub Check: E2E Tests (pnpm, esbuild)
- GitHub Check: E2E Tests (pnpm, webpack)
- GitHub Check: E2E Tests (pnpm, vite)
- GitHub Check: Size
- GitHub Check: Unit Tests
- GitHub Check: Lint Packages
- GitHub Check: Build Packages
- GitHub Check: Analyze (javascript)
🔇 Additional comments (3)
packages/nebula/package.json (1)
60-60
: Patch bump to 0.2.51 matches dependency update.No API/config changes; aligns with nebula changelog.
packages/wagmi-adapter/package.json (1)
58-58
: Approve: version bump to 0.2.148 — changelog verified. Peer range thirdweb: ^5.85.0 covers 5.107.0; no further changes required. CHANGELOG entry found at packages/wagmi-adapter/CHANGELOG.md:3.packages/thirdweb/package.json (1)
430-430
: Minor release to 5.107.0 — LGTM; verify size budgets are enforcedRelease-only change; no export surface edits observed. Verification shows packages/thirdweb/package.json has no "size-limit" key (output: "size-limit config not found in packages/thirdweb/package.json"); ensure CI runs size checks or add a size-limit config to packages/thirdweb/package.json and run: pnpm -C packages/thirdweb run size
size-limit report 📦
|
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]
Minor Changes
5967fb8
Thanks @joaquim-verges! - x402 utilities@thirdweb-dev/[email protected]
Patch Changes
5967fb8
]:@thirdweb-dev/[email protected]
PR-Codex overview
This PR focuses on updating version numbers across several packages and adding new entries to the changelogs for
thirdweb
,nebula
, andwagmi-adapter
.Detailed summary
.changeset/sad-hairs-smash.md
.version
inpackages/thirdweb/package.json
from5.106.1
to5.107.0
.version
inpackages/nebula/package.json
from0.2.50
to0.2.51
.version
inpackages/wagmi-adapter/package.json
from0.2.147
to0.2.148
.## 0.2.51
topackages/nebula/CHANGELOG.md
with dependency update for[email protected]
.## 5.107.0
topackages/thirdweb/CHANGELOG.md
detailing minor changes and contributor acknowledgment.Summary by CodeRabbit