@fluentui/react-persona 9.2.85 → 9.2.87

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,18 +1,42 @@
1
1
  # Change Log - @fluentui/react-persona
2
2
 
3
- This log was last generated on Thu, 16 May 2024 09:21:27 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 23 May 2024 07:58:03 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.2.87)
8
+
9
+ Thu, 23 May 2024 07:58:03 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.2.86..@fluentui/react-persona_v9.2.87)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-avatar to v9.6.28 ([commit](https://github.com/microsoft/fluentui/commit/10e6758b203de79c53ce31ba264e137f83f50ff4) by beachball)
15
+ - Bump @fluentui/react-badge to v9.2.37 ([commit](https://github.com/microsoft/fluentui/commit/10e6758b203de79c53ce31ba264e137f83f50ff4) by beachball)
16
+
17
+ ## [9.2.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.2.86)
18
+
19
+ Mon, 20 May 2024 12:45:00 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.2.85..@fluentui/react-persona_v9.2.86)
21
+
22
+ ### Patches
23
+
24
+ - chore: bump @griffel/react ([PR #31258](https://github.com/microsoft/fluentui/pull/31258) by olfedias@microsoft.com)
25
+ - Bump @fluentui/react-avatar to v9.6.27 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
26
+ - Bump @fluentui/react-badge to v9.2.36 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
27
+ - Bump @fluentui/react-shared-contexts to v9.19.0 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
28
+ - Bump @fluentui/react-utilities to v9.18.9 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
29
+ - Bump @fluentui/react-jsx-runtime to v9.0.38 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
30
+
7
31
  ## [9.2.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.2.85)
8
32
 
9
- Thu, 16 May 2024 09:21:27 GMT
33
+ Thu, 16 May 2024 09:25:20 GMT
10
34
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.2.84..@fluentui/react-persona_v9.2.85)
11
35
 
12
36
  ### Patches
13
37
 
14
- - Bump @fluentui/react-avatar to v9.6.26 ([commit](https://github.com/microsoft/fluentui/commit/3ae9ed772fbcedeff1a76e154f6eb7d515785698) by beachball)
15
- - Bump @fluentui/react-badge to v9.2.35 ([commit](https://github.com/microsoft/fluentui/commit/3ae9ed772fbcedeff1a76e154f6eb7d515785698) by beachball)
38
+ - Bump @fluentui/react-avatar to v9.6.26 ([PR #31390](https://github.com/microsoft/fluentui/pull/31390) by beachball)
39
+ - Bump @fluentui/react-badge to v9.2.35 ([PR #31390](https://github.com/microsoft/fluentui/pull/31390) by beachball)
16
40
 
17
41
  ## [9.2.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.2.84)
18
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-persona",
3
- "version": "9.2.85",
3
+ "version": "9.2.87",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,13 +33,13 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-avatar": "^9.6.26",
37
- "@fluentui/react-badge": "^9.2.35",
38
- "@fluentui/react-shared-contexts": "^9.18.0",
36
+ "@fluentui/react-avatar": "^9.6.28",
37
+ "@fluentui/react-badge": "^9.2.37",
38
+ "@fluentui/react-shared-contexts": "^9.19.0",
39
39
  "@fluentui/react-theme": "^9.1.19",
40
- "@fluentui/react-utilities": "^9.18.8",
41
- "@fluentui/react-jsx-runtime": "^9.0.37",
42
- "@griffel/react": "^1.5.14",
40
+ "@fluentui/react-utilities": "^9.18.9",
41
+ "@fluentui/react-jsx-runtime": "^9.0.38",
42
+ "@griffel/react": "^1.5.22",
43
43
  "@swc/helpers": "^0.5.1"
44
44
  },
45
45
  "peerDependencies": {