@fluentui/react-context-selector 9.1.45 → 9.1.47

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 +20 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/react-context-selector
2
2
 
3
- This log was last generated on Wed, 03 Jan 2024 09:22:10 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 16 Jan 2024 13:07:10 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.47)
8
+
9
+ Tue, 16 Jan 2024 13:07:10 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.46..@fluentui/react-context-selector_v9.1.47)
11
+
12
+ ### Patches
13
+
14
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
15
+
16
+ ## [9.1.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.46)
17
+
18
+ Mon, 08 Jan 2024 16:24:28 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.45..@fluentui/react-context-selector_v9.1.46)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-utilities to v9.15.6 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball)
24
+
7
25
  ## [9.1.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.45)
8
26
 
9
- Wed, 03 Jan 2024 09:22:10 GMT
27
+ Wed, 03 Jan 2024 09:26:44 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.44..@fluentui/react-context-selector_v9.1.45)
11
29
 
12
30
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-context-selector",
3
- "version": "9.1.45",
3
+ "version": "9.1.47",
4
4
  "description": "React useContextSelector hook in userland",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,12 +28,12 @@
28
28
  "@fluentui/scripts-tasks": "*"
29
29
  },
30
30
  "dependencies": {
31
- "@fluentui/react-utilities": "^9.15.5",
31
+ "@fluentui/react-utilities": "^9.15.6",
32
32
  "@swc/helpers": "^0.5.1"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@types/react": ">=16.14.0 <19.0.0",
36
- "@types/react-dom": ">=16.14.0 <19.0.0",
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
39
  "scheduler": "^0.19.0 || ^0.20.0"