@fluentui/react-overflow 9.2.7 → 9.3.0

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-overflow
2
2
 
3
- This log was last generated on Wed, 22 Jan 2025 13:55:32 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 21 Feb 2025 14:30:47 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.3.0)
8
+
9
+ Fri, 21 Feb 2025 14:30:47 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.2.7..@fluentui/react-overflow_v9.3.0)
11
+
12
+ ### Minor changes
13
+
14
+ - Bump @fluentui/priority-overflow to v9.1.15 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
15
+
7
16
  ## [9.2.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.2.7)
8
17
 
9
- Wed, 22 Jan 2025 13:55:32 GMT
18
+ Wed, 22 Jan 2025 14:00:21 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.2.4..@fluentui/react-overflow_v9.2.7)
11
20
 
12
21
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "9.2.7",
3
+ "version": "9.3.0",
4
4
  "description": "React bindings for @fluentui/priority-overflow",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -19,7 +19,7 @@
19
19
  "@fluentui/scripts-cypress": "*"
20
20
  },
21
21
  "dependencies": {
22
- "@fluentui/priority-overflow": "^9.1.14",
22
+ "@fluentui/priority-overflow": "^9.1.15",
23
23
  "@fluentui/react-context-selector": "^9.1.72",
24
24
  "@fluentui/react-theme": "^9.1.24",
25
25
  "@fluentui/react-utilities": "^9.18.20",