@fluentui/react-persona 9.6.0 → 9.6.2

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 +24 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @fluentui/react-persona
2
2
 
3
- This log was last generated on Thu, 12 Feb 2026 10:42:44 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 03 Mar 2026 09:41:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.6.2)
8
+
9
+ Tue, 03 Mar 2026 09:41:33 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.6.1..@fluentui/react-persona_v9.6.2)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-avatar to v9.10.2 ([commit](https://github.com/microsoft/fluentui/commit/81e1556b008bfbd07fe427d89af6142459d74c6f) by beachball)
15
+
16
+ ## [9.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.6.1)
17
+
18
+ Wed, 25 Feb 2026 13:32:28 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.6.0..@fluentui/react-persona_v9.6.1)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-avatar to v9.10.1 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
24
+ - Bump @fluentui/react-badge to v9.4.15 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
25
+ - Bump @fluentui/react-shared-contexts to v9.26.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.26.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
27
+ - Bump @fluentui/react-jsx-runtime to v9.4.1 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
28
+
7
29
  ## [9.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.6.0)
8
30
 
9
- Thu, 12 Feb 2026 10:42:44 GMT
31
+ Thu, 12 Feb 2026 10:46:10 GMT
10
32
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.5.14..@fluentui/react-persona_v9.6.0)
11
33
 
12
34
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-persona",
3
- "version": "9.6.0",
3
+ "version": "9.6.2",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,12 +12,12 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui/react-avatar": "^9.10.0",
16
- "@fluentui/react-badge": "^9.4.14",
17
- "@fluentui/react-shared-contexts": "^9.26.1",
15
+ "@fluentui/react-avatar": "^9.10.2",
16
+ "@fluentui/react-badge": "^9.4.15",
17
+ "@fluentui/react-shared-contexts": "^9.26.2",
18
18
  "@fluentui/react-theme": "^9.2.1",
19
- "@fluentui/react-utilities": "^9.26.1",
20
- "@fluentui/react-jsx-runtime": "^9.4.0",
19
+ "@fluentui/react-utilities": "^9.26.2",
20
+ "@fluentui/react-jsx-runtime": "^9.4.1",
21
21
  "@griffel/react": "^1.5.32",
22
22
  "@swc/helpers": "^0.5.1"
23
23
  },