From 1fadfa5f4b7658ec1ae8d9a4350dc14534e14ef8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Sep 2024 21:21:50 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20=F0=9F=94=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/shy-foxes-jog.md | 8 -------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/shy-foxes-jog.md diff --git a/.changeset/shy-foxes-jog.md b/.changeset/shy-foxes-jog.md deleted file mode 100644 index 5205684fd4..0000000000 --- a/.changeset/shy-foxes-jog.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a011bad62..263050d42c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.31.6 + +### Patch Changes + +- 6147155: - **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 + ## 0.31.5 ### Patch Changes diff --git a/package.json b/package.json index cde8a201b2..220dc6f9c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.31.5", + "version": "0.31.6", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",