cozy-ui 128.3.0 → 128.3.1

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 +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [128.3.1](https://github.com/cozy/cozy-ui/compare/v128.3.0...v128.3.1) (2025-09-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * `patch-package` wasn't a direct dep ([8085fd8](https://github.com/cozy/cozy-ui/commit/8085fd8))
7
+
1
8
  # [128.3.0](https://github.com/cozy/cozy-ui/compare/v128.2.0...v128.3.0) (2025-09-03)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui",
3
- "version": "128.3.0",
3
+ "version": "128.3.1",
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",
@@ -179,6 +178,7 @@
179
178
  "mui-bottom-sheet": "https://github.com/cozy/mui-bottom-sheet.git#v1.0.9",
180
179
  "node-polyglot": "^2.5.0",
181
180
  "normalize.css": "^8.0.0",
181
+ "patch-package": "^8.0.0",
182
182
  "pdf-lib": "1.17.1",
183
183
  "react-chartjs-2": "4.1.0",
184
184
  "react-final-form": "6.5.9",