@botonic/plugin-flow-builder 2.31.1-alpha.8 → 2.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## 2.32.0 (2026-06-17)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **nx-plugin:** version delegation for executors/generators + dx-tools-ui extraction ([#946](https://github.com/metis-ai/hubtype-product/pull/946))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - handoff success events not being received in preview's webchat ([#939](https://github.com/metis-ai/hubtype-product/pull/939))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - David Hidalgo @Davidhidalgo
14
+ - Marc Rabat @vanbasten17
15
+
1
16
  ## 2.31.1-alpha.0 (2026-06-16)
2
17
 
3
18
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@botonic/plugin-flow-builder",
3
- "version": "2.31.1-alpha.8",
3
+ "version": "2.32.0",
4
4
  "type": "module",
5
5
  "module": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
- "@botonic/core": "2.31.1-alpha.8",
8
+ "@botonic/core": "2.32.0",
9
9
  "tslib": "^2.3.0",
10
10
  "uuid": "^11.1.0",
11
11
  "vitest": "^4.0.15",
12
- "@botonic/shared": "2.31.1-alpha.8"
12
+ "@botonic/shared": "2.32.0"
13
13
  },
14
14
  "references": [
15
15
  {