Skip to content

Commit 3fd9e7a

Browse files
committed
chore: version bump
1 parent 6c4f7d3 commit 3fd9e7a

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.5.8
2+
- Namespaced all css declarations so that they don't affect styles outside of the widget.
3+
14
## 0.5.7
25
- Fixed a bug where the connection would not close down when the component unmounted and continued polling indefinitely in the background.
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A simple webchat widget to connect with a chatbot. Forked from [react-chat-widge
2020
In your `<body/>`:
2121
```javascript
2222
<div id="webchat"/>
23-
<script src="https://storage.googleapis.com/mrbot-cdn/webchat-0.5.7.js"></script>
23+
<script src="https://storage.googleapis.com/mrbot-cdn/webchat-0.5.8.js"></script>
2424
<script>
2525
WebChat.default.init({
2626
selector: "#webchat",

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "rasa-webchat",
3-
"version": "0.5.7",
3+
"version": "0.5.8",
44
"description": "Chat web widget for React apps and Rasa Core chatbots",
55
"main": "lib/index.js",
66
"repository": "git@https://github.com/mrbot-ai/rasa-webchat.git",

0 commit comments

Comments
 (0)