From 43c7161777db5fd10c837f5fc88739e6074cb3f3 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Wed, 7 May 2025 07:21:53 +0100 Subject: [PATCH] build: v2.2.6 --- api/package-lock.json | 4 ++-- api/package.json | 2 +- frontend/package.json | 2 +- package-lock.json | 8 +++----- package.json | 2 +- widget/package.json | 2 +- 6 files changed, 9 insertions(+), 11 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index c809c2cd..81726af8 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "hexabot", - "version": "2.2.5", + "version": "2.2.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hexabot", - "version": "2.2.5", + "version": "2.2.6", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/api/package.json b/api/package.json index a08ddba7..5ecac748 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "hexabot", - "version": "2.2.5", + "version": "2.2.6", "description": "Hexabot is a solution for creating and managing chatbots across multiple channels, leveraging AI for advanced conversational capabilities. It provides a user-friendly interface for building, training, and deploying chatbots with integrated support for various messaging platforms.", "author": "Hexastack", "license": "AGPL-3.0-only", diff --git a/frontend/package.json b/frontend/package.json index 04c5613e..ab03afbd 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "hexabot-ui", "private": true, - "version": "2.2.5", + "version": "2.2.6", "description": "Hexabot is a solution for creating and managing chatbots across multiple channels, leveraging AI for advanced conversational capabilities. It provides a user-friendly interface for building, training, and deploying chatbots with integrated support for various messaging platforms.", "author": "Hexastack", "license": "AGPL-3.0-only", diff --git a/package-lock.json b/package-lock.json index 6587d1b4..2dc776ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ }, "frontend": { "name": "hexabot-ui", - "version": "2.2.5", + "version": "2.2.6", "license": "AGPL-3.0-only", "dependencies": { "@chatscope/chat-ui-kit-react": "^2.0.3", @@ -69,6 +69,7 @@ "normalizr": "^3.6.2", "notistack": "^3.0.1", "qs": "^6.12.1", + "random-seed": "^0.3.0", "react": "^18", "react-dom": "^18", "react-hook-form": "^7.51.5", @@ -88,7 +89,6 @@ "eslint-import-resolver-typescript": "~3.6.1", "eslint-plugin-header": "^3.1.1", "lint-staged": "^15.3.0", - "random-seed": "^0.3.0", "typescript": "^5.5.3" }, "engines": { @@ -7153,7 +7153,6 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true, "license": "ISC" }, "node_modules/json5": { @@ -8558,7 +8557,6 @@ "version": "0.3.0", "resolved": "https://registry.npmjs.org/random-seed/-/random-seed-0.3.0.tgz", "integrity": "sha512-y13xtn3kcTlLub3HKWXxJNeC2qK4mB59evwZ5EkeRlolx+Bp2ztF7LbcZmyCnOqlHQrLnfuNbi1sVmm9lPDlDA==", - "dev": true, "license": "MIT", "dependencies": { "json-stringify-safe": "^5.0.1" @@ -10306,7 +10304,7 @@ }, "widget": { "name": "hexabot-chat-widget", - "version": "2.2.5", + "version": "2.2.6", "license": "AGPL-3.0-only", "dependencies": { "autolinker": "^4.0.0", diff --git a/package.json b/package.json index 86f00578..74a6bfbc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "frontend", "widget" ], - "version": "2.2.5", + "version": "2.2.6", "description": "Hexabot is a solution for creating and managing chatbots across multiple channels, leveraging AI for advanced conversational capabilities. It provides a user-friendly interface for building, training, and deploying chatbots with integrated support for various messaging platforms.", "author": "Hexastack", "license": "AGPL-3.0-only", diff --git a/widget/package.json b/widget/package.json index bc191abd..5b51a5cf 100644 --- a/widget/package.json +++ b/widget/package.json @@ -1,6 +1,6 @@ { "name": "hexabot-chat-widget", - "version": "2.2.5", + "version": "2.2.6", "description": "Hexabot is a solution for creating and managing chatbots across multiple channels, leveraging AI for advanced conversational capabilities. It provides a user-friendly interface for building, training, and deploying chatbots with integrated support for various messaging platforms.", "author": "Hexastack", "license": "AGPL-3.0-only",