Skip to content

Commit

Permalink
Bump Chat Widget packages versions (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicicFilip authored Aug 26, 2024
1 parent 98a760c commit edd0218
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
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.8",
"version": "0.1.9",
"publishConfig": {
"access": "restricted"
},
Expand All @@ -27,7 +27,7 @@
"test": "jest"
},
"dependencies": {
"@vortexwest/chat-widget-ui": "^0.1.9"
"@vortexwest/chat-widget-ui": "^0.1.11"
},
"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.5",
"version": "0.1.6",
"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.9",
"version": "0.1.11",
"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.5",
"@vortexwest/chat-widget-sdk": "^0.1.6",
"uuid": "^10.0.0"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions storybook/package-lock.json

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

2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"vite": "^5.2.0"
},
"dependencies": {
"@vortexwest/chat-widget-ui": "^0.1.9",
"@vortexwest/chat-widget-ui": "^0.1.11",
"storybook": "^8.1.10"
}
}

0 comments on commit edd0218

Please sign in to comment.