Skip to content

Commit

Permalink
chore: release (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Sep 12, 2024
1 parent 95acc71 commit 0d66861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .changeset/shy-foxes-jog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
'@coinbase/onchainkit': patch
---

- **feat**: added custom max slippage support in the `Swap` component along with a new settings dropdown UI. By @cpcramer #1176 #1248
- **feat**: added type `LifecycleStatusDataShared` to the `LifeCycleStatus` to hold shared lifeCycle state. By @zizzamia #1234 #1240
- **feat**: introduced `config` for the `Swap` component, with the first option for `maxSlippage`. By @zizzamia & @cpcramer #1242
- **fix**: added spacing between swap input and token select. By @alessey #1229
- **feat**: added slippage support in `Swap` component with settings UI. This combined feat incorporates slippage functionality into the Swap component, including a dedicated settings section with a title, description, and input field for configuring slippage tolerance. By @cpcramer #1187 #1192 #1191 #1189 #1195 #1196 #1206 #1248
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.31.5';
export const version = '0.31.6';

0 comments on commit 0d66861

Please sign in to comment.