Skip to content

Commit fe858c7

Browse files
authored
chore: update CHANGELOGs and publish alpha versions (#3090)
## Description Prepare new version 0.38.0
1 parent 6e5a4cf commit fe858c7

File tree

43 files changed

+191
-136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+191
-136
lines changed
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.37.0",
3+
"version": "0.38.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,9 +9,9 @@
99
},
1010
"dependencies": {
1111
"@babel/runtime": "^7.26.0",
12-
"@botonic/react": "^0.37.0"
12+
"@botonic/react": "^0.38.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.37.0"
15+
"@botonic/dx": "^0.38.0"
1616
}
1717
}

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.37.0",
3+
"version": "0.38.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.37.0"
12+
"@botonic/react": "^0.38.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.37.0"
15+
"@botonic/dx": "^0.38.0"
1616
},
1717
"engines": {
1818
"node": ">=20.0.0"

examples/booking-platform/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-booking-platform",
3-
"version": "0.37.0",
3+
"version": "0.38.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,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@babel/runtime": "^7.26.0",
12-
"@botonic/react": "^0.37.0",
12+
"@botonic/react": "^0.38.0",
1313
"@date-io/date-fns": "^1.3.13",
1414
"@material-ui/core": "4.11.0",
1515
"@material-ui/lab": "4.0.0-alpha.56",
@@ -20,7 +20,7 @@
2020
"react-stars": "^2.2.5"
2121
},
2222
"devDependencies": {
23-
"@botonic/dx": "^0.37.0"
23+
"@botonic/dx": "^0.38.0"
2424
},
2525
"engines": {
2626
"node": ">=20.0.0"

examples/childs/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-childs",
3-
"version": "0.37.0",
3+
"version": "0.38.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.37.0"
12+
"@botonic/react": "^0.38.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.37.0"
15+
"@botonic/dx": "^0.38.0"
1616
},
1717
"engines": {
1818
"node": ">=20.0.0"

examples/custom-webchat/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-custom-webchat",
3-
"version": "0.37.0",
3+
"version": "0.38.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,13 +9,13 @@
99
},
1010
"dependencies": {
1111
"@babel/runtime": "^7.26.0",
12-
"@botonic/react": "^0.37.0",
12+
"@botonic/react": "^0.38.0",
1313
"react": "^18.0.0",
1414
"react-dom": "^18.0.0",
1515
"react-calendar": "2.19.2"
1616
},
1717
"devDependencies": {
18-
"@botonic/dx": "^0.37.0"
18+
"@botonic/dx": "^0.38.0"
1919
},
2020
"engines": {
2121
"node": ">=20.0.0"

examples/dynamic-carousel/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-dynamic-carousel",
3-
"version": "0.37.0",
3+
"version": "0.38.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,11 +9,11 @@
99
},
1010
"dependencies": {
1111
"@babel/runtime": "^7.26.0",
12-
"@botonic/react": "^0.37.0",
12+
"@botonic/react": "^0.38.0",
1313
"isomorphic-fetch": "^2.2.1"
1414
},
1515
"devDependencies": {
16-
"@botonic/dx": "^0.37.0"
16+
"@botonic/dx": "^0.38.0"
1717
},
1818
"engines": {
1919
"node": ">=20.0.0"

examples/dynamodb/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/example-dynamodb",
3-
"version": "0.37.0",
3+
"version": "0.38.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,11 +9,11 @@
99
},
1010
"dependencies": {
1111
"@babel/runtime": "^7.26.0",
12-
"@botonic/plugin-dynamodb": "^0.37.0",
13-
"@botonic/react": "^0.37.0"
12+
"@botonic/plugin-dynamodb": "^0.38.0",
13+
"@botonic/react": "^0.38.0"
1414
},
1515
"devDependencies": {
16-
"@botonic/dx": "^0.37.0"
16+
"@botonic/dx": "^0.38.0"
1717
},
1818
"engines": {
1919
"node": ">=20.0.0"

examples/flow-builder-typescript/package-lock.json

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

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.37.0",
3+
"version": "0.38.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.37.0",
17-
"@botonic/plugin-ai-agents": "^0.37.0",
18-
"@botonic/plugin-flow-builder": "^0.37.0",
19-
"@botonic/plugin-hubtype-analytics": "^0.37.0",
20-
"@botonic/plugin-knowledge-bases": "^0.37.0",
21-
"@botonic/react": "^0.37.0",
16+
"@botonic/core": "^0.38.0",
17+
"@botonic/plugin-ai-agents": "^0.38.0",
18+
"@botonic/plugin-flow-builder": "^0.38.0",
19+
"@botonic/plugin-hubtype-analytics": "^0.38.0",
20+
"@botonic/plugin-knowledge-bases": "^0.38.0",
21+
"@botonic/react": "^0.38.0",
2222
"@reduxjs/toolkit": "1.9.7",
2323
"axios": "^1.10.0",
2424
"dotenv": "^17.2.0",
@@ -31,7 +31,7 @@
3131
"zod": "^3.25.76"
3232
},
3333
"devDependencies": {
34-
"@botonic/dx": "^0.37.0",
34+
"@botonic/dx": "^0.38.0",
3535
"@types/react": "18.3.13",
3636
"@types/react-dom": "18.3.1",
3737
"@types/react-redux": "^7.1.34",

examples/flow-builder-typescript/src/server/plugins.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
import { ResolvedPlugins } from '@botonic/core'
12
import BotonicPluginAiAgents from '@botonic/plugin-ai-agents'
2-
import BotonicPluginFlowBuilder from '@botonic/plugin-flow-builder'
3+
import BotonicPluginFlowBuilder, {
4+
BotonicPluginFlowBuilderOptions,
5+
} from '@botonic/plugin-flow-builder'
36
import BotonicPluginHubtypeAnalytics from '@botonic/plugin-hubtype-analytics'
47
import BotonicPluginKnowledgeBases from '@botonic/plugin-knowledge-bases'
58

@@ -11,7 +14,9 @@ const config = CONFIG[getEnvironment()]
1114
export type BotPlugins = typeof plugins
1215

1316
export const plugins = {
14-
flowBuilder: new BotonicPluginFlowBuilder(config.flowBuilder),
17+
flowBuilder: new BotonicPluginFlowBuilder(
18+
config.flowBuilder as BotonicPluginFlowBuilderOptions<ResolvedPlugins>
19+
),
1520
aiAgents: new BotonicPluginAiAgents(config.aiAgents),
1621
knowledgeBases: new BotonicPluginKnowledgeBases(config.knowledgeBases),
1722
hubtypeAnalytics: new BotonicPluginHubtypeAnalytics(),

0 commit comments

Comments
 (0)