-
Notifications
You must be signed in to change notification settings - Fork 619
Version Packages #7297
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 #7297
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThis update increments patch versions for the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant ThirdwebSDK
User->>ThirdwebSDK: buyWithFiat(options: { forceOnrampChain })
ThirdwebSDK-->>User: Executes purchase with specified onramp chain
Possibly related PRs
Suggested labels
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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. |
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: 0
🧹 Nitpick comments (1)
packages/wagmi-adapter/CHANGELOG.md (1)
3-3: Empty changelog entry detected.
The new## 0.2.92header has no accompanying notes. If this release truly has no changes, consider adding a “No changes” remark for clarity; otherwise, it’s safe to leave as-is.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (5)
.changeset/hungry-lions-boil.md(0 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/hungry-lions-boil.md
⏰ Context from checks skipped due to timeout of 90000ms (8)
- GitHub Check: Unit Tests
- GitHub Check: E2E Tests (pnpm, esbuild)
- GitHub Check: Size
- GitHub Check: E2E Tests (pnpm, webpack)
- GitHub Check: Lint Packages
- GitHub Check: Build Packages
- GitHub Check: E2E Tests (pnpm, vite)
- GitHub Check: Analyze (javascript)
🔇 Additional comments (3)
packages/wagmi-adapter/package.json (1)
3-3: Approve version bump for wagmi-adapter.
Version has been correctly updated from0.2.91to0.2.92with no unintended metadata changes.packages/thirdweb/package.json (1)
3-3: Approve version bump for thirdweb.
Version updated from5.102.5to5.102.6in line with the documented patch release; no other alterations detected.packages/thirdweb/CHANGELOG.md (1)
3-8: Changelog entry for version 5.102.6 is correctly formatted and follows conventions.
The new header, “Patch Changes” section, and links to PR #7296 and the commit hash align with previous entries. Everything looks accurate.
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7297 +/- ##
==========================================
- Coverage 55.57% 55.57% -0.01%
==========================================
Files 909 909
Lines 58673 58673
Branches 4158 4158
==========================================
- Hits 32609 32607 -2
- Misses 25957 25959 +2
Partials 107 107
🚀 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
[email protected]
Patch Changes
69bf925Thanks @gregfromstl! - Allow forcing onramp chain in buyWithFiat options@thirdweb-dev/[email protected]
PR-Codex overview
This PR updates version numbers in the
package.jsonfiles forthirdweband@thirdweb-dev/wagmi-adapter, and adds new changelog entries for both packages, reflecting the latest changes and improvements.Detailed summary
thirdwebversion from5.102.5to5.102.6.@thirdweb-dev/wagmi-adapterversion from0.2.91to0.2.92.thirdwebversion5.102.6, including a patch for forcing onramp chain inbuyWithFiatoptions.Summary by CodeRabbit
New Features
Chores