@fluentui-react-native/experimental-avatar 0.14.41 → 0.14.42

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": "Wed, 15 Jun 2022 07:59:42 GMT",
5
+ "date": "Thu, 16 Jun 2022 09:39:13 GMT",
6
+ "tag": "@fluentui-react-native/experimental-avatar_v0.14.42",
7
+ "version": "0.14.42",
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.43",
14
+ "commit": "5a2f469becf5dc40beb9c571d4bbb4a2b285320e"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 15 Jun 2022 07:59:57 GMT",
6
21
  "tag": "@fluentui-react-native/experimental-avatar_v0.14.41",
7
22
  "version": "0.14.41",
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 Wed, 15 Jun 2022 07:59:42 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 16 Jun 2022 09:39:13 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.14.42
8
+
9
+ Thu, 16 Jun 2022 09:39:13 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/badge to v0.0.43
14
+
7
15
  ## 0.14.41
8
16
 
9
- Wed, 15 Jun 2022 07:59:42 GMT
17
+ Wed, 15 Jun 2022 07:59:57 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.41",
3
+ "version": "0.14.42",
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,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@fluentui-react-native/adapters": "^0.8.5",
29
- "@fluentui-react-native/badge": "^0.0.42",
29
+ "@fluentui-react-native/badge": "^0.0.43",
30
30
  "@fluentui-react-native/component-cache": "^1.3.2",
31
31
  "@fluentui-react-native/framework": "0.7.30",
32
32
  "@fluentui-react-native/icon": "^0.12.1",