Skip to content

Commit

Permalink
release: botonic v0.26.0 (#2813)
Browse files Browse the repository at this point in the history
## Description
* Do release of botonic packages in v0.26.0
  • Loading branch information
vanbasten17 committed Apr 30, 2024
1 parent 36aa9fb commit 479b890
Show file tree
Hide file tree
Showing 34 changed files with 104 additions and 271 deletions.
17 changes: 2 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,33 +20,20 @@ All notable changes to Botonic will be documented in this file.

</details>

## [0.26.0-beta.1] - 2024-04-24
## [0.26.0] - 2024-04-30

### Added

- [@botonic/react](https://www.npmjs.com/package/@botonic/react)

- [Added new component `WhatsappCTAUrlButton` to support Whatsapp's Call to Action URL Buttons](https://github.com/hubtype/botonic/pull/2811).
- [Add `closeWebview` in browser API](https://github.com/hubtype/botonic/pull/2810)

- [@botonic/plugin-flow-builder](https://www.npmjs.com/package/@botonic/plugin-flow-builder)

- [Added support for reading `WhatsappCTAUrlButton` nodes from Flow Builder](https://github.com/hubtype/botonic/pull/2811)

### Changed

### Fixed

## [0.26.0-beta.0] - 2024-04-16

### Added

- [@botonic/plugin-flow-builder](https://www.npmjs.com/package/@botonic/plugin-flow-builder)

- [Add `WebviewContentsContext` and `useWebviewContents`](https://github.com/hubtype/botonic/pull/2810)

- [@botonic/react](https://www.npmjs.com/package/@botonic/react)
- [Add `closeWebview` in browser API](https://github.com/hubtype/botonic/pull/2810)

### Changed

- [@botonic/plugin-flow-builder](https://www.npmjs.com/package/@botonic/plugin-flow-builder)
Expand Down
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 479b890

Please sign in to comment.