From f3c0790f71840f1e90872269e9d04fc833ad6716 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:30:27 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20v0.36.1=20?= =?UTF-8?q?=F0=9F=8C=8A=20(#1725)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/spotty-wasps-warn.md | 21 -------------------- CHANGELOG.md | 34 ++++++++++++++++++++++++--------- package.json | 2 +- 3 files changed, 26 insertions(+), 31 deletions(-) delete mode 100644 .changeset/spotty-wasps-warn.md diff --git a/.changeset/spotty-wasps-warn.md b/.changeset/spotty-wasps-warn.md deleted file mode 100644 index 11f75765cd..0000000000 --- a/.changeset/spotty-wasps-warn.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - -- **docs**: Updated `Identity` component preview. By @cpcramer #1717 -- **docs**: Updated `WalletModal` image size. By @cpcramer #1723 -- **chore**: Added animation to landing page. By @mindapivessa #1682 -- **dev**: Fixed test file type errors and set dev aliases. By @dschlabach @alessey #1720 -- **chore**: Updated WalletModal UI. By @cpcramer #1727 -- **feat**: Added tailwindcss-animate. By @alessey #1734 -- **fix**: Fixed onramp listener function bug. By @abcrane123 #1728 -- **docs**: Fixed typos in docs & README.md. By @Guayaba221 @vtjl10 @omahs @famouswizard @Olexandr88 @mdqst @dschlabach @detrina @Danyylka #1711 #1735 #1736 #1737 #1739 #1745 #1746 #1747 #1743 #1741 -- **feat**: Added SwapLite util functions. By @abcrane123 #1648 -- **refactor**: Migrated NFT components to new file structure. By @alessey #1714 -- **chore**: Renamed SwapLite utils to Buy utils. By @abcrane123 #1742 -- **feat**: Added QrCode component. By @brendan-defi #1731 -- **refactor**: Moved web utils to ui/react/internal/utils. By @dschlabach #1716 -- **feat**: Added Draggable component. By @brendan-defi #1730 -- **fix**: Fixed development alias. By @alessey #1749 -- **docs**: Remove redundant header in wallet docs. By @fakepixels #1678 -- **fix**: Fixed storybook. By @alessey #1753 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed5f2f0aa..a668e147fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,36 @@ # Changelog +## 0.36.1 + +### Patch Changes + +- c7d3cff: - **docs**: Updated `Identity` component preview. By @cpcramer #1717 + - **docs**: Updated `WalletModal` image size. By @cpcramer #1723 + - **chore**: Added animation to landing page. By @mindapivessa #1682 + - **dev**: Fixed test file type errors and set dev aliases. By @dschlabach @alessey #1720 + - **chore**: Updated WalletModal UI. By @cpcramer #1727 + - **feat**: Added tailwindcss-animate. By @alessey #1734 + - **fix**: Fixed onramp listener function bug. By @abcrane123 #1728 + - **docs**: Fixed typos in docs & README.md. By @Guayaba221 @vtjl10 @omahs @famouswizard @Olexandr88 @mdqst @dschlabach @detrina @Danyylka #1711 #1735 #1736 #1737 #1739 #1745 #1746 #1747 #1743 #1741 + - **feat**: Added SwapLite util functions. By @abcrane123 #1648 + - **refactor**: Migrated NFT components to new file structure. By @alessey #1714 + - **chore**: Renamed SwapLite utils to Buy utils. By @abcrane123 #1742 + - **feat**: Added QrCode component. By @brendan-defi #1731 + - **refactor**: Moved web utils to ui/react/internal/utils. By @dschlabach #1716 + - **feat**: Added Draggable component. By @brendan-defi #1730 + - **fix**: Fixed development alias. By @alessey #1749 + - **docs**: Remove redundant header in wallet docs. By @fakepixels #1678 + - **fix**: Fixed storybook. By @alessey #1753 + ## 0.36.0 ### Minor Changes - -**feat**: Improved funding flow in `Checkout` by @0xAlec #1692 - -**chore**: Added `useOutsideClick` hook. By @cpcramer #1612 - -**chore**: Theme styling improvements. By @brendan-defi #1676 - -**fix**: Fixed `TokenDropdown` when parent container is larger than button. By @dschlabach #1667 - -**chore**: Removed `Farcaster Frames`. Deprecating `Framegear`, `Frames`, `XMTP`, and `Neynar` support. By @cpcramer #1693 - -**feat**: Updated `WalletModal` to support MetaMask wallet connection. By @cpcramer #1701 -**fix**: Fixed changelog generation. By @dschlabach #1680 - -**docs**: Documentation updates and improvements. By @brendan-defi @0xAlec @dschlabach #1690 #1685 +-**feat**: Improved funding flow in `Checkout` by @0xAlec #1692 -**chore**: Added `useOutsideClick` hook. By @cpcramer #1612 -**chore**: Theme styling improvements. By @brendan-defi #1676 -**fix**: Fixed `TokenDropdown` when parent container is larger than button. By @dschlabach #1667 -**chore**: Removed `Farcaster Frames`. Deprecating `Framegear`, `Frames`, `XMTP`, and `Neynar` support. By @cpcramer #1693 -**feat**: Updated `WalletModal` to support MetaMask wallet connection. By @cpcramer #1701 -**fix**: Fixed changelog generation. By @dschlabach #1680 -**docs**: Documentation updates and improvements. By @brendan-defi @0xAlec @dschlabach #1690 #1685 - Breaking Changes: +Breaking Changes: - - `Farcaster Frames` including `Framegear`, `Frames`, `XMTP`, and `Neynar` is no longer supported. +- `Farcaster Frames` including `Framegear`, `Frames`, `XMTP`, and `Neynar` is no longer supported. ## 0.35.8 diff --git a/package.json b/package.json index 875ca5acb7..22fb179777 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.36.0", + "version": "0.36.1", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",