Skip to content

Commit

Permalink
chore: release (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Aug 23, 2024
1 parent aec7024 commit e3e88d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/green-elephants-matter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
- **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.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center">
<a href="https://onchainkit.xyz">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./site/docs/public/logo/v0-30.png">
<img alt="OnchainKit logo vibes" src="./site/docs/public/logo/v0-30.png" width="auto">
<source media="(prefers-color-scheme: dark)" srcset="./site/docs/public/logo/v0-31.png">
<img alt="OnchainKit logo vibes" src="./site/docs/public/logo/v0-31.png" width="auto">
</picture>
</a>
</p>
Expand Down
Binary file added site/docs/public/logo/v0-31.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e3e88d7

Please sign in to comment.