Skip to content

Commit caf6247

Browse files
committed
chore: publish new versions
1 parent 79b7a54 commit caf6247

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

package-lock.json

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

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.34.0",
3+
"version": "0.34.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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ All notable changes to Botonic will be documented in this file.
2020

2121
</details>
2222

23+
## [0.34.2] - 2025-04-02
24+
25+
- [PR-3004](https://github.com/hubtype/botonic/pull/3004/files): nluResolution available in first interaction
26+
2327
## [0.34.1] - 2025-04-02
2428

2529
### Added

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.34.2-alpha.1",
3+
"version": "0.34.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)