-
Notifications
You must be signed in to change notification settings - Fork 603
Version Packages #8137
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 #8137
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughRemoved a changeset entry and applied version bumps plus CHANGELOG updates for nebula, thirdweb, and wagmi-adapter packages. No source code, behavioral, or public API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (7)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (3)
🚧 Files skipped from review as they are similar to previous changes (2)
🧰 Additional context used🧠 Learnings (1)📓 Common learnings
⏰ 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)
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. |
size-limit report 📦
|
fc47fe9
to
7bac17c
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8137 +/- ##
==========================================
- Coverage 56.29% 56.28% -0.01%
==========================================
Files 906 906
Lines 59208 59208
Branches 4179 4180 +1
==========================================
- Hits 33329 33324 -5
- Misses 25774 25780 +6
+ Partials 105 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/nebula@0.2.57
Patch Changes
85bde21
,aa0d23e
]:thirdweb@5.108.4
Patch Changes
#8141
85bde21
Thanks @joaquim-verges! - Handle 7702 accounts in verifyTypedData#8136
aa0d23e
Thanks @MananTank! - Fix Embed container size@thirdweb-dev/wagmi-adapter@0.2.154
PR-Codex overview
This PR focuses on updating version numbers for several packages and includes changelog entries that document recent changes and improvements in the
thirdweb
andnebula
packages.Detailed summary
packages/thirdweb/package.json
from5.108.3
to5.108.4
.packages/nebula/package.json
from0.2.56
to0.2.57
.packages/wagmi-adapter/package.json
from0.2.153
to0.2.154
.thirdweb
version5.108.4
detailing:verifyTypedData
.nebula
version0.2.57
, referencing updated dependencies.Summary by CodeRabbit
Bug Fixes
Chores