@fluentui-react-native/experimental-avatar 0.14.14 → 0.14.15

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,34 @@
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 20 Apr 2022 10:53:24 GMT",
5
+ "date": "Thu, 21 Apr 2022 21:48:33 GMT",
6
+ "tag": "@fluentui-react-native/experimental-avatar_v0.14.15",
7
+ "version": "0.14.15",
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.28",
14
+ "commit": "9d96c6b126ce5293d5315054216af4bd3a447fbe"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/experimental-avatar",
19
+ "comment": "Bump @fluentui-react-native/framework to v0.7.23",
20
+ "commit": "9d96c6b126ce5293d5315054216af4bd3a447fbe"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/experimental-avatar",
25
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.16.1",
26
+ "commit": "9d96c6b126ce5293d5315054216af4bd3a447fbe"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Wed, 20 Apr 2022 10:53:38 GMT",
6
33
  "tag": "@fluentui-react-native/experimental-avatar_v0.14.14",
7
34
  "version": "0.14.14",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui-react-native/experimental-avatar
2
2
 
3
- This log was last generated on Wed, 20 Apr 2022 10:53:24 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 21 Apr 2022 21:48:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.14.15
8
+
9
+ Thu, 21 Apr 2022 21:48:33 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/badge to v0.0.28
14
+ - Bump @fluentui-react-native/framework to v0.7.23
15
+ - Bump @fluentui-react-native/theme-tokens to v0.16.1
16
+
7
17
  ## 0.14.14
8
18
 
9
- Wed, 20 Apr 2022 10:53:24 GMT
19
+ Wed, 20 Apr 2022 10:53:38 GMT
10
20
 
11
21
  ### Patches
12
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
- "version": "0.14.14",
3
+ "version": "0.14.15",
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,10 +26,10 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@fluentui-react-native/adapters": "^0.8.5",
29
- "@fluentui-react-native/badge": "^0.0.27",
29
+ "@fluentui-react-native/badge": "^0.0.28",
30
30
  "@fluentui-react-native/component-cache": "^1.3.2",
31
- "@fluentui-react-native/framework": "0.7.22",
32
- "@fluentui-react-native/theme-tokens": "^0.16.0",
31
+ "@fluentui-react-native/framework": "0.7.23",
32
+ "@fluentui-react-native/theme-tokens": "^0.16.1",
33
33
  "@fluentui-react-native/tokens": "^0.11.9",
34
34
  "@fluentui-react-native/use-styling": "^0.8.3"
35
35
  },