Skip to content

Commit

Permalink
🔖 Release 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
almond-bongbong committed Sep 11, 2023
1 parent de64d47 commit 691734b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 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,19 @@ function ChangeLog() {
</p>
</section>

<section className={styles.new}>
<h3>5.9.0</h3>
<div className={styles.date}>{dayjs(1694441587084).format('YYYY.MM.DD')}</div>
<h4 className={styles.sub_title}>🌈 Theme Expansion</h4>
<ul className={styles.features}>
<li>
<strong>New Themes:</strong> Introduced new themes: <code>Moonlight</code> and{' '}
<code>Sunset</code>. These themes offer a visually appealing experience and provide more
customization options for toast notifications.
</li>
</ul>
</section>

<section className={styles.new}>
<h3>5.8.3</h3>
<div className={styles.date}>{dayjs(1693947426761).format('YYYY.MM.DD')}</div>{' '}
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": "react-simple-toasts",
"version": "5.8.3",
"version": "5.9.0",
"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

0 comments on commit 691734b

Please sign in to comment.