@fluentui/react-infobutton 9.0.0-beta.80 → 9.0.0-beta.81
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.
- package/CHANGELOG.md +16 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,30 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-infobutton
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon, 18 Dec 2023
|
|
3
|
+
This log was last generated on Mon, 18 Dec 2023 17:47:04 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-beta.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.81)
|
|
8
|
+
|
|
9
|
+
Mon, 18 Dec 2023 17:47:04 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.80..@fluentui/react-infobutton_v9.0.0-beta.81)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-popover to v9.8.26 ([PR #30010](https://github.com/microsoft/fluentui/pull/30010) by beachball)
|
|
15
|
+
|
|
7
16
|
## [9.0.0-beta.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.80)
|
|
8
17
|
|
|
9
|
-
Mon, 18 Dec 2023 14:
|
|
18
|
+
Mon, 18 Dec 2023 14:40:46 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.79..@fluentui/react-infobutton_v9.0.0-beta.80)
|
|
11
20
|
|
|
12
21
|
### Changes
|
|
13
22
|
|
|
14
|
-
- Bump @fluentui/react-label to v9.1.53 ([PR #
|
|
15
|
-
- Bump @fluentui/react-popover to v9.8.25 ([PR #
|
|
16
|
-
- Bump @fluentui/react-tabster to v9.16.0 ([PR #
|
|
17
|
-
- Bump @fluentui/react-utilities to v9.15.4 ([PR #
|
|
18
|
-
- Bump @fluentui/react-jsx-runtime to v9.0.22 ([PR #
|
|
23
|
+
- Bump @fluentui/react-label to v9.1.53 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)
|
|
24
|
+
- Bump @fluentui/react-popover to v9.8.25 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)
|
|
25
|
+
- Bump @fluentui/react-tabster to v9.16.0 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)
|
|
26
|
+
- Bump @fluentui/react-utilities to v9.15.4 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)
|
|
27
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.22 ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by beachball)
|
|
19
28
|
|
|
20
29
|
## [9.0.0-beta.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.79)
|
|
21
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-infobutton",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.81",
|
|
4
4
|
"description": "React components for building web experiences",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@fluentui/react-icons": "^2.0.217",
|
|
39
39
|
"@fluentui/react-label": "^9.1.53",
|
|
40
|
-
"@fluentui/react-popover": "^9.8.
|
|
40
|
+
"@fluentui/react-popover": "^9.8.26",
|
|
41
41
|
"@fluentui/react-tabster": "^9.16.0",
|
|
42
42
|
"@fluentui/react-theme": "^9.1.16",
|
|
43
43
|
"@fluentui/react-utilities": "^9.15.4",
|