Skip to content

Commit

Permalink
Bump initial ChatWidget versions (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicicFilip authored Oct 18, 2024
1 parent c3ecdd4 commit 6ab5cc5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@rasahq/chat-widget-react": "^0.1.0",
"@rasahq/chat-widget-react": "^0.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.0"
"version": "0.1.1"
}
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": "@rasahq/chat-widget-react",
"version": "0.1.0",
"version": "0.1.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -27,7 +27,7 @@
"test": "jest"
},
"dependencies": {
"@rasahq/chat-widget-ui": "^0.1.0"
"@rasahq/chat-widget-ui": "^0.1.1"
},
"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": "@rasahq/chat-widget-sdk",
"version": "0.1.0",
"version": "0.1.1",
"publishConfig": {
"access": "public"
},
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": "@rasahq/chat-widget-ui",
"version": "0.1.0",
"version": "0.1.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -31,7 +31,7 @@
"generate:icons": "node ./scripts/generate-icons.js"
},
"dependencies": {
"@rasahq/chat-widget-sdk": "^0.1.0",
"@rasahq/chat-widget-sdk": "^0.1.1",
"uuid": "^10.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"vite": "^5.2.0"
},
"dependencies": {
"@rasahq/chat-widget-ui": "^0.1.0",
"@rasahq/chat-widget-ui": "^0.1.1",
"storybook": "^8.1.10"
}
}

0 comments on commit 6ab5cc5

Please sign in to comment.