@fluentui-react-native/experimental-avatar 0.14.9 → 0.14.10

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,52 @@
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 23 Mar 2022 17:22:10 GMT",
5
+ "date": "Thu, 31 Mar 2022 07:25:45 GMT",
6
+ "tag": "@fluentui-react-native/experimental-avatar_v0.14.10",
7
+ "version": "0.14.10",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/experimental-avatar",
13
+ "comment": "Bump @fluentui-react-native/adapters to v0.8.5",
14
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/experimental-avatar",
19
+ "comment": "Bump @fluentui-react-native/component-cache to v1.3.2",
20
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/experimental-avatar",
25
+ "comment": "Bump @fluentui-react-native/framework to v0.7.19",
26
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/experimental-avatar",
31
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.13.2",
32
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/experimental-avatar",
37
+ "comment": "Bump @fluentui-react-native/tokens to v0.11.9",
38
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/experimental-avatar",
43
+ "comment": "Bump @fluentui-react-native/use-styling to v0.8.3",
44
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Wed, 23 Mar 2022 17:24:05 GMT",
6
51
  "tag": "@fluentui-react-native/experimental-avatar_v0.14.9",
7
52
  "version": "0.14.9",
8
53
  "comments": {
@@ -11,13 +56,13 @@
11
56
  "author": "beachball",
12
57
  "package": "@fluentui-react-native/experimental-avatar",
13
58
  "comment": "Bump @fluentui-react-native/framework to v0.7.18",
14
- "commit": "f9260dc63f46f9b1fe54f6b2ab4babbfccc0c8b0"
59
+ "commit": "0a18d2f8bb6505c6c6e2445ff3ba62ac79334872"
15
60
  },
16
61
  {
17
62
  "author": "beachball",
18
63
  "package": "@fluentui-react-native/experimental-avatar",
19
64
  "comment": "Bump @fluentui-react-native/theme-tokens to v0.13.1",
20
- "commit": "f9260dc63f46f9b1fe54f6b2ab4babbfccc0c8b0"
65
+ "commit": "0a18d2f8bb6505c6c6e2445ff3ba62ac79334872"
21
66
  }
22
67
  ]
23
68
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # Change Log - @fluentui-react-native/experimental-avatar
2
2
 
3
- This log was last generated on Wed, 23 Mar 2022 17:22:10 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 31 Mar 2022 07:25:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.14.10
8
+
9
+ Thu, 31 Mar 2022 07:25:45 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/adapters to v0.8.5
14
+ - Bump @fluentui-react-native/component-cache to v1.3.2
15
+ - Bump @fluentui-react-native/framework to v0.7.19
16
+ - Bump @fluentui-react-native/theme-tokens to v0.13.2
17
+ - Bump @fluentui-react-native/tokens to v0.11.9
18
+ - Bump @fluentui-react-native/use-styling to v0.8.3
19
+
7
20
  ## 0.14.9
8
21
 
9
- Wed, 23 Mar 2022 17:22:10 GMT
22
+ Wed, 23 Mar 2022 17:24:05 GMT
10
23
 
11
24
  ### Patches
12
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-avatar",
3
- "version": "0.14.9",
3
+ "version": "0.14.10",
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/adapters": "^0.8.4",
29
- "@fluentui-react-native/component-cache": "^1.3.1",
30
- "@fluentui-react-native/framework": "0.7.18",
31
- "@fluentui-react-native/theme-tokens": "^0.13.1",
32
- "@fluentui-react-native/tokens": "^0.11.8",
33
- "@fluentui-react-native/use-styling": "^0.8.2"
28
+ "@fluentui-react-native/adapters": "^0.8.5",
29
+ "@fluentui-react-native/component-cache": "^1.3.2",
30
+ "@fluentui-react-native/framework": "0.7.19",
31
+ "@fluentui-react-native/theme-tokens": "^0.13.2",
32
+ "@fluentui-react-native/tokens": "^0.11.9",
33
+ "@fluentui-react-native/use-styling": "^0.8.3"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",