From 36a46d20282fb5a4b405e41de5617a17eb0d02c3 Mon Sep 17 00:00:00 2001 From: cmlee Date: Thu, 25 Jul 2024 22:07:33 +0900 Subject: [PATCH] :bookmark: Release 5.10.1 --- .../src/page/change-log/change-log.module.css | 4 ++++ example/src/page/change-log/change-log.tsx | 21 +++++++++++++++++++ package.json | 4 ++-- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/example/src/page/change-log/change-log.module.css b/example/src/page/change-log/change-log.module.css index 3596ebd..431832c 100644 --- a/example/src/page/change-log/change-log.module.css +++ b/example/src/page/change-log/change-log.module.css @@ -24,6 +24,10 @@ margin-top: 10px; } +.features a { + color: blue; +} + .features strong { font-weight: 400; color: #000; diff --git a/example/src/page/change-log/change-log.tsx b/example/src/page/change-log/change-log.tsx index 3c4735b..3305d94 100644 --- a/example/src/page/change-log/change-log.tsx +++ b/example/src/page/change-log/change-log.tsx @@ -14,6 +14,27 @@ function ChangeLog() {

+
+

5.11.0

+
{dayjs().format('YYYY.MM.DD')}
+

🎉 New Features

+ +

🐛 Bug Fixes

+ +
+

5.10.0

{dayjs(1695454943400).format('YYYY.MM.DD')}
diff --git a/package.json b/package.json index 3813468..3826f7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-simple-toasts", - "version": "5.10.0", + "version": "5.10.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", @@ -87,4 +87,4 @@ "react-toastify" ], "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" -} +} \ No newline at end of file