@fluentui/react-avatar 9.2.13 → 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,49 @@
2
2
  "name": "@fluentui/react-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 16 Jan 2023 08:35:31 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",
33
+ "tag": "@fluentui/react-avatar_v9.2.14",
34
+ "version": "9.2.14",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-avatar",
40
+ "comment": "Bump @fluentui/react-badge to v9.0.20",
41
+ "commit": "64989c23309e77e51bb42c00609fd2425cd20680"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Mon, 16 Jan 2023 08:38:55 GMT",
6
48
  "tag": "@fluentui/react-avatar_v9.2.13",
7
49
  "version": "9.2.13",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/react-avatar
2
2
 
3
- This log was last generated on Mon, 16 Jan 2023 08:35:31 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
+
18
+ ## [9.2.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.2.14)
19
+
20
+ Tue, 17 Jan 2023 12:22:56 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.2.13..@fluentui/react-avatar_v9.2.14)
22
+
23
+ ### Patches
24
+
25
+ - Bump @fluentui/react-badge to v9.0.20 ([PR #26373](https://github.com/microsoft/fluentui/pull/26373) by beachball)
26
+
7
27
  ## [9.2.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.2.13)
8
28
 
9
- Mon, 16 Jan 2023 08:35:31 GMT
29
+ Mon, 16 Jan 2023 08:38:55 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.2.12..@fluentui/react-avatar_v9.2.13)
11
31
 
12
32
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-avatar",
3
- "version": "9.2.13",
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",
@@ -36,14 +36,14 @@
36
36
  "@fluentui/scripts-tasks": "*"
37
37
  },
38
38
  "dependencies": {
39
- "@fluentui/react-badge": "^9.0.19",
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"