@fluentui/react-tooltip 9.6.5 → 9.6.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @fluentui/react-tooltip
2
2
 
3
- This log was last generated on Wed, 16 Apr 2025 19:37:14 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 14 May 2025 18:45:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.6.7)
8
+
9
+ Wed, 14 May 2025 18:45:49 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.6.6..@fluentui/react-tooltip_v9.6.7)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-portal to v9.5.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
15
+ - Bump @fluentui/react-positioning to v9.17.0 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.24.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
17
+
18
+ ## [9.6.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.6.6)
19
+
20
+ Thu, 24 Apr 2025 09:59:45 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.6.5..@fluentui/react-tooltip_v9.6.6)
22
+
23
+ ### Patches
24
+
25
+ - Bump @fluentui/react-portal to v9.5.6 ([PR #34315](https://github.com/microsoft/fluentui/pull/34315) by beachball)
26
+ - Bump @fluentui/react-tabster to v9.24.6 ([PR #34315](https://github.com/microsoft/fluentui/pull/34315) by beachball)
27
+
7
28
  ## [9.6.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.6.5)
8
29
 
9
- Wed, 16 Apr 2025 19:37:14 GMT
30
+ Wed, 16 Apr 2025 19:42:05 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.6.4..@fluentui/react-tooltip_v9.6.5)
11
32
 
12
33
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tooltip",
3
- "version": "9.6.5",
3
+ "version": "9.6.7",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@fluentui/keyboard-keys": "^9.0.8",
22
22
  "@fluentui/react-jsx-runtime": "^9.0.54",
23
- "@fluentui/react-portal": "^9.5.5",
24
- "@fluentui/react-positioning": "^9.16.7",
23
+ "@fluentui/react-portal": "^9.5.7",
24
+ "@fluentui/react-positioning": "^9.17.0",
25
25
  "@fluentui/react-shared-contexts": "^9.23.1",
26
- "@fluentui/react-tabster": "^9.24.5",
26
+ "@fluentui/react-tabster": "^9.24.7",
27
27
  "@fluentui/react-theme": "^9.1.24",
28
28
  "@fluentui/react-utilities": "^9.19.0",
29
29
  "@griffel/react": "^1.5.22",