@fluentui/react-tooltip 9.2.18 → 9.2.20

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 CHANGED
@@ -2,7 +2,63 @@
2
2
  "name": "@fluentui/react-tooltip",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 26 Jun 2023 09:51:05 GMT",
5
+ "date": "Wed, 28 Jun 2023 11:08:36 GMT",
6
+ "tag": "@fluentui/react-tooltip_v9.2.20",
7
+ "version": "9.2.20",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-tooltip",
13
+ "commit": "fbe878e9c9785588197481f172c42c2c0a230292",
14
+ "comment": "fix: update .npmignore to unify v8 packages and exclude project.json"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-tooltip",
21
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.9",
22
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-tooltip",
27
+ "comment": "Bump @fluentui/react-portal to v9.2.16",
28
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-tooltip",
33
+ "comment": "Bump @fluentui/react-positioning to v9.7.2",
34
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
35
+ },
36
+ {
37
+ "author": "beachball",
38
+ "package": "@fluentui/react-tooltip",
39
+ "comment": "Bump @fluentui/react-utilities to v9.10.0",
40
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
41
+ }
42
+ ]
43
+ }
44
+ },
45
+ {
46
+ "date": "Tue, 27 Jun 2023 11:21:23 GMT",
47
+ "tag": "@fluentui/react-tooltip_v9.2.19",
48
+ "version": "9.2.19",
49
+ "comments": {
50
+ "patch": [
51
+ {
52
+ "author": "beachball",
53
+ "package": "@fluentui/react-tooltip",
54
+ "comment": "Bump @fluentui/react-portal to v9.2.15",
55
+ "commit": "1c7e6451a11fb9c59e344df616394a320e8031c4"
56
+ }
57
+ ]
58
+ }
59
+ },
60
+ {
61
+ "date": "Mon, 26 Jun 2023 09:53:54 GMT",
6
62
  "tag": "@fluentui/react-tooltip_v9.2.18",
7
63
  "version": "9.2.18",
8
64
  "comments": {
@@ -17,25 +73,25 @@
17
73
  "author": "beachball",
18
74
  "package": "@fluentui/react-tooltip",
19
75
  "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.8",
20
- "commit": "025ea2c9c6fb2184e67505081a7a307e95c6c009"
76
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
21
77
  },
22
78
  {
23
79
  "author": "beachball",
24
80
  "package": "@fluentui/react-tooltip",
25
81
  "comment": "Bump @fluentui/react-portal to v9.2.14",
26
- "commit": "025ea2c9c6fb2184e67505081a7a307e95c6c009"
82
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
27
83
  },
28
84
  {
29
85
  "author": "beachball",
30
86
  "package": "@fluentui/react-tooltip",
31
87
  "comment": "Bump @fluentui/react-positioning to v9.7.1",
32
- "commit": "025ea2c9c6fb2184e67505081a7a307e95c6c009"
88
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
33
89
  },
34
90
  {
35
91
  "author": "beachball",
36
92
  "package": "@fluentui/react-tooltip",
37
93
  "comment": "Bump @fluentui/react-utilities to v9.9.4",
38
- "commit": "025ea2c9c6fb2184e67505081a7a307e95c6c009"
94
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
39
95
  }
40
96
  ]
41
97
  }
package/CHANGELOG.md CHANGED
@@ -1,21 +1,42 @@
1
1
  # Change Log - @fluentui/react-tooltip
2
2
 
3
- This log was last generated on Mon, 26 Jun 2023 09:51:05 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 28 Jun 2023 11:08:36 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.2.20)
8
+
9
+ Wed, 28 Jun 2023 11:08:36 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.2.19..@fluentui/react-tooltip_v9.2.20)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.9 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball)
15
+ - Bump @fluentui/react-portal to v9.2.16 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball)
16
+ - Bump @fluentui/react-positioning to v9.7.2 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.10.0 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball)
18
+
19
+ ## [9.2.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.2.19)
20
+
21
+ Tue, 27 Jun 2023 11:21:23 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.2.18..@fluentui/react-tooltip_v9.2.19)
23
+
24
+ ### Patches
25
+
26
+ - Bump @fluentui/react-portal to v9.2.15 ([PR #28291](https://github.com/microsoft/fluentui/pull/28291) by beachball)
27
+
7
28
  ## [9.2.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.2.18)
8
29
 
9
- Mon, 26 Jun 2023 09:51:05 GMT
30
+ Mon, 26 Jun 2023 09:53:54 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.2.17..@fluentui/react-tooltip_v9.2.18)
11
32
 
12
33
  ### Patches
13
34
 
14
35
  - fix: added overflowWrap to make sure content does not exceed the tooltip container and added vr test for the same ([PR #28264](https://github.com/microsoft/fluentui/pull/28264) by kakrookaran@gmail.com)
15
- - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.8 ([PR #28307](https://github.com/microsoft/fluentui/pull/28307) by beachball)
16
- - Bump @fluentui/react-portal to v9.2.14 ([PR #28307](https://github.com/microsoft/fluentui/pull/28307) by beachball)
17
- - Bump @fluentui/react-positioning to v9.7.1 ([PR #28307](https://github.com/microsoft/fluentui/pull/28307) by beachball)
18
- - Bump @fluentui/react-utilities to v9.9.4 ([PR #28307](https://github.com/microsoft/fluentui/pull/28307) by beachball)
36
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.8 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball)
37
+ - Bump @fluentui/react-portal to v9.2.14 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball)
38
+ - Bump @fluentui/react-positioning to v9.7.1 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball)
39
+ - Bump @fluentui/react-utilities to v9.9.4 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball)
19
40
 
20
41
  ## [9.2.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.2.17)
21
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tooltip",
3
- "version": "9.2.18",
3
+ "version": "9.2.20",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,12 +34,12 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@fluentui/keyboard-keys": "^9.0.3",
37
- "@fluentui/react-jsx-runtime": "9.0.0-alpha.8",
38
- "@fluentui/react-portal": "^9.2.14",
39
- "@fluentui/react-positioning": "^9.7.1",
37
+ "@fluentui/react-jsx-runtime": "9.0.0-alpha.9",
38
+ "@fluentui/react-portal": "^9.2.16",
39
+ "@fluentui/react-positioning": "^9.7.2",
40
40
  "@fluentui/react-shared-contexts": "^9.5.1",
41
41
  "@fluentui/react-theme": "^9.1.9",
42
- "@fluentui/react-utilities": "^9.9.4",
42
+ "@fluentui/react-utilities": "^9.10.0",
43
43
  "@griffel/react": "^1.5.7",
44
44
  "@swc/helpers": "^0.4.14"
45
45
  },