@fluentui-react-native/experimental-avatar 0.20.7 → 0.20.9

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": "Mon, 22 Jan 2024 22:05:23 GMT",
5
+ "date": "Fri, 01 Mar 2024 20:32:24 GMT",
6
+ "version": "0.20.9",
7
+ "tag": "@fluentui-react-native/experimental-avatar_v0.20.9",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "ruaraki@microsoft.com",
12
+ "package": "@fluentui-react-native/experimental-avatar",
13
+ "commit": "17c82b22513a177eaaee6941e5d4bbc2d2654030",
14
+ "comment": "Use workspace for version of local package"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 22 Feb 2024 23:27:46 GMT",
21
+ "version": "0.20.8",
22
+ "tag": "@fluentui-react-native/experimental-avatar_v0.20.8",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui-react-native/experimental-avatar",
28
+ "comment": "Bump @fluentui-react-native/framework to v0.13.7",
29
+ "commit": "not available"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Thu, 25 Jan 2024 20:25:51 GMT",
36
+ "version": "0.20.7",
37
+ "tag": "@fluentui-react-native/experimental-avatar_v0.20.7",
38
+ "comments": {
39
+ "none": [
40
+ {
41
+ "author": "araje@microsoft.com",
42
+ "package": "@fluentui-react-native/experimental-avatar",
43
+ "commit": "40efab51cc4ab28f209b88ff889107105d65e51c",
44
+ "comment": "Add more module includes"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Wed, 24 Jan 2024 23:08:27 GMT",
51
+ "version": "0.20.7",
52
+ "tag": "@fluentui-react-native/experimental-avatar_v0.20.7",
53
+ "comments": {
54
+ "none": [
55
+ {
56
+ "author": "araje@microsoft.com",
57
+ "package": "@fluentui-react-native/experimental-avatar",
58
+ "commit": "84a30d159490fb1034c18fb1ba7accfcd1d47a9c",
59
+ "comment": "Add explicit module imports"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Mon, 22 Jan 2024 22:09:17 GMT",
6
66
  "version": "0.20.7",
7
67
  "tag": "@fluentui-react-native/experimental-avatar_v0.20.7",
8
68
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @fluentui-react-native/experimental-avatar
2
2
 
3
- This log was last generated on Mon, 22 Jan 2024 22:05:23 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 01 Mar 2024 20:32:24 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.20.9
8
+
9
+ Fri, 01 Mar 2024 20:32:24 GMT
10
+
11
+ ### Patches
12
+
13
+ - Use workspace for version of local package (ruaraki@microsoft.com)
14
+
15
+ ## 0.20.8
16
+
17
+ Thu, 22 Feb 2024 23:27:46 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/framework to v0.13.7
22
+
7
23
  ## 0.20.7
8
24
 
9
- Mon, 22 Jan 2024 22:05:23 GMT
25
+ Mon, 22 Jan 2024 22:09:17 GMT
10
26
 
11
27
  ### Patches
12
28
 
@@ -1,5 +1,7 @@
1
1
  import Foundation
2
2
  import FluentUI
3
+ import React
4
+ import UIKit
3
5
 
4
6
  @objc(FRNAvatarViewManager)
5
7
  class AvatarViewManager: RCTViewManager {
@@ -1,5 +1,9 @@
1
+ import AppKit
1
2
  import Foundation
2
3
  import FluentUI
4
+ #if USE_REACT_AS_MODULE
5
+ import React
6
+ #endif
3
7
 
4
8
  @objc(FRNAvatarViewManager)
5
9
  class AvatarViewManager: RCTViewManager {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
- "version": "0.20.7",
3
+ "version": "0.20.9",
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,12 +25,12 @@
25
25
  "directory": "packages/experimental/Avatar"
26
26
  },
27
27
  "dependencies": {
28
- "@fluentui-react-native/component-cache": "^1.6.0",
29
- "@fluentui-react-native/framework": "0.13.6"
28
+ "@fluentui-react-native/component-cache": "1.6.1",
29
+ "@fluentui-react-native/framework": "0.13.8"
30
30
  },
31
31
  "devDependencies": {
32
- "@fluentui-react-native/eslint-config-rules": "^0.1.1",
33
- "@fluentui-react-native/scripts": "^0.1.1",
32
+ "@fluentui-react-native/eslint-config-rules": "0.1.1",
33
+ "@fluentui-react-native/scripts": "0.1.1",
34
34
  "@react-native/metro-config": "^0.72.0",
35
35
  "react": "18.2.0",
36
36
  "react-native": "^0.72.0"