Skip to content

Commit 7394a21

Browse files
committed
chore: publish alpha.1
1 parent fa901fc commit 7394a21

File tree

12 files changed

+36
-36
lines changed

12 files changed

+36
-36
lines changed

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/botonic-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@botonic/cli",
33
"description": "Build Chatbots Using React",
4-
"version": "0.44.0-alpha.0",
4+
"version": "0.44.0-alpha.1",
55
"license": "MIT",
66
"bin": {
77
"botonic": "./bin/run.js"

packages/botonic-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/core",
3-
"version": "0.44.0-alpha.0",
3+
"version": "0.44.0-alpha.1",
44
"license": "MIT",
55
"description": "Build Chatbots using React",
66
"main": "./lib/cjs/index.js",

packages/botonic-dx-bundler-rspack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/dx-bundler-rspack",
3-
"version": "0.44.0-alpha.0",
3+
"version": "0.44.0-alpha.1",
44
"description": "Build Botonic bots with RSPack",
55
"scripts": {
66
"build": "echo Skipping build...",

packages/botonic-dx-bundler-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/dx-bundler-webpack",
3-
"version": "0.44.0-alpha.0",
3+
"version": "0.44.0-alpha.1",
44
"description": "Build Botonic bots with Webpack",
55
"scripts": {
66
"build": "echo Skipping build..."

packages/botonic-dx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/dx",
3-
"version": "0.44.0-alpha.0",
3+
"version": "0.44.0-alpha.1",
44
"description": "Continuous integration for botonic packages",
55
"scripts": {
66
"build": "echo Skipping build..."
@@ -18,8 +18,8 @@
1818
"@babel/preset-env": "^7.28.3",
1919
"@babel/preset-react": "^7.27.1",
2020
"@babel/preset-typescript": "^7.27.1",
21-
"@botonic/dx-bundler-rspack": "^0.44.0-alpha.0",
22-
"@botonic/eslint-config": "^0.44.0-alpha.0",
21+
"@botonic/dx-bundler-rspack": "^0.44.0-alpha.1",
22+
"@botonic/eslint-config": "^0.44.0-alpha.1",
2323
"@types/jest": "^30.0.0",
2424
"@types/node": "^22.19.1",
2525
"babel-loader": "^8.4.1",

packages/botonic-eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/eslint-config",
3-
"version": "0.44.0-alpha.0",
3+
"version": "0.44.0-alpha.1",
44
"description": "Eslint config for botonic packages",
55
"main": "index.js",
66
"scripts": {

packages/botonic-plugin-ai-agents/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/plugin-ai-agents",
3-
"version": "0.44.0-alpha.0",
3+
"version": "0.44.0-alpha.1",
44
"main": "./lib/cjs/index.js",
55
"module": "./lib/esm/index.js",
66
"description": "Use AI Agents to generate your contents",
@@ -13,7 +13,7 @@
1313
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.ts*'"
1414
},
1515
"dependencies": {
16-
"@botonic/core": "^0.44.0-alpha.0",
16+
"@botonic/core": "^0.44.0-alpha.1",
1717
"@openai/agents": "^0.3.9",
1818
"axios": "^1.13.2",
1919
"openai": "^6.0.0",

packages/botonic-plugin-flow-builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/plugin-flow-builder",
3-
"version": "0.44.0-alpha.0",
3+
"version": "0.44.0-alpha.1",
44
"main": "./lib/cjs/index.js",
55
"module": "./lib/esm/index.js",
66
"description": "Use Flow Builder to show your contents",
@@ -14,7 +14,7 @@
1414
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.ts*'"
1515
},
1616
"dependencies": {
17-
"@botonic/react": "^0.44.0-alpha.0",
17+
"@botonic/react": "^0.44.0-alpha.1",
1818
"axios": "^1.13.2",
1919
"uuid": "^10.0.0"
2020
},

packages/botonic-plugin-hubtype-analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/plugin-hubtype-analytics",
3-
"version": "0.44.0-alpha.0",
3+
"version": "0.44.0-alpha.1",
44
"description": "Plugin for tracking in the Hubtype backend to see the results in the Hubtype Dashbord",
55
"main": "./lib/cjs/index.js",
66
"module": "./lib/esm/index.js",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@babel/runtime": "^7.26.0",
17-
"@botonic/core": "^0.44.0-alpha.0",
17+
"@botonic/core": "^0.44.0-alpha.1",
1818
"axios": "^1.13.2"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)