-
Notifications
You must be signed in to change notification settings - Fork 607
Version Packages #8264
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 #8264
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 multiple packages (vault-sdk, wagmi-demo, nebula, thirdweb, wagmi-adapter). No source code, API, or behavioral changes are present. Changes
Sequence Diagram(s)Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
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 (2)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-07-18T19:19:55.613Z
Applied to files:
🪛 LanguageToolapps/wagmi-demo/CHANGELOG.md[grammar] ~7-~7: There might be a mistake here. (QB_NEW_EN) [grammar] ~8-~8: There might be a mistake here. (QB_NEW_EN) ⏰ 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)
🔇 Additional comments (2)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8264 +/- ##
=======================================
Coverage 54.89% 54.90%
=======================================
Files 919 919
Lines 60613 60613
Branches 4115 4116 +1
=======================================
+ Hits 33273 33278 +5
+ Misses 27239 27234 -5
Partials 101 101
🚀 New features to boost your workflow:
|
size-limit report 📦
|
9e8f769
to
ff5495f
Compare
cd3081f
to
3f9ee0f
Compare
3f9ee0f
to
552cddb
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]
Minor Changes
#8259
d68da22
Thanks @MananTank! - UpdateonSuccess
prop onBuyWidget
,CheckoutWidget
,SwapWidget
, andBridgeWidget
components to includestatuses
andquote
objects instead of justquote
.Patch Changes
51c8318
Thanks @jnsdls! - fetch native currency from chain API if required@thirdweb-dev/[email protected]
Patch Changes
51c8318
,d68da22
]:@thirdweb-dev/[email protected]
Patch Changes
fe50abd
Thanks @d4mr! - Fixed bug with listing solana accounts response type@thirdweb-dev/[email protected]
[email protected]
Patch Changes
51c8318
,d68da22
]:PR-Codex overview
This PR primarily focuses on updating version numbers across multiple packages and includes notable changes in their changelogs, reflecting recent updates and bug fixes.
Detailed summary
.changeset
markdown files.package.json
files:thirdweb
:5.108.15
to5.109.0
wagmi-inapp
:0.0.10
to0.0.11
nebula
:0.2.68
to0.2.69
vault-sdk
:0.1.0
to0.1.1
wagmi-adapter
:0.2.165
to0.2.166
nebula
version0.2.69
vault-sdk
version0.1.1
wagmi-demo
version0.0.11
thirdweb
version5.109.0
with updates to various components.Summary by CodeRabbit
Bug Fixes
New Features
Chores