@fluentui/react-avatar 9.9.9 → 9.9.11

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 +36 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,20 +1,50 @@
1
1
  # Change Log - @fluentui/react-avatar
2
2
 
3
- This log was last generated on Tue, 21 Oct 2025 14:13:12 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 06 Nov 2025 14:57:01 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.9.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.9.11)
8
+
9
+ Thu, 06 Nov 2025 14:57:01 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.9.10..@fluentui/react-avatar_v9.9.11)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-badge to v9.4.10 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
15
+ - Bump @fluentui/react-context-selector to v9.2.11 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
16
+ - Bump @fluentui/react-popover to v9.12.11 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.26.9 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
18
+ - Bump @fluentui/react-tooltip to v9.8.10 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.25.3 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
20
+ - Bump @fluentui/react-jsx-runtime to v9.3.2 ([PR #35466](https://github.com/microsoft/fluentui/pull/35466) by beachball)
21
+
22
+ ## [9.9.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.9.10)
23
+
24
+ Fri, 31 Oct 2025 16:22:06 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.9.9..@fluentui/react-avatar_v9.9.10)
26
+
27
+ ### Patches
28
+
29
+ - Bump @fluentui/react-badge to v9.4.9 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
30
+ - Bump @fluentui/react-context-selector to v9.2.10 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
31
+ - Bump @fluentui/react-popover to v9.12.10 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
32
+ - Bump @fluentui/react-tabster to v9.26.8 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
33
+ - Bump @fluentui/react-tooltip to v9.8.9 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
34
+ - Bump @fluentui/react-utilities to v9.25.2 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
35
+ - Bump @fluentui/react-jsx-runtime to v9.3.1 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
36
+
7
37
  ## [9.9.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.9.9)
8
38
 
9
- Tue, 21 Oct 2025 14:13:12 GMT
39
+ Tue, 21 Oct 2025 14:16:59 GMT
10
40
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.9.8..@fluentui/react-avatar_v9.9.9)
11
41
 
12
42
  ### Patches
13
43
 
14
- - Bump @fluentui/react-badge to v9.4.8 ([PR #35307](https://github.com/microsoft/fluentui/pull/35307) by beachball)
15
- - Bump @fluentui/react-popover to v9.12.9 ([PR #35307](https://github.com/microsoft/fluentui/pull/35307) by beachball)
16
- - Bump @fluentui/react-tooltip to v9.8.8 ([PR #35307](https://github.com/microsoft/fluentui/pull/35307) by beachball)
17
- - Bump @fluentui/react-jsx-runtime to v9.3.0 ([PR #35307](https://github.com/microsoft/fluentui/pull/35307) by beachball)
44
+ - Bump @fluentui/react-badge to v9.4.8 ([PR #35343](https://github.com/microsoft/fluentui/pull/35343) by beachball)
45
+ - Bump @fluentui/react-popover to v9.12.9 ([PR #35343](https://github.com/microsoft/fluentui/pull/35343) by beachball)
46
+ - Bump @fluentui/react-tooltip to v9.8.8 ([PR #35343](https://github.com/microsoft/fluentui/pull/35343) by beachball)
47
+ - Bump @fluentui/react-jsx-runtime to v9.3.0 ([PR #35343](https://github.com/microsoft/fluentui/pull/35343) by beachball)
18
48
 
19
49
  ## [9.9.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.9.8)
20
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-avatar",
3
- "version": "9.9.9",
3
+ "version": "9.9.11",
4
4
  "description": "React components for building Microsoft web experiences.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -21,16 +21,16 @@
21
21
  "@fluentui/scripts-cypress": "*"
22
22
  },
23
23
  "dependencies": {
24
- "@fluentui/react-badge": "^9.4.8",
25
- "@fluentui/react-context-selector": "^9.2.9",
24
+ "@fluentui/react-badge": "^9.4.10",
25
+ "@fluentui/react-context-selector": "^9.2.11",
26
26
  "@fluentui/react-icons": "^2.0.245",
27
- "@fluentui/react-popover": "^9.12.9",
27
+ "@fluentui/react-popover": "^9.12.11",
28
28
  "@fluentui/react-shared-contexts": "^9.25.2",
29
- "@fluentui/react-tabster": "^9.26.7",
29
+ "@fluentui/react-tabster": "^9.26.9",
30
30
  "@fluentui/react-theme": "^9.2.0",
31
- "@fluentui/react-tooltip": "^9.8.8",
32
- "@fluentui/react-utilities": "^9.25.1",
33
- "@fluentui/react-jsx-runtime": "^9.3.0",
31
+ "@fluentui/react-tooltip": "^9.8.10",
32
+ "@fluentui/react-utilities": "^9.25.3",
33
+ "@fluentui/react-jsx-runtime": "^9.3.2",
34
34
  "@griffel/react": "^1.5.22",
35
35
  "@swc/helpers": "^0.5.1"
36
36
  },