cozy-ui 119.2.0 → 121.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 +25 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # [121.0.0](https://github.com/cozy/cozy-ui/compare/v120.0.0...v121.0.0) (2025-03-13)
2
+
3
+
4
+ ### Features
5
+
6
+ * Revert "feat: Set pdf-lib as a peerDep" ([dd73546](https://github.com/cozy/cozy-ui/commit/dd73546))
7
+
8
+
9
+ ### BREAKING CHANGES
10
+
11
+ * Remove pdf-lib as a dep in your app if you added it
12
+ in cozy-ui 120.0.0
13
+
14
+ # [120.0.0](https://github.com/cozy/cozy-ui/compare/v119.2.0...v120.0.0) (2025-03-13)
15
+
16
+
17
+ ### Features
18
+
19
+ * Set pdf-lib as a peerDep ([15604af](https://github.com/cozy/cozy-ui/commit/15604af))
20
+
21
+
22
+ ### BREAKING CHANGES
23
+
24
+ * If you use print action, please add pdf-lib as a dep in your app because it is now a peerDep in cozy-ui. `yarn add pdf-lib@1.17.1`
25
+
1
26
  # [119.2.0](https://github.com/cozy/cozy-ui/compare/v119.1.0...v119.2.0) (2025-03-12)
2
27
 
3
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui",
3
- "version": "119.2.0",
3
+ "version": "121.0.0",
4
4
  "description": "Cozy apps UI SDK",
5
5
  "main": "./index.js",
6
6
  "bin": {