Skip to content

Commit e476cf4

Browse files
committed
chore: publish alpha.1
1 parent 4be9260 commit e476cf4

File tree

13 files changed

+48
-90
lines changed

13 files changed

+48
-90
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -27,66 +27,12 @@ repos:
2727
language: system
2828
files: ^packages/botonic-core/
2929

30-
- id: contentful
31-
name: contentful
32-
entry: scripts/qa/old/lint-package.sh packages/botonic-plugin-contentful
33-
language: system
34-
files: ^packages/botonic-plugin-contentful/
35-
36-
- id: dashbot
37-
name: dashbot
38-
entry: scripts/qa/old/lint-package.sh packages/botonic-plugin-dashbot
39-
language: system
40-
files: ^packages/botonic-plugin-dashbot/
41-
42-
- id: dialogflow
43-
name: dialogflow
44-
entry: scripts/qa/old/lint-package.sh packages/botonic-plugin-dialogflow
45-
language: system
46-
files: ^packages/botonic-plugin-dialogflow/
47-
48-
- id: dynamodb
49-
name: dynamodb
50-
entry: scripts/qa/old/lint-package.sh packages/botonic-plugin-dynamodb
51-
language: system
52-
files: ^packages/botonic-plugin-dynamodb/
53-
54-
- id: luis
55-
name: luis
56-
entry: scripts/qa/old/lint-package.sh packages/botonic-plugin-luis
57-
language: system
58-
files: ^packages/botonic-plugin-luis/
59-
60-
- id: segment
61-
name: segment
62-
entry: scripts/qa/old/lint-package.sh packages/botonic-plugin-segment
63-
language: system
64-
files: ^packages/botonic-plugin-segment/
65-
66-
- id: watson
67-
name: watson
68-
entry: scripts/qa/old/lint-package.sh packages/botonic-plugin-watson
69-
language: system
70-
files: ^packages/botonic-plugin-watson/
71-
7230
- id: react
7331
name: react
7432
entry: scripts/qa/old/lint-package.sh packages/botonic-react
7533
language: system
7634
files: ^packages/botonic-react/
7735

78-
- id: google-analytics
79-
name: google-analytics
80-
entry: scripts/qa/old/lint-package.sh packages/botonic-plugin-google-analytics
81-
language: system
82-
files: ^packages/botonic-plugin-google-analytics/
83-
84-
- id: inbenta
85-
name: inbenta
86-
entry: scripts/qa/old/lint-package.sh packages/botonic-plugin-inbenta
87-
language: system
88-
files: ^packages/botonic-plugin-inbenta/
89-
9036
- id: docs
9137
name: docs
9238
entry: scripts/qa/old/lint-package.sh docs/
@@ -105,6 +51,18 @@ repos:
10551
language: system
10652
files: ^packages/botonic-plugin-hubtype-analytics/
10753

54+
- id: plugin-ai-agents
55+
name: plugin-ai-agents
56+
entry: scripts/qa/old/lint-package.sh packages/botonic-plugin-ai-agents
57+
language: system
58+
files: ^packages/botonic-plugin-ai-agents/
59+
60+
- id: plugin-knowledge-bases
61+
name: plugin-knowledge-bases
62+
entry: scripts/qa/old/lint-package.sh packages/botonic-plugin-knowledge-bases
63+
language: system
64+
files: ^packages/botonic-plugin-knowledge-bases/
65+
10866
- repo: https://github.com/Yelp/detect-secrets
10967
rev: v1.4.0
11068
hooks:

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
},

0 commit comments

Comments
 (0)