@fluentui-react-native/experimental-avatar 0.17.14 → 0.17.16
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 +31 -1
- package/CHANGELOG.md +18 -2
- package/FRNAvatar.podspec +2 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/experimental-avatar",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Fri,
|
|
5
|
+
"date": "Fri, 17 Feb 2023 06:29:50 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/experimental-avatar_v0.17.16",
|
|
7
|
+
"version": "0.17.16",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "mischreiber@microsoft.com",
|
|
12
|
+
"package": "@fluentui-react-native/experimental-avatar",
|
|
13
|
+
"commit": "607657baed4ed6c5a0eb5b4f567a0697ae4e85ba",
|
|
14
|
+
"comment": "Update native modules to FUA 0.13"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Sat, 11 Feb 2023 01:32:30 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/experimental-avatar_v0.17.15",
|
|
22
|
+
"version": "0.17.15",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "beachball",
|
|
27
|
+
"package": "@fluentui-react-native/experimental-avatar",
|
|
28
|
+
"comment": "Bump @fluentui-react-native/framework to v0.9.1",
|
|
29
|
+
"commit": "271dc7378669e31e355a4ca8f131a96872d8049a"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Fri, 03 Feb 2023 01:49:36 GMT",
|
|
6
36
|
"tag": "@fluentui-react-native/experimental-avatar_v0.17.14",
|
|
7
37
|
"version": "0.17.14",
|
|
8
38
|
"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 Fri,
|
|
3
|
+
This log was last generated on Fri, 17 Feb 2023 06:29:50 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.17.16
|
|
8
|
+
|
|
9
|
+
Fri, 17 Feb 2023 06:29:50 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update native modules to FUA 0.13 (mischreiber@microsoft.com)
|
|
14
|
+
|
|
15
|
+
## 0.17.15
|
|
16
|
+
|
|
17
|
+
Sat, 11 Feb 2023 01:32:30 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Bump @fluentui-react-native/framework to v0.9.1
|
|
22
|
+
|
|
7
23
|
## 0.17.14
|
|
8
24
|
|
|
9
|
-
Fri, 03 Feb 2023 01:
|
|
25
|
+
Fri, 03 Feb 2023 01:49:36 GMT
|
|
10
26
|
|
|
11
27
|
### Patches
|
|
12
28
|
|
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', '0.
|
|
19
|
+
s.ios.dependency 'MicrosoftFluentUI', '0.13.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.
|
|
23
|
+
s.osx.dependency 'MicrosoftFluentUI', '0.13.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.17.
|
|
3
|
+
"version": "0.17.16",
|
|
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.4.3",
|
|
29
|
-
"@fluentui-react-native/framework": "0.9.
|
|
29
|
+
"@fluentui-react-native/framework": "0.9.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|