@fluentui-react-native/experimental-avatar 0.15.0 → 0.15.3

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,67 @@
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": "Fri, 08 Jul 2022 21:22:05 GMT",
6
+ "tag": "@fluentui-react-native/experimental-avatar_v0.15.3",
7
+ "version": "0.15.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/experimental-avatar",
13
+ "comment": "Bump @fluentui-react-native/framework to v0.7.32",
14
+ "commit": "c489bb685c8dbe94b7b6fe88957e7ce4d3c2d000"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 07 Jul 2022 21:24:07 GMT",
21
+ "tag": "@fluentui-react-native/experimental-avatar_v0.15.2",
22
+ "version": "0.15.2",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui-react-native/experimental-avatar",
28
+ "comment": "Bump @fluentui-react-native/framework to v0.7.31",
29
+ "commit": "b4030a050a2c7223f45f498f3ab8cfc7f87059d9"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Thu, 23 Jun 2022 16:08:07 GMT",
36
+ "tag": "@fluentui-react-native/experimental-avatar_v0.15.1",
37
+ "version": "0.15.1",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "78454019+lyzhan7@users.noreply.github.com",
42
+ "package": "@fluentui-react-native/experimental-avatar",
43
+ "commit": "7880dae12f6e2283020d0a6413fdb7e8193afb2b",
44
+ "comment": "Bump FUA podspecs/podfile.lock to 0.5.2"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Tue, 21 Jun 2022 23:39:02 GMT",
51
+ "tag": "@fluentui-react-native/experimental-avatar_v0.15.0",
52
+ "version": "0.15.0",
53
+ "comments": {
54
+ "none": [
55
+ {
56
+ "author": "joannaquu@gmail.com",
57
+ "package": "@fluentui-react-native/experimental-avatar",
58
+ "commit": "6426ed850d4667d8cefdd7140017959dca5642fe",
59
+ "comment": "merge"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Tue, 21 Jun 2022 21:07:14 GMT",
6
66
  "tag": "@fluentui-react-native/experimental-avatar_v0.15.0",
7
67
  "version": "0.15.0",
8
68
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,36 @@
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 Fri, 08 Jul 2022 21:22:05 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.15.3
8
+
9
+ Fri, 08 Jul 2022 21:22:05 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.7.32
14
+
15
+ ## 0.15.2
16
+
17
+ Thu, 07 Jul 2022 21:24:07 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/framework to v0.7.31
22
+
23
+ ## 0.15.1
24
+
25
+ Thu, 23 Jun 2022 16:08:07 GMT
26
+
27
+ ### Patches
28
+
29
+ - Bump FUA podspecs/podfile.lock to 0.5.2 (78454019+lyzhan7@users.noreply.github.com)
30
+
7
31
  ## 0.15.0
8
32
 
9
- Tue, 21 Jun 2022 21:06:59 GMT
33
+ Tue, 21 Jun 2022 21:07:14 GMT
10
34
 
11
35
  ### Minor changes
12
36
 
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.3",
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/component-cache": "^1.3.2",
29
- "@fluentui-react-native/framework": "0.7.30"
29
+ "@fluentui-react-native/framework": "0.7.32"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",