Skip to content

Commit

Permalink
chore: bump packages to v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten17 committed Apr 30, 2024
1 parent 36aa9fb commit de723e0
Show file tree
Hide file tree
Showing 33 changed files with 102 additions and 256 deletions.
6 changes: 3 additions & 3 deletions examples/blank-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/example-blank-typescript",
"version": "0.25.0",
"version": "0.26.0",
"scripts": {
"build": "webpack --env target=all --mode=production",
"start": "webpack-dev-server --env target=dev --mode=development",
Expand All @@ -9,9 +9,9 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@botonic/react": "^0.25.0"
"@botonic/react": "^0.26.0"
},
"devDependencies": {
"@botonic/dx": "^0.25.0"
"@botonic/dx": "^0.26.0"
}
}
6 changes: 3 additions & 3 deletions examples/blank/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/example-blank",
"version": "0.25.0",
"version": "0.26.0",
"scripts": {
"build": "webpack --env target=all --mode=production",
"start": "webpack-dev-server --env target=dev --mode=development",
Expand All @@ -9,10 +9,10 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@botonic/react": "^0.25.0"
"@botonic/react": "^0.26.0"
},
"devDependencies": {
"@botonic/dx": "^0.25.0"
"@botonic/dx": "^0.26.0"
},
"engines": {
"node": ">=20.0.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/booking-platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/example-booking-platform",
"version": "0.25.0",
"version": "0.26.0",
"scripts": {
"build": "webpack --env target=all --mode=production",
"start": "webpack-dev-server --env target=dev --mode=development",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@botonic/react": "^0.25.0",
"@botonic/react": "^0.26.0",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "4.11.0",
"@material-ui/lab": "4.0.0-alpha.56",
Expand All @@ -18,7 +18,7 @@
"react-stars": "^2.2.5"
},
"devDependencies": {
"@botonic/dx": "^0.25.0"
"@botonic/dx": "^0.26.0"
},
"engines": {
"node": ">=20.0.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/childs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/example-childs",
"version": "0.25.0",
"version": "0.26.0",
"scripts": {
"build": "webpack --env target=all --mode=production",
"start": "webpack-dev-server --env target=dev --mode=development",
Expand All @@ -9,10 +9,10 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@botonic/react": "^0.25.0"
"@botonic/react": "^0.26.0"
},
"devDependencies": {
"@botonic/dx": "^0.25.0"
"@botonic/dx": "^0.26.0"
},
"engines": {
"node": ">=20.0.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/custom-webchat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/example-custom-webchat",
"version": "0.25.0",
"version": "0.26.0",
"scripts": {
"build": "webpack --env target=all --mode=production",
"start": "webpack-dev-server --env target=dev --mode=development",
Expand All @@ -9,11 +9,11 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@botonic/react": "^0.25.0",
"@botonic/react": "^0.26.0",
"react-calendar": "2.19.2"
},
"devDependencies": {
"@botonic/dx": "^0.25.0"
"@botonic/dx": "^0.26.0"
},
"engines": {
"node": ">=20.0.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/dynamic-carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/example-dynamic-carousel",
"version": "0.25.0",
"version": "0.26.0",
"scripts": {
"build": "webpack --env target=all --mode=production",
"start": "webpack-dev-server --env target=dev --mode=development",
Expand All @@ -9,11 +9,11 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@botonic/react": "^0.25.0",
"@botonic/react": "^0.26.0",
"isomorphic-fetch": "^2.2.1"
},
"devDependencies": {
"@botonic/dx": "^0.25.0"
"@botonic/dx": "^0.26.0"
},
"engines": {
"node": ">=20.0.0"
Expand Down
8 changes: 4 additions & 4 deletions examples/dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/example-dynamodb",
"version": "0.25.0",
"version": "0.26.0",
"scripts": {
"build": "webpack --env target=all --mode=production",
"start": "webpack-dev-server --env target=dev --mode=development",
Expand All @@ -9,11 +9,11 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@botonic/plugin-dynamodb": "^0.25.0",
"@botonic/react": "^0.25.0"
"@botonic/plugin-dynamodb": "^0.26.0",
"@botonic/react": "^0.26.0"
},
"devDependencies": {
"@botonic/dx": "^0.25.0"
"@botonic/dx": "^0.26.0"
},
"engines": {
"node": ">=20.0.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/handoff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/example-handoff",
"version": "0.25.0",
"version": "0.26.0",
"scripts": {
"build": "webpack --env target=all --mode=production",
"start": "webpack-dev-server --env target=dev --mode=development",
Expand All @@ -9,10 +9,10 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@botonic/react": "^0.25.0"
"@botonic/react": "^0.26.0"
},
"devDependencies": {
"@botonic/dx": "^0.25.0"
"@botonic/dx": "^0.26.0"
},
"engines": {
"node": ">=20.0.0"
Expand Down
8 changes: 4 additions & 4 deletions examples/intent/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@botonic/example-intent",
"version": "0.25.0",
"version": "0.26.0",
"scripts": {
"build": "webpack --env target=all --mode=production",
"start": "webpack-dev-server --env target=dev --mode=development",
"deploy": "botonic deploy -c build",
"test": "jest"
},
"dependencies": {
"@botonic/plugin-dialogflow": "^0.25.0",
"@botonic/plugin-dialogflow": "^0.26.0",
"@babel/runtime": "^7.23.9",
"@botonic/react": "^0.25.0"
"@botonic/react": "^0.26.0"
},
"devDependencies": {
"@botonic/dx": "^0.25.0"
"@botonic/dx": "^0.26.0"
},
"engines": {
"node": ">=20.0.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/telco-offers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/example-telco-offers",
"version": "0.25.0",
"version": "0.26.0",
"scripts": {
"build": "webpack --env target=all --mode=production",
"start": "webpack-dev-server --env target=dev --mode=development",
Expand All @@ -9,9 +9,9 @@
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@botonic/react": "^0.25.0"
"@botonic/react": "^0.26.0"
},
"devDependencies": {
"@botonic/dx": "^0.25.0"
"@botonic/dx": "^0.26.0"
}
}
6 changes: 3 additions & 3 deletions examples/tutorial/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/example-tutorial",
"version": "0.25.0",
"version": "0.26.0",
"scripts": {
"analyze": "esbuild-visualizer --metadata ./meta.json",
"build:esbuild": "rm -rf ./dist; ts-node ./esbuild-config.ts",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@botonic/react": "^0.25.0",
"@botonic/react": "^0.26.0",
"core-js": "^3.36.0"
},
"devDependencies": {
Expand All @@ -22,7 +22,7 @@
"esbuild-visualizer": "^0.4.1",
"esbuild": "^0.19.4",
"@craftamap/esbuild-plugin-html": "^0.5.0",
"@botonic/dx": "^0.25.0"
"@botonic/dx": "^0.26.0"
},
"engines": {
"node": ">=20.0.0"
Expand Down
Loading

0 comments on commit de723e0

Please sign in to comment.