-
Notifications
You must be signed in to change notification settings - Fork 316
chore: version packages v0.35.5 🌊 #1591
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
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
7b48547
to
5263e1d
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
5263e1d
to
ed69b98
Compare
ed69b98
to
49f59f3
Compare
49f59f3
to
c373f7f
Compare
c373f7f
to
95ca46a
Compare
95ca46a
to
29d9cef
Compare
29d9cef
to
d3e7946
Compare
cpcramer
approved these changes
Nov 7, 2024
cpcramer
reviewed
Nov 7, 2024
|
||
### Patch Changes | ||
|
||
- 32901a8: -**fix**: Updated `NFTCard` and `NFTMintCard` to be more responsive. By @alessey #1590 -**fix**: Updated `NFTCard` and `NFTMintCard` styles to use gap enabling simpler composition. By @alessey #1594 -**docs**: Added `NFTCard` and `NFTMintCard` to the docs. By @alessey #1572 -**docs**: Fixed typos in docs. By @steveviselli-cb @cypherpepe #1593 #1587 -**docs**: Added `NFTCardDefault` and `NFTMintCardDefault` to the docs. By @alessey #1592 -**fix**: Fixed misconfigured `.env` file in `create-onchain` CLI. By @dschlabach #1595 -**docs**: Added `"use client"` directive to instructions for Next.js. By @dschlabach #1596 |
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.
You'll need to manually fix the formatting in this file in your next PR
d3e7946
to
2893916
Compare
brendan-defi
approved these changes
Nov 7, 2024
Mjdesignco
reviewed
Nov 8, 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.
Coin
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]
Patch Changes
NFTCard
andNFTMintCard
to be more responsive. By @alessey fix: nft responsiveness #1590NFTCard
andNFTMintCard
styles to use gap enabling simpler composition. By @alessey fix: nft style tweaks #1594NFTCard
andNFTMintCard
to the docs. By @alessey docs: nft docs #1572NFTCardDefault
andNFTMintCardDefault
to the docs. By @alessey docs: add NFTCardDefault and NFTMintCardDefault #1592.env
file increate-onchain
CLI. By @dschlabach fix: fix misconfigured.env
file in create-onchain CLI #1595"use client"
directive to instructions for Next.js. By @dschlabach docs: add 'use client' directive to Providers to prevent error #1596