Skip to content

Commit

Permalink
Release v0.0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
muhsin-k committed Nov 30, 2021
1 parent 247433d commit e8ffdda
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ chatwoot-react-native-widget
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
![](https://img.shields.io/npm/l/@chatwoot/@chatwoot/react-native-widget)

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

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

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

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

_Chatwoot_ &copy; 2017-2020, Chatwoot Inc - Released under the MIT License.
_Chatwoot_ &copy; 2017-2021, Chatwoot Inc - Released under the MIT License.
13 changes: 10 additions & 3 deletions examples/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -704,9 +704,16 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@chatwoot/react-native-widget@../chatwoot-react-native-widget-0.0.7.tgz":
version "0.0.7"
resolved "../chatwoot-react-native-widget-0.0.7.tgz#f0c1e40419abd597edc82345ae1ab41e46cdbdb1"
"@chatwoot/react-native-widget@../chatwoot-react-native-widget-0.0.6.tgz":
version "0.0.6"
resolved "../chatwoot-react-native-widget-0.0.6.tgz#671d5a500ad9f5544597af5231fe7fbf9c9789c1"
dependencies:
react-native-modal "^11.7.0"

"@chatwoot/react-native-widget@^0.0.3":
version "0.0.3"
resolved "https://registry.npmjs.org/@chatwoot/react-native-widget/-/react-native-widget-0.0.3.tgz#072b74d8fcb17564b8529bc537d33e0159787870"
integrity sha512-fhvc2mhIXHd039kJEthLt92yQcOR6ApeMOGFmDc2JXFlGE46d+oKJuVjU1x1lMtUT6Ndez6nGbrtp89ev6Ntpg==
dependencies:
react-native-modal "^11.7.0"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chatwoot/react-native-widget",
"version": "0.0.5",
"version": "0.0.6",
"description": "React Native widget for Chatwoot",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e8ffdda

Please sign in to comment.