@fluentui-react-native/experimental-avatar 0.16.12 → 0.16.13

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": "Tue, 11 Oct 2022 22:39:43 GMT",
5
+ "date": "Wed, 12 Oct 2022 13:06:48 GMT",
6
+ "tag": "@fluentui-react-native/experimental-avatar_v0.16.13",
7
+ "version": "0.16.13",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "4123478+tido64@users.noreply.github.com",
12
+ "package": "@fluentui-react-native/experimental-avatar",
13
+ "commit": "31bcec5128204c8b3832dbe6de9548d88671f41c",
14
+ "comment": "Fix autolinking for iOS"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 11 Oct 2022 22:41:44 GMT",
6
21
  "tag": "@fluentui-react-native/experimental-avatar_v0.16.12",
7
22
  "version": "0.16.12",
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 Tue, 11 Oct 2022 22:39:43 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 12 Oct 2022 13:06:48 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.16.13
8
+
9
+ Wed, 12 Oct 2022 13:06:48 GMT
10
+
11
+ ### Patches
12
+
13
+ - Fix autolinking for iOS (4123478+tido64@users.noreply.github.com)
14
+
7
15
  ## 0.16.12
8
16
 
9
- Tue, 11 Oct 2022 22:39:43 GMT
17
+ Tue, 11 Oct 2022 22:41:44 GMT
10
18
 
11
19
  ### Patches
12
20
 
@@ -0,0 +1 @@
1
+ // This dummy project file is required for @react-native-community/cli <8.0 to recognize this package as a native module
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
- "version": "0.16.12",
3
+ "version": "0.16.13",
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>",