@fluentui/react-infolabel 9.0.52 → 9.0.54

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 +25 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,35 @@
1
1
  # Change Log - @fluentui/react-infolabel
2
2
 
3
- This log was last generated on Mon, 09 Dec 2024 17:34:06 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 18 Dec 2024 10:58:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.0.54)
8
+
9
+ Wed, 18 Dec 2024 10:58:15 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infolabel_v9.0.53..@fluentui/react-infolabel_v9.0.54)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-popover to v9.9.29 ([PR #33483](https://github.com/microsoft/fluentui/pull/33483) by beachball)
15
+
16
+ ## [9.0.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.0.53)
17
+
18
+ Mon, 16 Dec 2024 16:26:49 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infolabel_v9.0.52..@fluentui/react-infolabel_v9.0.53)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-label to v9.1.81 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
24
+ - Bump @fluentui/react-popover to v9.9.28 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
25
+ - Bump @fluentui/react-tabster to v9.23.2 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
26
+ - Bump @fluentui/react-jsx-runtime to v9.0.48 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
27
+ - Bump @fluentui/react-theme to v9.1.24 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
28
+ - Bump @fluentui/react-utilities to v9.18.19 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
29
+
7
30
  ## [9.0.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.0.52)
8
31
 
9
- Mon, 09 Dec 2024 17:34:06 GMT
32
+ Mon, 09 Dec 2024 17:38:12 GMT
10
33
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infolabel_v9.0.51..@fluentui/react-infolabel_v9.0.52)
11
34
 
12
35
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-infolabel",
3
- "version": "9.0.52",
3
+ "version": "9.0.54",
4
4
  "description": "InfoLabel component for Fluent UI v9",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -21,12 +21,12 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@fluentui/react-icons": "^2.0.245",
24
- "@fluentui/react-label": "^9.1.80",
25
- "@fluentui/react-popover": "^9.9.27",
26
- "@fluentui/react-tabster": "^9.23.1",
27
- "@fluentui/react-jsx-runtime": "^9.0.47",
28
- "@fluentui/react-theme": "^9.1.23",
29
- "@fluentui/react-utilities": "^9.18.18",
24
+ "@fluentui/react-label": "^9.1.81",
25
+ "@fluentui/react-popover": "^9.9.29",
26
+ "@fluentui/react-tabster": "^9.23.2",
27
+ "@fluentui/react-jsx-runtime": "^9.0.48",
28
+ "@fluentui/react-theme": "^9.1.24",
29
+ "@fluentui/react-utilities": "^9.18.19",
30
30
  "@griffel/react": "^1.5.22",
31
31
  "@swc/helpers": "^0.5.1"
32
32
  },