Skip to content

Commit

Permalink
🔖 Release 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
almond-bongbong committed Nov 16, 2024
1 parent 90ac87d commit 705e3e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions example/src/page/change-log/change-log.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ function ChangeLog() {
</p>
</section>

<section className={styles.new}>
<h3>6.0.1</h3>
<div className={styles.date}>{dayjs().format('YYYY.MM.DD')}</div>
<h4 className={styles.sub_title}>🔄 Compatibility</h4>
<ul className={styles.features}>
<li>
<strong>React 19 Support:</strong> Added compatibility support for React 19 RC version.
</li>
</ul>
</section>

<section className={styles.new}>
<h3>6.0.0</h3>
<div className={styles.date}>{dayjs().format('YYYY.MM.DD')}</div>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-simple-toasts",
"version": "6.0.1-rc.1",
"version": "6.0.1",
"description": "Instant, lightweight toast notifications for React. No providers or containers needed.",
"author": "almond-bongbong",
"homepage": "https://github.com/almond-bongbong/react-simple-toasts",
Expand Down Expand Up @@ -99,4 +99,4 @@
"react-toastify"
],
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}
}

0 comments on commit 705e3e1

Please sign in to comment.