Version Packages - #4594
Merged
Merged
Version Packages#4594
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
May 11, 2026 07:48
643245d to
5a1b00d
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 11, 2026 08:09
5a1b00d to
f29f500
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 12, 2026 19:52
f29f500 to
1a30997
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 14, 2026 04:56
1a30997 to
3e69198
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 14, 2026 05:04
3e69198 to
d353831
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 14, 2026 08:09
d353831 to
48b02ba
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 14, 2026 09:51
48b02ba to
d7260c0
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 14, 2026 10:14
d7260c0 to
87df0ff
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
viem@2.49.0
Minor Changes
4cd686d4acf2c0f14955509a91a3c7ee6d0257f9Thanks @tmm! - Added AbortSignal support to request options andcallaction.Patch Changes
#4608
0e282d69d534e7fc277300260e31c07c4d8cb325Thanks @jxom! -viem/tempo: UpdatedActions.wallet.sendparameters to match the latest wallet RPC schema: renamedvaluetoamount, added an optionalmemofield (UTF-8, max 32 bytes; rejected for non-TIP-20 tokens), and widenedtokento also accept curated tokenlist symbols.await Actions.wallet.send(client, { + amount: '1.5', + memo: 'thanks', to: '0x...', - token: '0x...', + token: 'pathUsd', - value: '1.5', })