cozy-viewer 23.6.0 → 24.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 +14 -0
  2. package/package.json +6 -6
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
+ # [24.0.0](https://github.com/cozy/cozy-libs/compare/cozy-viewer@23.6.1...cozy-viewer@24.0.0) (2025-10-30)
7
+
8
+ ### Features
9
+
10
+ - Forgot to create BC when adding `cozy-ui-plus` in some packages ([3a14a14](https://github.com/cozy/cozy-libs/commit/3a14a14122618ad1ec3a1ba5d6b217a9c827c925))
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ - You must have `cozy-ui-plus >= 1.2.0`
15
+
16
+ ## [23.6.1](https://github.com/cozy/cozy-libs/compare/cozy-viewer@23.6.0...cozy-viewer@23.6.1) (2025-10-30)
17
+
18
+ **Note:** Version bump only for package cozy-viewer
19
+
6
20
  # [23.6.0](https://github.com/cozy/cozy-libs/compare/cozy-viewer@23.5.10...cozy-viewer@23.6.0) (2025-10-30)
7
21
 
8
22
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-viewer",
3
- "version": "23.6.0",
3
+ "version": "24.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",
@@ -31,12 +31,12 @@
31
31
  "babel-preset-cozy-app": "^2.8.2",
32
32
  "cozy-client": "^57.0.0",
33
33
  "cozy-device-helper": "2.0.0",
34
- "cozy-harvest-lib": "^34.2.0",
34
+ "cozy-harvest-lib": "^35.0.0",
35
35
  "cozy-intent": "^2.30.1",
36
36
  "cozy-logger": "^1.17.0",
37
- "cozy-sharing": "^26.8.0",
37
+ "cozy-sharing": "^27.0.0",
38
38
  "cozy-ui": "^126.0.0",
39
- "cozy-ui-plus": "^1.1.3",
39
+ "cozy-ui-plus": "^1.2.0",
40
40
  "identity-obj-proxy": "3.0.0",
41
41
  "jest": "26.6.3",
42
42
  "jest-canvas-mock": "2.3.1",
@@ -62,9 +62,9 @@
62
62
  "cozy-logger": ">=1.17.0",
63
63
  "cozy-sharing": ">=25.4.0",
64
64
  "cozy-ui": ">=126.0.0",
65
- "cozy-ui-plus": ">=1.1.3",
65
+ "cozy-ui-plus": ">=1.2.0",
66
66
  "react": ">=16.12.0",
67
67
  "react-dom": ">=16.12.0"
68
68
  },
69
- "gitHead": "dd1ee2da43419478494fa2156932ec501a03b08d"
69
+ "gitHead": "125a4190ed00ae5009dc8ddfb9f2926b5ce20f5a"
70
70
  }