@fluentui-react-native/experimental-avatar 0.14.16 → 0.14.17

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,40 @@
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 26 Apr 2022 20:44:47 GMT",
5
+ "date": "Wed, 27 Apr 2022 19:28:58 GMT",
6
+ "tag": "@fluentui-react-native/experimental-avatar_v0.14.17",
7
+ "version": "0.14.17",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/experimental-avatar",
13
+ "comment": "Bump @fluentui-react-native/badge to v0.0.30",
14
+ "commit": "f3481f50e20c6ab33f7f3ffca63e9f1e424fe2c1"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/experimental-avatar",
19
+ "comment": "Bump @fluentui-react-native/framework to v0.7.24",
20
+ "commit": "f3481f50e20c6ab33f7f3ffca63e9f1e424fe2c1"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/experimental-avatar",
25
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.16.2",
26
+ "commit": "f3481f50e20c6ab33f7f3ffca63e9f1e424fe2c1"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/experimental-avatar",
31
+ "comment": "Bump @fluentui-react-native/tokens to v0.11.10",
32
+ "commit": "f3481f50e20c6ab33f7f3ffca63e9f1e424fe2c1"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Tue, 26 Apr 2022 20:45:13 GMT",
6
39
  "tag": "@fluentui-react-native/experimental-avatar_v0.14.16",
7
40
  "version": "0.14.16",
8
41
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui-react-native/experimental-avatar
2
2
 
3
- This log was last generated on Tue, 26 Apr 2022 20:44:47 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 27 Apr 2022 19:28:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.14.17
8
+
9
+ Wed, 27 Apr 2022 19:28:58 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/badge to v0.0.30
14
+ - Bump @fluentui-react-native/framework to v0.7.24
15
+ - Bump @fluentui-react-native/theme-tokens to v0.16.2
16
+ - Bump @fluentui-react-native/tokens to v0.11.10
17
+
7
18
  ## 0.14.16
8
19
 
9
- Tue, 26 Apr 2022 20:44:47 GMT
20
+ Tue, 26 Apr 2022 20:45:13 GMT
10
21
 
11
22
  ### Patches
12
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
- "version": "0.14.16",
3
+ "version": "0.14.17",
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,11 +26,11 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@fluentui-react-native/adapters": "^0.8.5",
29
- "@fluentui-react-native/badge": "^0.0.29",
29
+ "@fluentui-react-native/badge": "^0.0.30",
30
30
  "@fluentui-react-native/component-cache": "^1.3.2",
31
- "@fluentui-react-native/framework": "0.7.23",
32
- "@fluentui-react-native/theme-tokens": "^0.16.1",
33
- "@fluentui-react-native/tokens": "^0.11.9",
31
+ "@fluentui-react-native/framework": "0.7.24",
32
+ "@fluentui-react-native/theme-tokens": "^0.16.2",
33
+ "@fluentui-react-native/tokens": "^0.11.10",
34
34
  "@fluentui-react-native/use-styling": "^0.8.3"
35
35
  },
36
36
  "devDependencies": {