@fluentui/react-avatar 9.10.2 → 9.10.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-avatar
2
2
 
3
- This log was last generated on Tue, 03 Mar 2026 09:41:33 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 30 Mar 2026 14:35:50 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.10.4)
8
+
9
+ Mon, 30 Mar 2026 14:35:50 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.10.3..@fluentui/react-avatar_v9.10.4)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-badge to v9.5.1 ([PR #35907](https://github.com/microsoft/fluentui/pull/35907) by beachball)
15
+ - Bump @fluentui/react-popover to v9.14.1 ([PR #35907](https://github.com/microsoft/fluentui/pull/35907) by beachball)
16
+
17
+ ## [9.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.10.3)
18
+
19
+ Thu, 26 Mar 2026 08:12:54 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.10.2..@fluentui/react-avatar_v9.10.3)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-badge to v9.5.0 ([PR #35824](https://github.com/microsoft/fluentui/pull/35824) by beachball)
25
+
7
26
  ## [9.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.10.2)
8
27
 
9
- Tue, 03 Mar 2026 09:41:33 GMT
28
+ Tue, 03 Mar 2026 09:43:43 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.10.1..@fluentui/react-avatar_v9.10.2)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-avatar",
3
- "version": "9.10.2",
3
+ "version": "9.10.4",
4
4
  "description": "React components for building Microsoft web experiences.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -15,10 +15,10 @@
15
15
  "es6-weak-map": "^2.0.2"
16
16
  },
17
17
  "dependencies": {
18
- "@fluentui/react-badge": "^9.4.15",
18
+ "@fluentui/react-badge": "^9.5.1",
19
19
  "@fluentui/react-context-selector": "^9.2.15",
20
20
  "@fluentui/react-icons": "^2.0.245",
21
- "@fluentui/react-popover": "^9.14.0",
21
+ "@fluentui/react-popover": "^9.14.1",
22
22
  "@fluentui/react-shared-contexts": "^9.26.2",
23
23
  "@fluentui/react-tabster": "^9.26.13",
24
24
  "@fluentui/react-theme": "^9.2.1",