@fluentui/react-context-selector 9.0.0-alpha.34 → 9.0.0-alpha.39
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 +67 -1
- package/CHANGELOG.md +39 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,73 @@
|
|
2
2
|
"name": "@fluentui/react-context-selector",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Tue, 05 Oct 2021 09:26:55 GMT",
|
6
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-alpha.39",
|
7
|
+
"version": "9.0.0-alpha.39",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "beachball",
|
12
|
+
"package": "@fluentui/react-context-selector",
|
13
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
|
14
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Fri, 01 Oct 2021 14:13:08 GMT",
|
21
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-alpha.38",
|
22
|
+
"version": "9.0.0-alpha.38",
|
23
|
+
"comments": {
|
24
|
+
"prerelease": [
|
25
|
+
{
|
26
|
+
"author": "lingfangao@hotmail.com",
|
27
|
+
"package": "@fluentui/react-context-selector",
|
28
|
+
"comment": "Bump v9 prerelease versions to rerelease",
|
29
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"author": "beachball",
|
33
|
+
"package": "@fluentui/react-context-selector",
|
34
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
|
35
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
36
|
+
}
|
37
|
+
]
|
38
|
+
}
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"date": "Mon, 27 Sep 2021 08:06:00 GMT",
|
42
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-alpha.36",
|
43
|
+
"version": "9.0.0-alpha.36",
|
44
|
+
"comments": {
|
45
|
+
"prerelease": [
|
46
|
+
{
|
47
|
+
"author": "beachball",
|
48
|
+
"package": "@fluentui/react-context-selector",
|
49
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
|
50
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
51
|
+
}
|
52
|
+
]
|
53
|
+
}
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"date": "Fri, 24 Sep 2021 09:17:17 GMT",
|
57
|
+
"tag": "@fluentui/react-context-selector_v9.0.0-alpha.35",
|
58
|
+
"version": "9.0.0-alpha.35",
|
59
|
+
"comments": {
|
60
|
+
"prerelease": [
|
61
|
+
{
|
62
|
+
"author": "beachball",
|
63
|
+
"package": "@fluentui/react-context-selector",
|
64
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
|
65
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
66
|
+
}
|
67
|
+
]
|
68
|
+
}
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"date": "Thu, 23 Sep 2021 08:21:34 GMT",
|
6
72
|
"tag": "@fluentui/react-context-selector_v9.0.0-alpha.34",
|
7
73
|
"version": "9.0.0-alpha.34",
|
8
74
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,49 @@
|
|
1
1
|
# Change Log - @fluentui/react-context-selector
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 05 Oct 2021 09:26:55 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.39)
|
8
|
+
|
9
|
+
Tue, 05 Oct 2021 09:26:55 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.38..@fluentui/react-context-selector_v9.0.0-alpha.39)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.56 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
15
|
+
|
16
|
+
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.38)
|
17
|
+
|
18
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.36..@fluentui/react-context-selector_v9.0.0-alpha.38)
|
20
|
+
|
21
|
+
### Changes
|
22
|
+
|
23
|
+
- Bump v9 prerelease versions to rerelease ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by lingfangao@hotmail.com)
|
24
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.55 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
|
25
|
+
|
26
|
+
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.36)
|
27
|
+
|
28
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
29
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.35..@fluentui/react-context-selector_v9.0.0-alpha.36)
|
30
|
+
|
31
|
+
### Changes
|
32
|
+
|
33
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.53 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
|
34
|
+
|
35
|
+
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.35)
|
36
|
+
|
37
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
38
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.34..@fluentui/react-context-selector_v9.0.0-alpha.35)
|
39
|
+
|
40
|
+
### Changes
|
41
|
+
|
42
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.52 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
|
43
|
+
|
7
44
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.34)
|
8
45
|
|
9
|
-
Thu, 23 Sep 2021 08:
|
46
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
10
47
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.33..@fluentui/react-context-selector_v9.0.0-alpha.34)
|
11
48
|
|
12
49
|
### Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-context-selector",
|
3
|
-
"version": "9.0.0-alpha.
|
3
|
+
"version": "9.0.0-alpha.39",
|
4
4
|
"description": "React useContextSelector hook in userland",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"react-test-renderer": "^16.3.0"
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
|
-
"@fluentui/react-utilities": "9.0.0-alpha.
|
37
|
+
"@fluentui/react-utilities": "9.0.0-alpha.56",
|
38
38
|
"scheduler": "^0.20.1",
|
39
39
|
"tslib": "^2.1.0"
|
40
40
|
},
|