From 5ce118038ee3f5f8c31cf79eefc9b6f59a3a5254 Mon Sep 17 00:00:00 2001 From: dschlabach Date: Tue, 17 Dec 2024 15:09:53 -0500 Subject: [PATCH] release --- .changeset/spotty-wasps-warn.md | 23 ++++++++++++++++++++++- src/version.ts | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.changeset/spotty-wasps-warn.md b/.changeset/spotty-wasps-warn.md index 623bcfc24d..5d230d1e04 100644 --- a/.changeset/spotty-wasps-warn.md +++ b/.changeset/spotty-wasps-warn.md @@ -2,4 +2,25 @@ '@coinbase/onchainkit': patch --- --**docs**: Updated `Identity` component preview. By @cpcramer #1717 +- **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 @alessy #1720 +- **chore**: Updated WalletModal UI. By @cpcramer #1727 +- **feat**: Added tailwindcss-animate. By @alessy #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 @alessy #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 @alessy #1749 +- **docs**: Remove redundant header in wallet docs. By @fakepixels #1678 +- **fix**: Fixed storybook. By @alessy #1753 + + + + + diff --git a/src/version.ts b/src/version.ts index 70daa2e6ee..56813d718c 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.36.0'; +export const version = '0.36.1';