diff --git a/lerna.json b/lerna.json index a08ed823..cb71e3aa 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ "packages/voice-compass", "packages/website" ], - "version": "0.0.3" + "version": "0.0.4" } diff --git a/packages/chat-core/package.json b/packages/chat-core/package.json index 22d12a22..23bc7829 100644 --- a/packages/chat-core/package.json +++ b/packages/chat-core/package.json @@ -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", diff --git a/packages/chat-preact/package.json b/packages/chat-preact/package.json index f607a212..65955a82 100644 --- a/packages/chat-preact/package.json +++ b/packages/chat-preact/package.json @@ -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", @@ -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": { diff --git a/packages/chat-react/package.json b/packages/chat-react/package.json index e9fae5aa..d4d8dbeb 100644 --- a/packages/chat-react/package.json +++ b/packages/chat-react/package.json @@ -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", @@ -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": { diff --git a/packages/chat-widget/package.json b/packages/chat-widget/package.json index 9cec7b30..db260653 100644 --- a/packages/chat-widget/package.json +++ b/packages/chat-widget/package.json @@ -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", @@ -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", diff --git a/packages/voice-compass/package.json b/packages/voice-compass/package.json index 397e314c..08aeec56 100644 --- a/packages/voice-compass/package.json +++ b/packages/voice-compass/package.json @@ -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",