Skip to content

Commit

Permalink
v0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-basic committed Oct 18, 2024
1 parent a3bcb40 commit 9a96778
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.15",
"version": "0.1.16",
"command": {
"publish": {
"yes": true
}
}
}
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vortexwest/chat-widget-react",
"version": "0.1.15",
"version": "0.1.16",
"publishConfig": {
"access": "restricted"
},
Expand All @@ -27,7 +27,7 @@
"test": "jest"
},
"dependencies": {
"@vortexwest/chat-widget-ui": "^0.1.15"
"@vortexwest/chat-widget-ui": "^0.1.16"
},
"devDependencies": {
"@babel/preset-env": "^7.24.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vortexwest/chat-widget-ui",
"version": "0.1.15",
"version": "0.1.16",
"publishConfig": {
"access": "restricted"
},
Expand Down

0 comments on commit 9a96778

Please sign in to comment.