@fluentui-react-native/experimental-avatar 0.14.20 → 0.14.21

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.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 30 Apr 2022 06:33:26 GMT",
5
+ "date": "Mon, 02 May 2022 22:14:24 GMT",
6
+ "tag": "@fluentui-react-native/experimental-avatar_v0.14.21",
7
+ "version": "0.14.21",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "ruaraki@microsoft.com",
12
+ "package": "@fluentui-react-native/experimental-avatar",
13
+ "commit": "7f2a2366130cbed420d6c81846f0c06b40b8c948",
14
+ "comment": "Fix avatar dependency"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sat, 30 Apr 2022 06:33:42 GMT",
6
21
  "tag": "@fluentui-react-native/experimental-avatar_v0.14.20",
7
22
  "version": "0.14.20",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @fluentui-react-native/experimental-avatar
2
2
 
3
- This log was last generated on Sat, 30 Apr 2022 06:33:26 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 02 May 2022 22:14:24 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.14.21
8
+
9
+ Mon, 02 May 2022 22:14:24 GMT
10
+
11
+ ### Patches
12
+
13
+ - Fix avatar dependency (ruaraki@microsoft.com)
14
+
7
15
  ## 0.14.20
8
16
 
9
- Sat, 30 Apr 2022 06:33:26 GMT
17
+ Sat, 30 Apr 2022 06:33:42 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
- "version": "0.14.20",
3
+ "version": "0.14.21",
4
4
  "description": "A cross-platform Avatar component using the Fluent Design System. Currently only implemented on iOS",
5
5
  "license": "MIT",
6
6
  "author": "Microsoft <fluentuinativeowners@microsoft.com>",
@@ -28,8 +28,8 @@
28
28
  "@fluentui-react-native/adapters": "^0.8.5",
29
29
  "@fluentui-react-native/badge": "^0.0.32",
30
30
  "@fluentui-react-native/component-cache": "^1.3.2",
31
- "@fluentui-react-native/icon": "^0.11.18",
32
- "@fluentui-react-native/interactive-hooks": "^0.15.4",
31
+ "@fluentui-react-native/icon": "^0.11.20",
32
+ "@fluentui-react-native/interactive-hooks": "^0.15.5",
33
33
  "@fluentui-react-native/framework": "0.7.25",
34
34
  "@fluentui-react-native/theme-tokens": "^0.16.2",
35
35
  "@fluentui-react-native/tokens": "^0.11.11",