Skip to content

Commit

Permalink
chore: Bump version from 0.0.7 to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
muhsin-k authored Nov 25, 2022
2 parents 603c141 + 8aeb840 commit aca3c8c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ chatwoot-react-native-widget

- **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">
<img src="https://user-images.githubusercontent.com/12408980/203909820-938136a6-bf5b-433e-9f68-d7f28a1303be.png" alt="screenshot" width="350">

### Installation

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-2021, Chatwoot Inc - Released under the MIT License.
_Chatwoot_ &copy; 2017-2022, Chatwoot Inc - Released under the MIT License.
8 changes: 4 additions & 4 deletions examples/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import styles from './style';
const App = () => {
const [showWidget, toggleWidget] = useState(false);
const [user, setUser] = useState({
identifier: 'sabu_mon@gmail.com',
name: 'Sabu Mon',
avatar_url: 'https://i.pravatar.cc/300',
email: 'sabu_mon@gmail.com',
identifier: 'sandra.lawrence@example.com',
name: 'Sandra Lawrence',
avatar_url: 'https://i.pravatar.cc/150?u=a042581f4e29026704d',
email: 'sandra.lawrence@example.com',
identifier_hash: '',
});
const customAttributes = {
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint ."
},
"dependencies": {
"@chatwoot/react-native-widget": "../chatwoot-react-native-widget-0.0.7.tgz",
"@chatwoot/react-native-widget": "^0.0.8",
"@react-native-async-storage/async-storage": "^1.14.1",
"react": "17.0.1",
"react-native": "0.64.0",
Expand Down
7 changes: 4 additions & 3 deletions examples/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -725,9 +725,10 @@
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#461193841e545122184fe9114b824606d9116a4f"
"@chatwoot/react-native-widget@^0.0.8":
version "0.0.8"
resolved "https://registry.yarnpkg.com/@chatwoot/react-native-widget/-/react-native-widget-0.0.8.tgz#e6e198c57c097ec15936d24f00bf99b63a7b9eda"
integrity sha512-KfExH1pci+MnBBM4gZSqgEd9h9W830tZLJYauUjU01GrUnTxkBYbisToFdDkcMwJQQKfYP8IVfbhkSqbhonf2Q==
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.7",
"version": "0.0.8",
"description": "React Native widget for Chatwoot",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit aca3c8c

Please sign in to comment.