@flowerforce/flower-react 3.6.0 → 3.7.1
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 +19 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1
|
+
## 3.7.1 (2025-04-19)
|
2
|
+
|
3
|
+
|
4
|
+
### 🧱 Updated Dependencies
|
5
|
+
|
6
|
+
- Updated flower-core to 3.5.1
|
7
|
+
|
8
|
+
## 3.7.0 (2025-04-19)
|
9
|
+
|
10
|
+
|
11
|
+
### 🚀 Features
|
12
|
+
|
13
|
+
- remove data blank from init nodes ([#80](https://github.com/flowerforce/flower/pull/80))
|
14
|
+
|
15
|
+
|
16
|
+
### 🧱 Updated Dependencies
|
17
|
+
|
18
|
+
- Updated flower-core to 3.5.0
|
19
|
+
|
1
20
|
## 3.6.0 (2025-04-19)
|
2
21
|
|
3
22
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@flowerforce/flower-react",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.7.1",
|
4
4
|
"description": "FlowerJS components, hooks and utils for React.",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"typescript": "^5.4.5"
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
|
-
"@flowerforce/flower-core": "3.
|
37
|
+
"@flowerforce/flower-core": "3.5.1",
|
38
38
|
"@reduxjs/toolkit": "^2.2.4",
|
39
39
|
"lodash": "^4.17.21",
|
40
40
|
"react-redux": "^9.1.2",
|