build: v2.2.6
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run

This commit is contained in:
Mohamed Marrouchi 2025-05-07 07:21:53 +01:00
parent 95184734a3
commit 43c7161777
6 changed files with 9 additions and 11 deletions

4
api/package-lock.json generated
View File

@ -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": {

View File

@ -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",

View File

@ -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",

8
package-lock.json generated
View File

@ -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",

View File

@ -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",

View File

@ -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",