@fluentui/react-context-selector 0.0.0-nightly-20220627-0421.1 → 0.0.0-nightly-20220705-0421.1
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 +40 -5
- package/CHANGELOG.md +20 -5
- package/package.json +3 -5
package/CHANGELOG.json
CHANGED
|
@@ -2,9 +2,30 @@
|
|
|
2
2
|
"name": "@fluentui/react-context-selector",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"tag": "@fluentui/react-context-selector_v0.0.0-nightly-
|
|
7
|
-
"version": "0.0.0-nightly-
|
|
5
|
+
"date": "Tue, 05 Jul 2022 04:33:56 GMT",
|
|
6
|
+
"tag": "@fluentui/react-context-selector_v0.0.0-nightly-20220705-0421.1",
|
|
7
|
+
"version": "0.0.0-nightly-20220705-0421.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "email not defined",
|
|
12
|
+
"package": "@fluentui/react-context-selector",
|
|
13
|
+
"commit": "not available",
|
|
14
|
+
"comment": "Release nightly v9"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-context-selector",
|
|
19
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220705-0421.1",
|
|
20
|
+
"commit": "7e38a357620f7ae2dbd4c42dfb81c4488a0c642d"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Tue, 28 Jun 2022 15:13:34 GMT",
|
|
27
|
+
"tag": "@fluentui/react-context-selector_v9.0.0",
|
|
28
|
+
"version": "9.0.0",
|
|
8
29
|
"comments": {
|
|
9
30
|
"prerelease": [
|
|
10
31
|
{
|
|
@@ -13,11 +34,25 @@
|
|
|
13
34
|
"commit": "2da4428ae7d6e464c538b7ed10e425ce0e531144",
|
|
14
35
|
"comment": "chore: Mark teams-prg owned APIs with @internal"
|
|
15
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"author": "lingfangao@hotmail.com",
|
|
39
|
+
"package": "@fluentui/react-context-selector",
|
|
40
|
+
"commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
|
|
41
|
+
"comment": "Update 9.0.0-rc dependencies to use caret range"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"patch": [
|
|
45
|
+
{
|
|
46
|
+
"author": "lingfangao@hotmail.com",
|
|
47
|
+
"package": "@fluentui/react-context-selector",
|
|
48
|
+
"commit": "c7b1348bdad7aa883c29bfbc96ef2a32e6ebc7dd",
|
|
49
|
+
"comment": "feat: Initial 9.0.0 release"
|
|
50
|
+
},
|
|
16
51
|
{
|
|
17
52
|
"author": "beachball",
|
|
18
53
|
"package": "@fluentui/react-context-selector",
|
|
19
|
-
"comment": "Bump @fluentui/react-utilities to
|
|
20
|
-
"commit": "
|
|
54
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0",
|
|
55
|
+
"commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
|
|
21
56
|
}
|
|
22
57
|
]
|
|
23
58
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,33 @@
|
|
|
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 Jul 2022 04:33:56 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [0.0.0-nightly-
|
|
7
|
+
## [0.0.0-nightly-20220705-0421.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v0.0.0-nightly-20220705-0421.1)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0
|
|
9
|
+
Tue, 05 Jul 2022 04:33:56 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0..@fluentui/react-context-selector_v0.0.0-nightly-20220705-0421.1)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by email not defined)
|
|
15
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20220705-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/7e38a357620f7ae2dbd4c42dfb81c4488a0c642d) by beachball)
|
|
16
|
+
|
|
17
|
+
## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0)
|
|
18
|
+
|
|
19
|
+
Tue, 28 Jun 2022 15:13:34 GMT
|
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-rc.10..@fluentui/react-context-selector_v9.0.0)
|
|
21
|
+
|
|
22
|
+
### Patches
|
|
23
|
+
|
|
24
|
+
- feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
|
|
25
|
+
- Bump @fluentui/react-utilities to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
|
11
26
|
|
|
12
27
|
### Changes
|
|
13
28
|
|
|
14
29
|
- chore: Mark teams-prg owned APIs with @internal ([PR #23689](https://github.com/microsoft/fluentui/pull/23689) by lingfangao@hotmail.com)
|
|
15
|
-
-
|
|
30
|
+
- Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
|
|
16
31
|
|
|
17
32
|
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-rc.10)
|
|
18
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-context-selector",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20220705-0421.1",
|
|
4
4
|
"description": "React useContextSelector hook in userland",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@fluentui/scripts": "^1.0.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
|
30
|
+
"@fluentui/react-utilities": "^0.0.0-nightly-20220705-0421.1",
|
|
31
31
|
"tslib": "^2.1.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
@@ -39,9 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"beachball": {
|
|
41
41
|
"disallowedChangeTypes": [
|
|
42
|
-
"major"
|
|
43
|
-
"minor",
|
|
44
|
-
"patch"
|
|
42
|
+
"major"
|
|
45
43
|
]
|
|
46
44
|
},
|
|
47
45
|
"exports": {
|