-
Notifications
You must be signed in to change notification settings - Fork 542
Version Packages #7245
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 #7245
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. |
WalkthroughThis update removes a changeset file documenting the addition of native token support to the Changes
Possibly related PRs
Suggested labels
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (5)
💤 Files with no reviewable changes (1)
🚧 Files skipped from review as they are similar to previous changes (4)
⏰ 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
: Empty changelog entry for 0.2.90
The new version header is present but contains no details. Consider adding a note such as “No user-facing changes in this patch” or listing internal updates for clarity.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (5)
.changeset/shaky-seals-cheer.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/shaky-seals-cheer.md
⏰ Context from checks skipped due to timeout of 90000ms (8)
- GitHub Check: E2E Tests (pnpm, esbuild)
- GitHub Check: E2E Tests (pnpm, webpack)
- GitHub Check: Unit Tests
- GitHub Check: E2E Tests (pnpm, vite)
- GitHub Check: Size
- GitHub Check: Lint Packages
- GitHub Check: Build Packages
- GitHub Check: Analyze (javascript)
🔇 Additional comments (3)
packages/wagmi-adapter/package.json (1)
3-4
: Version bump to 0.2.90
The version was correctly incremented from 0.2.89 to 0.2.90 and aligns with the changelog entry.packages/thirdweb/package.json (1)
3-4
: Version bump to 5.102.4
Thethirdweb
package version was correctly updated from 5.102.3 to 5.102.4, matching the intended patch release.packages/thirdweb/CHANGELOG.md (1)
3-8
:✅ Verification successful
Ensure version bump consistency
The
## 5.102.4
heading and the patch bullet for #7243 accurately reflect the native tokens support addition. Please verify that theversion
field inpackages/thirdweb/package.json
is updated to5.102.4
so it stays in sync with this changelog.
🏁 Script executed:
#!/bin/bash # Verify that the package.json version matches the changelog grep -R '"version": "5.102.4"' -n packages/thirdweb/package.jsonLength of output: 92
Verified version bump consistency
packages/thirdweb/package.json
is set to version 5.102.4- Matches the
CHANGELOG.md
entry for 5.102.4No further changes needed.
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7245 +/- ##
=======================================
Coverage 55.57% 55.57%
=======================================
Files 909 909
Lines 58667 58667
Branches 4156 4158 +2
=======================================
Hits 32606 32606
Misses 25954 25954
Partials 107 107
🚀 New features to boost your workflow:
|
f509f6e
to
75a0bf4
Compare
75a0bf4
to
064312a
Compare
064312a
to
2e5d59c
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]
Patch Changes
#7243
283dc28
Thanks @joaquim-verges! - Include native tokens in Insight.getOwnedTokens#7268
b237318
Thanks @joaquim-verges! - Support EIP7702 execution for ecosystem wallets@thirdweb-dev/[email protected]
PR-Codex overview
This PR updates the version numbers for the
thirdweb
and@thirdweb-dev/wagmi-adapter
packages, adds new changelog entries forthirdweb
, and removes two.changeset
markdown files.Detailed summary
thirdweb
version from5.102.3
to5.102.4
.@thirdweb-dev/wagmi-adapter
version from0.2.89
to0.2.90
.thirdweb
version5.102.4
:Insight.getOwnedTokens
(PR [SDK] Include native tokens in Insight.getOwnedTokens #7243)..changeset/small-moons-add.md
and.changeset/shaky-seals-cheer.md
.Summary by CodeRabbit