@fluentui/react-positioning 9.20.6 → 9.20.8

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 +20 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/react-positioning
2
2
 
3
- This log was last generated on Thu, 02 Oct 2025 15:07:20 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 31 Oct 2025 16:17:38 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.20.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.20.8)
8
+
9
+ Fri, 31 Oct 2025 16:17:38 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.20.7..@fluentui/react-positioning_v9.20.8)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-utilities to v9.25.2 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
15
+
16
+ ## [9.20.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.20.7)
17
+
18
+ Wed, 08 Oct 2025 12:04:53 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.20.6..@fluentui/react-positioning_v9.20.7)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-utilities to v9.25.1 ([PR #35294](https://github.com/microsoft/fluentui/pull/35294) by beachball)
24
+
7
25
  ## [9.20.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.20.6)
8
26
 
9
- Thu, 02 Oct 2025 15:07:20 GMT
27
+ Thu, 02 Oct 2025 15:12:31 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.20.5..@fluentui/react-positioning_v9.20.6)
11
29
 
12
30
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-positioning",
3
- "version": "9.20.6",
3
+ "version": "9.20.8",
4
4
  "description": "A react wrapper around Popper.js for Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -21,7 +21,7 @@
21
21
  "@floating-ui/devtools": "^0.2.3",
22
22
  "@fluentui/react-shared-contexts": "^9.25.2",
23
23
  "@fluentui/react-theme": "^9.2.0",
24
- "@fluentui/react-utilities": "^9.25.0",
24
+ "@fluentui/react-utilities": "^9.25.2",
25
25
  "@griffel/react": "^1.5.22",
26
26
  "@swc/helpers": "^0.5.1",
27
27
  "use-sync-external-store": "^1.2.0"