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",