cozy-ui 112.1.0 → 112.2.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 +7 -0
  2. package/package.json +1 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [112.2.0](https://github.com/cozy/cozy-ui/compare/v112.1.0...v112.2.0) (2024-10-30)
2
+
3
+
4
+ ### Features
5
+
6
+ * Remove useless cozy-sharing from peer deps ([5ac6a96](https://github.com/cozy/cozy-ui/commit/5ac6a96))
7
+
1
8
  # [112.1.0](https://github.com/cozy/cozy-ui/compare/v112.0.0...v112.1.0) (2024-10-30)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui",
3
- "version": "112.1.0",
3
+ "version": "112.2.0",
4
4
  "description": "Cozy apps UI SDK",
5
5
  "main": "./index.js",
6
6
  "bin": {
@@ -100,7 +100,6 @@
100
100
  "cozy-harvest-lib": "^6.7.3",
101
101
  "cozy-intent": "1.16.1",
102
102
  "cozy-logger": "^1.9.0",
103
- "cozy-sharing": "^14.1.0",
104
103
  "cozy-stack-client": "^47.4.0",
105
104
  "css-loader": "0.28.11",
106
105
  "cssnano": "4.1.11",
@@ -194,7 +193,6 @@
194
193
  "cozy-device-helper": "^2.0.0",
195
194
  "cozy-harvest-lib": "^6.7.3",
196
195
  "cozy-intent": ">=1.3.0",
197
- "cozy-sharing": ">=14.1.0",
198
196
  "react": "^16.8.6",
199
197
  "react-dom": "^16.8.6"
200
198
  },