Skip to content

Commit 8258744

Browse files
committed
build(release): v3.2.2-alpha.4
1 parent ff669c9 commit 8258744

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hexabot-ai/monorepo",
33
"private": true,
4-
"version": "3.2.2-alpha.3",
4+
"version": "3.2.2-alpha.4",
55
"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.",
66
"author": "Hexastack",
77
"license": "FCL-1.0-ALv2",

packages/agentic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hexabot-ai/agentic",
3-
"version": "3.1.2-alpha.3",
3+
"version": "3.1.2-alpha.4",
44
"description": "Schemas and utilities for the Hexabot agentic workflow DSL.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hexabot-ai/api",
33
"private": false,
4-
"version": "3.2.2-alpha.3",
4+
"version": "3.2.2-alpha.4",
55
"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.",
66
"author": "Hexastack",
77
"license": "FCL-1.0-ALv2",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hexabot-ai/cli",
3-
"version": "3.2.2-alpha.3",
3+
"version": "3.2.2-alpha.4",
44
"description": "Official Hexabot CLI for creating and managing AI chatbot/agent projects built with Hexabot.",
55
"main": "dist/index.js",
66
"type": "module",

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hexabot-ai/frontend",
33
"private": true,
4-
"version": "3.2.2-alpha.3",
4+
"version": "3.2.2-alpha.4",
55
"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.",
66
"author": "Hexastack",
77
"license": "FCL-1.0-ALv2",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hexabot-ai/types",
3-
"version": "3.0.2-alpha.3",
3+
"version": "3.0.2-alpha.4",
44
"description": "Shared zod schemas and inferred entity types for Hexabot.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

packages/widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hexabot-ai/widget",
3-
"version": "3.2.2-alpha.3",
3+
"version": "3.2.2-alpha.4",
44
"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.",
55
"author": "Hexastack",
66
"license": "FCL-1.0-ALv2",

0 commit comments

Comments
 (0)