@fluentui/react-infobutton 9.0.0-beta.44 → 9.0.0-beta.45
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.json +18 -3
- package/CHANGELOG.md +13 -4
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui/react-infobutton",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 27 Jul 2023 10:33:13 GMT",
|
|
6
|
+
"tag": "@fluentui/react-infobutton_v9.0.0-beta.45",
|
|
7
|
+
"version": "9.0.0-beta.45",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui/react-infobutton",
|
|
13
|
+
"comment": "Bump @fluentui/react-popover to v9.7.9",
|
|
14
|
+
"commit": "d2d8068110a9a7f71f417a40ee5f2db0ed1c40b9"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 25 Jul 2023 13:29:19 GMT",
|
|
6
21
|
"tag": "@fluentui/react-infobutton_v9.0.0-beta.44",
|
|
7
22
|
"version": "9.0.0-beta.44",
|
|
8
23
|
"comments": {
|
|
@@ -17,13 +32,13 @@
|
|
|
17
32
|
"author": "beachball",
|
|
18
33
|
"package": "@fluentui/react-infobutton",
|
|
19
34
|
"comment": "Bump @fluentui/react-popover to v9.7.8",
|
|
20
|
-
"commit": "
|
|
35
|
+
"commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43"
|
|
21
36
|
},
|
|
22
37
|
{
|
|
23
38
|
"author": "beachball",
|
|
24
39
|
"package": "@fluentui/react-infobutton",
|
|
25
40
|
"comment": "Bump @fluentui/react-tabster to v9.11.0",
|
|
26
|
-
"commit": "
|
|
41
|
+
"commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43"
|
|
27
42
|
}
|
|
28
43
|
]
|
|
29
44
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,28 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-infobutton
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 27 Jul 2023 10:33:13 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-beta.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.45)
|
|
8
|
+
|
|
9
|
+
Thu, 27 Jul 2023 10:33:13 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.44..@fluentui/react-infobutton_v9.0.0-beta.45)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-popover to v9.7.9 ([PR #28649](https://github.com/microsoft/fluentui/pull/28649) by beachball)
|
|
15
|
+
|
|
7
16
|
## [9.0.0-beta.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.44)
|
|
8
17
|
|
|
9
|
-
Tue, 25 Jul 2023 13:
|
|
18
|
+
Tue, 25 Jul 2023 13:29:19 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.43..@fluentui/react-infobutton_v9.0.0-beta.44)
|
|
11
20
|
|
|
12
21
|
### Changes
|
|
13
22
|
|
|
14
23
|
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
15
|
-
- Bump @fluentui/react-popover to v9.7.8 ([PR #
|
|
16
|
-
- Bump @fluentui/react-tabster to v9.11.0 ([PR #
|
|
24
|
+
- Bump @fluentui/react-popover to v9.7.8 ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by beachball)
|
|
25
|
+
- Bump @fluentui/react-tabster to v9.11.0 ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by beachball)
|
|
17
26
|
|
|
18
27
|
## [9.0.0-beta.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.43)
|
|
19
28
|
|
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.45",
|
|
4
4
|
"description": "React components for building web experiences",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@fluentui/react-icons": "^2.0.207",
|
|
37
37
|
"@fluentui/react-label": "^9.1.21",
|
|
38
|
-
"@fluentui/react-popover": "^9.7.
|
|
38
|
+
"@fluentui/react-popover": "^9.7.9",
|
|
39
39
|
"@fluentui/react-tabster": "^9.11.0",
|
|
40
40
|
"@fluentui/react-theme": "^9.1.9",
|
|
41
41
|
"@fluentui/react-utilities": "^9.10.1",
|