@fluentui/react-context-selector 9.1.25 → 9.1.26

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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui/react-context-selector",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 28 Jun 2023 11:08:27 GMT",
5
+ "date": "Mon, 03 Jul 2023 11:54:01 GMT",
6
+ "tag": "@fluentui/react-context-selector_v9.1.26",
7
+ "version": "9.1.26",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-context-selector",
13
+ "comment": "Bump @fluentui/react-utilities to v9.10.1",
14
+ "commit": "e7a838bfd1ce4b077d265295fcbef8dc2177e724"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 28 Jun 2023 11:12:25 GMT",
6
21
  "tag": "@fluentui/react-context-selector_v9.1.25",
7
22
  "version": "9.1.25",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-context-selector
2
2
 
3
- This log was last generated on Wed, 28 Jun 2023 11:08:27 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 03 Jul 2023 11:54:01 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.26)
8
+
9
+ Mon, 03 Jul 2023 11:54:01 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.25..@fluentui/react-context-selector_v9.1.26)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-utilities to v9.10.1 ([PR #28399](https://github.com/microsoft/fluentui/pull/28399) by beachball)
15
+
7
16
  ## [9.1.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.25)
8
17
 
9
- Wed, 28 Jun 2023 11:08:27 GMT
18
+ Wed, 28 Jun 2023 11:12:25 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.24..@fluentui/react-context-selector_v9.1.25)
11
20
 
12
21
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-context-selector",
3
- "version": "9.1.25",
3
+ "version": "9.1.26",
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.10.0",
31
+ "@fluentui/react-utilities": "^9.10.1",
32
32
  "@swc/helpers": "^0.4.14"
33
33
  },
34
34
  "peerDependencies": {