Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/slow-dogs-travel.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/components/toast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @heroui/toast

## 2.0.4

### Patch Changes

- [#4881](https://github.com/heroui-inc/heroui/pull/4881) [`29df4f5`](https://github.com/heroui-inc/heroui/commit/29df4f531756daf84d2334926d193715fefeb428) Thanks [@macci001](https://github.com/macci001)! - fixing maxVisibleToast functionality in toast (#4870)
For promises, starting the timer only after the promise is resolved

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/toast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/toast",
"version": "2.0.3",
"version": "2.0.4",
"description": "Toast are temporary notifications that provide concise feedback about an action or event",
"keywords": [
"toast"
Expand Down
7 changes: 7 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @heroui/react

## 2.7.3

### Patch Changes

- Updated dependencies [[`29df4f5`](https://github.com/heroui-inc/heroui/commit/29df4f531756daf84d2334926d193715fefeb428)]:
- @heroui/toast@2.0.4

## 2.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/react",
"version": "2.7.2",
"version": "2.7.3",
"description": "🚀 Beautiful and modern React UI library.",
"author": "HeroUI <support@heroui.com>",
"homepage": "https://heroui.com",
Expand Down