@fluentui/react-tooltip 9.0.0-rc.3 → 9.0.0-rc.4

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,34 @@
2
2
  "name": "@fluentui/react-tooltip",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 18 Feb 2022 13:33:51 GMT",
5
+ "date": "Tue, 01 Mar 2022 02:16:14 GMT",
6
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.4",
7
+ "version": "9.0.0-rc.4",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-tooltip",
13
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.4",
14
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-tooltip",
19
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.4",
20
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-tooltip",
25
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
26
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Fri, 18 Feb 2022 13:35:36 GMT",
6
33
  "tag": "@fluentui/react-tooltip_v9.0.0-rc.3",
7
34
  "version": "9.0.0-rc.3",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui/react-tooltip
2
2
 
3
- This log was last generated on Fri, 18 Feb 2022 13:33:51 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Mar 2022 02:16:14 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.4)
8
+
9
+ Tue, 01 Mar 2022 02:16:14 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.3..@fluentui/react-tooltip_v9.0.0-rc.4)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-portal to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
15
+ - Bump @fluentui/react-positioning to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
17
+
7
18
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.3)
8
19
 
9
- Fri, 18 Feb 2022 13:33:51 GMT
20
+ Fri, 18 Feb 2022 13:35:36 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.1..@fluentui/react-tooltip_v9.0.0-rc.3)
11
22
 
12
23
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tooltip",
3
- "version": "9.0.0-rc.3",
3
+ "version": "9.0.0-rc.4",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -42,11 +42,11 @@
42
42
  "react-test-renderer": "^16.3.0"
43
43
  },
44
44
  "dependencies": {
45
- "@fluentui/react-portal": "9.0.0-rc.3",
46
- "@fluentui/react-positioning": "9.0.0-rc.3",
45
+ "@fluentui/react-portal": "9.0.0-rc.4",
46
+ "@fluentui/react-positioning": "9.0.0-rc.4",
47
47
  "@fluentui/react-shared-contexts": "9.0.0-rc.3",
48
48
  "@fluentui/react-theme": "9.0.0-rc.3",
49
- "@fluentui/react-utilities": "9.0.0-rc.3",
49
+ "@fluentui/react-utilities": "9.0.0-rc.4",
50
50
  "@griffel/react": "1.0.0",
51
51
  "tslib": "^2.1.0"
52
52
  },