@fluentui/react-infolabel 9.4.17 → 9.4.19

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 +20 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/react-infolabel
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 Wed, 01 Apr 2026 15:50:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.4.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.4.19)
8
+
9
+ Wed, 01 Apr 2026 15:50:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infolabel_v9.4.18..@fluentui/react-infolabel_v9.4.19)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-label to v9.4.0 ([PR #35912](https://github.com/microsoft/fluentui/pull/35912) by beachball)
15
+
16
+ ## [9.4.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.4.18)
17
+
18
+ Mon, 30 Mar 2026 14:37:41 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infolabel_v9.4.17..@fluentui/react-infolabel_v9.4.18)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-popover to v9.14.1 ([PR #35907](https://github.com/microsoft/fluentui/pull/35907) by beachball)
24
+
7
25
  ## [9.4.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.4.17)
8
26
 
9
- Tue, 03 Mar 2026 09:41:33 GMT
27
+ Tue, 03 Mar 2026 09:43:43 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infolabel_v9.4.16..@fluentui/react-infolabel_v9.4.17)
11
29
 
12
30
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-infolabel",
3
- "version": "9.4.17",
3
+ "version": "9.4.19",
4
4
  "description": "InfoLabel component for Fluent UI v9",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -14,8 +14,8 @@
14
14
  "dependencies": {
15
15
  "@fluentui/react-icons": "^2.0.245",
16
16
  "@fluentui/react-shared-contexts": "^9.26.2",
17
- "@fluentui/react-label": "^9.3.15",
18
- "@fluentui/react-popover": "^9.14.0",
17
+ "@fluentui/react-label": "^9.4.0",
18
+ "@fluentui/react-popover": "^9.14.1",
19
19
  "@fluentui/react-tabster": "^9.26.13",
20
20
  "@fluentui/react-jsx-runtime": "^9.4.1",
21
21
  "@fluentui/react-theme": "^9.2.1",