Skip to content

Commit

Permalink
chore: version packages v0.31.0 🌊 (#1147)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 23, 2024
1 parent 4d7dec4 commit aae1726
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .changeset/green-elephants-matter.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit aae1726

Please sign in to comment.