Skip to content

Commit

Permalink
build: v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marrouchi committed Dec 10, 2024
1 parent cc8ada0 commit 503f7d4
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 29 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/hexabot-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -56,6 +55,5 @@ jobs:

- name: Publish to npm
if: env.release != 'none'
run: |
cd api/
npm publish
run: npm publish
working-directory: api
16 changes: 6 additions & 10 deletions .github/workflows/widget-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -57,6 +54,5 @@ jobs:

- name: Publish to npm
if: env.release != 'none'
run: |
cd widget/
npm publish
run: npm publish
working-directory: widget
4 changes: 2 additions & 2 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion widget/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 503f7d4

Please sign in to comment.