@fluentui/react-avatar 9.2.14 → 9.2.15

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,34 @@
2
2
  "name": "@fluentui/react-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 17 Jan 2023 12:22:15 GMT",
5
+ "date": "Wed, 18 Jan 2023 16:30:58 GMT",
6
+ "tag": "@fluentui/react-avatar_v9.2.15",
7
+ "version": "9.2.15",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-avatar",
13
+ "comment": "Bump @fluentui/react-popover to v9.4.2",
14
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-avatar",
19
+ "comment": "Bump @fluentui/react-tabster to v9.4.0",
20
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-avatar",
25
+ "comment": "Bump @fluentui/react-tooltip to v9.1.9",
26
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Tue, 17 Jan 2023 12:22:56 GMT",
6
33
  "tag": "@fluentui/react-avatar_v9.2.14",
7
34
  "version": "9.2.14",
8
35
  "comments": {
@@ -11,7 +38,7 @@
11
38
  "author": "beachball",
12
39
  "package": "@fluentui/react-avatar",
13
40
  "comment": "Bump @fluentui/react-badge to v9.0.20",
14
- "commit": "08ccb46dd03a8871c1234008a5a543cd53f579a9"
41
+ "commit": "64989c23309e77e51bb42c00609fd2425cd20680"
15
42
  }
16
43
  ]
17
44
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,28 @@
1
1
  # Change Log - @fluentui/react-avatar
2
2
 
3
- This log was last generated on Tue, 17 Jan 2023 12:22:15 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 18 Jan 2023 16:30:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.2.15)
8
+
9
+ Wed, 18 Jan 2023 16:30:58 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.2.14..@fluentui/react-avatar_v9.2.15)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-popover to v9.4.2 ([PR #26377](https://github.com/microsoft/fluentui/pull/26377) by beachball)
15
+ - Bump @fluentui/react-tabster to v9.4.0 ([PR #26377](https://github.com/microsoft/fluentui/pull/26377) by beachball)
16
+ - Bump @fluentui/react-tooltip to v9.1.9 ([PR #26377](https://github.com/microsoft/fluentui/pull/26377) by beachball)
17
+
7
18
  ## [9.2.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.2.14)
8
19
 
9
- Tue, 17 Jan 2023 12:22:15 GMT
20
+ Tue, 17 Jan 2023 12:22:56 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.2.13..@fluentui/react-avatar_v9.2.14)
11
22
 
12
23
  ### Patches
13
24
 
14
- - Bump @fluentui/react-badge to v9.0.20 ([PR #26371](https://github.com/microsoft/fluentui/pull/26371) by beachball)
25
+ - Bump @fluentui/react-badge to v9.0.20 ([PR #26373](https://github.com/microsoft/fluentui/pull/26373) by beachball)
15
26
 
16
27
  ## [9.2.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.2.13)
17
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-avatar",
3
- "version": "9.2.14",
3
+ "version": "9.2.15",
4
4
  "description": "React components for building Microsoft web experiences.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -39,11 +39,11 @@
39
39
  "@fluentui/react-badge": "^9.0.20",
40
40
  "@fluentui/react-context-selector": "^9.1.5",
41
41
  "@fluentui/react-icons": "^2.0.175",
42
- "@fluentui/react-popover": "^9.4.1",
42
+ "@fluentui/react-popover": "^9.4.2",
43
43
  "@fluentui/react-shared-contexts": "^9.1.5",
44
- "@fluentui/react-tabster": "^9.3.7",
44
+ "@fluentui/react-tabster": "^9.4.0",
45
45
  "@fluentui/react-theme": "^9.1.5",
46
- "@fluentui/react-tooltip": "^9.1.8",
46
+ "@fluentui/react-tooltip": "^9.1.9",
47
47
  "@fluentui/react-utilities": "^9.4.0",
48
48
  "@griffel/react": "^1.5.2",
49
49
  "tslib": "^2.1.0"