From 0edf05883ea814302ed9deb60ddab9f676410f72 Mon Sep 17 00:00:00 2001 From: tjtanjin Date: Wed, 13 Nov 2024 23:00:48 +0800 Subject: [PATCH] docs: Update changelog and version --- CHANGELOG.md | 5 +++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae40c71..3a5f079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG.md +## v2.0.0-beta.24 (13-11-2024) + +**Fixed:** +- Fixed an issue where toasts showed up incorrectly positioned in embedded chatbots + ## v2.0.0-beta.23 (07-11-2024) **Minor Breaking Change:** diff --git a/README.md b/README.md index a9507a8..248f0e2 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Welcome to React ChatBotify, an intuitive and versatile library that allows you Designed with developers in mind, React ChatBotify simplifies the chatbot development process without compromising on functionality. Its intuitive API and comprehensive customization options allow you to tailor your chatbot to meet specific project requirements seamlessly. From handling basic interactions to managing complex and advanced conversational flows, our library empowers you to deliver engaging user experiences. Head over to our [**community showcases**](https://github.com/tjtanjin/react-chatbotify/blob/main/SHOWCASES.md) or join [**our discord**](https://discord.gg/6R4DK4G5Zh) to get inspired and start crafting your chatbot today! -React ChatBotify is currently compatible with **React versions 16, 17, 18, and 19**. Get started today by installing the library with the following command: +React ChatBotify is currently compatible with **React versions 16, 17, 18, and 19**. Get started by installing the library with the following command: `npm install react-chatbotify --save` diff --git a/package-lock.json b/package-lock.json index 30825e1..638763f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-chatbotify", - "version": "2.0.0-beta.23", + "version": "2.0.0-beta.24", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-chatbotify", - "version": "2.0.0-beta.23", + "version": "2.0.0-beta.24", "license": "MIT", "devDependencies": { "@testing-library/jest-dom": "^6.6.2", diff --git a/package.json b/package.json index 1e88841..18f5561 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "files": [ "./dist" ], - "version": "2.0.0-beta.23", + "version": "2.0.0-beta.24", "description": "A modern React library for creating flexible and extensible chatbots.", "type": "module", "main": "./dist/index.cjs",