-
Notifications
You must be signed in to change notification settings - Fork 619
Version Packages #8202
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 #8202
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. |
WalkthroughRemoves a changeset file, adds changelog entries, and bumps package versions across several packages and an app. No source code or API changes. Changes
Sequence Diagram(s)No sequence diagrams — changes are documentation and metadata only. 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)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (11)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (6)
🚧 Files skipped from review as they are similar to previous changes (3)
🧰 Additional context used📓 Path-based instructions (1)**/package.json📄 CodeRabbit inference engine (AGENTS.md)
Files:
⏰ 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). (3)
Comment |
size-limit report 📦
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8202 +/- ##
==========================================
- Coverage 55.04% 55.03% -0.01%
==========================================
Files 919 919
Lines 60569 60569
Branches 4127 4126 -1
==========================================
- Hits 33338 33333 -5
- Misses 27127 27132 +5
Partials 104 104
🚀 New features to boost your workflow:
|
226fc63 to
90ef086
Compare
90ef086 to
1b5060b
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
@thirdweb-dev/ai-sdk-provider@0.1.4
Patch Changes
71a1e58Thanks @joaquim-verges! - Default in-memory session store across thirdweb AI instances, option to pass your own@thirdweb-dev/nebula@0.2.62
Patch Changes
968913d]:thirdweb@5.108.9
Patch Changes
968913dThanks @MananTank! - Fix TransactionWidget not updating whencurrencyprop is changed after initial render@thirdweb-dev/wagmi-adapter@0.2.159
wagmi-inapp@0.0.4
Patch Changes
968913d]:PR-Codex overview
This PR focuses on updating version numbers across multiple packages and their changelogs, including dependency updates for
thirdweband@thirdweb-dev/wagmi-adapter. It also removes two outdated changelog files.Detailed summary
.changeset/rich-pens-hug.mdand.changeset/eleven-kings-fix.mdpackages/thirdweb/package.jsonfrom5.108.8to5.108.9apps/wagmi-demo/package.jsonfrom0.0.3to0.0.4packages/nebula/package.jsonfrom0.2.61to0.2.62packages/ai-sdk-provider/package.jsonfrom0.1.3to0.1.4packages/wagmi-adapter/package.jsonfrom0.2.158to0.2.159packages/nebulaversion0.2.62apps/wagmi-demoversion0.0.4packages/thirdwebversion5.108.9packages/ai-sdk-providerversion0.1.4Summary by CodeRabbit
New Features
Bug Fixes
Chores