@fluentui/react-infolabel 9.0.27 → 9.0.29

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 +31 -7
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,21 +1,45 @@
1
1
  # Change Log - @fluentui/react-infolabel
2
2
 
3
- This log was last generated on Tue, 02 Apr 2024 09:41:20 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 23 Apr 2024 08:12:12 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.0.29)
8
+
9
+ Tue, 23 Apr 2024 08:12:12 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infolabel_v9.0.28..@fluentui/react-infolabel_v9.0.29)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-label to v9.1.68 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
15
+ - Bump @fluentui/react-popover to v9.9.5 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.20.1 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.0.36 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
18
+ - Bump @fluentui/react-utilities to v9.18.7 ([PR #31113](https://github.com/microsoft/fluentui/pull/31113) by beachball)
19
+
20
+ ## [9.0.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.0.28)
21
+
22
+ Wed, 17 Apr 2024 21:53:53 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infolabel_v9.0.27..@fluentui/react-infolabel_v9.0.28)
24
+
25
+ ### Patches
26
+
27
+ - chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
28
+ - Bump @fluentui/react-popover to v9.9.4 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
29
+ - Bump @fluentui/react-tabster to v9.20.0 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
30
+
7
31
  ## [9.0.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.0.27)
8
32
 
9
- Tue, 02 Apr 2024 09:41:20 GMT
33
+ Tue, 02 Apr 2024 09:48:01 GMT
10
34
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infolabel_v9.0.26..@fluentui/react-infolabel_v9.0.27)
11
35
 
12
36
  ### Patches
13
37
 
14
- - Bump @fluentui/react-label to v9.1.67 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
15
- - Bump @fluentui/react-popover to v9.9.3 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
16
- - Bump @fluentui/react-tabster to v9.19.6 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
17
- - Bump @fluentui/react-jsx-runtime to v9.0.35 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
18
- - Bump @fluentui/react-utilities to v9.18.6 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
38
+ - Bump @fluentui/react-label to v9.1.67 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
39
+ - Bump @fluentui/react-popover to v9.9.3 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
40
+ - Bump @fluentui/react-tabster to v9.19.6 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
41
+ - Bump @fluentui/react-jsx-runtime to v9.0.35 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
42
+ - Bump @fluentui/react-utilities to v9.18.6 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
19
43
 
20
44
  ## [9.0.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-infolabel_v9.0.26)
21
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-infolabel",
3
- "version": "9.0.27",
3
+ "version": "9.0.29",
4
4
  "description": "InfoLabel component for Fluent UI v9",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,13 +32,13 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-icons": "^2.0.224",
36
- "@fluentui/react-label": "^9.1.67",
37
- "@fluentui/react-popover": "^9.9.3",
38
- "@fluentui/react-tabster": "^9.19.6",
39
- "@fluentui/react-jsx-runtime": "^9.0.35",
35
+ "@fluentui/react-icons": "^2.0.235",
36
+ "@fluentui/react-label": "^9.1.68",
37
+ "@fluentui/react-popover": "^9.9.5",
38
+ "@fluentui/react-tabster": "^9.20.1",
39
+ "@fluentui/react-jsx-runtime": "^9.0.36",
40
40
  "@fluentui/react-theme": "^9.1.19",
41
- "@fluentui/react-utilities": "^9.18.6",
41
+ "@fluentui/react-utilities": "^9.18.7",
42
42
  "@griffel/react": "^1.5.14",
43
43
  "@swc/helpers": "^0.5.1"
44
44
  },