Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/blank-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/example-blank-typescript",
"version": "0.45.0",
"version": "0.46.0",
"scripts": {
"build": "ENVIRONMENT=production NODE_ENV=production rspack build --env target=all --mode=production",
"start": "ENVIRONMENT=local NODE_ENV=development rspack serve --env target=dev --mode=development",
Expand All @@ -9,10 +9,10 @@
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@botonic/react": "^0.45.0"
"@botonic/react": "^0.46.0"
},
"devDependencies": {
"@botonic/dx": "^0.45.0"
"@botonic/dx": "^0.46.0"
},
"engines": {
"node": ">=22.19.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/blank/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/example-blank",
"version": "0.45.0",
"version": "0.46.0",
"scripts": {
"build": "ENVIRONMENT=production NODE_ENV=production rspack build --env target=all --mode=production",
"start": "ENVIRONMENT=local NODE_ENV=development rspack serve --env target=dev --mode=development",
Expand All @@ -9,10 +9,10 @@
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@botonic/react": "^0.45.0"
"@botonic/react": "^0.46.0"
},
"devDependencies": {
"@botonic/dx": "^0.45.0"
"@botonic/dx": "^0.46.0"
},
"engines": {
"node": ">=22.19.0",
Expand Down
16 changes: 8 additions & 8 deletions examples/flow-builder-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/example-flow-builder-typescript",
"version": "0.45.0",
"version": "0.46.0",
"scripts": {
"build": "ENVIRONMENT=production NODE_ENV=production rspack build --env target=all --mode=production",
"lint": "npm run lint-core -- --fix && npm run prettier",
Expand All @@ -13,12 +13,12 @@
"preversion": "npm run lint-ci"
},
"dependencies": {
"@botonic/core": "^0.45.0",
"@botonic/plugin-ai-agents": "^0.45.0",
"@botonic/plugin-flow-builder": "^0.45.0",
"@botonic/plugin-hubtype-analytics": "^0.45.0",
"@botonic/plugin-knowledge-bases": "^0.45.0",
"@botonic/react": "^0.45.0",
"@botonic/core": "^0.46.0",
"@botonic/plugin-ai-agents": "^0.46.0",
"@botonic/plugin-flow-builder": "^0.46.0",
"@botonic/plugin-hubtype-analytics": "^0.46.0",
"@botonic/plugin-knowledge-bases": "^0.46.0",
"@botonic/react": "^0.46.0",
"@reduxjs/toolkit": "1.9.7",
"axios": "^1.13.6",
"dotenv": "^17.2.0",
Expand All @@ -31,7 +31,7 @@
"zod": "^3.25.76"
},
"devDependencies": {
"@botonic/dx": "^0.45.0",
"@botonic/dx": "^0.46.0",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@types/react-redux": "^7.1.34",
Expand Down
38 changes: 19 additions & 19 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
@@ -1,7 +1,7 @@
{
"private": true,
"name": "botonic",
"version": "0.45.0",
"version": "0.46.0",
"scripts": {
"clean": "rimraf packages/**/lib"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@botonic/cli",
"description": "Build Chatbots Using React",
"version": "0.46.0-alpha-3",
"version": "0.46.0",
"license": "MIT",
"bin": {
"botonic": "./bin/run.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-cli/src/botonic-examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { BotonicProject } from './interfaces.js'
const __filename = fileURLToPath(import.meta.url)
const __dirname = dirname(__filename)
const exampleTestPath = path.resolve(__dirname, '..', '..', '..', 'examples')
const exampleVersion = '0.45.0'
const exampleVersion = '0.46.0'

export const EXAMPLES: BotonicProject[] = [
{
Expand Down
6 changes: 3 additions & 3 deletions packages/botonic-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All notable changes to Botonic will be documented in this file.
Click to see more.
</summary>

## [0.45.x] - 2026-mm-dd
## [0.46.x] - 2026-mm-dd

### Added

Expand All @@ -20,11 +20,11 @@ All notable changes to Botonic will be documented in this file.

</details>

## [0.45.1] - 2026-mm-dd
## [0.46.0] - 2026-03-17

### Added

- [PR-3180](https://github.com/hubtype/botonic/pull/3180): Bot config tool schema support (ToolConfigJSON)
- Update types, for ai agents, hubtype-analytics and bot config.

## [0.45.0] - 2026-03-03

Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/core",
"version": "0.46.0-alpha-3",
"version": "0.46.0",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "./lib/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-dx-bundler-rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/dx-bundler-rspack",
"version": "0.46.0-alpha-3",
"version": "0.46.0",
"description": "Build Botonic bots with RSPack",
"scripts": {
"build": "echo Skipping build...",
Expand Down
6 changes: 3 additions & 3 deletions packages/botonic-dx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/dx",
"version": "0.46.0-alpha-3",
"version": "0.46.0",
"description": "Continuous integration for botonic packages",
"scripts": {
"build": "echo Skipping build..."
Expand All @@ -18,8 +18,8 @@
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@botonic/dx-bundler-rspack": "^0.46.0-alpha-3",
"@botonic/eslint-config": "^0.46.0-alpha-3",
"@botonic/dx-bundler-rspack": "^0.46.0",
"@botonic/eslint-config": "^0.46.0",
"@types/jest": "^30.0.0",
"@types/node": "^22.19.1",
"babel-loader": "^8.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/eslint-config",
"version": "0.46.0-alpha-3",
"version": "0.46.0",
"description": "Eslint config for botonic packages",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/botonic-plugin-ai-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ All notable changes to Botonic will be documented in this file.

### Added

- [PR-3176](https://github.com/hubtype/botonic/pull/3176): Set AI Agent model and verbosity in each execution.

### Changed

### Fixed

</details>

## [0.45.1] - 2026-mm-dd
## [0.46.0] - 2026-03-17

### Added

- [PR-3176](https://github.com/hubtype/botonic/pull/3176): Set AI Agent model and verbosity in each execution.
- [PR-3180](https://github.com/hubtype/botonic/pull/3180): Expose safe method getToolsForBotConfig to be used by bots using plugin
- [PR-3182](https://github.com/hubtype/botonic/pull/3182): Track tokens consumed by AI Agent.

## [0.45.0] - 2026-03-03

Expand Down
4 changes: 2 additions & 2 deletions packages/botonic-plugin-ai-agents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-ai-agents",
"version": "0.46.0-alpha-3",
"version": "0.46.0",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"description": "Use AI Agents to generate your contents",
Expand All @@ -14,7 +14,7 @@
"format": "biome format --write src/ tests/"
},
"dependencies": {
"@botonic/core": "^0.46.0-alpha-3",
"@botonic/core": "^0.46.0",
"@openai/agents": "^0.3.9",
"axios": "^1.13.6",
"openai": "^6.0.0",
Expand Down
12 changes: 8 additions & 4 deletions packages/botonic-plugin-flow-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@ All notable changes to Botonic will be documented in this file.

### Added

- [PR-3178](https://github.com/hubtype/botonic/pull/3178): Audio message with transcript uses AI as text input.
- [PR-3176](https://github.com/hubtype/botonic/pull/3176): AI Agent node has model and verbosity config.
- [PR-3183](https://github.com/hubtype/botonic/pull/3183): Allow button connected to GoToFlow with Ai Agents flow.

### Changed

### Fixed

</details>

## [0.46.0] - 2026-03-17

### Added

- [PR-3178](https://github.com/hubtype/botonic/pull/3178): Audio message with transcript uses AI as text input.
- [PR-3176](https://github.com/hubtype/botonic/pull/3176): AI Agent node has model and verbosity config.
- [PR-3183](https://github.com/hubtype/botonic/pull/3183): Allow button connected to GoToFlow with Ai Agents flow.

## [0.45.0] - 2026-03-03

### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/botonic-plugin-flow-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-flow-builder",
"version": "0.46.0-alpha-3",
"version": "0.46.0",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"description": "Use Flow Builder to show your contents",
Expand All @@ -15,7 +15,7 @@
"format": "biome format --write src/ tests/"
},
"dependencies": {
"@botonic/react": "^0.46.0-alpha-3",
"@botonic/react": "^0.46.0",
"axios": "^1.13.6",
"uuid": "^10.0.0"
},
Expand Down
Loading
Loading