-
Notifications
You must be signed in to change notification settings - Fork 535
Version Packages #7150
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 #7150
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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. |
WalkthroughThe changes include the removal of a patch file related to improved quote error handling, updates to changelogs for both the thirdweb and wagmi-adapter packages, and version bumps for each package. No changes were made to exported or public entities, dependencies, or functional code. Changes
Suggested labels
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (5)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (2)
🚧 Files skipped from review as they are similar to previous changes (2)
⏰ Context from checks skipped due to timeout of 90000ms (8)
🪧 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 (
|
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-4
: Document meaningful changes under 0.2.84
The new## 0.2.84
entry is empty—consider populating it with a summary of what was fixed or improved in this patch to keep the changelog informative for consumers.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (5)
.changeset/tall-walls-juggle.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/tall-walls-juggle.md
⏰ Context from checks skipped due to timeout of 90000ms (8)
- GitHub Check: Unit Tests
- GitHub Check: E2E Tests (pnpm, esbuild)
- GitHub Check: E2E Tests (pnpm, webpack)
- GitHub Check: Size
- GitHub Check: E2E Tests (pnpm, vite)
- GitHub Check: Lint Packages
- GitHub Check: Build Packages
- GitHub Check: Analyze (javascript)
🔇 Additional comments (4)
packages/thirdweb/package.json (1)
3-3
: Patch version bump looks correct.The version field has been updated from
5.101.0
to5.101.1
, matching the documented patch release for improved Quote error messages.packages/thirdweb/CHANGELOG.md (2)
3-8
: Changelog entry formatting
The new patch release entry follows the existing style and correctly references PR [#7147] and commit3489ecec98c283ee79977fcf79fceed43e3f1c00
, crediting the contributor.
3-3
: Verify package.json version alignment
Ensure thatpackages/thirdweb/package.json
has been updated to version5.101.1
so that the published package matches this changelog entry.packages/wagmi-adapter/package.json (1)
3-4
: Version bump to 0.2.84 is correct
The package version has been updated from 0.2.83 to 0.2.84, matching the new changelog entry. No further changes are needed here.
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7150 +/- ##
==========================================
- Coverage 55.70% 55.68% -0.03%
==========================================
Files 904 904
Lines 58340 58340
Branches 4115 4107 -8
==========================================
- Hits 32496 32484 -12
- Misses 25739 25751 +12
Partials 105 105
🚀 New features to boost your workflow:
|
95c6b93
to
4c7a7d3
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.101.1
Patch Changes
#7151
5277edd
Thanks @gregfromstl! - Fix Webhook schema type#7147
3489ece
Thanks @joaquim-verges! - Better Quote errors@thirdweb-dev/wagmi-adapter@0.2.84
PR-Codex overview
This PR focuses on updating version numbers and changelogs for the
thirdweb
and@thirdweb-dev/wagmi-adapter
packages, alongside deleting some changelog files.Detailed summary
version
ofthirdweb
from5.101.0
to5.101.1
inpackages/thirdweb/package.json
.version
of@thirdweb-dev/wagmi-adapter
from0.2.83
to0.2.84
inpackages/wagmi-adapter/package.json
.thirdweb
version5.101.1
detailing:.changeset/purple-wasps-sort.md
and.changeset/tall-walls-juggle.md
.CHANGELOG.md
forwagmi-adapter
.Summary by CodeRabbit
Bug Fixes
Chores