-
Notifications
You must be signed in to change notification settings - Fork 560
Version Packages #5549
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 #5549
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5549 +/- ##
=======================================
Coverage 44.18% 44.18%
=======================================
Files 1082 1082
Lines 56253 56253
Branches 3975 3975
=======================================
Hits 24857 24857
Misses 30713 30713
Partials 683 683
*This pull request uses carry forward flags. Click here to find out more. |
8f4d6e0
to
5f66f1a
Compare
5f66f1a
to
9019b3e
Compare
9019b3e
to
be97e08
Compare
be97e08
to
84ce5e9
Compare
84ce5e9
to
b79a583
Compare
b79a583
to
c6ab5e3
Compare
3a09cdb
to
092fcf6
Compare
092fcf6
to
9e040ac
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
#5457
57fa96b
Thanks @kien-ngo! - Add 2 new Pay functions: convertFiatToCrypto and convertCryptoToFiatExamples:
Convert fiat (USD) to crypto
Convert crypto to fiat (USD)
Patch Changes
#5594
b7c8854
Thanks @joaquim-verges! - Support for Expo 52 and React Native 0.76#5595
9b45aae
Thanks @ElasticBottle! - Display error message when failing to fetch account status from endpoint outside of unauthorized requests#5592
c3d7b66
Thanks @gregfromstl! - Properly updates active smart wallet when switching signer account on EOA wallet#5577
b117cb1
Thanks @joaquim-verges! - Show warning when sponsorship policy rejects a transaction#5531
1e9a6c7
Thanks @joaquim-verges! - Handle 0 value for maxPriorityFeePerGas in 712 transactions@thirdweb-dev/[email protected]
Patch Changes
b7c8854
Thanks @joaquim-verges! - Support for Expo 52 and React Native 0.76PR-Codex overview
This PR focuses on updating the versions of the
@thirdweb-dev/react-native-adapter
andthirdweb
packages, along with enhancing functionality and fixing issues. It includes support for Expo 52, new payment functions, and various bug fixes.Detailed summary
@thirdweb-dev/react-native-adapter
version from1.5.1
to1.5.2
.thirdweb
version from5.72.0
to5.73.0
.convertFiatToCrypto
andconvertCryptoToFiat
functions.maxPriorityFeePerGas
in 712 transactions.