diff --git a/.changeset/gorgeous-hounds-divide.md b/.changeset/gorgeous-hounds-divide.md deleted file mode 100644 index 8ba43ad3f2..0000000000 --- a/.changeset/gorgeous-hounds-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - -- **feat**: Add linking functionality to playground. By @dschlabach #1624 diff --git a/.changeset/serious-terms-agree.md b/.changeset/serious-terms-agree.md deleted file mode 100644 index 82e09c267e..0000000000 --- a/.changeset/serious-terms-agree.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - --**feat**: Upgraded viem to support heterogeneous calls. By @abcrane123 #1527 --**feat**: Added default WagmiProvider and QueryClientProvider if not provided in the React context. By @OxAlec #1589 --**feat**: Added global Toast component. By @brendan-defi #1588 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4619757449..7b52ec2d5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,23 @@ # Changelog +## 0.35.6 + +### Patch Changes + +- [#1624](https://github.com/coinbase/onchainkit/pull/1624) [`81eb9056c7d1e3948b3d3b84ef8d03ffbf235b23`](https://github.com/coinbase/onchainkit/commit/81eb9056c7d1e3948b3d3b84ef8d03ffbf235b23) Thanks [@dschlabach](https://github.com/dschlabach)! - - **feat**: Add linking functionality to playground. By @dschlabach #1624 + +- [#1642](https://github.com/coinbase/onchainkit/pull/1642) [`00f0a09c573c3931a7124a1b842178ff90822ece`](https://github.com/coinbase/onchainkit/commit/00f0a09c573c3931a7124a1b842178ff90822ece) Thanks [@abcrane123](https://github.com/abcrane123)! - -**feat**: Upgraded viem to support heterogeneous calls. By @abcrane123 #1527 -**feat**: Added default WagmiProvider and QueryClientProvider if not provided in the React context. By @OxAlec #1589 -**feat**: Added global Toast component. By @brendan-defi #1588 + ## 0.35.5 ### Patch Changes -- **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 +- **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 ## 0.35.4 diff --git a/package.json b/package.json index 1a4a9db160..d9dabc7d2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.35.5", + "version": "0.35.6", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",