cozy-ui 128.3.0 → 128.3.2

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 +3 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [128.3.2](https://github.com/cozy/cozy-ui/compare/v128.3.1...v128.3.2) (2025-09-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Add `@fastify/deepmerge` as dep to apply patch correctly on apps ([20fdbc5](https://github.com/cozy/cozy-ui/commit/20fdbc5))
7
+
8
+ ## [128.3.1](https://github.com/cozy/cozy-ui/compare/v128.3.0...v128.3.1) (2025-09-03)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * `patch-package` wasn't a direct dep ([8085fd8](https://github.com/cozy/cozy-ui/commit/8085fd8))
14
+
1
15
  # [128.3.0](https://github.com/cozy/cozy-ui/compare/v128.2.0...v128.3.0) (2025-09-03)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui",
3
- "version": "128.3.0",
3
+ "version": "128.3.2",
4
4
  "description": "Cozy apps UI SDK",
5
5
  "main": "./index.js",
6
6
  "bin": {
@@ -128,7 +128,6 @@
128
128
  "mini-css-extract-plugin": "0.6.0",
129
129
  "nodemon": "1.19.4",
130
130
  "npm-run-all": "4.1.5",
131
- "patch-package": "^8.0.0",
132
131
  "postcss-cli": "6.1.3",
133
132
  "postcss-loader": "2.1.6",
134
133
  "prettier": "2.6.0",
@@ -162,6 +161,7 @@
162
161
  "dependencies": {
163
162
  "@babel/runtime": "^7.3.4",
164
163
  "@date-io/date-fns": "1",
164
+ "@fastify/deepmerge": "2.0.2",
165
165
  "@material-ui/core": "4.12.3",
166
166
  "@material-ui/lab": "^4.0.0-alpha.61",
167
167
  "@material-ui/pickers": "3.3.11",
@@ -179,6 +179,7 @@
179
179
  "mui-bottom-sheet": "https://github.com/cozy/mui-bottom-sheet.git#v1.0.9",
180
180
  "node-polyglot": "^2.5.0",
181
181
  "normalize.css": "^8.0.0",
182
+ "patch-package": "^8.0.0",
182
183
  "pdf-lib": "1.17.1",
183
184
  "react-chartjs-2": "4.1.0",
184
185
  "react-final-form": "6.5.9",