cozy-harvest-lib 29.1.2 → 30.0.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 +14 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [30.0.0](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@29.1.3...cozy-harvest-lib@30.0.0) (2024-09-23)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **harvest:** Upgrade cozy-ui ([88d17c5](https://github.com/cozy/cozy-libs/commit/88d17c51b77f9784108da65dab884c3f22e1b257))
|
|
11
|
+
|
|
12
|
+
### BREAKING CHANGES
|
|
13
|
+
|
|
14
|
+
- **harvest:** you must have `cozy-ui >= 111.12.0`
|
|
15
|
+
|
|
16
|
+
## [29.1.3](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@29.1.2...cozy-harvest-lib@29.1.3) (2024-09-09)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package cozy-harvest-lib
|
|
19
|
+
|
|
6
20
|
## [29.1.2](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@29.1.1...cozy-harvest-lib@29.1.2) (2024-09-04)
|
|
7
21
|
|
|
8
22
|
**Note:** Version bump only for package cozy-harvest-lib
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cozy-harvest-lib",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "30.0.0",
|
|
4
4
|
"description": "Provides logic, modules and components for Cozy's harvest applications.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"author": "Cozy",
|
|
@@ -66,14 +66,14 @@
|
|
|
66
66
|
"babel-plugin-inline-react-svg": "1.1.2",
|
|
67
67
|
"babel-preset-cozy-app": "^2.1.0",
|
|
68
68
|
"cozy-client": "^48.8.0",
|
|
69
|
-
"cozy-device-helper": "^3.
|
|
69
|
+
"cozy-device-helper": "^3.1.0",
|
|
70
70
|
"cozy-flags": "^4.0.0",
|
|
71
|
-
"cozy-intent": "^2.
|
|
71
|
+
"cozy-intent": "^2.23.0",
|
|
72
72
|
"cozy-interapp": "^0.9.0",
|
|
73
73
|
"cozy-keys-lib": "^6.1.1",
|
|
74
|
-
"cozy-realtime": "^5.0.
|
|
74
|
+
"cozy-realtime": "^5.0.2",
|
|
75
75
|
"cozy-tsconfig": "^1.2.0",
|
|
76
|
-
"cozy-ui": "^111.
|
|
76
|
+
"cozy-ui": "^111.12.0",
|
|
77
77
|
"enzyme": "3.11.0",
|
|
78
78
|
"enzyme-adapter-react-16": "1.15.6",
|
|
79
79
|
"form-data": "4.0.0",
|
|
@@ -102,11 +102,11 @@
|
|
|
102
102
|
"cozy-interapp": ">=0.9.0",
|
|
103
103
|
"cozy-keys-lib": ">=6.1.1",
|
|
104
104
|
"cozy-realtime": ">=4.2.8",
|
|
105
|
-
"cozy-ui": ">=111.
|
|
105
|
+
"cozy-ui": ">=111.12.0",
|
|
106
106
|
"leaflet": "^1.7.1",
|
|
107
107
|
"react-router": "3.2.6",
|
|
108
108
|
"react-router-dom": ">=4.3.1"
|
|
109
109
|
},
|
|
110
110
|
"sideEffects": false,
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "cd826b4d7b13547bb315574bc554f090efdca11f"
|
|
112
112
|
}
|