-
Notifications
You must be signed in to change notification settings - Fork 207
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
chore: version packages v0.33.0 🌊 #1269
Merged
Merged
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 17, 2024 15:18
baee5de
to
a79a236
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 17, 2024 19:34
a79a236
to
3929415
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 17, 2024 20:32
3929415
to
2b15628
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 18, 2024 03:29
2b15628
to
ba928ae
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 18, 2024 03:30
ba928ae
to
d5c0adb
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 18, 2024 08:35
d5c0adb
to
b229cf3
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 18, 2024 18:13
b229cf3
to
bee6b08
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 19, 2024 18:52
bee6b08
to
4ddbef2
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 20, 2024 14:54
4ddbef2
to
f69a0ea
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 20, 2024 16:36
f69a0ea
to
5772275
Compare
cpcramer
approved these changes
Sep 20, 2024
abcrane123
approved these changes
Sep 20, 2024
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
@coinbase/[email protected]
Minor Changes
8904699: - feat: set v2 as default API for Swap. by @0xAlec feat: set
v2
as default API forSwap
#1254SwapSettingsSlippageInput
to use the input config defaultMaxSlippage value. By @cpcramer chore: Update SwapSettingsSlippageInput to use Config #1263atomicBatch
Swap transactions with ERC-20from
token #1272Breaking Changes
Updated
LifecycleStatus
inSwap
component for swaps from ERC-20 tokens.Previously, there were 2 transactions when swapping from an ERC-20 token.
Now, there is an extra approval. (Approve ERC-20 against Permit2 -> Approve Uniswap to spend the approved ERC-20s on Permit2 -> Execute Swap Transaction)
Additionally, for Coinbase Smart Wallet users, transaction calls are now batched so only one
transactionApproved
lifecycle status will be emitted under theBatched
transaction type for swaps from ERC-20s.If you're listening to the
LifecycleStatus
inSwap
, please make sure your app accounts for the extra transaction.