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
32 changes: 16 additions & 16 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.49.0",
"version": "0.51.0",
"scripts": {
"clean": "rimraf packages/**/lib"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/botonic-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ All notable changes to Botonic will be documented in this file.
Click to see more.
</summary>

## [0.46.x] - 2025-mm-dd
## [0.51.x] - 2025-mm-dd

### Added

- [PR-3180](https://github.com/hubtype/botonic/pull/3180): Bot config tool schema handling for deploy / update flow builder template to use it.
</details>

### Changed
## [0.46.x] - 2025-03-20

### Fixed
### Added

</details>
- [PR-3180](https://github.com/hubtype/botonic/pull/3180): Bot config tool schema handling for deploy / update flow builder template to use it.

## [0.42.0] - 2025-11-25

Expand Down
8 changes: 7 additions & 1 deletion 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.49.x] - 2026-mm-dd
## [0.51.x] - 2026-mm-dd

### Added

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

</details>

## [0.51.x] - 2025-06-29

### Added

- [PR-3237](https://github.com/hubtype/botonic/pull/3237): Update event types for hubtype analytics.

## [0.49.0] - 2026-05-28

### Added
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.51.0-alpha.0",
"version": "0.51.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.51.0-alpha.0",
"version": "0.51.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.51.0-alpha.0",
"version": "0.51.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.51.0-alpha.0",
"@botonic/eslint-config": "^0.51.0-alpha.0",
"@botonic/dx-bundler-rspack": "^0.51.0",
"@botonic/eslint-config": "^0.51.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.51.0-alpha.0",
"version": "0.51.0",
"description": "Eslint config for botonic packages",
"main": "index.js",
"scripts": {
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.51.0-alpha.0",
"version": "0.51.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.51.0-alpha.0",
"@botonic/core": "^0.51.0",
"@openai/agents": "^0.10.1",
"axios": "^1.15.2",
"openai": "^6.36.0",
Expand Down
10 changes: 7 additions & 3 deletions packages/botonic-plugin-flow-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ All notable changes to Botonic will be documented in this file.

### Added

- [PR-3226](https://github.com/hubtype/botonic/pull/3236): Update custom conditional with new operator attribute.
- [PR-3237](https://github.com/hubtype/botonic/pull/3237): Update operator for custom conditional event.

### Changed

### Fixed

</details>

## [0.51.0] - 2026-06-29

### Added

- [PR-3226](https://github.com/hubtype/botonic/pull/3236): Update custom conditional with new operator attribute.
- [PR-3237](https://github.com/hubtype/botonic/pull/3237): Update operator for custom conditional event.

## [0.50.1] - 2026-06-15

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.51.0-alpha.0",
"version": "0.51.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.51.0-alpha.0",
"@botonic/react": "^0.51.0",
"axios": "^1.15.2",
"uuid": "^10.0.0"
},
Expand Down
8 changes: 6 additions & 2 deletions packages/botonic-plugin-hubtype-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,18 @@ All notable changes to Botonic will be documented in this file.

### Added

- [PR-3237](https://github.com/hubtype/botonic/pull/3237): Update custom conditional event.

### Changed

### Fixed

</details>

## [0.51.x] - 2026-06-29

### Added

- [PR-3237](https://github.com/hubtype/botonic/pull/3237): Update custom conditional event.

## [0.49.0] - 2026-05-28

### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/botonic-plugin-hubtype-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-hubtype-analytics",
"version": "0.51.0-alpha.0",
"version": "0.51.0",
"description": "Plugin for tracking in the Hubtype backend to see the results in the Hubtype Dashbord",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@botonic/core": "^0.51.0-alpha.0",
"@botonic/core": "^0.51.0",
"axios": "^1.15.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/botonic-plugin-knowledge-bases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-knowledge-bases",
"version": "0.51.0-alpha.0",
"version": "0.51.0",
"description": "Use a Hubtype to make the bot respond through a knowledge base.",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@botonic/core": "^0.51.0-alpha.0",
"@botonic/core": "^0.51.0",
"axios": "^1.15.2"
},
"devDependencies": {
Expand Down
8 changes: 6 additions & 2 deletions packages/botonic-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ All notable changes to Botonic will be documented in this file.

### Added

- [PR-3237](https://github.com/hubtype/botonic/pull/3237): Update custom conditional event for preview webchat.

### Changed

### Fixed

</details>

## [0.51.x] - 2026-06-29

### Added

- [PR-3237](https://github.com/hubtype/botonic/pull/3237): Update custom conditional event for preview webchat.

## [0.49.0] - 2026-05-28

### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/botonic-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/react",
"version": "0.51.0-alpha.0",
"version": "0.51.0",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "./lib/cjs",
Expand All @@ -20,7 +20,7 @@
"format": "biome format --write src/ tests/"
},
"dependencies": {
"@botonic/core": "^0.51.0-alpha.0",
"@botonic/core": "^0.51.0",
"axios": "^1.15.2",
"emoji-picker-react": "^4.12.0",
"lodash.merge": "^4.6.2",
Expand Down
Loading