Skip to content

Commit 750e29d

Browse files
authored
chore: publish 0.44.0-alpha.0 (#3149)
## Description - Remove pre commit for packages removed in the last release v0.43.0 - Bump and publish @Botonic packages to v0.44.0
1 parent 73a5735 commit 750e29d

File tree

32 files changed

+109
-123
lines changed

32 files changed

+109
-123
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:

examples/blank-typescript/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22

examples/blank-typescript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/example-blank-typescript",
3-
"version": "0.43.0",
3+
"version": "0.44.0",
44
"scripts": {
55
"build": "ENVIRONMENT=production NODE_ENV=production rspack build --env target=all --mode=production",
66
"start": "ENVIRONMENT=local NODE_ENV=development rspack serve --env target=dev --mode=development",
@@ -9,10 +9,10 @@
99
},
1010
"dependencies": {
1111
"@babel/runtime": "^7.26.0",
12-
"@botonic/react": "^0.43.0"
12+
"@botonic/react": "^0.44.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.43.0"
15+
"@botonic/dx": "^0.44.0"
1616
},
1717
"engines": {
1818
"node": ">=22.19.0",

examples/blank/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22

examples/blank/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/example-blank",
3-
"version": "0.43.0",
3+
"version": "0.44.0",
44
"scripts": {
55
"build": "ENVIRONMENT=production NODE_ENV=production rspack build --env target=all --mode=production",
66
"start": "ENVIRONMENT=local NODE_ENV=development rspack serve --env target=dev --mode=development",
@@ -9,10 +9,10 @@
99
},
1010
"dependencies": {
1111
"@babel/runtime": "^7.26.0",
12-
"@botonic/react": "^0.43.0"
12+
"@botonic/react": "^0.44.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.43.0"
15+
"@botonic/dx": "^0.44.0"
1616
},
1717
"engines": {
1818
"node": ">=22.19.0",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22

examples/flow-builder-typescript/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/example-flow-builder-typescript",
3-
"version": "0.43.0",
3+
"version": "0.44.0",
44
"scripts": {
55
"build": "ENVIRONMENT=production NODE_ENV=production rspack build --env target=all --mode=production",
66
"lint": "npm run lint-core -- --fix && npm run prettier",
@@ -13,12 +13,12 @@
1313
"preversion": "npm run lint-ci"
1414
},
1515
"dependencies": {
16-
"@botonic/core": "^0.43.0",
17-
"@botonic/plugin-ai-agents": "^0.43.0",
18-
"@botonic/plugin-flow-builder": "^0.43.0",
19-
"@botonic/plugin-hubtype-analytics": "^0.43.0",
20-
"@botonic/plugin-knowledge-bases": "^0.43.0",
21-
"@botonic/react": "^0.43.0",
16+
"@botonic/core": "^0.44.0",
17+
"@botonic/plugin-ai-agents": "^0.44.0",
18+
"@botonic/plugin-flow-builder": "^0.44.0",
19+
"@botonic/plugin-hubtype-analytics": "^0.44.0",
20+
"@botonic/plugin-knowledge-bases": "^0.44.0",
21+
"@botonic/react": "^0.44.0",
2222
"@reduxjs/toolkit": "1.9.7",
2323
"axios": "^1.12.2",
2424
"dotenv": "^17.2.0",
@@ -31,7 +31,7 @@
3131
"zod": "^3.25.76"
3232
},
3333
"devDependencies": {
34-
"@botonic/dx": "^0.43.0",
34+
"@botonic/dx": "^0.44.0",
3535
"@types/react": "18.3.13",
3636
"@types/react-dom": "18.3.1",
3737
"@types/react-redux": "^7.1.34",

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/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22

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",
55
"license": "MIT",
66
"bin": {
77
"botonic": "./bin/run.js"
@@ -88,4 +88,4 @@
8888
"oclif",
8989
"typescript"
9090
]
91-
}
91+
}

0 commit comments

Comments
 (0)