-
Notifications
You must be signed in to change notification settings - Fork 619
Version Packages #6184
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 #6184
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
|
||
| ### Patch Changes | ||
|
|
||
| - [#6183](https://github.com/thirdweb-dev/js/pull/6183) [`18f0e57`](https://github.com/thirdweb-dev/js/commit/18f0e575c4a9764b3192931451cbd3f632a21e3c) Thanks [@arcoraven](https://github.com/arcoraven)! - [service-utils] Update list of usageV2 sources" |
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.
There appears to be an extra quotation mark at the end of the changelog message. The message should be [service-utils] Update list of usageV2 sources to maintain consistency with the formatting of other changelog entries.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6184 +/- ##
==========================================
+ Coverage 56.76% 56.77% +0.01%
==========================================
Files 1161 1161
Lines 64259 64259
Branches 5195 5202 +7
==========================================
+ Hits 36478 36485 +7
+ Misses 27052 27045 -7
Partials 729 729
*This pull request uses carry forward flags. Click here to find out more. |
33f2780 to
dc1152d
Compare
size-limit report 📦
|
dc1152d to
a97a864
Compare
a97a864 to
cc26dd5
Compare
8741584 to
af0e9d0
Compare
af0e9d0 to
497f31f
Compare
|
|
||
| You can now pass a `sessionKey` to the `smartWallet` options function to immediately add a session key to the smart wallet upon connection. | ||
|
|
||
| This is great in combination with an engine backend wallet! Let's you act on behalf of the user from your backend, making executing transactions as easy as a REST API call. Also unblocks automations, like renewing a subscription, or paying for a service. |
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.
Grammar fix: Let's should be Lets since this is the third person singular form of "let" (meaning "allows"), not a contraction of "let us"
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
497f31f to
a79e5a5
Compare
a79e5a5 to
be7bb7b
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
#6194
9663079Thanks @joaquim-verges! - Added session keys to smart wallet optionsYou can now pass a
sessionKeyto thesmartWalletoptions function to immediately add a session key to the smart wallet upon connection.This is great in combination with an engine backend wallet! Let's you act on behalf of the user from your backend, making executing transactions as easy as a REST API call. Also unblocks automations, like renewing a subscription, or paying for a service.
You can also pass the
sessionKeyto theConnectButton,ConnectEmbedcomponents anduseConnecthook.Also works for the
inAppWalletsmartAccountoption!Patch Changes
#6193
1f6bb7cThanks @joaquim-verges! - Show fiat amount in PayEmbed main screen#6192
30e13e6Thanks @joaquim-verges! - Allow editing pay amount mid flow#6190
2dfc245Thanks @joaquim-verges! - Add fiat provider selection in PayEmbed#6187
ee57dedThanks @joaquim-verges! - Requery allowances when getting back to quote screen#6188
64d7bf3Thanks @jnsdls! - when explicitly passingclientIdtocreateThirdwebClient()prefer it over computing theclientIdfrom a passedsecretKeyoption@thirdweb-dev/[email protected]
Patch Changes
#6172
a8ac98bThanks @catalyst17! - addcanCreatePublicChainsto TeamResponse#6183
18f0e57Thanks @arcoraven! - [service-utils] Update list of usageV2 sources"@thirdweb-dev/[email protected]
[email protected]
Patch Changes
1f6bb7c,30e13e6,2dfc245,ee57ded,9663079,64d7bf3]:PR-Codex overview
This PR focuses on updating package versions and changelogs across multiple
thirdwebpackages, along with the introduction of new features related to session keys in smart wallets.Detailed summary
versioninapps/login/package.jsonfrom0.1.2to0.1.3.versioninpackages/thirdweb/package.jsonfrom5.87.4to5.88.0.versioninpackages/service-utils/package.jsonfrom0.8.5to0.8.6.versioninpackages/wagmi-adapter/package.jsonfrom0.2.13to0.2.14.service-utilsversion0.8.6andloginversion0.1.3.thirdwebwith examples forsmartWallet,ConnectButton, andinAppWallet.