From f7558d947b7fbb57875a2a724a965853743f96b5 Mon Sep 17 00:00:00 2001 From: cmlee Date: Sat, 23 Sep 2023 16:50:39 +0900 Subject: [PATCH] :bookmark: Release 5.10.0 --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7b548f..8c8bcc7 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,12 @@ Looking for more details, examples, and customization options? **Explore the ful React Simple Toasts offers fun built-in themes, and the flexibility doesn't stop there. Feel free to customize the themes to match your application's branding. Your toast, your style! +### Standard Theme

standard theme showcase

+### Creative Theme

creative theme showcase

diff --git a/package.json b/package.json index 825dcca..aeba6df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-simple-toasts", - "version": "5.9.0", + "version": "5.10.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",