From b0bf0637cd9d9ba828487fa8109ba6a042e9dcbe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:32:21 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20=F0=9F=8C=8A=20(#?= =?UTF-8?q?1872)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] Co-authored-by: Adam Lessey --- .changeset/friendly-cougars-fly.md | 10 ---------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/friendly-cougars-fly.md diff --git a/.changeset/friendly-cougars-fly.md b/.changeset/friendly-cougars-fly.md deleted file mode 100644 index 12acc9efae..0000000000 --- a/.changeset/friendly-cougars-fly.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@coinbase/onchainkit": patch ---- - -***fix*** Fixed typos in documentation. By @rebustron #1850 -***chore***: Deprecated amountReference: 'to' in V1 Swap. By @alessey #1851 -***feat***: Implemented Popover, DismissableLayer, and FocusTrap primitives in SwapSettings. By @cpcramer #1856 -***chore***: Standardized comment format to JSDoc-style syntax'. By @cpcramer #1868 -***feat*** Added analytics. By @0xAlec #1869 - diff --git a/CHANGELOG.md b/CHANGELOG.md index b00ce034ca..d83661d6a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.36.9 + +### Patch Changes + +- **fix** Fixed typos in documentation. By @rebustron #1850 +- **chore**: Deprecated amountReference: 'to' in V1 Swap. By @alessey #1851 +- **feat**: Implemented Popover, DismissableLayer, and FocusTrap primitives in SwapSettings. By @cpcramer #1856 +- **chore**: Standardized comment format to JSDoc-style syntax'. By @cpcramer #1868 +- **feat** Added analytics. By @0xAlec #1869 + ## 0.36.8 ### Patch Changes diff --git a/package.json b/package.json index 876438b38a..ab00bc2d77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.36.8", + "version": "0.36.9", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",