Skip to content

Commit 0edf058

Browse files
committed
docs: Update changelog and version
1 parent 7255c06 commit 0edf058

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG.md
22

3+
## v2.0.0-beta.24 (13-11-2024)
4+
5+
**Fixed:**
6+
- Fixed an issue where toasts showed up incorrectly positioned in embedded chatbots
7+
38
## v2.0.0-beta.23 (07-11-2024)
49

510
**Minor Breaking Change:**

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Welcome to React ChatBotify, an intuitive and versatile library that allows you
3333

3434
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!
3535

36-
React ChatBotify is currently compatible with **React versions 16, 17, 18, and 19**. Get started today by installing the library with the following command:
36+
React ChatBotify is currently compatible with **React versions 16, 17, 18, and 19**. Get started by installing the library with the following command:
3737

3838
`npm install react-chatbotify --save`
3939

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"files": [
1313
"./dist"
1414
],
15-
"version": "2.0.0-beta.23",
15+
"version": "2.0.0-beta.24",
1616
"description": "A modern React library for creating flexible and extensible chatbots.",
1717
"type": "module",
1818
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)