-
Notifications
You must be signed in to change notification settings - Fork 145
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.32.0 🌊 #1259
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 16, 2024 06:04
799b49f
to
418b64e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 16, 2024 06:43
418b64e
to
cadb983
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 16, 2024 07:03
cadb983
to
0ca66d3
Compare
alessey
approved these changes
Sep 16, 2024
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.
Thankyou Team! Happy to see my contribution in this release! I'm excited to see it go live. Looking forward to potentially contributing more in the future.
github-actions
bot
changed the title
chore: version packages v0.32.0 🌊
chore: version packages 🔖
Sep 17, 2024
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 17, 2024 01:41
0ca66d3
to
00ad64c
Compare
cpcramer
approved these changes
Sep 17, 2024
abcrane123
approved these changes
Sep 17, 2024
0xAlec
approved these changes
Sep 17, 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/onchainkit@0.32.0
Minor Changes
7e18c98: - feat: re-typed walletCapabilities object in
OnchainKitConfig
. By @0xAlec feat: re-typewalletCapabilities
object #1238mt-4
from<TransactionButton>
, ensuring the primary component maintains a clean and consistent design without outer margin. By @Zizzamia fix: Transaction style #1258SwapSlippageInput
was visually resetting to default value on error. By @cpcramer fix: SwapSlippageInput was visually resetting to default value on error #1250lifecyclestatus
as the source of truth, also persisted all lifecycle status data (except errors). By @alessey fix: update swap lifecyclestatus #1249SwapMessage
to constants to avoid circular dependency. By @alessey fix: remove circular dependency #1255Breaking Changes
Removed
walletCapabilities
from theOnchainKitConfig
and improved the internal types by using the native Viem wallet capabilities type. This update ensures that wallet capabilities are now used solely as read info, avoiding accidental changes to wallet capabilities.The
<TransactionButton>
will no longer have a preset margin, allowing you to customize your app's spacing. Please check your app to see if you need to add a 4px margin. We aim to provide more neutral spacing, giving you the flexibility to add margin as needed.The
LifeCycleStatus
type is now renamedLifecycleStatus
. This update aligns with React's lifecycle naming best practices, ensuring a smoother experience with your app. Please take note of this improvement.