cozy-viewer 19.1.1 → 21.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
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
+ # [21.0.0](https://github.com/cozy/cozy-libs/compare/cozy-viewer@20.0.0...cozy-viewer@21.0.0) (2025-03-17)
7
+
8
+ ### Features
9
+
10
+ - **Viewer:** Upgrade cozy-ui ([d40ed81](https://github.com/cozy/cozy-libs/commit/d40ed8157ccd9600801be8eaa856483e22a85315))
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ - **Viewer:** You must have `cozy-ui >= 121.1.1`
15
+
16
+ # [20.0.0](https://github.com/cozy/cozy-libs/compare/cozy-viewer@19.1.1...cozy-viewer@20.0.0) (2025-03-12)
17
+
18
+ ### Features
19
+
20
+ - **Viewer:** Upgrade cozy-ui ([a10f1bb](https://github.com/cozy/cozy-libs/commit/a10f1bb8ce7a0b41cfa5436745e0bc7ddf9da9a9))
21
+
22
+ ### BREAKING CHANGES
23
+
24
+ - **Viewer:** You must have `cozy-ui >= 119.2.0`
25
+
6
26
  ## [19.1.1](https://github.com/cozy/cozy-libs/compare/cozy-viewer@19.1.0...cozy-viewer@19.1.1) (2025-03-12)
7
27
 
8
28
  **Note:** Version bump only for package cozy-viewer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-viewer",
3
- "version": "19.1.1",
3
+ "version": "21.0.0",
4
4
  "description": "Cozy-Viewer provides a component to show files in a viewer.",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
@@ -27,11 +27,11 @@
27
27
  "babel-preset-cozy-app": "^2.8.1",
28
28
  "cozy-client": "^53.1.1",
29
29
  "cozy-device-helper": "2.0.0",
30
- "cozy-harvest-lib": "^32.3.1",
30
+ "cozy-harvest-lib": "^32.3.3",
31
31
  "cozy-intent": "^2.30.0",
32
32
  "cozy-logger": "^1.17.0",
33
- "cozy-sharing": "^23.2.0",
34
- "cozy-ui": "^119.0.1",
33
+ "cozy-sharing": "^25.0.0",
34
+ "cozy-ui": "^121.1.1",
35
35
  "identity-obj-proxy": "3.0.0",
36
36
  "jest": "26.6.3",
37
37
  "jest-canvas-mock": "2.3.1",
@@ -56,9 +56,9 @@
56
56
  "cozy-intent": ">=2.29.1",
57
57
  "cozy-logger": ">=1.9.0",
58
58
  "cozy-sharing": ">=21.2.2",
59
- "cozy-ui": ">=119.0.1",
59
+ "cozy-ui": ">=121.1.1",
60
60
  "react": ">=16.12.0",
61
61
  "react-dom": ">=16.12.0"
62
62
  },
63
- "gitHead": "5643e4881d740ef129b2875eb6e5e3b7a8666266"
63
+ "gitHead": "33dab08dabe1d4d7367cc83642c749d3af9edefa"
64
64
  }