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",