@fluentui/react-infolabel 9.0.17 → 9.0.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 +21 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-infolabel
2
2
 
3
- This log was last generated on Tue, 23 Jan 2024 15:06:25 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 29 Jan 2024 13:53:39 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.0.19)
8
+
9
+ Mon, 29 Jan 2024 13:53:39 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infolabel_v9.0.18..@fluentui/react-infolabel_v9.0.19)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-label to v9.1.60 ([PR #30383](https://github.com/microsoft/fluentui/pull/30383) by beachball)
15
+ - Bump @fluentui/react-popover to v9.8.36 ([PR #30383](https://github.com/microsoft/fluentui/pull/30383) by beachball)
16
+
17
+ ## [9.0.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.0.18)
18
+
19
+ Fri, 26 Jan 2024 10:40:22 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infolabel_v9.0.17..@fluentui/react-infolabel_v9.0.18)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-popover to v9.8.35 ([PR #30391](https://github.com/microsoft/fluentui/pull/30391) by beachball)
25
+
7
26
  ## [9.0.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.0.17)
8
27
 
9
- Tue, 23 Jan 2024 15:06:25 GMT
28
+ Tue, 23 Jan 2024 15:11:00 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infolabel_v9.0.16..@fluentui/react-infolabel_v9.0.17)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-infolabel",
3
- "version": "9.0.17",
3
+ "version": "9.0.19",
4
4
  "description": "InfoLabel component for Fluent UI v9",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@fluentui/react-icons": "^2.0.224",
34
- "@fluentui/react-label": "^9.1.59",
35
- "@fluentui/react-popover": "^9.8.34",
34
+ "@fluentui/react-label": "^9.1.60",
35
+ "@fluentui/react-popover": "^9.8.36",
36
36
  "@fluentui/react-tabster": "^9.17.4",
37
37
  "@fluentui/react-jsx-runtime": "^9.0.28",
38
38
  "@fluentui/react-theme": "^9.1.16",