diff --git a/.changeset/shy-foxes-jog.md b/.changeset/shy-foxes-jog.md index 7e4d3c34ca..5205684fd4 100644 --- a/.changeset/shy-foxes-jog.md +++ b/.changeset/shy-foxes-jog.md @@ -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 diff --git a/src/version.ts b/src/version.ts index a620c6661f..e5c216298a 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.31.5'; +export const version = '0.31.6';