Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
peterszerzo committed Nov 15, 2023
1 parent 8049af3 commit ddcee77
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"packages/voice-compass",
"packages/website"
],
"version": "0.0.3"
"version": "0.0.4"
}
2 changes: 1 addition & 1 deletion packages/chat-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlxai/chat-core",
"version": "0.0.3",
"version": "0.0.4",
"description": "NLX Chat SDK core",
"type": "module",
"main": "lib/index.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/chat-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlxai/chat-preact",
"version": "0.0.3",
"version": "0.0.4",
"description": "Preact hook wrapper for the NLX Chat SDK",
"type": "module",
"main": "lib/index.esm.js",
Expand All @@ -27,7 +27,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@nlxai/chat-core": "^0.0.3",
"@nlxai/chat-core": "^0.0.4",
"ramda": "^0.29.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/chat-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlxai/chat-react",
"version": "0.0.3",
"version": "0.0.4",
"description": "React hook wrapper for the NLX Chat SDK",
"type": "module",
"main": "lib/index.esm.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@nlxai/chat-core": "^0.0.3",
"@nlxai/chat-core": "^0.0.4",
"ramda": "^0.29.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/chat-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlxai/chat-widget",
"version": "0.0.3",
"version": "0.0.4",
"description": "Standalone chat widget based on the NLX Chat SDK",
"type": "module",
"main": "lib/index.esm.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@nlxai/chat-core": "^0.0.3",
"@nlxai/chat-react": "^0.0.3",
"@nlxai/chat-core": "^0.0.4",
"@nlxai/chat-react": "^0.0.4",
"marked": "^9.1.6",
"promise-polyfill": "^8.1.3",
"ramda": "^0.29.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/voice-compass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nlxai/voice-compass",
"version": "0.0.3",
"version": "0.0.4",
"description": "NLX SDK for multimodal experiences with",
"type": "module",
"main": "lib/index.esm.js",
Expand Down

0 comments on commit ddcee77

Please sign in to comment.