@fluentui-react-native/experimental-avatar 0.16.0 → 0.16.1

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": "Thu, 14 Jul 2022 18:07:21 GMT",
5
+ "date": "Fri, 05 Aug 2022 19:59:48 GMT",
6
+ "tag": "@fluentui-react-native/experimental-avatar_v0.16.1",
7
+ "version": "0.16.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "hyshin@microsoft.com",
12
+ "package": "@fluentui-react-native/experimental-avatar",
13
+ "commit": "1e36771980f2e8e3b710949eb86e4233cad14bf1",
14
+ "comment": "update fua version"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 14 Jul 2022 18:09:51 GMT",
6
21
  "tag": "@fluentui-react-native/experimental-avatar_v0.16.0",
7
22
  "version": "0.16.0",
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 Thu, 14 Jul 2022 18:07:21 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 05 Aug 2022 19:59:48 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.16.1
8
+
9
+ Fri, 05 Aug 2022 19:59:48 GMT
10
+
11
+ ### Patches
12
+
13
+ - update fua version (hyshin@microsoft.com)
14
+
7
15
  ## 0.16.0
8
16
 
9
- Thu, 14 Jul 2022 18:07:21 GMT
17
+ Thu, 14 Jul 2022 18:09:51 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
package/FRNAvatar.podspec CHANGED
@@ -16,11 +16,11 @@ Pod::Spec.new do |s|
16
16
 
17
17
  s.ios.deployment_target = "14.0"
18
18
  s.ios.source_files = "ios/*.{swift,h,m}"
19
- s.ios.dependency 'MicrosoftFluentUI/Avatar_ios', '0.5.2'
19
+ s.ios.dependency 'MicrosoftFluentUI/Avatar_ios', '0.6.1'
20
20
 
21
21
  s.osx.deployment_target = "10.15"
22
22
  s.osx.source_files = "macos/*.{swift,h,m}"
23
- s.osx.dependency 'MicrosoftFluentUI', '0.5.2'
23
+ s.osx.dependency 'MicrosoftFluentUI', '0.6.1'
24
24
 
25
25
  s.dependency 'React'
26
26
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
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>",