@botonic/plugin-flow-builder 2.35.0-alpha.0 → 2.35.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.
- package/CHANGELOG.md +28 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
## 2.35.0 (2026-08-03)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- upgrade to Nx 23.1.0 in bot apps, create-workspace and botonic/nx-plugin ([#1043](https://github.com/metis-ai/hubtype-product/pull/1043))
|
|
6
|
+
- eslint v9 with flat config ([#1039](https://github.com/metis-ai/hubtype-product/pull/1039))
|
|
7
|
+
|
|
8
|
+
### ❤️ Thank You
|
|
9
|
+
|
|
10
|
+
- David Hidalgo @Davidhidalgo
|
|
11
|
+
- Oriol Raventós @Davidhidalgo
|
|
12
|
+
|
|
13
|
+
## 2.35.0-alpha.0 (2026-08-03)
|
|
14
|
+
|
|
15
|
+
### 🚀 Features
|
|
16
|
+
|
|
17
|
+
- eslint v9 with flat config ([#1039](https://github.com/metis-ai/hubtype-product/pull/1039))
|
|
18
|
+
|
|
19
|
+
### 🩹 Fixes
|
|
20
|
+
|
|
21
|
+
- **release-botonic:** fix alpha release version resolution and hook crash ([7b5657fc3](https://github.com/metis-ai/hubtype-product/commit/7b5657fc3))
|
|
22
|
+
|
|
23
|
+
### ❤️ Thank You
|
|
24
|
+
|
|
25
|
+
- David Hidalgo @Davidhidalgo
|
|
26
|
+
- Oriol Raventós @Iru89
|
|
27
|
+
|
|
1
28
|
## 2.34.2 (2026-07-13)
|
|
2
29
|
|
|
3
30
|
This was a version bump only for @botonic/plugin-flow-builder to align it with other projects, there were no code changes.
|
|
@@ -349,4 +376,4 @@ This was a version bump only for @botonic/plugin-flow-builder to align it with o
|
|
|
349
376
|
|
|
350
377
|
## 2.0.1-alpha.0 (2025-11-27)
|
|
351
378
|
|
|
352
|
-
This was a version bump only for @botonic/plugin-flow-builder to align it with other projects, there were no code changes.
|
|
379
|
+
This was a version bump only for @botonic/plugin-flow-builder to align it with other projects, there were no code changes.
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botonic/plugin-flow-builder",
|
|
3
|
-
"version": "2.35.0
|
|
3
|
+
"version": "2.35.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.35.0
|
|
8
|
+
"@botonic/core": "2.35.0",
|
|
9
9
|
"tslib": "^2.3.0",
|
|
10
10
|
"uuid": "^11.1.0",
|
|
11
|
-
"@botonic/shared": "2.35.0
|
|
11
|
+
"@botonic/shared": "2.35.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"vitest": "4.1.9"
|