@fluentui/react-infolabel 9.0.31 → 9.0.32

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 +12 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-infolabel
2
2
 
3
- This log was last generated on Mon, 06 May 2024 12:48:54 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 09 May 2024 19:31:57 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.0.32)
8
+
9
+ Thu, 09 May 2024 19:31:57 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infolabel_v9.0.31..@fluentui/react-infolabel_v9.0.32)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-popover to v9.9.8 ([PR #31321](https://github.com/microsoft/fluentui/pull/31321) by beachball)
15
+ - Bump @fluentui/react-tabster to v9.21.2 ([PR #31321](https://github.com/microsoft/fluentui/pull/31321) by beachball)
16
+
7
17
  ## [9.0.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.0.31)
8
18
 
9
- Mon, 06 May 2024 12:48:54 GMT
19
+ Mon, 06 May 2024 12:55:02 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infolabel_v9.0.30..@fluentui/react-infolabel_v9.0.31)
11
21
 
12
22
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-infolabel",
3
- "version": "9.0.31",
3
+ "version": "9.0.32",
4
4
  "description": "InfoLabel component for Fluent UI v9",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,8 +34,8 @@
34
34
  "dependencies": {
35
35
  "@fluentui/react-icons": "^2.0.237",
36
36
  "@fluentui/react-label": "^9.1.69",
37
- "@fluentui/react-popover": "^9.9.7",
38
- "@fluentui/react-tabster": "^9.21.1",
37
+ "@fluentui/react-popover": "^9.9.8",
38
+ "@fluentui/react-tabster": "^9.21.2",
39
39
  "@fluentui/react-jsx-runtime": "^9.0.37",
40
40
  "@fluentui/react-theme": "^9.1.19",
41
41
  "@fluentui/react-utilities": "^9.18.8",