From ea6a892ad2c71531d480cbf58a00376726997ed0 Mon Sep 17 00:00:00 2001 From: Rob Morieson Date: Tue, 9 Jan 2024 16:56:51 +1100 Subject: [PATCH 1/3] Add changelog entry for 2.9.0 release --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e3a0ef..5f2c543b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## 2.9.0 (2024-01-09) + +### 🆕 New providers + +- Adds `HubSpot` as a provider ([#281](https://github.com/calibreapp/react-live-chat-loader/pull/281)) +- Adds `Front` as a provider ([#345](https://github.com/calibreapp/react-live-chat-loader/pull/345)) + +### 📦 Dependencies + +- Updates dependencies +- Removes unnessary dependencies ([#341](https://github.com/calibreapp/react-live-chat-loader/pull/341)) + +### 🐛 Bugs + +- Updates `module` targets in `.babelrc` to ensure all builds are transpiled to ES5 ([#341](https://github.com/calibreapp/react-live-chat-loader/pull/341)) + +### 💞 Credits + +Thanks to [altaywtf](https://github.com/altaywtf) for module targets bugfix and dependency cleanup; [jucallej](https://github.com/jucallej) and [drwlrsn](https://github.com/drwlrsn) for their work on adding `HubSpot` as a provider; and [IlirEdis](https://github.com/IlirEdis) for the addition of `Front` as a provider. + ## 2.8.2 (2023-10-17) ### 📦 Dependencies From 62b1371058d96e9afaf70565100959b6d68a9209 Mon Sep 17 00:00:00 2001 From: Rob Morieson Date: Tue, 9 Jan 2024 16:56:58 +1100 Subject: [PATCH 2/3] 2.9.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf916aec..fec2c565 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-live-chat-loader", - "version": "2.8.2", + "version": "2.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-live-chat-loader", - "version": "2.8.2", + "version": "2.9.0", "license": "MIT", "devDependencies": { "@babel/cli": "^7.19.3", diff --git a/package.json b/package.json index 6565d299..d900d4b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-live-chat-loader", - "version": "2.8.2", + "version": "2.9.0", "description": "Implement live chat in your react app without taking a performance hit.", "main": "dist/index.js", "module": "module/index.js", From f5787a628f7aad80b86ce012588e8e6a86cf0084 Mon Sep 17 00:00:00 2001 From: Ben Schwarz Date: Tue, 9 Jan 2024 17:47:12 +1100 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f2c543b..fa5891c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ ### 📦 Dependencies - Updates dependencies -- Removes unnessary dependencies ([#341](https://github.com/calibreapp/react-live-chat-loader/pull/341)) +- Removes unnecessary dependencies ([#341](https://github.com/calibreapp/react-live-chat-loader/pull/341)) ### 🐛 Bugs