@fluentui-react-native/experimental-avatar 0.14.31 → 0.14.32

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,58 @@
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 21 May 2022 17:39:16 GMT",
5
+ "date": "Wed, 25 May 2022 18:41:22 GMT",
6
+ "tag": "@fluentui-react-native/experimental-avatar_v0.14.32",
7
+ "version": "0.14.32",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "krsiler@microsoft.com",
12
+ "package": "@fluentui-react-native/experimental-avatar",
13
+ "commit": "f4e881a5caef5a8258094f2a2ba674c62321886d",
14
+ "comment": "beachball sync"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/experimental-avatar",
19
+ "comment": "Bump @fluentui-react-native/badge to v0.0.37",
20
+ "commit": "f4e881a5caef5a8258094f2a2ba674c62321886d"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/experimental-avatar",
25
+ "comment": "Bump @fluentui-react-native/framework to v0.7.30",
26
+ "commit": "f4e881a5caef5a8258094f2a2ba674c62321886d"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/experimental-avatar",
31
+ "comment": "Bump @fluentui-react-native/icon to v0.11.25",
32
+ "commit": "f4e881a5caef5a8258094f2a2ba674c62321886d"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/experimental-avatar",
37
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.15.10",
38
+ "commit": "f4e881a5caef5a8258094f2a2ba674c62321886d"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/experimental-avatar",
43
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.18.0",
44
+ "commit": "f4e881a5caef5a8258094f2a2ba674c62321886d"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/experimental-avatar",
49
+ "comment": "Bump @fluentui-react-native/tokens to v0.14.0",
50
+ "commit": "f4e881a5caef5a8258094f2a2ba674c62321886d"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Sat, 21 May 2022 17:39:28 GMT",
6
57
  "tag": "@fluentui-react-native/experimental-avatar_v0.14.31",
7
58
  "version": "0.14.31",
8
59
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,26 @@
1
1
  # Change Log - @fluentui-react-native/experimental-avatar
2
2
 
3
- This log was last generated on Sat, 21 May 2022 17:39:16 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 25 May 2022 18:41:22 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.14.32
8
+
9
+ Wed, 25 May 2022 18:41:22 GMT
10
+
11
+ ### Patches
12
+
13
+ - beachball sync (krsiler@microsoft.com)
14
+ - Bump @fluentui-react-native/badge to v0.0.37
15
+ - Bump @fluentui-react-native/framework to v0.7.30
16
+ - Bump @fluentui-react-native/icon to v0.11.25
17
+ - Bump @fluentui-react-native/interactive-hooks to v0.15.10
18
+ - Bump @fluentui-react-native/theme-tokens to v0.18.0
19
+ - Bump @fluentui-react-native/tokens to v0.14.0
20
+
7
21
  ## 0.14.31
8
22
 
9
- Sat, 21 May 2022 17:39:16 GMT
23
+ Sat, 21 May 2022 17:39:28 GMT
10
24
 
11
25
  ### Patches
12
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
- "version": "0.14.31",
3
+ "version": "0.14.32",
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.36",
29
+ "@fluentui-react-native/badge": "^0.0.37",
30
30
  "@fluentui-react-native/component-cache": "^1.3.2",
31
- "@fluentui-react-native/framework": "0.7.28",
32
- "@fluentui-react-native/icon": "^0.11.23",
33
- "@fluentui-react-native/interactive-hooks": "^0.15.8",
34
- "@fluentui-react-native/theme-tokens": "^0.16.3",
35
- "@fluentui-react-native/tokens": "^0.12.2",
31
+ "@fluentui-react-native/framework": "0.7.30",
32
+ "@fluentui-react-native/icon": "^0.11.25",
33
+ "@fluentui-react-native/interactive-hooks": "^0.15.10",
34
+ "@fluentui-react-native/theme-tokens": "^0.18.0",
35
+ "@fluentui-react-native/tokens": "^0.14.0",
36
36
  "@fluentui-react-native/use-styling": "^0.8.3",
37
37
  "react-native-svg": "^12.3.0"
38
38
  },