@fluentui/react-context-selector 9.1.52 → 9.1.54

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 +21 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-context-selector
2
2
 
3
- This log was last generated on Tue, 20 Feb 2024 14:15:33 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 07 Mar 2024 19:26:55 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.54)
8
+
9
+ Thu, 07 Mar 2024 19:26:55 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.53..@fluentui/react-context-selector_v9.1.54)
11
+
12
+ ### Patches
13
+
14
+ - chore: update required version of scheduler ([PR #30587](https://github.com/microsoft/fluentui/pull/30587) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-utilities to v9.18.3 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
16
+
17
+ ## [9.1.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.53)
18
+
19
+ Wed, 28 Feb 2024 02:34:19 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.52..@fluentui/react-context-selector_v9.1.53)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-utilities to v9.18.2 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
25
+
7
26
  ## [9.1.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.52)
8
27
 
9
- Tue, 20 Feb 2024 14:15:33 GMT
28
+ Tue, 20 Feb 2024 14:22:30 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.51..@fluentui/react-context-selector_v9.1.52)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-context-selector",
3
- "version": "9.1.52",
3
+ "version": "9.1.54",
4
4
  "description": "React useContextSelector hook in userland",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,7 +28,7 @@
28
28
  "@fluentui/scripts-tasks": "*"
29
29
  },
30
30
  "dependencies": {
31
- "@fluentui/react-utilities": "^9.18.1",
31
+ "@fluentui/react-utilities": "^9.18.3",
32
32
  "@swc/helpers": "^0.5.1"
33
33
  },
34
34
  "peerDependencies": {
@@ -36,7 +36,7 @@
36
36
  "@types/react-dom": ">=16.9.0 <19.0.0",
37
37
  "react": ">=16.14.0 <19.0.0",
38
38
  "react-dom": ">=16.14.0 <19.0.0",
39
- "scheduler": "^0.19.0 || ^0.20.0"
39
+ "scheduler": ">=0.19.0 <=0.23.0"
40
40
  },
41
41
  "beachball": {
42
42
  "disallowedChangeTypes": [