@fluentui/react-context-selector 9.1.24 → 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,45 @@
2
2
  "name": "@fluentui/react-context-selector",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 26 Jun 2023 09:51:06 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",
21
+ "tag": "@fluentui/react-context-selector_v9.1.25",
22
+ "version": "9.1.25",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "martinhochel@microsoft.com",
27
+ "package": "@fluentui/react-context-selector",
28
+ "commit": "fbe878e9c9785588197481f172c42c2c0a230292",
29
+ "comment": "fix: update .npmignore to unify v8 packages and exclude project.json"
30
+ }
31
+ ],
32
+ "patch": [
33
+ {
34
+ "author": "beachball",
35
+ "package": "@fluentui/react-context-selector",
36
+ "comment": "Bump @fluentui/react-utilities to v9.10.0",
37
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
38
+ }
39
+ ]
40
+ }
41
+ },
42
+ {
43
+ "date": "Mon, 26 Jun 2023 09:53:55 GMT",
6
44
  "tag": "@fluentui/react-context-selector_v9.1.24",
7
45
  "version": "9.1.24",
8
46
  "comments": {
@@ -11,7 +49,7 @@
11
49
  "author": "beachball",
12
50
  "package": "@fluentui/react-context-selector",
13
51
  "comment": "Bump @fluentui/react-utilities to v9.9.4",
14
- "commit": "025ea2c9c6fb2184e67505081a7a307e95c6c009"
52
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
15
53
  }
16
54
  ]
17
55
  }
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, 26 Jun 2023 09:51:06 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
+
16
+ ## [9.1.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.25)
17
+
18
+ Wed, 28 Jun 2023 11:12:25 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.24..@fluentui/react-context-selector_v9.1.25)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-utilities to v9.10.0 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball)
24
+
7
25
  ## [9.1.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.24)
8
26
 
9
- Mon, 26 Jun 2023 09:51:06 GMT
27
+ Mon, 26 Jun 2023 09:53:55 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.23..@fluentui/react-context-selector_v9.1.24)
11
29
 
12
30
  ### Patches
13
31
 
14
- - Bump @fluentui/react-utilities to v9.9.4 ([PR #28307](https://github.com/microsoft/fluentui/pull/28307) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.9.4 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball)
15
33
 
16
34
  ## [9.1.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.23)
17
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-context-selector",
3
- "version": "9.1.24",
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.9.4",
31
+ "@fluentui/react-utilities": "^9.10.1",
32
32
  "@swc/helpers": "^0.4.14"
33
33
  },
34
34
  "peerDependencies": {