@fluentui/react-context-selector 9.1.26 → 9.1.28

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,37 @@
2
2
  "name": "@fluentui/react-context-selector",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 03 Jul 2023 11:54:01 GMT",
5
+ "date": "Fri, 11 Aug 2023 12:10:20 GMT",
6
+ "tag": "@fluentui/react-context-selector_v9.1.28",
7
+ "version": "9.1.28",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-context-selector",
13
+ "comment": "Bump @fluentui/react-utilities to v9.11.1",
14
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 04 Aug 2023 08:52:58 GMT",
21
+ "tag": "@fluentui/react-context-selector_v9.1.27",
22
+ "version": "9.1.27",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui/react-context-selector",
28
+ "comment": "Bump @fluentui/react-utilities to v9.11.0",
29
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Mon, 03 Jul 2023 11:57:14 GMT",
6
36
  "tag": "@fluentui/react-context-selector_v9.1.26",
7
37
  "version": "9.1.26",
8
38
  "comments": {
@@ -11,7 +41,7 @@
11
41
  "author": "beachball",
12
42
  "package": "@fluentui/react-context-selector",
13
43
  "comment": "Bump @fluentui/react-utilities to v9.10.1",
14
- "commit": "e7a838bfd1ce4b077d265295fcbef8dc2177e724"
44
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
15
45
  }
16
46
  ]
17
47
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,35 @@
1
1
  # Change Log - @fluentui/react-context-selector
2
2
 
3
- This log was last generated on Mon, 03 Jul 2023 11:54:01 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 11 Aug 2023 12:10:20 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.28)
8
+
9
+ Fri, 11 Aug 2023 12:10:20 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.27..@fluentui/react-context-selector_v9.1.28)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-utilities to v9.11.1 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
15
+
16
+ ## [9.1.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.27)
17
+
18
+ Fri, 04 Aug 2023 08:52:58 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.26..@fluentui/react-context-selector_v9.1.27)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-utilities to v9.11.0 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
24
+
7
25
  ## [9.1.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.26)
8
26
 
9
- Mon, 03 Jul 2023 11:54:01 GMT
27
+ Mon, 03 Jul 2023 11:57:14 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.25..@fluentui/react-context-selector_v9.1.26)
11
29
 
12
30
  ### Patches
13
31
 
14
- - Bump @fluentui/react-utilities to v9.10.1 ([PR #28399](https://github.com/microsoft/fluentui/pull/28399) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.10.1 ([PR #28412](https://github.com/microsoft/fluentui/pull/28412) by beachball)
15
33
 
16
34
  ## [9.1.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.25)
17
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-context-selector",
3
- "version": "9.1.26",
3
+ "version": "9.1.28",
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.1",
31
+ "@fluentui/react-utilities": "^9.11.1",
32
32
  "@swc/helpers": "^0.4.14"
33
33
  },
34
34
  "peerDependencies": {