Skip to content

Commit bc5d668

Browse files
committed
chore: update CHANGELOG and publish new versions
1 parent 6251f9b commit bc5d668

File tree

5 files changed

+34
-6
lines changed

5 files changed

+34
-6
lines changed

package-lock.json

Lines changed: 20 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/botonic-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ All notable changes to Botonic will be documented in this file.
2020

2121
</details>
2222

23+
## [0.35.1] - 2025-05-26
24+
25+
### Fixed
26+
27+
- [PR-3026](https://github.com/hubtype/botonic/pull/3026): Use BotContext for routes function and RequestMatcher
28+
2329
## [0.35.0] - 2025-05-06
2430

2531
### Changed

packages/botonic-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/core",
3-
"version": "0.35.0",
3+
"version": "0.35.1",
44
"license": "MIT",
55
"description": "Build Chatbots using React",
66
"main": "./lib/cjs/index.js",

packages/botonic-plugin-flow-builder/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ All notable changes to Botonic will be documented in this file.
2020

2121
</details>
2222

23+
## [0.35.2] - 2025-05-26
24+
25+
### Added
26+
27+
- [PR-3026](https://github.com/hubtype/botonic/pull/3026): Add target and webview in FlowButton
28+
2329
## [0.35.1] - 2025-05-13
2430

2531
### Changed

packages/botonic-plugin-flow-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/plugin-flow-builder",
3-
"version": "0.35.1",
3+
"version": "0.35.2",
44
"main": "./lib/cjs/index.js",
55
"module": "./lib/esm/index.js",
66
"description": "Use Flow Builder to show your contents",

0 commit comments

Comments
 (0)