Skip to content

Commit acd188e

Browse files
committed
chore: update CHANGELOG and bump version
1 parent d0238ff commit acd188e

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

package-lock.json

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

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

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

2323
</details>
2424

25+
## [0.35.3] - 2025-06-03
26+
27+
### Added
28+
29+
- [PR-3029](https://github.com/hubtype/botonic/pull/3029): Add contentFilters before tracking contents.
30+
- [PR-3030](https://github.com/hubtype/botonic/pull/3030): Allow webchatSettingsParams as a prop in FlowBuilderAction.
31+
2532
## [0.35.2] - 2025-05-26
2633

2734
### 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.36.0-alpha.0",
3+
"version": "0.35.3",
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)