Skip to content

Commit

Permalink
chore: version packages v0.27.0 🌊 (#973)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 2, 2024
1 parent f40b855 commit b7a52fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .changeset/gentle-peas-peel.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.27.0

### Minor Changes

- f40b855: - **feat**: renamed `<TransactionToast>` prop from `delayMs` to `durationMs`. By @abcrane123 #967

Breaking Changes

The `delayMs` prop for the `<TransactionToast>` 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b7a52fc

Please sign in to comment.