-
Notifications
You must be signed in to change notification settings - Fork 551
Version Packages #7372
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 #7372
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThis update increments patch versions for several packages and updates changelogs to document these changes. It also removes six changeset files related to a typo fix in the payment confirmation widget of the thirdweb package, an addition of a new field in the service-utils package, a poster image fix in the MediaRenderer component, Berachain support addition, decimal string format for BuyWidget amount, and an update to the PayEmbed UI. No code or public API changes are introduced, only metadata and documentation updates. Changes
Suggested labels
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (14)
💤 Files with no reviewable changes (6)
✅ Files skipped from review due to trivial changes (2)
🚧 Files skipped from review as they are similar to previous changes (6)
⏰ Context from checks skipped due to timeout of 90000ms (7)
🪧 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. |
size-limit report 📦
|
51e3436
to
a34898f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7372 +/- ##
=======================================
Coverage 52.20% 52.20%
=======================================
Files 945 945
Lines 63578 63578
Branches 4230 4229 -1
=======================================
Hits 33192 33192
Misses 30279 30279
Partials 107 107
🚀 New features to boost your workflow:
|
a34898f
to
3ece6aa
Compare
50d6762
to
3db0660
Compare
3db0660
to
65534fe
Compare
65534fe
to
e77cc82
Compare
e77cc82
to
e15009a
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]
Minor Changes
#7343
787118d
Thanks @Yash094! - add berachain and berachain testnet in chains package#7394
9c420c0
Thanks @gregfromstl! - Updated PayEmbed UIPatch Changes
#7387
70e024f
Thanks @MananTank! - Fixposter
not shown inMediaRenderer
component for 3D models#7390
6be9459
Thanks @gregfromstl! - Use decimal string for BuyWidget amount#7371
3dbf9e1
Thanks @gregfromstl! - Fix typo in payment confirmation widget@thirdweb-dev/[email protected]
Patch Changes
4c29886
Thanks @arcoraven! - chore: add dedicatedSupportChannel to TeamResponse@thirdweb-dev/[email protected]
[email protected]
Patch Changes
70e024f
,6be9459
,787118d
,3dbf9e1
,9c420c0
]:PR-Codex overview
This PR focuses on updating version numbers across multiple packages and includes new changelog entries for
@thirdweb-dev/service-utils
,apps/nebula
, andpackages/thirdweb
, reflecting recent changes and improvements.Detailed summary
.changeset
markdown files.version
inapps/nebula/package.json
from0.0.2
to0.0.3
.version
inpackages/thirdweb/package.json
from5.103.1
to5.104.0
.version
inpackages/service-utils/package.json
from0.9.13
to0.9.14
.version
inpackages/wagmi-adapter/package.json
from0.2.94
to0.2.95
.packages/service-utils
version0.9.14
.apps/nebula
version0.0.3
.packages/thirdweb
version5.104.0
.Summary by CodeRabbit
New Features
Bug Fixes
Chores