@fluentui/react-tooltip 9.2.31 → 9.2.33

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,37 @@
2
2
  "name": "@fluentui/react-tooltip",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 16 Aug 2023 11:35:24 GMT",
5
+ "date": "Mon, 21 Aug 2023 11:36:42 GMT",
6
+ "tag": "@fluentui/react-tooltip_v9.2.33",
7
+ "version": "9.2.33",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-tooltip",
13
+ "comment": "Bump @fluentui/react-positioning to v9.9.5",
14
+ "commit": "55e07ffc8d180554fb027841e7d2a89637cefcb3"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 16 Aug 2023 17:41:08 GMT",
21
+ "tag": "@fluentui/react-tooltip_v9.2.32",
22
+ "version": "9.2.32",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui/react-tooltip",
28
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0",
29
+ "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 16 Aug 2023 11:38:33 GMT",
6
36
  "tag": "@fluentui/react-tooltip_v9.2.31",
7
37
  "version": "9.2.31",
8
38
  "comments": {
@@ -11,7 +41,7 @@
11
41
  "author": "beachball",
12
42
  "package": "@fluentui/react-tooltip",
13
43
  "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.16",
14
- "commit": "f14628ac44d2cea2301452829d9775e49f70b824"
44
+ "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3"
15
45
  }
16
46
  ]
17
47
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,35 @@
1
1
  # Change Log - @fluentui/react-tooltip
2
2
 
3
- This log was last generated on Wed, 16 Aug 2023 11:35:24 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 21 Aug 2023 11:36:42 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.2.33)
8
+
9
+ Mon, 21 Aug 2023 11:36:42 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.2.32..@fluentui/react-tooltip_v9.2.33)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-positioning to v9.9.5 ([PR #28884](https://github.com/microsoft/fluentui/pull/28884) by beachball)
15
+
16
+ ## [9.2.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.2.32)
17
+
18
+ Wed, 16 Aug 2023 17:41:08 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.2.31..@fluentui/react-tooltip_v9.2.32)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-jsx-runtime to v9.0.0 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball)
24
+
7
25
  ## [9.2.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.2.31)
8
26
 
9
- Wed, 16 Aug 2023 11:35:24 GMT
27
+ Wed, 16 Aug 2023 11:38:33 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.2.30..@fluentui/react-tooltip_v9.2.31)
11
29
 
12
30
  ### Patches
13
31
 
14
- - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.16 ([commit](https://github.com/microsoft/fluentui/commit/f14628ac44d2cea2301452829d9775e49f70b824) by beachball)
32
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.16 ([PR #28791](https://github.com/microsoft/fluentui/pull/28791) by beachball)
15
33
 
16
34
  ## [9.2.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.2.30)
17
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tooltip",
3
- "version": "9.2.31",
3
+ "version": "9.2.33",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,9 +34,9 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@fluentui/keyboard-keys": "^9.0.3",
37
- "@fluentui/react-jsx-runtime": "9.0.0-alpha.16",
37
+ "@fluentui/react-jsx-runtime": "^9.0.0",
38
38
  "@fluentui/react-portal": "^9.3.7",
39
- "@fluentui/react-positioning": "^9.9.4",
39
+ "@fluentui/react-positioning": "^9.9.5",
40
40
  "@fluentui/react-shared-contexts": "^9.7.2",
41
41
  "@fluentui/react-theme": "^9.1.11",
42
42
  "@fluentui/react-utilities": "^9.11.1",