Skip to content

Commit 2fbb6a8

Browse files
committed
chore: bump all botonic versions to 0.34.0
1 parent a5c9b45 commit 2fbb6a8

File tree

36 files changed

+125
-201
lines changed

36 files changed

+125
-201
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.33.0",
3+
"version": "0.34.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.33.0"
12+
"@botonic/react": "^0.34.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.33.0"
15+
"@botonic/dx": "^0.34.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.33.0",
3+
"version": "0.34.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.33.0"
12+
"@botonic/react": "^0.34.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.33.0"
15+
"@botonic/dx": "^0.34.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.33.0",
3+
"version": "0.34.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.33.0",
12+
"@botonic/react": "^0.34.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.33.0"
23+
"@botonic/dx": "^0.34.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.33.0",
3+
"version": "0.34.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.33.0"
12+
"@botonic/react": "^0.34.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.33.0"
15+
"@botonic/dx": "^0.34.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.33.0",
3+
"version": "0.34.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.33.0",
12+
"@botonic/react": "^0.34.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.33.0"
18+
"@botonic/dx": "^0.34.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.33.0",
3+
"version": "0.34.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.33.0",
12+
"@botonic/react": "^0.34.0",
1313
"isomorphic-fetch": "^2.2.1"
1414
},
1515
"devDependencies": {
16-
"@botonic/dx": "^0.33.0"
16+
"@botonic/dx": "^0.34.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.33.0",
3+
"version": "0.34.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.33.0",
13-
"@botonic/react": "^0.33.0"
12+
"@botonic/plugin-dynamodb": "^0.34.0",
13+
"@botonic/react": "^0.34.0"
1414
},
1515
"devDependencies": {
16-
"@botonic/dx": "^0.33.0"
16+
"@botonic/dx": "^0.34.0"
1717
},
1818
"engines": {
1919
"node": ">=20.0.0"

examples/flow-builder-typescript/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/example-flow-builder-typescript",
3-
"version": "0.33.0",
3+
"version": "0.34.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,10 +13,10 @@
1313
"preversion": "npm run lint-ci"
1414
},
1515
"dependencies": {
16-
"@botonic/plugin-flow-builder": "^0.33.0",
17-
"@botonic/plugin-hubtype-analytics": "^0.33.0",
18-
"@botonic/plugin-knowledge-bases": "^0.33.0",
19-
"@botonic/react": "^0.33.0",
16+
"@botonic/plugin-flow-builder": "^0.34.0",
17+
"@botonic/plugin-hubtype-analytics": "^0.34.0",
18+
"@botonic/plugin-knowledge-bases": "^0.34.0",
19+
"@botonic/react": "^0.34.0",
2020
"@reduxjs/toolkit": "1.9.7",
2121
"axios": "^1.7.9",
2222
"he": "^1.2.0",
@@ -27,7 +27,7 @@
2727
"react": "^18.3.1"
2828
},
2929
"devDependencies": {
30-
"@botonic/dx": "^0.33.0",
30+
"@botonic/dx": "^0.34.0",
3131
"@types/react": "18.3.13",
3232
"@types/react-dom": "18.3.1",
3333
"@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.33.0",
3+
"version": "0.34.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.33.0"
12+
"@botonic/react": "^0.34.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.33.0"
15+
"@botonic/dx": "^0.34.0"
1616
},
1717
"engines": {
1818
"node": ">=20.0.0"

examples/intent/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "@botonic/example-intent",
3-
"version": "0.33.0",
3+
"version": "0.34.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",
77
"deploy": "botonic deploy -c build",
88
"test": "jest"
99
},
1010
"dependencies": {
11-
"@botonic/plugin-dialogflow": "^0.33.0",
11+
"@botonic/plugin-dialogflow": "^0.34.0",
1212
"@babel/runtime": "^7.26.0",
13-
"@botonic/react": "^0.33.0"
13+
"@botonic/react": "^0.34.0"
1414
},
1515
"devDependencies": {
16-
"@botonic/dx": "^0.33.0"
16+
"@botonic/dx": "^0.34.0"
1717
},
1818
"engines": {
1919
"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.33.0",
3+
"version": "0.34.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.33.0"
12+
"@botonic/react": "^0.34.0"
1313
},
1414
"devDependencies": {
15-
"@botonic/dx": "^0.33.0"
15+
"@botonic/dx": "^0.34.0"
1616
}
1717
}

examples/tutorial/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-tutorial",
3-
"version": "0.33.0",
3+
"version": "0.34.0",
44
"scripts": {
55
"analyze": "esbuild-visualizer --metadata ./meta.json",
66
"build:esbuild": "rm -rf ./dist; ts-node ./esbuild-config.ts",
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@babel/runtime": "^7.26.0",
15-
"@botonic/react": "^0.33.0",
15+
"@botonic/react": "^0.34.0",
1616
"core-js": "^3.36.0"
1717
},
1818
"devDependencies": {
@@ -22,7 +22,7 @@
2222
"esbuild-visualizer": "^0.4.1",
2323
"esbuild": "^0.19.4",
2424
"@craftamap/esbuild-plugin-html": "^0.5.0",
25-
"@botonic/dx": "^0.33.0"
25+
"@botonic/dx": "^0.34.0"
2626
},
2727
"engines": {
2828
"node": ">=20.0.0"

0 commit comments

Comments
 (0)