cozy-sharing 4.1.3 → 4.1.4
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.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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
|
+
## [4.1.4](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.1.3...cozy-sharing@4.1.4) (2022-03-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **sharing:** Upgrade cozy-ui to remove justifyContent warning ([eb6318f](https://github.com/cozy/cozy-libs/commit/eb6318f0d0cd2e39e47b80b35e30efb766d6e553))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [4.1.3](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.1.2...cozy-sharing@4.1.3) (2022-02-21)
|
|
7
18
|
|
|
8
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cozy-sharing",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.4",
|
|
4
4
|
"description": "Provides sharing login for React applications.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"author": "Cozy",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"babel-plugin-css-modules-transform": "1.6.2",
|
|
43
43
|
"babel-plugin-inline-react-svg": "1.1.2",
|
|
44
44
|
"cozy-client": "23.19.1",
|
|
45
|
-
"cozy-ui": "62.
|
|
45
|
+
"cozy-ui": "62.1.2",
|
|
46
46
|
"enzyme": "3.11.0",
|
|
47
47
|
"enzyme-adapter-react-16": "1.15.6",
|
|
48
48
|
"enzyme-to-json": "3.6.2",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"sideEffects": [
|
|
62
62
|
"*.css"
|
|
63
63
|
],
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "b5e309bdcc2cb816a3cfe5aca22267285afd76ae"
|
|
65
65
|
}
|
|
@@ -58,6 +58,7 @@ exports[`ContactSuggestion component should display contact suggestion for a con
|
|
|
58
58
|
<Avatar
|
|
59
59
|
className=""
|
|
60
60
|
disabled={false}
|
|
61
|
+
ghost={false}
|
|
61
62
|
icon={[Function]}
|
|
62
63
|
image=""
|
|
63
64
|
size="small"
|
|
@@ -143,6 +144,7 @@ exports[`ContactSuggestion component should display contact suggestion for a con
|
|
|
143
144
|
<Avatar
|
|
144
145
|
className=""
|
|
145
146
|
disabled={false}
|
|
147
|
+
ghost={false}
|
|
146
148
|
icon={[Function]}
|
|
147
149
|
image=""
|
|
148
150
|
size="small"
|
|
@@ -279,6 +281,7 @@ exports[`ContactSuggestion component should display contact suggestion for a gro
|
|
|
279
281
|
<Avatar
|
|
280
282
|
className=""
|
|
281
283
|
disabled={false}
|
|
284
|
+
ghost={false}
|
|
282
285
|
icon={[Function]}
|
|
283
286
|
image=""
|
|
284
287
|
size="small"
|