@fluentui/react-tooltip 9.1.7 → 9.1.8
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +39 -4
- package/CHANGELOG.md +16 -5
- package/package.json +6 -5
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,42 @@
|
|
2
2
|
"name": "@fluentui/react-tooltip",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Mon,
|
5
|
+
"date": "Mon, 16 Jan 2023 08:35:28 GMT",
|
6
|
+
"tag": "@fluentui/react-tooltip_v9.1.8",
|
7
|
+
"version": "9.1.8",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "martinhochel@microsoft.com",
|
12
|
+
"package": "@fluentui/react-tooltip",
|
13
|
+
"commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
|
14
|
+
"comment": "chore: migrate to packaged scripts"
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"patch": [
|
18
|
+
{
|
19
|
+
"author": "beachball",
|
20
|
+
"package": "@fluentui/react-tooltip",
|
21
|
+
"comment": "Bump @fluentui/react-portal to v9.1.1",
|
22
|
+
"commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"author": "beachball",
|
26
|
+
"package": "@fluentui/react-tooltip",
|
27
|
+
"comment": "Bump @fluentui/react-positioning to v9.3.8",
|
28
|
+
"commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"author": "beachball",
|
32
|
+
"package": "@fluentui/react-tooltip",
|
33
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.1.5",
|
34
|
+
"commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
|
35
|
+
}
|
36
|
+
]
|
37
|
+
}
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"date": "Mon, 09 Jan 2023 14:35:02 GMT",
|
6
41
|
"tag": "@fluentui/react-tooltip_v9.1.7",
|
7
42
|
"version": "9.1.7",
|
8
43
|
"comments": {
|
@@ -11,19 +46,19 @@
|
|
11
46
|
"author": "beachball",
|
12
47
|
"package": "@fluentui/react-tooltip",
|
13
48
|
"comment": "Bump @fluentui/react-portal to v9.1.0",
|
14
|
-
"commit": "
|
49
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
15
50
|
},
|
16
51
|
{
|
17
52
|
"author": "beachball",
|
18
53
|
"package": "@fluentui/react-tooltip",
|
19
54
|
"comment": "Bump @fluentui/react-positioning to v9.3.7",
|
20
|
-
"commit": "
|
55
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
21
56
|
},
|
22
57
|
{
|
23
58
|
"author": "beachball",
|
24
59
|
"package": "@fluentui/react-tooltip",
|
25
60
|
"comment": "Bump @fluentui/react-utilities to v9.4.0",
|
26
|
-
"commit": "
|
61
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
27
62
|
}
|
28
63
|
]
|
29
64
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,19 +1,30 @@
|
|
1
1
|
# Change Log - @fluentui/react-tooltip
|
2
2
|
|
3
|
-
This log was last generated on Mon,
|
3
|
+
This log was last generated on Mon, 16 Jan 2023 08:35:28 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.1.8)
|
8
|
+
|
9
|
+
Mon, 16 Jan 2023 08:35:28 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.1.7..@fluentui/react-tooltip_v9.1.8)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-portal to v9.1.1 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
|
15
|
+
- Bump @fluentui/react-positioning to v9.3.8 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
|
16
|
+
- Bump @fluentui/react-shared-contexts to v9.1.5 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
|
17
|
+
|
7
18
|
## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.1.7)
|
8
19
|
|
9
|
-
Mon, 09 Jan 2023 14:
|
20
|
+
Mon, 09 Jan 2023 14:35:02 GMT
|
10
21
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.1.6..@fluentui/react-tooltip_v9.1.7)
|
11
22
|
|
12
23
|
### Patches
|
13
24
|
|
14
|
-
- Bump @fluentui/react-portal to v9.1.0 ([PR #
|
15
|
-
- Bump @fluentui/react-positioning to v9.3.7 ([PR #
|
16
|
-
- Bump @fluentui/react-utilities to v9.4.0 ([PR #
|
25
|
+
- Bump @fluentui/react-portal to v9.1.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
|
26
|
+
- Bump @fluentui/react-positioning to v9.3.7 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
|
27
|
+
- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
|
17
28
|
|
18
29
|
## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.1.6)
|
19
30
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-tooltip",
|
3
|
-
"version": "9.1.
|
3
|
+
"version": "9.1.8",
|
4
4
|
"description": "React components for building web experiences",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -28,13 +28,14 @@
|
|
28
28
|
"@fluentui/eslint-plugin": "*",
|
29
29
|
"@fluentui/react-conformance": "*",
|
30
30
|
"@fluentui/react-conformance-griffel": "9.0.0-beta.19",
|
31
|
-
"@fluentui/scripts": "*"
|
31
|
+
"@fluentui/scripts-api-extractor": "*",
|
32
|
+
"@fluentui/scripts-tasks": "*"
|
32
33
|
},
|
33
34
|
"dependencies": {
|
34
35
|
"@fluentui/keyboard-keys": "^9.0.1",
|
35
|
-
"@fluentui/react-portal": "^9.1.
|
36
|
-
"@fluentui/react-positioning": "^9.3.
|
37
|
-
"@fluentui/react-shared-contexts": "^9.1.
|
36
|
+
"@fluentui/react-portal": "^9.1.1",
|
37
|
+
"@fluentui/react-positioning": "^9.3.8",
|
38
|
+
"@fluentui/react-shared-contexts": "^9.1.5",
|
38
39
|
"@fluentui/react-theme": "^9.1.5",
|
39
40
|
"@fluentui/react-utilities": "^9.4.0",
|
40
41
|
"@griffel/react": "^1.5.2",
|