From b7a52fc36d19c1df5cae20e78af8c46b0dd1782f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 12:21:22 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20v0.27.0=20?= =?UTF-8?q?=F0=9F=8C=8A=20(#973)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/gentle-peas-peel.md | 11 ----------- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/gentle-peas-peel.md diff --git a/.changeset/gentle-peas-peel.md b/.changeset/gentle-peas-peel.md deleted file mode 100644 index 4be0e0378d..0000000000 --- a/.changeset/gentle-peas-peel.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@coinbase/onchainkit": minor ---- - -- **feat**: renamed `` prop from `delayMs` to `durationMs`. By @abcrane123 #967 - -Breaking Changes - -The `delayMs` prop for the `` component has been renamed to `durationMs`. This change clarifies that `delay` refers to when something starts, while `duration` specifies how long it lasts. - -Learn more about this component type at https://onchainkit.xyz/transaction/types#transactiontoastreact diff --git a/CHANGELOG.md b/CHANGELOG.md index 3006d46c50..d79c0c5647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.27.0 + +### Minor Changes + +- f40b855: - **feat**: renamed `` prop from `delayMs` to `durationMs`. By @abcrane123 #967 + + Breaking Changes + + The `delayMs` prop for the `` component has been renamed to `durationMs`. This change clarifies that `delay` refers to when something starts, while `duration` specifies how long it lasts. + + Learn more about this component type at https://onchainkit.xyz/transaction/types#transactiontoastreact + ## 0.26.16 ### Patch Changes diff --git a/package.json b/package.json index b77e554466..9fca190f5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.26.16", + "version": "0.27.0", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",