@fluentui/react-overflow 9.1.12 → 9.1.13

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 +14 -2
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui/react-overflow
2
2
 
3
- This log was last generated on Wed, 28 Feb 2024 02:28:41 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 07 Mar 2024 19:26:57 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.1.13)
8
+
9
+ Thu, 07 Mar 2024 19:26:57 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.1.12..@fluentui/react-overflow_v9.1.13)
11
+
12
+ ### Patches
13
+
14
+ - chore: remove invalid peerDependency on scheduler ([PR #30587](https://github.com/microsoft/fluentui/pull/30587) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-context-selector to v9.1.54 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
16
+ - Bump @fluentui/react-theme to v9.1.17 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.18.3 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
18
+
7
19
  ## [9.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.1.12)
8
20
 
9
- Wed, 28 Feb 2024 02:28:41 GMT
21
+ Wed, 28 Feb 2024 02:34:19 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.1.11..@fluentui/react-overflow_v9.1.12)
11
23
 
12
24
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "9.1.12",
3
+ "version": "9.1.13",
4
4
  "description": "React bindings for @fluentui/priority-overflow",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@fluentui/priority-overflow": "^9.1.11",
38
- "@fluentui/react-context-selector": "^9.1.53",
39
- "@fluentui/react-theme": "^9.1.16",
40
- "@fluentui/react-utilities": "^9.18.2",
38
+ "@fluentui/react-context-selector": "^9.1.54",
39
+ "@fluentui/react-theme": "^9.1.17",
40
+ "@fluentui/react-utilities": "^9.18.3",
41
41
  "@griffel/react": "^1.5.14",
42
42
  "@swc/helpers": "^0.5.1"
43
43
  },
@@ -45,8 +45,7 @@
45
45
  "@types/react": ">=16.14.0 <19.0.0",
46
46
  "@types/react-dom": ">=16.9.0 <19.0.0",
47
47
  "react": ">=16.14.0 <19.0.0",
48
- "react-dom": ">=16.14.0 <19.0.0",
49
- "scheduler": "^0.19.0 || ^0.20.0"
48
+ "react-dom": ">=16.14.0 <19.0.0"
50
49
  },
51
50
  "beachball": {
52
51
  "disallowedChangeTypes": [