@fluentui-react-native/experimental-avatar 0.15.0 → 0.15.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,37 @@
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 21 Jun 2022 21:06:59 GMT",
5
+ "date": "Thu, 23 Jun 2022 16:07:53 GMT",
6
+ "tag": "@fluentui-react-native/experimental-avatar_v0.15.1",
7
+ "version": "0.15.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "78454019+lyzhan7@users.noreply.github.com",
12
+ "package": "@fluentui-react-native/experimental-avatar",
13
+ "commit": "7880dae12f6e2283020d0a6413fdb7e8193afb2b",
14
+ "comment": "Bump FUA podspecs/podfile.lock to 0.5.2"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 21 Jun 2022 23:39:02 GMT",
21
+ "tag": "@fluentui-react-native/experimental-avatar_v0.15.0",
22
+ "version": "0.15.0",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "joannaquu@gmail.com",
27
+ "package": "@fluentui-react-native/experimental-avatar",
28
+ "commit": "6426ed850d4667d8cefdd7140017959dca5642fe",
29
+ "comment": "merge"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Tue, 21 Jun 2022 21:07:14 GMT",
6
36
  "tag": "@fluentui-react-native/experimental-avatar_v0.15.0",
7
37
  "version": "0.15.0",
8
38
  "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, 21 Jun 2022 21:06:59 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 23 Jun 2022 16:07:53 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.15.1
8
+
9
+ Thu, 23 Jun 2022 16:07:53 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump FUA podspecs/podfile.lock to 0.5.2 (78454019+lyzhan7@users.noreply.github.com)
14
+
7
15
  ## 0.15.0
8
16
 
9
- Tue, 21 Jun 2022 21:06:59 GMT
17
+ Tue, 21 Jun 2022 21:07:14 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.0'
19
+ s.ios.dependency 'MicrosoftFluentUI/Avatar_ios', '0.5.2'
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.0'
23
+ s.osx.dependency 'MicrosoftFluentUI', '0.5.2'
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.15.0",
3
+ "version": "0.15.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>",