Skip to content

Commit aca3c8c

Browse files
authored
chore: Bump version from 0.0.7 to 0.0.8
2 parents 603c141 + 8aeb840 commit aca3c8c

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ chatwoot-react-native-widget
99

1010
- **Supported Chatwoot version:** 1.18.0+
1111

12-
<img src="https://user-images.githubusercontent.com/12408980/112000864-99ef4d80-8adb-11eb-94c1-9901a13b4dd4.png" alt="screenshot" width="350">
12+
<img src="https://user-images.githubusercontent.com/12408980/203909820-938136a6-bf5b-433e-9f68-d7f28a1303be.png" alt="screenshot" width="350">
1313

1414
### Installation
1515

@@ -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-2021, Chatwoot Inc - Released under the MIT License.
183+
_Chatwoot_ &copy; 2017-2022, Chatwoot Inc - Released under the MIT License.

examples/App.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import styles from './style';
1313
const App = () => {
1414
const [showWidget, toggleWidget] = useState(false);
1515
const [user, setUser] = useState({
16-
identifier: 'sabu_mon@gmail.com',
17-
name: 'Sabu Mon',
18-
avatar_url: 'https://i.pravatar.cc/300',
19-
email: 'sabu_mon@gmail.com',
16+
identifier: 'sandra.lawrence@example.com',
17+
name: 'Sandra Lawrence',
18+
avatar_url: 'https://i.pravatar.cc/150?u=a042581f4e29026704d',
19+
email: 'sandra.lawrence@example.com',
2020
identifier_hash: '',
2121
});
2222
const customAttributes = {

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "eslint ."
1212
},
1313
"dependencies": {
14-
"@chatwoot/react-native-widget": "../chatwoot-react-native-widget-0.0.7.tgz",
14+
"@chatwoot/react-native-widget": "^0.0.8",
1515
"@react-native-async-storage/async-storage": "^1.14.1",
1616
"react": "17.0.1",
1717
"react-native": "0.64.0",

examples/yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -725,9 +725,10 @@
725725
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
726726
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
727727

728-
"@chatwoot/react-native-widget@../chatwoot-react-native-widget-0.0.7.tgz":
729-
version "0.0.7"
730-
resolved "../chatwoot-react-native-widget-0.0.7.tgz#461193841e545122184fe9114b824606d9116a4f"
728+
"@chatwoot/react-native-widget@^0.0.8":
729+
version "0.0.8"
730+
resolved "https://registry.yarnpkg.com/@chatwoot/react-native-widget/-/react-native-widget-0.0.8.tgz#e6e198c57c097ec15936d24f00bf99b63a7b9eda"
731+
integrity sha512-KfExH1pci+MnBBM4gZSqgEd9h9W830tZLJYauUjU01GrUnTxkBYbisToFdDkcMwJQQKfYP8IVfbhkSqbhonf2Q==
731732
dependencies:
732733
react-native-modal "^11.7.0"
733734

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.7",
3+
"version": "0.0.8",
44
"description": "React Native widget for Chatwoot",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)