From cba87005694f96ec4349849aeb5f99b44bbcddb0 Mon Sep 17 00:00:00 2001 From: Leonardo Zizzamia Date: Mon, 5 Aug 2024 14:45:28 -0700 Subject: [PATCH] chore: relase --- .changeset/beige-bikes-greet.md | 5 ----- .changeset/thin-zebras-dream.md | 5 +++-- CHANGELOG.md | 9 ++++----- src/version.ts | 2 +- 4 files changed, 8 insertions(+), 13 deletions(-) delete mode 100644 .changeset/beige-bikes-greet.md diff --git a/.changeset/beige-bikes-greet.md b/.changeset/beige-bikes-greet.md deleted file mode 100644 index 0631d79900..0000000000 --- a/.changeset/beige-bikes-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@coinbase/onchainkit": patch ---- - --**chore**: Base Names testnet compatibility. By @cpcramer #966 diff --git a/.changeset/thin-zebras-dream.md b/.changeset/thin-zebras-dream.md index a4eb9b50d2..ff487b2f43 100644 --- a/.changeset/thin-zebras-dream.md +++ b/.changeset/thin-zebras-dream.md @@ -2,5 +2,6 @@ "@coinbase/onchainkit": patch --- --**chore**: Organize const variables and update imports for the Transaction component. By @cpcramer #961 --**feat**: Add close wallet dropdown when clicking outside of the component's container. By @cpcramer #925 +- **fix**: added Base Names testnet compatibility. By @cpcramer #966 +- **chore**: organized const variables and update imports for the `Transaction` component. By @cpcramer #961 +- **fix**: added close wallet dropdown when clicking outside of the component's container. By @cpcramer #925 diff --git a/CHANGELOG.md b/CHANGELOG.md index d79c0c5647..5fccf97717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,12 @@ ### Minor Changes -- f40b855: - **feat**: renamed `` prop from `delayMs` to `durationMs`. By @abcrane123 #967 +- **feat**: renamed `` prop from `delayMs` to `durationMs`. By @abcrane123 #967 f40b855 - 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. +Breaking Changes +The `delayMs` prop for the `` component has been renamed to `durationMs`. Thischange clarifies that `delay` refers to when something starts, while `duration` specifies how longit lasts. - Learn more about this component type at https://onchainkit.xyz/transaction/types#transactiontoastreact +Learn more about this component type at https://onchainkit.xyz/transactiontypes#transactiontoastreact ## 0.26.16 diff --git a/src/version.ts b/src/version.ts index 8ba60d6953..d6f3166e8b 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.27.0'; +export const version = '0.27.1';