Skip to content

Commit 4be9260

Browse files
committed
chore: publish 0.44.0-alpha.0
1 parent a28d32c commit 4be9260

File tree

12 files changed

+42
-53
lines changed

12 files changed

+42
-53
lines changed

package-lock.json

Lines changed: 18 additions & 29 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: 2 additions & 2 deletions
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.43.0",
4+
"version": "0.44.0-alpha.0",
55
"license": "MIT",
66
"bin": {
77
"botonic": "./bin/run.js"
@@ -88,4 +88,4 @@
8888
"oclif",
8989
"typescript"
9090
]
91-
}
91+
}

packages/botonic-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/core",
3-
"version": "0.43.0",
3+
"version": "0.44.0-alpha.0",
44
"license": "MIT",
55
"description": "Build Chatbots using React",
66
"main": "./lib/cjs/index.js",
@@ -56,4 +56,4 @@
5656
"root": true
5757
},
5858
"sideEffects": false
59-
}
59+
}

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.43.0",
3+
"version": "0.44.0-alpha.0",
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.43.0",
3+
"version": "0.44.0-alpha.0",
44
"description": "Build Botonic bots with Webpack",
55
"scripts": {
66
"build": "echo Skipping build..."

packages/botonic-dx/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/dx",
3-
"version": "0.43.0",
3+
"version": "0.44.0-alpha.0",
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.43.0",
22-
"@botonic/eslint-config": "^0.43.0",
21+
"@botonic/dx-bundler-rspack": "^0.44.0-alpha.0",
22+
"@botonic/eslint-config": "^0.44.0-alpha.0",
2323
"@types/jest": "^30.0.0",
2424
"@types/node": "^22.19.1",
2525
"babel-loader": "^8.4.1",
@@ -50,4 +50,4 @@
5050
"sample-config/*",
5151
"botonic-app-config/*"
5252
]
53-
}
53+
}

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.43.0",
3+
"version": "0.44.0-alpha.0",
44
"description": "Eslint config for botonic packages",
55
"main": "index.js",
66
"scripts": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/plugin-ai-agents",
3-
"version": "0.43.0",
3+
"version": "0.44.0-alpha.0",
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.43.0",
16+
"@botonic/core": "^0.44.0-alpha.0",
1717
"@openai/agents": "^0.3.9",
1818
"axios": "^1.13.2",
1919
"openai": "^6.0.0",
@@ -45,4 +45,4 @@
4545
"javascript"
4646
],
4747
"author": ""
48-
}
48+
}

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.43.2",
3+
"version": "0.44.0-alpha.0",
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.43.1",
17+
"@botonic/react": "^0.44.0-alpha.0",
1818
"axios": "^1.13.2",
1919
"uuid": "^10.0.0"
2020
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/plugin-hubtype-analytics",
3-
"version": "0.43.0",
3+
"version": "0.44.0-alpha.0",
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.43.0",
17+
"@botonic/core": "^0.44.0-alpha.0",
1818
"axios": "^1.13.2"
1919
},
2020
"devDependencies": {
@@ -44,4 +44,4 @@
4444
"javascript",
4545
"typescript"
4646
]
47-
}
47+
}

0 commit comments

Comments
 (0)