Skip to content

Commit 87df7a7

Browse files
committed
chore: update version numbers and changelogs for docs and test-app; remove obsolete changeset file
1 parent a54010e commit 87df7a7

7 files changed

Lines changed: 31 additions & 10 deletions

File tree

.changeset/floppy-lands-begin.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# docs
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- a54010e: feat: add pause on hover functionality for auto-closing toasts and update documentation
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [a54010e]
12+
- react-toast-msg@2.9.0
13+
314
## 0.1.2
415

516
### Patch Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

apps/test-app/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# test-app
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- a54010e: feat: add pause on hover functionality for auto-closing toasts and update documentation
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [a54010e]
12+
- react-toast-msg@2.9.0
13+
314
## 0.0.2
415

516
### Patch Changes

apps/test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "test-app",
33
"private": true,
4-
"version": "0.0.2",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/react-toast-msg/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-toast-msg
22

3+
## 2.9.0
4+
5+
### Minor Changes
6+
7+
- a54010e: feat: add pause on hover functionality for auto-closing toasts and update documentation
8+
39
## 2.8.1
410

511
### Patch Changes

packages/react-toast-msg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-toast-msg",
3-
"version": "2.8.1",
3+
"version": "2.9.0",
44
"description": "Fast, flexible, developer-friendly React toast notifications with a clean black & white design.",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)