From 977a360e0479dd629212bb862145d1203f9b55d8 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Tue, 10 Dec 2024 13:15:35 +0100 Subject: [PATCH] build: v2.1.2 --- .github/workflows/widget-npm.yml | 3 +++ api/package-lock.json | 4 ++-- api/package.json | 2 +- frontend/package.json | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- widget/package.json | 2 +- 7 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/workflows/widget-npm.yml b/.github/workflows/widget-npm.yml index 67e2df76..34ceadb1 100644 --- a/.github/workflows/widget-npm.yml +++ b/.github/workflows/widget-npm.yml @@ -19,6 +19,9 @@ jobs: node-version: '18' # Ensure it matches your project requirements cache: 'npm' + - name: Install Husky + run: npx husky install + - name: Install dependencies run: | cd widget/ diff --git a/api/package-lock.json b/api/package-lock.json index 9a80f558..cbb13a08 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "hexabot", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hexabot", - "version": "2.1.1", + "version": "2.1.2", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/api/package.json b/api/package.json index 838b8925..696cd2e3 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "hexabot", - "version": "2.1.1", + "version": "2.1.2", "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 0e39b46f..b6861f8d 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "hexabot-ui", "private": true, - "version": "2.1.1", + "version": "2.1.2", "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 764e584e..70ee71ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hexabot", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hexabot", - "version": "2.1.0", + "version": "2.1.1", "license": "AGPL-3.0-only", "workspaces": [ "frontend", @@ -45,7 +45,7 @@ }, "frontend": { "name": "hexabot-ui", - "version": "2.1.1", + "version": "2.1.2", "license": "AGPL-3.0-only", "dependencies": { "@chatscope/chat-ui-kit-react": "^2.0.3", @@ -9771,7 +9771,7 @@ }, "widget": { "name": "hexabot-chat-widget", - "version": "2.1.1", + "version": "2.1.2", "license": "AGPL-3.0-only", "dependencies": { "@types/emoji-js": "^3.5.2", diff --git a/package.json b/package.json index b80a02b9..5d3bdb4b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "frontend", "widget" ], - "version": "2.1.1", + "version": "2.1.2", "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 ca044307..49cdb385 100644 --- a/widget/package.json +++ b/widget/package.json @@ -1,6 +1,6 @@ { "name": "hexabot-chat-widget", - "version": "2.1.1", + "version": "2.1.2", "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",