@fluentui/react-overflow 9.1.21 → 9.1.22

Sign up to get free protection for your applications and to get access to all the features.
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 Thu, 06 Jun 2024 15:22:18 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 17 Jun 2024 07:31:08 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.1.22)
8
+
9
+ Mon, 17 Jun 2024 07:31:08 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.1.21..@fluentui/react-overflow_v9.1.22)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-context-selector to v9.1.62 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
15
+
7
16
  ## [9.1.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.1.21)
8
17
 
9
- Thu, 06 Jun 2024 15:22:18 GMT
18
+ Thu, 06 Jun 2024 15:26:36 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.1.20..@fluentui/react-overflow_v9.1.21)
11
20
 
12
21
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "9.1.21",
3
+ "version": "9.1.22",
4
4
  "description": "React bindings for @fluentui/priority-overflow",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@fluentui/priority-overflow": "^9.1.13",
39
- "@fluentui/react-context-selector": "^9.1.61",
39
+ "@fluentui/react-context-selector": "^9.1.62",
40
40
  "@fluentui/react-theme": "^9.1.19",
41
41
  "@fluentui/react-utilities": "^9.18.10",
42
42
  "@griffel/react": "^1.5.22",