@fluentui/react-context-selector 9.1.35 → 9.1.37
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 +37 -1
- package/CHANGELOG.md +21 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,43 @@
|
|
2
2
|
"name": "@fluentui/react-context-selector",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Wed, 04 Oct 2023 08:41:55 GMT",
|
6
|
+
"tag": "@fluentui/react-context-selector_v9.1.37",
|
7
|
+
"version": "9.1.37",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "beachball",
|
12
|
+
"package": "@fluentui/react-context-selector",
|
13
|
+
"comment": "Bump @fluentui/react-utilities to v9.14.0",
|
14
|
+
"commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Tue, 26 Sep 2023 17:49:04 GMT",
|
21
|
+
"tag": "@fluentui/react-context-selector_v9.1.36",
|
22
|
+
"version": "9.1.36",
|
23
|
+
"comments": {
|
24
|
+
"patch": [
|
25
|
+
{
|
26
|
+
"author": "yuanboxue@microsoft.com",
|
27
|
+
"package": "@fluentui/react-context-selector",
|
28
|
+
"commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
|
29
|
+
"comment": "chore: trigger manual version bump after broken release"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"author": "beachball",
|
33
|
+
"package": "@fluentui/react-context-selector",
|
34
|
+
"comment": "Bump @fluentui/react-utilities to v9.13.5",
|
35
|
+
"commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
|
36
|
+
}
|
37
|
+
]
|
38
|
+
}
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"date": "Tue, 26 Sep 2023 15:32:02 GMT",
|
6
42
|
"tag": "@fluentui/react-context-selector_v9.1.35",
|
7
43
|
"version": "9.1.35",
|
8
44
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,31 @@
|
|
1
1
|
# Change Log - @fluentui/react-context-selector
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 04 Oct 2023 08:41:55 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.1.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.37)
|
8
|
+
|
9
|
+
Wed, 04 Oct 2023 08:41:55 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.36..@fluentui/react-context-selector_v9.1.37)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-utilities to v9.14.0 ([commit](https://github.com/microsoft/fluentui/commit/67b6cc6534e684ed32704dc6c0faee632bb840dc) by beachball)
|
15
|
+
|
16
|
+
## [9.1.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.36)
|
17
|
+
|
18
|
+
Tue, 26 Sep 2023 17:49:04 GMT
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.35..@fluentui/react-context-selector_v9.1.36)
|
20
|
+
|
21
|
+
### Patches
|
22
|
+
|
23
|
+
- chore: trigger manual version bump after broken release ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by yuanboxue@microsoft.com)
|
24
|
+
- Bump @fluentui/react-utilities to v9.13.5 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball)
|
25
|
+
|
7
26
|
## [9.1.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.35)
|
8
27
|
|
9
|
-
Tue, 26 Sep 2023 15:
|
28
|
+
Tue, 26 Sep 2023 15:32:02 GMT
|
10
29
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.34..@fluentui/react-context-selector_v9.1.35)
|
11
30
|
|
12
31
|
### Patches
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-context-selector",
|
3
|
-
"version": "9.1.
|
3
|
+
"version": "9.1.37",
|
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.
|
31
|
+
"@fluentui/react-utilities": "^9.14.0",
|
32
32
|
"@swc/helpers": "^0.5.1"
|
33
33
|
},
|
34
34
|
"peerDependencies": {
|