From 779b02b5cea06fa81aed7383c4a3eef299ff4aa0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:41:17 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20v0.35.5=20?= =?UTF-8?q?=F0=9F=8C=8A=20(#1591)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/popular-numbers-boil.md | 11 ----------- CHANGELOG.md | 13 +++++++------ package.json | 2 +- 3 files changed, 8 insertions(+), 18 deletions(-) delete mode 100644 .changeset/popular-numbers-boil.md diff --git a/.changeset/popular-numbers-boil.md b/.changeset/popular-numbers-boil.md deleted file mode 100644 index 4490a33baf..0000000000 --- a/.changeset/popular-numbers-boil.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - --**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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 845a28cea5..7675fa1807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ # Changelog +## 0.35.5 + +### 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 + ## 0.35.4 ### Patch Changes --**chore**: Updated `OnchainKitProvider` to fallback to CB verified schemaID. By @cpcramer #1575 --**chore**: Updated `hasCopyAddressOnClick` functionality to specify `Address` component. By @cpcramer #1547 --**docs**: Updated documentation. @dschlabach @fakepixels #1555 #1567 --**docs**: Added installation steps for `Astro`, `Nextjs`, `Remix`, and `Vite`. @brendan-defi #1546 --**feat**: Added hot-loading for playground development. @dschlabach #1551 --**feat**: Added `NFTCard`, `NFTCardDefault`, `NFTMintCard`, and `NFTMintCardDefault` components. @alessey #1580 #1483 #1490 +-**chore**: Updated `OnchainKitProvider` to fallback to CB verified schemaID. By @cpcramer #1575 -**chore**: Updated `hasCopyAddressOnClick` functionality to specify `Address` component. By @cpcramer #1547 -**docs**: Updated documentation. @dschlabach @fakepixels #1555 #1567 -**docs**: Added installation steps for `Astro`, `Nextjs`, `Remix`, and `Vite`. @brendan-defi #1546 -**feat**: Added hot-loading for playground development. @dschlabach #1551 -**feat**: Added `NFTCard`, `NFTCardDefault`, `NFTMintCard`, and `NFTMintCardDefault` components. @alessey #1580 #1483 #1490 ## 0.35.3 diff --git a/package.json b/package.json index 97aa5d49b3..be64781475 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.35.4", + "version": "0.35.5", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",