-
Notifications
You must be signed in to change notification settings - Fork 217
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 0.35.0 🌊 #1449
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
October 18, 2024 20:37
929d3be
to
2c04b5b
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 18, 2024 21:06
2c04b5b
to
9370d49
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 18, 2024 21:23
9370d49
to
57de8c9
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 20, 2024 18:20
57de8c9
to
7420f37
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 21, 2024 12:03
7420f37
to
098d8d9
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 21, 2024 17:01
0a89683
to
c529b53
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 21, 2024 17:07
c529b53
to
8882486
Compare
0xAlec
changed the title
chore: version packages v0.35.0 🌊
chore: version packages 0.35.0 🌊
Oct 21, 2024
cpcramer
reviewed
Oct 21, 2024
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@coinbase/onchainkit", | |||
"version": "0.34.1", | |||
"version": "0.35.0", |
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.
Can we highlight the breaking changes in the changelog and changeset?
alessey
approved these changes
Oct 21, 2024
github-actions
bot
changed the title
chore: version packages 0.35.0 🌊
chore: version packages 🔖
Oct 21, 2024
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 21, 2024 18:01
8882486
to
7e1d721
Compare
cpcramer
approved these changes
Oct 21, 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
6665357: - feat: Add handling for calls and contracts promises in Transactions component. By @alessey feat: add promises to transactions and calls #1450
presetCryptoAmount
param toCheckout
#1461Pay
module toCheckout
. by @0xAlec chore: renamePay
module toCheckout
#1455isSponsored
inCheckout
component. by @0xAlec fix:isSponsored
inCheckout
component #1458ConnectWalletText
component styling to match theConnectWallet
text prop formatting. By @cpcramer fix: Update ConnectWalletText styling #1445Breaking Changes:
Pay
has been renamed toCheckout
. If you are using this component, please update your imports as necessary.