@fluentui/react-tooltip 9.4.15 → 9.4.16
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +18 -7
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,21 +1,32 @@
|
|
1
1
|
# Change Log - @fluentui/react-tooltip
|
2
2
|
|
3
|
-
This log was last generated on Tue,
|
3
|
+
This log was last generated on Tue, 06 Feb 2024 17:52:10 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.4.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.4.16)
|
8
|
+
|
9
|
+
Tue, 06 Feb 2024 17:52:10 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.4.15..@fluentui/react-tooltip_v9.4.16)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-portal to v9.4.13 ([PR #26681](https://github.com/microsoft/fluentui/pull/26681) by beachball)
|
15
|
+
- Bump @fluentui/react-positioning to v9.13.3 ([PR #26681](https://github.com/microsoft/fluentui/pull/26681) by beachball)
|
16
|
+
- Bump @fluentui/react-tabster to v9.19.0 ([PR #26681](https://github.com/microsoft/fluentui/pull/26681) by beachball)
|
17
|
+
|
7
18
|
## [9.4.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.4.15)
|
8
19
|
|
9
|
-
Tue, 30 Jan 2024 23:
|
20
|
+
Tue, 30 Jan 2024 23:16:54 GMT
|
10
21
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.4.14..@fluentui/react-tooltip_v9.4.15)
|
11
22
|
|
12
23
|
### Patches
|
13
24
|
|
14
|
-
- Bump @fluentui/react-jsx-runtime to v9.0.29 ([PR #
|
15
|
-
- Bump @fluentui/react-portal to v9.4.12 ([PR #
|
16
|
-
- Bump @fluentui/react-positioning to v9.13.2 ([PR #
|
17
|
-
- Bump @fluentui/react-tabster to v9.18.0 ([PR #
|
18
|
-
- Bump @fluentui/react-utilities to v9.18.0 ([PR #
|
25
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.29 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
|
26
|
+
- Bump @fluentui/react-portal to v9.4.12 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
|
27
|
+
- Bump @fluentui/react-positioning to v9.13.2 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
|
28
|
+
- Bump @fluentui/react-tabster to v9.18.0 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
|
29
|
+
- Bump @fluentui/react-utilities to v9.18.0 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
|
19
30
|
|
20
31
|
## [9.4.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.4.14)
|
21
32
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-tooltip",
|
3
|
-
"version": "9.4.
|
3
|
+
"version": "9.4.16",
|
4
4
|
"description": "React components for building web experiences",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -35,10 +35,10 @@
|
|
35
35
|
"dependencies": {
|
36
36
|
"@fluentui/keyboard-keys": "^9.0.7",
|
37
37
|
"@fluentui/react-jsx-runtime": "^9.0.29",
|
38
|
-
"@fluentui/react-portal": "^9.4.
|
39
|
-
"@fluentui/react-positioning": "^9.13.
|
38
|
+
"@fluentui/react-portal": "^9.4.13",
|
39
|
+
"@fluentui/react-positioning": "^9.13.3",
|
40
40
|
"@fluentui/react-shared-contexts": "^9.14.0",
|
41
|
-
"@fluentui/react-tabster": "^9.
|
41
|
+
"@fluentui/react-tabster": "^9.19.0",
|
42
42
|
"@fluentui/react-theme": "^9.1.16",
|
43
43
|
"@fluentui/react-utilities": "^9.18.0",
|
44
44
|
"@griffel/react": "^1.5.14",
|