cozy-ui 112.3.0 → 113.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 CHANGED
@@ -1,3 +1,15 @@
1
+ # [113.0.0](https://github.com/cozy/cozy-ui/compare/v112.3.0...v113.0.0) (2024-11-06)
2
+
3
+
4
+ ### Features
5
+
6
+ * Remove cozy-harvest-lib ([df104df](https://github.com/cozy/cozy-ui/commit/df104df))
7
+
8
+
9
+ ### BREAKING CHANGES
10
+
11
+ * you do not need anymore cozy-harvest-lib. Please check if you added it in your app only for cozy-ui.
12
+
1
13
  # [112.3.0](https://github.com/cozy/cozy-ui/compare/v112.2.0...v112.3.0) (2024-10-31)
2
14
 
3
15
 
package/jest.config.js CHANGED
@@ -13,9 +13,7 @@ module.exports = {
13
13
  '<rootDir>/node_modules/react-styleguidist/lib/client/rsg-components$1',
14
14
  '^cozy-client$': 'cozy-client/dist/index'
15
15
  },
16
- transformIgnorePatterns: [
17
- 'node_modules/(?!(react-styleguidist|cozy-harvest-lib)/)'
18
- ],
16
+ transformIgnorePatterns: ['node_modules/(?!(react-styleguidist)/)'],
19
17
  testPathIgnorePatterns: ['/node_modules/', '/transpiled/', '/dist/'],
20
18
  transform: {
21
19
  '^.+\\.(ts|tsx|js|jsx)?$': 'babel-jest'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui",
3
- "version": "112.3.0",
3
+ "version": "113.0.0",
4
4
  "description": "Cozy apps UI SDK",
5
5
  "main": "./index.js",
6
6
  "bin": {
@@ -97,7 +97,6 @@
97
97
  "cozy-client": "^48.8.0",
98
98
  "cozy-device-helper": "2.0.0",
99
99
  "cozy-flags": "^2.10.1",
100
- "cozy-harvest-lib": "^6.7.3",
101
100
  "cozy-intent": "1.16.1",
102
101
  "cozy-logger": "^1.9.0",
103
102
  "cozy-stack-client": "^47.4.0",
@@ -190,7 +189,6 @@
190
189
  "peerDependencies": {
191
190
  "cozy-client": ">=48.8.0",
192
191
  "cozy-device-helper": "^2.0.0",
193
- "cozy-harvest-lib": "^6.7.3",
194
192
  "cozy-intent": ">=1.3.0",
195
193
  "react": "^16.8.6",
196
194
  "react-dom": "^16.8.6"