diff --git a/lerna.json b/lerna.json index d95294d1..df496b5a 100644 --- a/lerna.json +++ b/lerna.json @@ -17,6 +17,6 @@ "packages/voice-plus-web", "packages/website" ], - "version": "0.1.54", + "version": "1.0.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package-lock.json b/package-lock.json index 55bf5183..e6a386d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19697,7 +19697,7 @@ }, "packages/chat-core": { "name": "@nlxai/chat-core", - "version": "0.1.54", + "version": "1.0.0", "license": "MIT", "dependencies": { "isomorphic-fetch": "^3.0.0", @@ -19744,10 +19744,10 @@ }, "packages/chat-preact": { "name": "@nlxai/chat-preact", - "version": "0.1.54", + "version": "1.0.0", "license": "MIT", "dependencies": { - "@nlxai/chat-core": "^0.1.54", + "@nlxai/chat-core": "^1.0.0", "ramda": "^0.29.1" }, "devDependencies": { @@ -19787,10 +19787,10 @@ }, "packages/chat-react": { "name": "@nlxai/chat-react", - "version": "0.1.54", + "version": "1.0.0", "license": "MIT", "dependencies": { - "@nlxai/chat-core": "^0.1.54", + "@nlxai/chat-core": "^1.0.0", "ramda": "^0.29.1" }, "devDependencies": { @@ -19834,15 +19834,15 @@ }, "packages/chat-widget": { "name": "@nlxai/chat-widget", - "version": "0.1.54", + "version": "1.0.0", "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.54", - "@nlxai/chat-react": "^0.1.54", + "@nlxai/chat-core": "^1.0.0", + "@nlxai/chat-react": "^1.0.0", "marked": "^9.1.6", "promise-polyfill": "^8.1.3", "ramda": "^0.29.1", @@ -20069,7 +20069,7 @@ }, "packages/voice-plus-core": { "name": "@nlxai/voice-plus-core", - "version": "0.1.51", + "version": "1.0.0", "license": "MIT", "dependencies": { "isomorphic-fetch": "^3.0.0", @@ -20124,11 +20124,11 @@ }, "packages/voice-plus-web": { "name": "@nlxai/voice-plus-web", - "version": "0.1.54", + "version": "1.0.0", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.6.7", - "@nlxai/voice-plus-core": "^0.1.51", + "@nlxai/voice-plus-core": "^1.0.0", "@testing-library/dom": "^10.1.0", "preact": "^10.22.0", "ramda": "^0.29.1", diff --git a/packages/chat-core/package.json b/packages/chat-core/package.json index dd94fbdb..ea560f51 100644 --- a/packages/chat-core/package.json +++ b/packages/chat-core/package.json @@ -1,6 +1,6 @@ { "name": "@nlxai/chat-core", - "version": "0.1.54", + "version": "1.0.0", "description": "NLX Chat SDK core", "type": "module", "main": "lib/index.cjs", diff --git a/packages/chat-preact/package.json b/packages/chat-preact/package.json index a2436ea4..3312c2d6 100644 --- a/packages/chat-preact/package.json +++ b/packages/chat-preact/package.json @@ -1,6 +1,6 @@ { "name": "@nlxai/chat-preact", - "version": "0.1.54", + "version": "1.0.0", "description": "Preact hook wrapper for the NLX Chat SDK", "type": "module", "main": "lib/index.cjs", @@ -33,7 +33,7 @@ "typescript": "^5.5.4" }, "dependencies": { - "@nlxai/chat-core": "^0.1.54", + "@nlxai/chat-core": "^1.0.0", "ramda": "^0.29.1" }, "publishConfig": { diff --git a/packages/chat-react/package.json b/packages/chat-react/package.json index 6e5573d1..8f7a40df 100644 --- a/packages/chat-react/package.json +++ b/packages/chat-react/package.json @@ -1,6 +1,6 @@ { "name": "@nlxai/chat-react", - "version": "0.1.54", + "version": "1.0.0", "description": "React hook wrapper for the NLX Chat SDK", "type": "module", "main": "lib/index.cjs", @@ -36,7 +36,7 @@ "typescript": "^5.5.4" }, "dependencies": { - "@nlxai/chat-core": "^0.1.54", + "@nlxai/chat-core": "^1.0.0", "ramda": "^0.29.1" }, "peerDependencies": { diff --git a/packages/chat-widget/package.json b/packages/chat-widget/package.json index 22d2de56..00f4c1f2 100644 --- a/packages/chat-widget/package.json +++ b/packages/chat-widget/package.json @@ -1,6 +1,6 @@ { "name": "@nlxai/chat-widget", - "version": "0.1.54", + "version": "1.0.0", "description": "Standalone chat widget based on the NLX Chat SDK", "type": "module", "main": "lib/index.cjs", @@ -43,8 +43,8 @@ "@emotion/core": "^11.0.0", "@emotion/react": "^11.1.4", "@emotion/styled": "^11.0.0", - "@nlxai/chat-core": "^0.1.54", - "@nlxai/chat-react": "^0.1.54", + "@nlxai/chat-core": "^1.0.0", + "@nlxai/chat-react": "^1.0.0", "marked": "^9.1.6", "promise-polyfill": "^8.1.3", "ramda": "^0.29.1", diff --git a/packages/voice-plus-core/package.json b/packages/voice-plus-core/package.json index b130b01c..f79f4eb7 100644 --- a/packages/voice-plus-core/package.json +++ b/packages/voice-plus-core/package.json @@ -1,6 +1,6 @@ { "name": "@nlxai/voice-plus-core", - "version": "0.1.51", + "version": "1.0.0", "description": "NLX SDK for Voice+ experiences", "type": "module", "main": "lib/index.cjs", diff --git a/packages/voice-plus-web/package.json b/packages/voice-plus-web/package.json index 8d7ed723..5af1f83a 100644 --- a/packages/voice-plus-web/package.json +++ b/packages/voice-plus-web/package.json @@ -1,6 +1,6 @@ { "name": "@nlxai/voice-plus-web", - "version": "0.1.54", + "version": "1.0.0", "description": "Journey Manager", "type": "module", "main": "lib/index.cjs", @@ -43,7 +43,7 @@ }, "dependencies": { "@floating-ui/dom": "^1.6.7", - "@nlxai/voice-plus-core": "^0.1.51", + "@nlxai/voice-plus-core": "^1.0.0", "@testing-library/dom": "^10.1.0", "preact": "^10.22.0", "ramda": "^0.29.1",