Skip to content

Commit e8ffdda

Browse files
committed
Release v0.0.06
1 parent 247433d commit e8ffdda

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ chatwoot-react-native-widget
77
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
88
![](https://img.shields.io/npm/l/@chatwoot/@chatwoot/react-native-widget)
99

10-
- **Supported Chatwoot version:** 1.13.2+
10+
- **Supported Chatwoot version:** 1.18.0+
1111

1212
<img src="https://user-images.githubusercontent.com/12408980/112000864-99ef4d80-8adb-11eb-94c1-9901a13b4dd4.png" alt="screenshot" width="350">
1313

@@ -180,4 +180,4 @@ Feel free to send us feedback on [Twitter](https://twitter.com/chatwootapp) or [
180180

181181
If there's anything you'd like to chat about, please feel free to join our [Discord](https://discord.gg/cJXdrwS) chat!
182182

183-
_Chatwoot_ &copy; 2017-2020, Chatwoot Inc - Released under the MIT License.
183+
_Chatwoot_ &copy; 2017-2021, Chatwoot Inc - Released under the MIT License.

examples/yarn.lock

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -704,9 +704,16 @@
704704
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
705705
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
706706

707-
"@chatwoot/react-native-widget@../chatwoot-react-native-widget-0.0.7.tgz":
708-
version "0.0.7"
709-
resolved "../chatwoot-react-native-widget-0.0.7.tgz#f0c1e40419abd597edc82345ae1ab41e46cdbdb1"
707+
"@chatwoot/react-native-widget@../chatwoot-react-native-widget-0.0.6.tgz":
708+
version "0.0.6"
709+
resolved "../chatwoot-react-native-widget-0.0.6.tgz#671d5a500ad9f5544597af5231fe7fbf9c9789c1"
710+
dependencies:
711+
react-native-modal "^11.7.0"
712+
713+
"@chatwoot/react-native-widget@^0.0.3":
714+
version "0.0.3"
715+
resolved "https://registry.npmjs.org/@chatwoot/react-native-widget/-/react-native-widget-0.0.3.tgz#072b74d8fcb17564b8529bc537d33e0159787870"
716+
integrity sha512-fhvc2mhIXHd039kJEthLt92yQcOR6ApeMOGFmDc2JXFlGE46d+oKJuVjU1x1lMtUT6Ndez6nGbrtp89ev6Ntpg==
710717
dependencies:
711718
react-native-modal "^11.7.0"
712719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatwoot/react-native-widget",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "React Native widget for Chatwoot",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)