cozy-sharing 16.0.3 → 16.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 +22 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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
+ # 16.2.0 (2024-10-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * Download file on mobile viewer on press ([3c38062](https://github.com/cozy/cozy-libs/commit/3c38062e2c83d5b8f7d0065323c18d45b5ce9564))
12
+
13
+
14
+
15
+
16
+
17
+ # 16.1.0 (2024-10-25)
18
+
19
+
20
+ ### Features
21
+
22
+ * **Viewer:** Replace Encrypted provider by cozy-ui one ([aa81d02](https://github.com/cozy/cozy-libs/commit/aa81d02f0a70de8044f704cbd895b1d54c9f38b8))
23
+
24
+
25
+
26
+
27
+
6
28
  ## 16.0.3 (2024-10-23)
7
29
 
8
30
  **Note:** Version bump only for package cozy-sharing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-sharing",
3
- "version": "16.0.3",
3
+ "version": "16.2.0",
4
4
  "description": "Provides sharing login for React applications.",
5
5
  "main": "dist/index.js",
6
6
  "author": "Cozy",
@@ -30,8 +30,8 @@
30
30
  "dependencies": {
31
31
  "@cozy/minilog": "^1.0.0",
32
32
  "classnames": "^2.2.6",
33
- "cozy-device-helper": "^3.1.3",
34
- "cozy-doctypes": "^1.91.4",
33
+ "cozy-device-helper": "^3.3.0",
34
+ "cozy-doctypes": "^1.93.0",
35
35
  "lodash": "^4.17.19",
36
36
  "react-autosuggest": "^10.1.0",
37
37
  "react-tooltip": "^3.11.1",
@@ -71,5 +71,5 @@
71
71
  "sideEffects": [
72
72
  "*.css"
73
73
  ],
74
- "gitHead": "1d7cc93f1c89ad2d02caffe8190ef1af57a8bb70"
74
+ "gitHead": "b9937f0b5374a867281c8bdbd10aba5db8e9dc0e"
75
75
  }