@fluentui/react-context-selector 9.1.23 → 9.1.25

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