From 840cb2fef34f879df31262502ad5cc69a5c640a4 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Tue, 10 Dec 2024 11:10:26 +0100 Subject: [PATCH] build: root level release --- frontend/package.json | 2 +- package.json | 8 +++++--- widget/package.json | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index b32bec32..08178918 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "hexabot-ui", "private": true, - "version": "2.0.0", + "version": "2.0.17", "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.json b/package.json index 5b22bec6..8ecdaefb 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "frontend", "widget" ], - "version": "2.0.0", + "version": "2.0.17", "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", @@ -13,8 +13,10 @@ "prepare": "husky install", "dev:frontend": "npm run dev --workspace=frontend", "dev:widget": "npm run dev --workspace=widget", - "release:api:patch": "npm version patch --workspace=api --workspace=frontend --workspace=widget && git push origin main --tags", - "release:api:minor": "npm version minor --workspace=api --workspace=frontend --workspace=widget && git push origin main --tags" + "release:api:patch": "cd api/ && npm version --git-tag-version false --commit-hooks false patch", + "release:api:minor": "cd api/ && npm version --git-tag-version false --commit-hooks false minor", + "release:patch": "npm run release:api:patch && npm version patch --workspaces && git push origin main --tags", + "release:minor": "npm run release:api:minor && npm version minor --workspaces && git push origin main --tags" }, "devDependencies": { "@commitlint/cli": "^19.3.0", diff --git a/widget/package.json b/widget/package.json index 63e55560..62d806f9 100644 --- a/widget/package.json +++ b/widget/package.json @@ -1,6 +1,6 @@ { "name": "hexabot-chat-widget", - "version": "2.0.3", + "version": "2.0.17", "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",