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.46.0",
"version": "0.47.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.46.0"
"@botonic/react": "^0.47.0"
},
"devDependencies": {
"@botonic/dx": "^0.46.0"
"@botonic/dx": "^0.47.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.46.0",
"version": "0.47.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.46.0"
"@botonic/react": "^0.47.0"
},
"devDependencies": {
"@botonic/dx": "^0.46.0"
"@botonic/dx": "^0.47.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.46.0",
"version": "0.47.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.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",
"@botonic/core": "^0.47.0",
"@botonic/plugin-ai-agents": "^0.47.0",
"@botonic/plugin-flow-builder": "^0.47.0",
"@botonic/plugin-hubtype-analytics": "^0.47.0",
"@botonic/plugin-knowledge-bases": "^0.47.0",
"@botonic/react": "^0.47.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.46.0",
"@botonic/dx": "^0.47.0",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@types/react-redux": "^7.1.34",
Expand Down
34 changes: 17 additions & 17 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 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",
"version": "0.47.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.46.0'
const exampleVersion = '0.47.0'

export const EXAMPLES: BotonicProject[] = [
{
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.1",
"version": "0.47.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",
"version": "0.47.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",
"version": "0.47.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",
"@botonic/eslint-config": "^0.46.0",
"@botonic/dx-bundler-rspack": "^0.47.0",
"@botonic/eslint-config": "^0.47.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",
"version": "0.47.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.46.2",
"version": "0.47.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.1",
"@botonic/core": "^0.47.0",
"@openai/agents": "^0.3.9",
"axios": "^1.13.6",
"openai": "^6.0.0",
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.2",
"version": "0.47.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",
"@botonic/react": "^0.47.0",
"axios": "^1.13.6",
"uuid": "^10.0.0"
},
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.46.0",
"version": "0.47.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.46.0",
"@botonic/core": "^0.47.0",
"axios": "^1.13.6"
},
"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.46.0",
"version": "0.47.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.46.0",
"@botonic/core": "^0.47.0",
"axios": "^1.13.6"
},
"devDependencies": {
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.46.0",
"version": "0.47.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.46.0",
"@botonic/core": "^0.47.0",
"axios": "^1.13.6",
"emoji-picker-react": "^4.12.0",
"lodash.merge": "^4.6.2",
Expand Down
Loading