Skip to content

Commit 0584c9d

Browse files
authored
Release 0.42.0 (#3130)
## Description Publish v0.42.0
1 parent 814ca4b commit 0584c9d

File tree

32 files changed

+168
-162
lines changed

32 files changed

+168
-162
lines changed

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.40.0",
3+
"version": "0.42.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.41.0"
12+
"@botonic/react": "^0.42.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.41.0"
15+
"@botonic/dx": "^0.42.0"
1616
},
1717
"engines": {
1818
"node": ">=22.19.0",

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.40.0",
3+
"version": "0.42.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.41.0"
12+
"@botonic/react": "^0.42.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.41.0"
15+
"@botonic/dx": "^0.42.0"
1616
},
1717
"engines": {
1818
"node": ">=22.19.0",

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.40.0",
3+
"version": "0.42.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.41.0",
17-
"@botonic/plugin-ai-agents": "^0.41.0",
18-
"@botonic/plugin-flow-builder": "^0.41.0",
19-
"@botonic/plugin-hubtype-analytics": "^0.41.0",
20-
"@botonic/plugin-knowledge-bases": "^0.41.0",
21-
"@botonic/react": "^0.41.0",
16+
"@botonic/core": "^0.42.0",
17+
"@botonic/plugin-ai-agents": "^0.42.0",
18+
"@botonic/plugin-flow-builder": "^0.42.0",
19+
"@botonic/plugin-hubtype-analytics": "^0.42.0",
20+
"@botonic/plugin-knowledge-bases": "^0.42.0",
21+
"@botonic/react": "^0.42.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.41.0",
34+
"@botonic/dx": "^0.42.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: 27 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/botonic-cli/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All notable changes to Botonic will be documented in this file.
1010
Click to see more.
1111
</summary>
1212

13-
## [0.39.x] - 2025-mm-dd
13+
## [0.43.x] - 2025-mm-dd
1414

1515
### Added
1616

@@ -20,6 +20,12 @@ All notable changes to Botonic will be documented in this file.
2020

2121
</details>
2222

23+
## [0.42.0] - 2025-11-25
24+
25+
### Changed
26+
27+
- [PR-3108](https://github.com/hubtype/botonic/pull/3108): Upgrade oclif to version 4.
28+
2329
## [0.39.0] - 2025-09-03
2430

2531
### Changed

packages/botonic-cli/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,5 +187,5 @@
187187
]
188188
}
189189
},
190-
"version": "0.41.0-alpha.2"
190+
"version": "0.42.0"
191191
}

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.41.0-alpha.2",
4+
"version": "0.42.0",
55
"license": "MIT",
66
"bin": {
77
"botonic": "./bin/run.js"

packages/botonic-cli/src/botonic-examples.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { BotonicProject } from './interfaces.js'
77
const __filename = fileURLToPath(import.meta.url)
88
const __dirname = dirname(__filename)
99
const exampleTestPath = path.resolve(__dirname, '..', '..', '..', 'examples')
10-
const exampleVersion = '0.41.0'
10+
const exampleVersion = '0.42.0'
1111

1212
export const EXAMPLES: BotonicProject[] = [
1313
{

0 commit comments

Comments
 (0)