-
Notifications
You must be signed in to change notification settings - Fork 543
Version Packages #7116
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 #7116
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. |
## Walkthrough
The changes remove a patch from the `@thirdweb-dev/service-utils` package that previously enhanced error messages for HTTP 403 Forbidden responses. The changelog and package version are updated to reflect this removal, with no modifications to public APIs or exported entities. Additionally, patch version updates were made for the `thirdweb` and `wagmi-adapter` packages with minor changelog additions and no functional changes.
## Changes
| File(s) | Change Summary |
|-----------------------------------------------------|-----------------------------------------------------------------------------------------------|
| .changeset/blue-mice-prove.md | Removes patch that improved error messages for HTTP 403 responses. |
| packages/service-utils/CHANGELOG.md | Adds changelog entry for version 0.9.10 noting the removal of improved 403 error messages. |
| packages/service-utils/package.json | Updates package version from 0.9.9 to 0.9.10. |
| packages/thirdweb/CHANGELOG.md | Adds patch version 5.100.2 with fixes including loading spinner theme color and payment link support in PayEmbed. |
| packages/thirdweb/package.json | Updates package version from 5.100.1 to 5.100.2. |
| packages/wagmi-adapter/CHANGELOG.md | Adds new version entry 0.2.82 without release notes. |
| packages/wagmi-adapter/package.json | Updates package version from 0.2.81 to 0.2.82. |
## Possibly related PRs
- thirdweb-dev/js#7114: This PR originally introduced the improved 403 error messages that are now being removed.
## Suggested labels
`Portal` 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (13)
💤 Files with no reviewable changes (7)
✅ Files skipped from review due to trivial changes (2)
🚧 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 (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7116 +/- ##
=======================================
Coverage 55.60% 55.61%
=======================================
Files 903 903
Lines 58236 58236
Branches 4098 4100 +2
=======================================
+ Hits 32382 32387 +5
+ Misses 25749 25744 -5
Partials 105 105
🚀 New features to boost your workflow:
|
size-limit report 📦
|
015c4bb
to
cf1dfa5
Compare
cf1dfa5
to
9419feb
Compare
9419feb
to
76e5e93
Compare
cd09fec
to
afc0cb3
Compare
afc0cb3
to
93c5fdd
Compare
93c5fdd
to
dad8d19
Compare
dad8d19
to
7167cdf
Compare
7167cdf
to
efa9acd
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-dev/service-utils@0.9.10
Patch Changes
4b9a506
Thanks @joaquim-verges! - Better error messages for 403 responsesthirdweb@5.100.2
Patch Changes
#7119
dcd6b99
Thanks @joaquim-verges! - Better error messages in PayEmbed#7090
1e0b142
Thanks @joaquim-verges! - Allow limiting the selectable countries for SMS login via a newallowedSmsCountryCodes
option placed alongsidedefaultSmsCountryCode
.#7123
f31116e
Thanks @jnsdls! - fix avatar image detection on Node#7110
7b72e88
Thanks @RobbyUitbeijerse! - Fix loading spinner theme color in PayEmbed#7108
dd2fb1b
Thanks @RobbyUitbeijerse! - Add support for filtering fiat payment providers in PayEmbed#7121
376bdb2
Thanks @gregfromstl! - Payment link support in PayEmbed#7145
69fdef0
Thanks @joaquim-verges! - Ensure bigints are stringified before usage with server wallets@thirdweb-dev/wagmi-adapter@0.2.82
PR-Codex overview
This PR focuses on updating package versions and changelogs across multiple packages in the
thirdweb
project. It includes improvements to error messages and new features for PayEmbed, as well as version increments for various packages.Detailed summary
version
inpackages/thirdweb/package.json
from5.100.1
to5.100.2
version
inpackages/service-utils/package.json
from0.9.9
to0.9.10
version
inpackages/wagmi-adapter/package.json
from0.2.81
to0.2.82
0.9.10
inpackages/service-utils/CHANGELOG.md
5.100.2
inpackages/thirdweb/CHANGELOG.md
allowedSmsCountryCodes
option for SMS loginSummary by CodeRabbit