Skip to content

Commit

Permalink
v0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-basic committed Oct 18, 2024
1 parent d2dd47c commit 15b2115
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.17",
"version": "0.1.18",
"command": {
"publish": {
"yes": true
Expand Down
10 changes: 5 additions & 5 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.17",
"version": "0.1.18",
"publishConfig": {
"access": "restricted"
},
Expand All @@ -27,7 +27,7 @@
"test": "jest"
},
"dependencies": {
"@vortexwest/chat-widget-ui": "^0.1.17"
"@vortexwest/chat-widget-ui": "^0.1.18"
},
"devDependencies": {
"@babel/preset-env": "^7.24.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vortexwest/chat-widget-sdk",
"version": "0.1.17",
"version": "0.1.18",
"publishConfig": {
"access": "restricted"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.17",
"version": "0.1.18",
"publishConfig": {
"access": "restricted"
},
Expand Down Expand Up @@ -31,7 +31,7 @@
"generate:icons": "node ./scripts/generate-icons.js"
},
"dependencies": {
"@vortexwest/chat-widget-sdk": "^0.1.17",
"@vortexwest/chat-widget-sdk": "^0.1.18",
"uuid": "^10.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 15b2115

Please sign in to comment.