@fluentui/react-context-selector 9.1.50 → 9.1.52

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 +2 -2
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 Tue, 23 Jan 2024 15:06:25 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 20 Feb 2024 14:15:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.52)
8
+
9
+ Tue, 20 Feb 2024 14:15:33 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.51..@fluentui/react-context-selector_v9.1.52)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-utilities to v9.18.1 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
15
+
16
+ ## [9.1.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.51)
17
+
18
+ Tue, 30 Jan 2024 23:16:54 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.50..@fluentui/react-context-selector_v9.1.51)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-utilities to v9.18.0 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
24
+
7
25
  ## [9.1.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.50)
8
26
 
9
- Tue, 23 Jan 2024 15:06:25 GMT
27
+ Tue, 23 Jan 2024 15:11:00 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.49..@fluentui/react-context-selector_v9.1.50)
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.50",
3
+ "version": "9.1.52",
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.17.0",
31
+ "@fluentui/react-utilities": "^9.18.1",
32
32
  "@swc/helpers": "^0.5.1"
33
33
  },
34
34
  "peerDependencies": {