@fluentui/react-infolabel 9.0.12 → 9.0.14

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 +23 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @fluentui/react-infolabel
2
2
 
3
- This log was last generated on Tue, 09 Jan 2024 10:19:07 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 16 Jan 2024 13:07:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.0.14)
8
+
9
+ Tue, 16 Jan 2024 13:07:18 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infolabel_v9.0.13..@fluentui/react-infolabel_v9.0.14)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-label to v9.1.56 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
15
+ - Bump @fluentui/react-popover to v9.8.31 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.17.1 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.0.25 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
18
+
19
+ ## [9.0.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.0.13)
20
+
21
+ Thu, 11 Jan 2024 09:04:29 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infolabel_v9.0.12..@fluentui/react-infolabel_v9.0.13)
23
+
24
+ ### Patches
25
+
26
+ - Bump @fluentui/react-popover to v9.8.30 ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by beachball)
27
+
7
28
  ## [9.0.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.0.12)
8
29
 
9
- Tue, 09 Jan 2024 10:19:07 GMT
30
+ Tue, 09 Jan 2024 10:21:34 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infolabel_v9.0.11..@fluentui/react-infolabel_v9.0.12)
11
32
 
12
33
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-infolabel",
3
- "version": "9.0.12",
3
+ "version": "9.0.14",
4
4
  "description": "InfoLabel component for Fluent UI v9",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,10 +31,10 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@fluentui/react-icons": "^2.0.224",
34
- "@fluentui/react-label": "^9.1.55",
35
- "@fluentui/react-popover": "^9.8.29",
36
- "@fluentui/react-tabster": "^9.17.0",
37
- "@fluentui/react-jsx-runtime": "^9.0.24",
34
+ "@fluentui/react-label": "^9.1.56",
35
+ "@fluentui/react-popover": "^9.8.31",
36
+ "@fluentui/react-tabster": "^9.17.1",
37
+ "@fluentui/react-jsx-runtime": "^9.0.25",
38
38
  "@fluentui/react-theme": "^9.1.16",
39
39
  "@fluentui/react-utilities": "^9.15.6",
40
40
  "@griffel/react": "^1.5.14",