Skip to content

Commit 8bf5feb

Browse files
authored
Merge pull request #631 from devrnt/changeset-release/main
Version Packages
2 parents 35edcf5 + 6dd1fe7 commit 8bf5feb

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/tall-buses-reply.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react-use-intercom/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-use-intercom
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- 8f7ff67: Allow calling "boot" multiple times. Previously it was not possible to invoke "boot" more than once, because of a "isBooted" guard. This behaviour was not in line with the IntercomJS docs, so it has been removed
8+
39
## 4.1.0
410

511
### Minor Changes

packages/react-use-intercom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"module": "dist/index.mjs",
55
"description": "React Intercom integration without the hassle, driven by hooks.",
66
"homepage": "https://github.com/devrnt/react-use-intercom#readme",
7-
"version": "4.1.0",
7+
"version": "5.0.0",
88
"license": "MIT",
99
"main": "dist/index.js",
1010
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)