@fluentui/react-overflow 9.1.19 → 9.1.20

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 +14 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,18 +1,29 @@
1
1
  # Change Log - @fluentui/react-overflow
2
2
 
3
- This log was last generated on Thu, 16 May 2024 09:21:23 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 20 May 2024 12:36:36 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.1.20)
8
+
9
+ Mon, 20 May 2024 12:36:36 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.1.19..@fluentui/react-overflow_v9.1.20)
11
+
12
+ ### Patches
13
+
14
+ - chore: bump @griffel/react ([PR #31258](https://github.com/microsoft/fluentui/pull/31258) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-context-selector to v9.1.60 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.18.9 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
17
+
7
18
  ## [9.1.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.1.19)
8
19
 
9
- Thu, 16 May 2024 09:21:23 GMT
20
+ Thu, 16 May 2024 09:25:16 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.1.18..@fluentui/react-overflow_v9.1.19)
11
22
 
12
23
  ### Patches
13
24
 
14
25
  - fix(OverflowItem): properly propagate refs to child elements ([PR #31347](https://github.com/microsoft/fluentui/pull/31347) by olfedias@microsoft.com)
15
- - Bump @fluentui/priority-overflow to v9.1.12 ([commit](https://github.com/microsoft/fluentui/commit/3ae9ed772fbcedeff1a76e154f6eb7d515785698) by beachball)
26
+ - Bump @fluentui/priority-overflow to v9.1.12 ([PR #31390](https://github.com/microsoft/fluentui/pull/31390) by beachball)
16
27
 
17
28
  ## [9.1.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.1.18)
18
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "9.1.19",
3
+ "version": "9.1.20",
4
4
  "description": "React bindings for @fluentui/priority-overflow",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -35,10 +35,10 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@fluentui/priority-overflow": "^9.1.12",
38
- "@fluentui/react-context-selector": "^9.1.59",
38
+ "@fluentui/react-context-selector": "^9.1.60",
39
39
  "@fluentui/react-theme": "^9.1.19",
40
- "@fluentui/react-utilities": "^9.18.8",
41
- "@griffel/react": "^1.5.14",
40
+ "@fluentui/react-utilities": "^9.18.9",
41
+ "@griffel/react": "^1.5.22",
42
42
  "@swc/helpers": "^0.5.1"
43
43
  },
44
44
  "peerDependencies": {