Skip to content

Commit db9864d

Browse files
committed
Bump to 2.11.0
1 parent 2a501b2 commit db9864d

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 2.11.0 (2025-02-25)
2+
3+
### 🛠 Core
4+
5+
- Add support for React 19 ([#487](https://github.com/calibreapp/react-live-chat-loader/pull/487)) by @kai11
6+
7+
### 🆕 New providers
8+
9+
- Adds `Adobe Dynamic Chat` as a provider ([#488](https://github.com/calibreapp/react-live-chat-loader/pull/488)) by @enjoyjeremy-bc
10+
11+
### 📦 Dependencies
12+
13+
- Updated dependencies
14+
115
## 2.10.0 (2025-01-03)
216

317
### 🛠 Core
@@ -22,7 +36,7 @@
2236

2337
### 🛠 Core
2438

25-
- No updates. Reinstates build files missing from previous release.
39+
- No updates. Reinstates build files missing from previous release.
2640

2741
## 2.9.0 (2024-01-09)
2842

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-live-chat-loader",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"description": "Implement live chat in your react app without taking a performance hit.",
55
"main": "dist/index.js",
66
"module": "module/index.js",

0 commit comments

Comments
 (0)