-
Notifications
You must be signed in to change notification settings - Fork 619
Version Packages #7404
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 #7404
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThis change removes several changeset metadata files and updates version numbers and changelogs for the Changes
Sequence Diagram(s)No sequence diagram generated as the changes are limited to metadata, versioning, and changelog documentation. 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 (3)
packages/wagmi-adapter/CHANGELOG.md (1)
3-3: Add release notes under 0.2.95 entry
The new changelog header is empty—consider summarizing any minor or patch changes (or note “no changes”) for completeness.packages/thirdweb/CHANGELOG.md (2)
7-8: Capitalize and rephrase for consistency.Consider updating the entry to maintain imperative tone and consistent grammar:
- Change
add berachain and berachain testnet in chains package
to
Add Berachain and Berachain testnet to the chains package
9-10: Use imperative mood for minor changes.For consistency with other entries, change:
Updated PayEmbed UIto
Update PayEmbed UI
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (15)
.changeset/dry-emus-exist.md(0 hunks).changeset/heavy-ghosts-nail.md(0 hunks).changeset/quick-foxes-raise.md(0 hunks).changeset/spicy-cooks-smoke.md(0 hunks).changeset/twelve-brooms-kneel.md(0 hunks).changeset/vast-tires-tickle.md(0 hunks).changeset/wide-books-ring.md(0 hunks)packages/nebula/CHANGELOG.md(1 hunks)packages/nebula/package.json(1 hunks)packages/service-utils/CHANGELOG.md(1 hunks)packages/service-utils/package.json(1 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 (7)
- .changeset/quick-foxes-raise.md
- .changeset/twelve-brooms-kneel.md
- .changeset/vast-tires-tickle.md
- .changeset/dry-emus-exist.md
- .changeset/spicy-cooks-smoke.md
- .changeset/wide-books-ring.md
- .changeset/heavy-ghosts-nail.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: E2E Tests (pnpm, vite)
- GitHub Check: Unit Tests
- GitHub Check: Build Packages
- GitHub Check: Size
- GitHub Check: Lint Packages
- GitHub Check: Analyze (javascript)
🔇 Additional comments (12)
packages/thirdweb/package.json (1)
407-407: Bump package version to 5.104.0
Version update matches the documented changes in the changelog and aligns with the PR objectives.packages/service-utils/package.json (1)
71-71: Bump package version to 0.9.14
Patch version increment aligns with the addition ofdedicatedSupportChanneland the service-utils changelog.packages/nebula/package.json (1)
3-3: Initial release version set to 0.1.0
This marks the first public release of the Nebula SDK as documented.packages/wagmi-adapter/package.json (1)
58-58: Bump package version to 0.2.95
Version bump aligns with the new changelog entry.packages/service-utils/CHANGELOG.md (2)
3-4: Changelog version header added correctly.The new
## 0.9.14section properly marks the patch release.
5-8: Patch changes documented for 0.9.14.The addition of
dedicatedSupportChanneltoTeamResponseis clearly captured under “Patch Changes.”packages/nebula/CHANGELOG.md (2)
3-8: Initial release documented.The
## 0.1.0header and “Initial release of the Nebula TS sdk” entry correctly capture the first SDK release.
9-13: Dependencies update noted.The patch section lists the bump to
[email protected]under updated dependencies.packages/thirdweb/CHANGELOG.md (4)
5-6: Changelog section header formatting.The
### Minor Changesheader follows existing conventions and requires no changes.
11-12: Changelog section header formatting.The
### Patch Changesheader is consistent with the rest of the document. No action needed.
13-17: Patch entries look good.The patch changes use imperative verbs, include proper links, and follow the established format.
3-4: Verify version bump consistency.Ensure that
packages/thirdweb/package.jsonhas been updated to version5.104.0to match this changelog entry.#!/bin/bash # Verify version bump in package.json rg --fixed-strings '"version": "5.104.0"' -n packages/thirdweb/package.json
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7404 +/- ##
=======================================
Coverage 52.06% 52.06%
=======================================
Files 945 945
Lines 63565 63565
Branches 4208 4208
=======================================
Hits 33098 33098
Misses 30361 30361
Partials 106 106
🚀 New features to boost your workflow:
|
size-limit report 📦
|
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/[email protected]
Minor Changes
9667c74Thanks @PaoloRollo! - Initial release of the Nebula TS sdkPatch Changes
70e024f,6be9459,787118d,3dbf9e1,9c420c0]:[email protected]
Minor Changes
#7343
787118dThanks @Yash094! - add berachain and berachain testnet in chains package#7394
9c420c0Thanks @gregfromstl! - Updated PayEmbed UIPatch Changes
#7387
70e024fThanks @MananTank! - Fixposternot shown inMediaRenderercomponent for 3D models#7390
6be9459Thanks @gregfromstl! - Use decimal string for BuyWidget amount#7371
3dbf9e1Thanks @gregfromstl! - Fix typo in payment confirmation widget@thirdweb-dev/[email protected]
Patch Changes
4c29886Thanks @arcoraven! - chore: add dedicatedSupportChannel to TeamResponse@thirdweb-dev/[email protected]
PR-Codex overview
This PR focuses on updating various package versions and their changelogs, including the
service-utils,thirdweb, andnebulapackages. It also removes several.changesetmarkdown files.Detailed summary
versioninservice-utils/package.jsonfrom0.9.13to0.9.14versioninthirdweb/package.jsonfrom5.103.1to5.104.0versioninwagmi-adapter/package.jsonfrom0.2.94to0.2.95versioninnebula/package.jsonfrom0.0.0to0.1.0service-utils,thirdweb, andnebulapackages with details on recent changes and contributions.changesetmarkdown filesSummary by CodeRabbit
Documentation
Chores