Skip to content

Commit 1336b31

Browse files
Matthieu JoannonMatthieu Joannon
authored andcommitted
chore(release): 0.5.9
1 parent 1ce8994 commit 1336b31

File tree

3 files changed

+141
-13
lines changed

3 files changed

+141
-13
lines changed

CHANGELOG.md

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,112 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### [0.5.9](https://https///compare/v2.1.1...v0.5.9) (2019-06-06)
6+
7+
8+
9+
### 0.5.8 (2019-05-07)
10+
11+
12+
### Bug Fixes
13+
14+
* css scope ([6c4f7d3](https://https///commit/6c4f7d3))
15+
16+
17+
18+
### 0.5.7 (2019-04-29)
19+
20+
21+
22+
### 0.5.6 (2019-03-06)
23+
24+
25+
26+
### 0.5.5 (2019-02-27)
27+
28+
29+
30+
### 0.5.4 (2019-01-16)
31+
32+
33+
34+
### 0.5.3 (2018-12-21)
35+
36+
37+
38+
### 0.5.2 (2018-12-17)
39+
40+
41+
### Bug Fixes
42+
43+
* it was impossible to click behind the empty space of widget button ([8e63321](https://https///commit/8e63321))
44+
45+
46+
47+
### 0.5.1 (2018-12-03)
48+
49+
50+
51+
## 0.5.0 (2018-11-28)
52+
53+
54+
55+
### 0.4.2 (2018-11-14)
56+
57+
58+
### Features
59+
60+
* 🎸 Add max-width to images and expose image params ([2d3482b](https://https///commit/2d3482b))
61+
62+
63+
### BREAKING CHANGES
64+
65+
* \
66+
67+
68+
69+
### 0.4.1 (2018-10-29)
70+
71+
72+
73+
## 0.4.0 (2018-10-19)
74+
75+
76+
77+
### 0.3.4 (2018-10-12)
78+
79+
80+
81+
### 0.3.3 (2018-10-06)
82+
83+
84+
85+
### 0.3.2 (2018-10-06)
86+
87+
88+
### Bug Fixes
89+
90+
* testing suite completing appropriately ([e89087e](https://https///commit/e89087e))
91+
92+
93+
94+
### 0.3.1 (2018-07-11)
95+
96+
97+
98+
## 0.3.0 (2018-07-06)
99+
100+
101+
102+
### 0.1.1 (2018-04-29)
103+
104+
105+
106+
## 0.1.0 (2018-04-11)
107+
108+
109+
1110
## 0.5.8
2111
- Namespaced all css declarations so that they don't affect styles outside of the widget.
3112

package-lock.json

Lines changed: 31 additions & 12 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": "rasa-webchat",
3-
"version": "0.5.8",
3+
"version": "0.5.9",
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)