Skip to content

Commit a1abd5f

Browse files
vanbasten17Iru89
andauthored
release/v0.40.0 (#3102)
## Description * Bump botonic packages to 0.40.0 * Bump botonic examples to 0.40.0 --------- Co-authored-by: Oriol Raventos <[email protected]>
1 parent e54a77e commit a1abd5f

File tree

38 files changed

+1396
-813
lines changed

38 files changed

+1396
-813
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.39.0",
3+
"version": "0.40.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.39.0"
12+
"@botonic/react": "^0.40.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.39.0"
15+
"@botonic/dx": "^0.40.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.39.0",
3+
"version": "0.40.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.39.0"
12+
"@botonic/react": "^0.40.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.39.0"
15+
"@botonic/dx": "^0.40.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.39.0",
3+
"version": "0.40.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.39.0",
12+
"@botonic/react": "^0.40.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.39.0"
23+
"@botonic/dx": "^0.40.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.39.0",
3+
"version": "0.40.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.39.0"
12+
"@botonic/react": "^0.40.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.39.0"
15+
"@botonic/dx": "^0.40.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.39.0",
3+
"version": "0.40.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.39.0",
12+
"@botonic/react": "^0.40.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.39.0"
18+
"@botonic/dx": "^0.40.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.39.0",
3+
"version": "0.40.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.39.0",
12+
"@botonic/react": "^0.40.0",
1313
"isomorphic-fetch": "^2.2.1"
1414
},
1515
"devDependencies": {
16-
"@botonic/dx": "^0.39.0"
16+
"@botonic/dx": "^0.40.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.39.0",
3+
"version": "0.40.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.39.0",
13-
"@botonic/react": "^0.39.0"
12+
"@botonic/plugin-dynamodb": "^0.40.0",
13+
"@botonic/react": "^0.40.0"
1414
},
1515
"devDependencies": {
16-
"@botonic/dx": "^0.39.0"
16+
"@botonic/dx": "^0.40.0"
1717
},
1818
"engines": {
1919
"node": ">=20.0.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.39.0",
3+
"version": "0.40.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.39.0",
17-
"@botonic/plugin-ai-agents": "^0.39.0",
18-
"@botonic/plugin-flow-builder": "^0.39.0",
19-
"@botonic/plugin-hubtype-analytics": "^0.39.0",
20-
"@botonic/plugin-knowledge-bases": "^0.39.0",
21-
"@botonic/react": "^0.39.0",
16+
"@botonic/core": "^0.40.0",
17+
"@botonic/plugin-ai-agents": "^0.40.0",
18+
"@botonic/plugin-flow-builder": "^0.40.0",
19+
"@botonic/plugin-hubtype-analytics": "^0.40.0",
20+
"@botonic/plugin-knowledge-bases": "^0.40.0",
21+
"@botonic/react": "^0.40.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.39.0",
34+
"@botonic/dx": "^0.40.0",
3535
"@types/react": "18.3.13",
3636
"@types/react-dom": "18.3.1",
3737
"@types/react-redux": "^7.1.34",

examples/handoff/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-handoff",
3-
"version": "0.39.0",
3+
"version": "0.40.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.39.0"
12+
"@botonic/react": "^0.40.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.39.0"
15+
"@botonic/dx": "^0.40.0"
1616
},
1717
"engines": {
1818
"node": ">=20.0.0"

examples/telco-offers/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-telco-offers",
3-
"version": "0.39.0",
3+
"version": "0.40.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.39.0"
12+
"@botonic/react": "^0.40.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.39.0"
15+
"@botonic/dx": "^0.40.0"
1616
}
1717
}

0 commit comments

Comments
 (0)