@fluentui/react-context-selector 9.1.74 → 9.1.76

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 Wed, 19 Mar 2025 15:36:13 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 16 Apr 2025 19:37:27 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.76)
8
+
9
+ Wed, 16 Apr 2025 19:37:27 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.75..@fluentui/react-context-selector_v9.1.76)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-utilities to v9.19.0 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
15
+
16
+ ## [9.1.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.75)
17
+
18
+ Thu, 27 Mar 2025 21:12:51 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.74..@fluentui/react-context-selector_v9.1.75)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-utilities to v9.18.23 ([PR #34034](https://github.com/microsoft/fluentui/pull/34034) by beachball)
24
+
7
25
  ## [9.1.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.74)
8
26
 
9
- Wed, 19 Mar 2025 15:36:13 GMT
27
+ Wed, 19 Mar 2025 15:40:43 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.73..@fluentui/react-context-selector_v9.1.74)
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.74",
3
+ "version": "9.1.76",
4
4
  "description": "React useContextSelector hook in userland",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -16,7 +16,7 @@
16
16
  "@fluentui/scripts-api-extractor": "*"
17
17
  },
18
18
  "dependencies": {
19
- "@fluentui/react-utilities": "^9.18.22",
19
+ "@fluentui/react-utilities": "^9.19.0",
20
20
  "@swc/helpers": "^0.5.1"
21
21
  },
22
22
  "peerDependencies": {