@fluentui/react-tooltip 9.4.26 → 9.4.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui/react-tooltip
2
2
 
3
- This log was last generated on Mon, 06 May 2024 12:48:54 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 09 May 2024 19:31:57 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.4.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.4.27)
8
+
9
+ Thu, 09 May 2024 19:31:57 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.4.26..@fluentui/react-tooltip_v9.4.27)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-portal to v9.4.24 ([PR #31321](https://github.com/microsoft/fluentui/pull/31321) by beachball)
15
+ - Bump @fluentui/react-positioning to v9.15.0 ([PR #31321](https://github.com/microsoft/fluentui/pull/31321) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.21.2 ([PR #31321](https://github.com/microsoft/fluentui/pull/31321) by beachball)
17
+
7
18
  ## [9.4.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.4.26)
8
19
 
9
- Mon, 06 May 2024 12:48:54 GMT
20
+ Mon, 06 May 2024 12:55:02 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.4.25..@fluentui/react-tooltip_v9.4.26)
11
22
 
12
23
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tooltip",
3
- "version": "9.4.26",
3
+ "version": "9.4.27",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -35,10 +35,10 @@
35
35
  "dependencies": {
36
36
  "@fluentui/keyboard-keys": "^9.0.7",
37
37
  "@fluentui/react-jsx-runtime": "^9.0.37",
38
- "@fluentui/react-portal": "^9.4.23",
39
- "@fluentui/react-positioning": "^9.14.5",
38
+ "@fluentui/react-portal": "^9.4.24",
39
+ "@fluentui/react-positioning": "^9.15.0",
40
40
  "@fluentui/react-shared-contexts": "^9.18.0",
41
- "@fluentui/react-tabster": "^9.21.1",
41
+ "@fluentui/react-tabster": "^9.21.2",
42
42
  "@fluentui/react-theme": "^9.1.19",
43
43
  "@fluentui/react-utilities": "^9.18.8",
44
44
  "@griffel/react": "^1.5.14",