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

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,64 @@
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 08 Jul 2022 21:22:05 GMT",
5
+ "date": "Mon, 29 Aug 2022 23:19:48 GMT",
6
+ "tag": "@fluentui-react-native/experimental-avatar_v0.16.2",
7
+ "version": "0.16.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/experimental-avatar",
13
+ "comment": "Bump @fluentui-react-native/framework to v0.8.1",
14
+ "commit": "370259af6f245b97a9a9129d8defbdd30a0bbd9d"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 05 Aug 2022 20:00:03 GMT",
21
+ "tag": "@fluentui-react-native/experimental-avatar_v0.16.1",
22
+ "version": "0.16.1",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "hyshin@microsoft.com",
27
+ "package": "@fluentui-react-native/experimental-avatar",
28
+ "commit": "1e36771980f2e8e3b710949eb86e4233cad14bf1",
29
+ "comment": "update fua version"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Thu, 14 Jul 2022 18:09:51 GMT",
36
+ "tag": "@fluentui-react-native/experimental-avatar_v0.16.0",
37
+ "version": "0.16.0",
38
+ "comments": {
39
+ "minor": [
40
+ {
41
+ "author": "sanajmi@microsoft.com",
42
+ "package": "@fluentui-react-native/experimental-avatar",
43
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b",
44
+ "comment": "Update to React Native 0.66"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/experimental-avatar",
49
+ "comment": "Bump @fluentui-react-native/component-cache to v1.4.0",
50
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui-react-native/experimental-avatar",
55
+ "comment": "Bump @fluentui-react-native/framework to v0.8.0",
56
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Fri, 08 Jul 2022 21:23:37 GMT",
6
63
  "tag": "@fluentui-react-native/experimental-avatar_v0.15.3",
7
64
  "version": "0.15.3",
8
65
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,38 @@
1
1
  # Change Log - @fluentui-react-native/experimental-avatar
2
2
 
3
- This log was last generated on Fri, 08 Jul 2022 21:22:05 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 29 Aug 2022 23:19:48 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.16.2
8
+
9
+ Mon, 29 Aug 2022 23:19:48 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.8.1
14
+
15
+ ## 0.16.1
16
+
17
+ Fri, 05 Aug 2022 20:00:03 GMT
18
+
19
+ ### Patches
20
+
21
+ - update fua version (hyshin@microsoft.com)
22
+
23
+ ## 0.16.0
24
+
25
+ Thu, 14 Jul 2022 18:09:51 GMT
26
+
27
+ ### Minor changes
28
+
29
+ - Update to React Native 0.66 (sanajmi@microsoft.com)
30
+ - Bump @fluentui-react-native/component-cache to v1.4.0
31
+ - Bump @fluentui-react-native/framework to v0.8.0
32
+
7
33
  ## 0.15.3
8
34
 
9
- Fri, 08 Jul 2022 21:22:05 GMT
35
+ Fri, 08 Jul 2022 21:23:37 GMT
10
36
 
11
37
  ### Patches
12
38
 
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.15.3",
3
+ "version": "0.16.2",
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>",
@@ -25,18 +25,18 @@
25
25
  "directory": "packages/experimental/Avatar"
26
26
  },
27
27
  "dependencies": {
28
- "@fluentui-react-native/component-cache": "^1.3.2",
29
- "@fluentui-react-native/framework": "0.7.32"
28
+ "@fluentui-react-native/component-cache": "^1.4.0",
29
+ "@fluentui-react-native/framework": "0.8.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
33
33
  "@fluentui-react-native/scripts": "^0.1.1",
34
- "@types/react-native": "^0.64.0",
35
- "react": "17.0.1",
36
- "react-native": "^0.64.3"
34
+ "@types/react-native": "^0.66.0",
35
+ "react": "17.0.2",
36
+ "react-native": "^0.66.0"
37
37
  },
38
38
  "peerDependencies": {
39
- "react": "17.0.1",
40
- "react-native": ">=0.64.3"
39
+ "react": "17.0.2",
40
+ "react-native": ">=0.66.0"
41
41
  }
42
42
  }