@fluentui-react-native/experimental-avatar 0.14.28 → 0.14.29

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,52 @@
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 19 May 2022 20:09:08 GMT",
5
+ "date": "Sat, 21 May 2022 01:46:24 GMT",
6
+ "tag": "@fluentui-react-native/experimental-avatar_v0.14.29",
7
+ "version": "0.14.29",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/experimental-avatar",
13
+ "comment": "Bump @fluentui-react-native/badge to v0.0.35",
14
+ "commit": "5c1efc2232601998fc0dd0bb1607e7ffafbe5613"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/experimental-avatar",
19
+ "comment": "Bump @fluentui-react-native/framework to v0.7.27",
20
+ "commit": "5c1efc2232601998fc0dd0bb1607e7ffafbe5613"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/experimental-avatar",
25
+ "comment": "Bump @fluentui-react-native/icon to v0.11.22",
26
+ "commit": "5c1efc2232601998fc0dd0bb1607e7ffafbe5613"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/experimental-avatar",
31
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.15.7",
32
+ "commit": "5c1efc2232601998fc0dd0bb1607e7ffafbe5613"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/experimental-avatar",
37
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.16.3",
38
+ "commit": "5c1efc2232601998fc0dd0bb1607e7ffafbe5613"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/experimental-avatar",
43
+ "comment": "Bump @fluentui-react-native/tokens to v0.12.1",
44
+ "commit": "5c1efc2232601998fc0dd0bb1607e7ffafbe5613"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Thu, 19 May 2022 20:09:25 GMT",
6
51
  "tag": "@fluentui-react-native/experimental-avatar_v0.14.28",
7
52
  "version": "0.14.28",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # Change Log - @fluentui-react-native/experimental-avatar
2
2
 
3
- This log was last generated on Thu, 19 May 2022 20:09:08 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 21 May 2022 01:46:24 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.14.29
8
+
9
+ Sat, 21 May 2022 01:46:24 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/badge to v0.0.35
14
+ - Bump @fluentui-react-native/framework to v0.7.27
15
+ - Bump @fluentui-react-native/icon to v0.11.22
16
+ - Bump @fluentui-react-native/interactive-hooks to v0.15.7
17
+ - Bump @fluentui-react-native/theme-tokens to v0.16.3
18
+ - Bump @fluentui-react-native/tokens to v0.12.1
19
+
7
20
  ## 0.14.28
8
21
 
9
- Thu, 19 May 2022 20:09:08 GMT
22
+ Thu, 19 May 2022 20:09:25 GMT
10
23
 
11
24
  ### Patches
12
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
- "version": "0.14.28",
3
+ "version": "0.14.29",
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>",
@@ -26,13 +26,13 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@fluentui-react-native/adapters": "^0.8.5",
29
- "@fluentui-react-native/badge": "^0.0.34",
29
+ "@fluentui-react-native/badge": "^0.0.35",
30
30
  "@fluentui-react-native/component-cache": "^1.3.2",
31
- "@fluentui-react-native/framework": "0.7.26",
32
- "@fluentui-react-native/icon": "^0.11.21",
33
- "@fluentui-react-native/interactive-hooks": "^0.15.6",
34
- "@fluentui-react-native/theme-tokens": "^0.16.2",
35
- "@fluentui-react-native/tokens": "^0.12.0",
31
+ "@fluentui-react-native/framework": "0.7.27",
32
+ "@fluentui-react-native/icon": "^0.11.22",
33
+ "@fluentui-react-native/interactive-hooks": "^0.15.7",
34
+ "@fluentui-react-native/theme-tokens": "^0.16.3",
35
+ "@fluentui-react-native/tokens": "^0.12.1",
36
36
  "@fluentui-react-native/use-styling": "^0.8.3",
37
37
  "react-native-svg": "^12.3.0"
38
38
  },