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

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,52 @@
2
2
  "name": "@fluentui/react-tooltip",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 01 Mar 2022 02:16:14 GMT",
5
+ "date": "Fri, 04 Mar 2022 05:15:46 GMT",
6
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.5",
7
+ "version": "9.0.0-rc.5",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "dzearing@microsoft.com",
12
+ "package": "@fluentui/react-tooltip",
13
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
14
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-tooltip",
19
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.5",
20
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-tooltip",
25
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.5",
26
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-tooltip",
31
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.4",
32
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-tooltip",
37
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
38
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-tooltip",
43
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
44
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Tue, 01 Mar 2022 02:17:40 GMT",
6
51
  "tag": "@fluentui/react-tooltip_v9.0.0-rc.4",
7
52
  "version": "9.0.0-rc.4",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,26 @@
1
1
  # Change Log - @fluentui/react-tooltip
2
2
 
3
- This log was last generated on Tue, 01 Mar 2022 02:16:14 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 04 Mar 2022 05:15:46 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.5)
8
+
9
+ Fri, 04 Mar 2022 05:15:46 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.4..@fluentui/react-tooltip_v9.0.0-rc.5)
11
+
12
+ ### Changes
13
+
14
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
15
+ - Bump @fluentui/react-portal to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
16
+ - Bump @fluentui/react-positioning to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
17
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
18
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
20
+
7
21
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.4)
8
22
 
9
- Tue, 01 Mar 2022 02:16:14 GMT
23
+ Tue, 01 Mar 2022 02:17:40 GMT
10
24
  [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
25
 
12
26
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tooltip",
3
- "version": "9.0.0-rc.4",
3
+ "version": "9.0.0-rc.5",
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.4",
46
- "@fluentui/react-positioning": "9.0.0-rc.4",
47
- "@fluentui/react-shared-contexts": "9.0.0-rc.3",
48
- "@fluentui/react-theme": "9.0.0-rc.3",
49
- "@fluentui/react-utilities": "9.0.0-rc.4",
45
+ "@fluentui/react-portal": "9.0.0-rc.5",
46
+ "@fluentui/react-positioning": "9.0.0-rc.5",
47
+ "@fluentui/react-shared-contexts": "9.0.0-rc.4",
48
+ "@fluentui/react-theme": "9.0.0-rc.4",
49
+ "@fluentui/react-utilities": "9.0.0-rc.5",
50
50
  "@griffel/react": "1.0.0",
51
51
  "tslib": "^2.1.0"
52
52
  },
@@ -62,5 +62,12 @@
62
62
  "minor",
63
63
  "patch"
64
64
  ]
65
+ },
66
+ "exports": {
67
+ ".": {
68
+ "types": "./lib/index.d.ts",
69
+ "import": "./lib/index.js",
70
+ "require": "./lib-commonjs/index.js"
71
+ }
65
72
  }
66
73
  }