Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Botonic version 0.26.x-alpha before 0.27.0 #2818

Merged
merged 4 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,30 @@ All notable changes to Botonic will be documented in this file.

### Added

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

-[Add `url icon` theme property](https://github.com/hubtype/botonic/pull/2816)

### Changed

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

- [Remove unused code from experimental 1.0 version](https://github.com/hubtype/botonic/pull/2812)
- [Remove types `HubtypeSession` and `SessionWithBotonicAction` all typed in `Session`](https://github.com/hubtype/botonic/pull/2812)

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

- [Remove types `HubtypeSession` and use `Session`](https://github.com/hubtype/botonic/pull/2812)

- [@botonic/plugin-knowledge-bases](https://www.npmjs.com/package/@botonic/plugin-knowledge-bases)
- [Remove types `HubtypeSession` and use `Session`](https://github.com/hubtype/botonic/pull/2812)

### Fixed

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

- [Fix `bot action payload` limit characters](https://github.com/hubtype/botonic/pull/2817)

</details>

## [0.27.0] - tbd
Expand Down
213 changes: 205 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/botonic-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/core",
"version": "0.26.0",
"version": "0.26.1-alpha.0",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "./lib/cjs/index.js",
Expand Down