@fluentui/react-tooltip 9.7.4 → 9.7.6

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 +22 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/react-tooltip
2
2
 
3
- This log was last generated on Thu, 26 Jun 2025 14:07:54 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 04 Jul 2025 10:00:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.7.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.7.6)
8
+
9
+ Fri, 04 Jul 2025 10:00:11 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.7.5..@fluentui/react-tooltip_v9.7.6)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-portal to v9.6.4 ([PR #34457](https://github.com/microsoft/fluentui/pull/34457) by beachball)
15
+
16
+ ## [9.7.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.7.5)
17
+
18
+ Fri, 27 Jun 2025 13:39:41 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.7.4..@fluentui/react-tooltip_v9.7.5)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-portal to v9.6.3 ([PR #34734](https://github.com/microsoft/fluentui/pull/34734) by beachball)
24
+ - Bump @fluentui/react-positioning to v9.18.5 ([PR #34734](https://github.com/microsoft/fluentui/pull/34734) by beachball)
25
+ - Bump @fluentui/react-tabster to v9.25.3 ([PR #34734](https://github.com/microsoft/fluentui/pull/34734) by beachball)
26
+
7
27
  ## [9.7.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.7.4)
8
28
 
9
- Thu, 26 Jun 2025 14:07:54 GMT
29
+ Thu, 26 Jun 2025 14:11:55 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.7.3..@fluentui/react-tooltip_v9.7.4)
11
31
 
12
32
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tooltip",
3
- "version": "9.7.4",
3
+ "version": "9.7.6",
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.1.2",
23
- "@fluentui/react-portal": "^9.6.2",
24
- "@fluentui/react-positioning": "^9.18.4",
23
+ "@fluentui/react-portal": "^9.6.4",
24
+ "@fluentui/react-positioning": "^9.18.5",
25
25
  "@fluentui/react-shared-contexts": "^9.24.0",
26
- "@fluentui/react-tabster": "^9.25.2",
26
+ "@fluentui/react-tabster": "^9.25.3",
27
27
  "@fluentui/react-theme": "^9.1.24",
28
28
  "@fluentui/react-utilities": "^9.22.0",
29
29
  "@griffel/react": "^1.5.22",