From 503f7d40ec43347efeda20f55a7472be0b65f6d7 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Tue, 10 Dec 2024 14:05:53 +0100 Subject: [PATCH] build: v2.1.4 --- .github/workflows/hexabot-npm.yml | 16 +++++++--------- .github/workflows/widget-npm.yml | 16 ++++++---------- api/package-lock.json | 4 ++-- api/package.json | 2 +- frontend/package.json | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- widget/package.json | 2 +- 8 files changed, 23 insertions(+), 29 deletions(-) diff --git a/.github/workflows/hexabot-npm.yml b/.github/workflows/hexabot-npm.yml index 34305864..0939cc93 100644 --- a/.github/workflows/hexabot-npm.yml +++ b/.github/workflows/hexabot-npm.yml @@ -20,14 +20,13 @@ jobs: cache: 'npm' - name: Install dependencies - run: | - cd api/ - npm ci + run: npm ci + working-directory: api + - name: Build the package - run: | - cd api/ - npm run build + run: npm run build + working-directory: api - name: Determine release type id: determine-release @@ -56,6 +55,5 @@ jobs: - name: Publish to npm if: env.release != 'none' - run: | - cd api/ - npm publish + run: npm publish + working-directory: api diff --git a/.github/workflows/widget-npm.yml b/.github/workflows/widget-npm.yml index b241502d..aa307a4b 100644 --- a/.github/workflows/widget-npm.yml +++ b/.github/workflows/widget-npm.yml @@ -20,15 +20,12 @@ jobs: cache: 'npm' - name: Install dependencies - run: | - cd widget/ - npx husky install - npm ci + run: npm ci + working-directory: widget - name: Build the package - run: | - cd widget/ - npm run build + run: npm run build + working-directory: widget - name: Determine release type id: determine-release @@ -57,6 +54,5 @@ jobs: - name: Publish to npm if: env.release != 'none' - run: | - cd widget/ - npm publish + run: npm publish + working-directory: widget diff --git a/api/package-lock.json b/api/package-lock.json index a7ec05e8..236b6a66 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "hexabot", - "version": "2.1.3", + "version": "2.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hexabot", - "version": "2.1.3", + "version": "2.1.4", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/api/package.json b/api/package.json index 30fa2a6d..4366ad8b 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "hexabot", - "version": "2.1.3", + "version": "2.1.4", "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 a8e166a6..33a0112e 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "hexabot-ui", "private": true, - "version": "2.1.3", + "version": "2.1.4", "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 2e0d576c..8776a785 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hexabot", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hexabot", - "version": "2.1.2", + "version": "2.1.3", "license": "AGPL-3.0-only", "workspaces": [ "frontend", @@ -45,7 +45,7 @@ }, "frontend": { "name": "hexabot-ui", - "version": "2.1.3", + "version": "2.1.4", "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.3", + "version": "2.1.4", "license": "AGPL-3.0-only", "dependencies": { "@types/emoji-js": "^3.5.2", diff --git a/package.json b/package.json index f7c63e0d..8469f50b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "frontend", "widget" ], - "version": "2.1.3", + "version": "2.1.4", "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 edbbe190..e8893918 100644 --- a/widget/package.json +++ b/widget/package.json @@ -1,6 +1,6 @@ { "name": "hexabot-chat-widget", - "version": "2.1.3", + "version": "2.1.4", "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",