diff --git a/.changeset/green-elephants-matter.md b/.changeset/green-elephants-matter.md deleted file mode 100644 index 13ae3113b8..0000000000 --- a/.changeset/green-elephants-matter.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@coinbase/onchainkit": minor ---- - -- **fix**: error message in `Swap` experience. By @zizzamia & @0xAlec #1154 #1153 #1155 -- **fix**: removed `address` prop from `Swap` component. By @abcrane123 #1145 -- **feat**: moving `getTokens`, `buildSwapTransaction` and `getSwapQuote` under the API module. By @zizzamia #1146 #1151 -- **fix**: handled SSR hydration issues. By @abcrane123 #1117 - -Breaking Changes -We streamlined the `Swap` experience to match the `Transaction` experience by eliminating the need for an `address` prop, making it work automatically. - -All APIs within OnchainKit are now consolidated under the `@coinbase/onchainkit/api` module. There's no change in functionality; simply import them from the `api` module. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 839948d3be..acdd179a28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.31.0 + +### Minor Changes + +- 4382d93: - **fix**: error message in `Swap` experience. By @zizzamia & @0xAlec #1154 #1153 #1155 + + - **fix**: removed `address` prop from `Swap` component. By @abcrane123 #1145 + - **feat**: moving `getTokens`, `buildSwapTransaction` and `getSwapQuote` under the API module. By @zizzamia #1146 #1151 + - **fix**: handled SSR hydration issues. By @abcrane123 #1117 + + Breaking Changes + We streamlined the `Swap` experience to match the `Transaction` experience by eliminating the need for an `address` prop, making it work automatically. + + All APIs within OnchainKit are now consolidated under the `@coinbase/onchainkit/api` module. There's no change in functionality; simply import them from the `api` module. + ## 0.30.0 ### Minor Changes diff --git a/package.json b/package.json index af3f0c6c05..bfeea135c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.30.0", + "version": "0.31.0", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",