@fluentui/react-persona 9.2.101 → 9.2.102
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +17 -8
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,23 +1,32 @@
|
|
1
1
|
# Change Log - @fluentui/react-persona
|
2
2
|
|
3
|
-
This log was last generated on Mon,
|
3
|
+
This log was last generated on Mon, 18 Nov 2024 09:42:22 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.2.102](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.2.102)
|
8
|
+
|
9
|
+
Mon, 18 Nov 2024 09:42:22 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.2.101..@fluentui/react-persona_v9.2.102)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-avatar to v9.6.43 ([PR #33229](https://github.com/microsoft/fluentui/pull/33229) by beachball)
|
15
|
+
|
7
16
|
## [9.2.101](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.2.101)
|
8
17
|
|
9
|
-
Mon, 11 Nov 2024
|
18
|
+
Mon, 11 Nov 2024 10:00:49 GMT
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.2.100..@fluentui/react-persona_v9.2.101)
|
11
20
|
|
12
21
|
### Patches
|
13
22
|
|
14
23
|
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
15
|
-
- Bump @fluentui/react-avatar to v9.6.42 ([PR #
|
16
|
-
- Bump @fluentui/react-badge to v9.2.45 ([PR #
|
17
|
-
- Bump @fluentui/react-shared-contexts to v9.21.0 ([PR #
|
18
|
-
- Bump @fluentui/react-theme to v9.1.22 ([PR #
|
19
|
-
- Bump @fluentui/react-utilities to v9.18.17 ([PR #
|
20
|
-
- Bump @fluentui/react-jsx-runtime to v9.0.46 ([PR #
|
24
|
+
- Bump @fluentui/react-avatar to v9.6.42 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
25
|
+
- Bump @fluentui/react-badge to v9.2.45 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
26
|
+
- Bump @fluentui/react-shared-contexts to v9.21.0 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
27
|
+
- Bump @fluentui/react-theme to v9.1.22 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
28
|
+
- Bump @fluentui/react-utilities to v9.18.17 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
29
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.46 ([PR #33238](https://github.com/microsoft/fluentui/pull/33238) by beachball)
|
21
30
|
|
22
31
|
## [9.2.100](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.2.100)
|
23
32
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-persona",
|
3
|
-
"version": "9.2.
|
3
|
+
"version": "9.2.102",
|
4
4
|
"description": "React components for building web experiences",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"@fluentui/scripts-api-extractor": "*"
|
19
19
|
},
|
20
20
|
"dependencies": {
|
21
|
-
"@fluentui/react-avatar": "^9.6.
|
21
|
+
"@fluentui/react-avatar": "^9.6.43",
|
22
22
|
"@fluentui/react-badge": "^9.2.45",
|
23
23
|
"@fluentui/react-shared-contexts": "^9.21.0",
|
24
24
|
"@fluentui/react-theme": "^9.1.22",
|