From 8e5574f32dde1fc72b6b8e64b1b47d34ece98800 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Tue, 10 Dec 2024 14:15:26 +0100 Subject: [PATCH] build: v2.1.5 --- .github/workflows/hexabot-npm.yml | 6 +++--- .github/workflows/widget-npm.yml | 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 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/hexabot-npm.yml b/.github/workflows/hexabot-npm.yml index 0939cc93..58723893 100644 --- a/.github/workflows/hexabot-npm.yml +++ b/.github/workflows/hexabot-npm.yml @@ -20,13 +20,13 @@ jobs: cache: 'npm' - name: Install dependencies - run: npm ci working-directory: api + run: npm ci - name: Build the package - run: npm run build working-directory: api + run: npm run build - name: Determine release type id: determine-release @@ -54,6 +54,6 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Publish to npm + working-directory: api if: env.release != 'none' run: npm publish - working-directory: api diff --git a/.github/workflows/widget-npm.yml b/.github/workflows/widget-npm.yml index aa307a4b..45da13e3 100644 --- a/.github/workflows/widget-npm.yml +++ b/.github/workflows/widget-npm.yml @@ -20,12 +20,12 @@ jobs: cache: 'npm' - name: Install dependencies - run: npm ci working-directory: widget + run: npm ci --ignore-scripts - name: Build the package - run: npm run build working-directory: widget + run: npm run build - name: Determine release type id: determine-release @@ -53,6 +53,6 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Publish to npm + working-directory: widget if: env.release != 'none' run: npm publish - working-directory: widget diff --git a/api/package-lock.json b/api/package-lock.json index 236b6a66..a0f96bcc 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "hexabot", - "version": "2.1.4", + "version": "2.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hexabot", - "version": "2.1.4", + "version": "2.1.5", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/api/package.json b/api/package.json index 4366ad8b..6e133f86 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "hexabot", - "version": "2.1.4", + "version": "2.1.5", "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 33a0112e..e26ae7fe 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "hexabot-ui", "private": true, - "version": "2.1.4", + "version": "2.1.5", "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 8776a785..b8e28d8c 100644 --- a/package-lock.json +++ b/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", "license": "AGPL-3.0-only", "workspaces": [ "frontend", @@ -45,7 +45,7 @@ }, "frontend": { "name": "hexabot-ui", - "version": "2.1.4", + "version": "2.1.5", "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.4", + "version": "2.1.5", "license": "AGPL-3.0-only", "dependencies": { "@types/emoji-js": "^3.5.2", diff --git a/package.json b/package.json index 8469f50b..ba89c5c7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "frontend", "widget" ], - "version": "2.1.4", + "version": "2.1.5", "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 e8893918..f26ccc95 100644 --- a/widget/package.json +++ b/widget/package.json @@ -1,6 +1,6 @@ { "name": "hexabot-chat-widget", - "version": "2.1.4", + "version": "2.1.5", "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",