-
Notifications
You must be signed in to change notification settings - Fork 619
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.613ZApplied 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
thirdweb@5.109.0
Minor Changes
#8259
d68da22Thanks @MananTank! - UpdateonSuccessprop onBuyWidget,CheckoutWidget,SwapWidget, andBridgeWidgetcomponents to includestatusesandquoteobjects instead of justquote.Patch Changes
51c8318Thanks @jnsdls! - fetch native currency from chain API if required@thirdweb-dev/nebula@0.2.69
Patch Changes
51c8318,d68da22]:@thirdweb-dev/vault-sdk@0.1.1
Patch Changes
fe50abdThanks @d4mr! - Fixed bug with listing solana accounts response type@thirdweb-dev/wagmi-adapter@0.2.166
wagmi-inapp@0.0.11
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
.changesetmarkdown files.package.jsonfiles:thirdweb:5.108.15to5.109.0wagmi-inapp:0.0.10to0.0.11nebula:0.2.68to0.2.69vault-sdk:0.1.0to0.1.1wagmi-adapter:0.2.165to0.2.166nebulaversion0.2.69vault-sdkversion0.1.1wagmi-demoversion0.0.11thirdwebversion5.109.0with updates to various components.Summary by CodeRabbit
Bug Fixes
New Features
Chores