@fluentui/react-popover 9.11.2 → 9.11.3

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 +11 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-popover
2
2
 
3
- This log was last generated on Wed, 18 Jun 2025 17:29:30 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 Jun 2025 15:47:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.11.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.11.3)
8
+
9
+ Mon, 23 Jun 2025 15:47:18 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.11.2..@fluentui/react-popover_v9.11.3)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-positioning to v9.18.3 ([PR #34677](https://github.com/microsoft/fluentui/pull/34677) by beachball)
15
+
7
16
  ## [9.11.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.11.2)
8
17
 
9
- Wed, 18 Jun 2025 17:29:30 GMT
18
+ Wed, 18 Jun 2025 17:34:00 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.11.1..@fluentui/react-popover_v9.11.2)
11
20
 
12
21
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-popover",
3
- "version": "9.11.2",
3
+ "version": "9.11.3",
4
4
  "description": "Popover component for Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -25,7 +25,7 @@
25
25
  "@fluentui/react-aria": "^9.15.1",
26
26
  "@fluentui/react-context-selector": "^9.2.1",
27
27
  "@fluentui/react-portal": "^9.6.1",
28
- "@fluentui/react-positioning": "^9.18.2",
28
+ "@fluentui/react-positioning": "^9.18.3",
29
29
  "@fluentui/react-shared-contexts": "^9.24.0",
30
30
  "@fluentui/react-tabster": "^9.25.1",
31
31
  "@fluentui/react-theme": "^9.1.24",