-
Notifications
You must be signed in to change notification settings - Fork 619
Version Packages #8182
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 #8182
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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. |
WalkthroughRemoved one changeset entry. Added new patch release entries across multiple package changelogs and bumped corresponding package.json versions (thirdweb 5.108.7, wagmi-adapter 0.2.157, nebula 0.2.60, wagmi-demo 0.0.2). No source code or public API changes included. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
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: 1
📜 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 (9)
.changeset/slow-crews-thank.md(0 hunks)apps/wagmi-demo/CHANGELOG.md(1 hunks)apps/wagmi-demo/package.json(1 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/slow-crews-thank.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.jsonapps/wagmi-demo/package.jsonpackages/wagmi-adapter/package.jsonpackages/nebula/package.json
packages/wagmi-adapter/**
📄 CodeRabbit inference engine (CLAUDE.md)
Wagmi ecosystem integration is in
packages/wagmi-adapter/
Files:
packages/wagmi-adapter/package.jsonpackages/wagmi-adapter/CHANGELOG.md
🧠 Learnings (1)
📚 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/CHANGELOG.mdapps/wagmi-demo/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: Size
- GitHub Check: Unit Tests
- GitHub Check: E2E Tests (pnpm, webpack)
- GitHub Check: E2E Tests (pnpm, vite)
- GitHub Check: Lint Packages
- GitHub Check: Build Packages
- GitHub Check: Analyze (javascript)
| ## 0.2.157 | ||
|
|
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.
Fill in the 0.2.157 entry.
The new heading has no ### Patch Changes section or bullets, so this patch release ships with empty release notes. Please add the missing notes (or remove the version bump) before merging.
🤖 Prompt for AI Agents
In packages/wagmi-adapter/CHANGELOG.md around lines 3 to 4, the new 0.2.157
heading is empty and missing a "### Patch Changes" section and bullet notes;
either add the missing release notes under a "### Patch Changes" header with one
or more concise bullet(s) describing the user-facing changes (or a single bullet
like "No user-facing changes" if there truly are none), or revert/remove the
0.2.157 version bump so the changelog does not contain an empty release entry
before merging.
size-limit report 📦
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8182 +/- ##
=======================================
Coverage 55.03% 55.04%
=======================================
Files 919 919
Lines 60562 60562
Branches 4125 4126 +1
=======================================
+ Hits 33333 33337 +4
+ Misses 27126 27121 -5
- Partials 103 104 +1
🚀 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
e612f16]:[email protected]
Patch Changes
e612f16Thanks @MananTank! - BuyWidget UI improvements and new features:chain, andamountprops are now optional@thirdweb-dev/[email protected]
[email protected]
Patch Changes
e612f16]:PR-Codex overview
This PR primarily focuses on updating version numbers across multiple
package.jsonfiles and adding new entries to theCHANGELOG.mdfiles for several packages, reflecting the latest versions and patch changes.Detailed summary
versioninpackages/thirdweb/package.jsonfrom5.108.6to5.108.7versioninapps/wagmi-demo/package.jsonfrom0.0.1to0.0.2versioninpackages/nebula/package.jsonfrom0.2.59to0.2.60versioninpackages/wagmi-adapter/package.jsonfrom0.2.156to0.2.157CHANGELOG.mdentries for:packages/nebulafor version0.2.60with updated dependenciesapps/wagmi-demofor version0.0.2with updated dependenciespackages/thirdwebfor version5.108.7detailing UI improvements in theBuyWidgetSummary by CodeRabbit
New Features
Chores
Documentation