diff --git a/lerna.json b/lerna.json index 929c920b..8b205ac0 100644 --- a/lerna.json +++ b/lerna.json @@ -17,6 +17,6 @@ "packages/journey-manager", "packages/website" ], - "version": "0.1.35", + "version": "0.1.36", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package-lock.json b/package-lock.json index 0d426327..ca42991b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19776,7 +19776,7 @@ }, "packages/chat-core": { "name": "@nlxai/chat-core", - "version": "0.1.35", + "version": "0.1.36", "license": "MIT", "dependencies": { "isomorphic-fetch": "^3.0.0", @@ -19800,10 +19800,10 @@ }, "packages/chat-preact": { "name": "@nlxai/chat-preact", - "version": "0.1.35", + "version": "0.1.36", "license": "MIT", "dependencies": { - "@nlxai/chat-core": "^0.1.35", + "@nlxai/chat-core": "^0.1.36", "ramda": "^0.29.1" }, "devDependencies": { @@ -19820,10 +19820,10 @@ }, "packages/chat-react": { "name": "@nlxai/chat-react", - "version": "0.1.35", + "version": "0.1.36", "license": "MIT", "dependencies": { - "@nlxai/chat-core": "^0.1.35", + "@nlxai/chat-core": "^0.1.36", "ramda": "^0.29.1" }, "devDependencies": { @@ -19844,15 +19844,15 @@ }, "packages/chat-widget": { "name": "@nlxai/chat-widget", - "version": "0.1.35", + "version": "0.1.36", "license": "MIT", "dependencies": { "@emotion/cache": "^11.1.3", "@emotion/core": "^11.0.0", "@emotion/react": "^11.1.4", "@emotion/styled": "^11.0.0", - "@nlxai/chat-core": "^0.1.35", - "@nlxai/chat-react": "^0.1.35", + "@nlxai/chat-core": "^0.1.36", + "@nlxai/chat-react": "^0.1.36", "marked": "^9.1.6", "promise-polyfill": "^8.1.3", "ramda": "^0.29.1", diff --git a/packages/chat-core/package.json b/packages/chat-core/package.json index 95646b87..d25e9d1b 100644 --- a/packages/chat-core/package.json +++ b/packages/chat-core/package.json @@ -1,6 +1,6 @@ { "name": "@nlxai/chat-core", - "version": "0.1.35", + "version": "0.1.36", "description": "NLX Chat SDK core", "main": "lib/index.cjs.js", "module": "lib/index.esm.js", diff --git a/packages/chat-preact/package.json b/packages/chat-preact/package.json index 46abec55..5953d7a9 100644 --- a/packages/chat-preact/package.json +++ b/packages/chat-preact/package.json @@ -1,6 +1,6 @@ { "name": "@nlxai/chat-preact", - "version": "0.1.35", + "version": "0.1.36", "description": "Preact hook wrapper for the NLX Chat SDK", "main": "lib/index.cjs.js", "module": "lib/index.esm.js", @@ -32,7 +32,7 @@ "typescript": "^5.2.2" }, "dependencies": { - "@nlxai/chat-core": "^0.1.35", + "@nlxai/chat-core": "^0.1.36", "ramda": "^0.29.1" }, "publishConfig": { diff --git a/packages/chat-react/package.json b/packages/chat-react/package.json index 61411aca..2dac53cb 100644 --- a/packages/chat-react/package.json +++ b/packages/chat-react/package.json @@ -1,6 +1,6 @@ { "name": "@nlxai/chat-react", - "version": "0.1.35", + "version": "0.1.36", "description": "React hook wrapper for the NLX Chat SDK", "main": "lib/index.cjs.js", "module": "lib/index.esm.js", @@ -35,7 +35,7 @@ "typescript": "^5.2.2" }, "dependencies": { - "@nlxai/chat-core": "^0.1.35", + "@nlxai/chat-core": "^0.1.36", "ramda": "^0.29.1" }, "peerDependencies": { diff --git a/packages/chat-widget/package.json b/packages/chat-widget/package.json index 6216ec7d..7a196876 100644 --- a/packages/chat-widget/package.json +++ b/packages/chat-widget/package.json @@ -1,6 +1,6 @@ { "name": "@nlxai/chat-widget", - "version": "0.1.35", + "version": "0.1.36", "description": "Standalone chat widget based on the NLX Chat SDK", "main": "lib/index.cjs.js", "module": "lib/index.esm.js", @@ -42,8 +42,8 @@ "@emotion/core": "^11.0.0", "@emotion/react": "^11.1.4", "@emotion/styled": "^11.0.0", - "@nlxai/chat-core": "^0.1.35", - "@nlxai/chat-react": "^0.1.35", + "@nlxai/chat-core": "^0.1.36", + "@nlxai/chat-react": "^0.1.36", "marked": "^9.1.6", "promise-polyfill": "^8.1.3", "ramda": "^0.29.1",