@fluentui/react-context-selector 0.0.0-nightlyca6ef2bc8e20220105.1 → 0.0.0-nightlyd514b3e0ee20220121.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 +20 -6
- package/CHANGELOG.md +6 -6
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
@@ -2,22 +2,36 @@
|
|
2
2
|
"name": "@fluentui/react-context-selector",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-context-selector_v0.0.0-
|
7
|
-
"version": "0.0.0-
|
5
|
+
"date": "Fri, 21 Jan 2022 04:16:20 GMT",
|
6
|
+
"tag": "@fluentui/react-context-selector_v0.0.0-nightlyd514b3e0ee20220121.1",
|
7
|
+
"version": "0.0.0-nightlyd514b3e0ee20220121.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
11
|
"author": "email not defined",
|
12
12
|
"package": "@fluentui/react-context-selector",
|
13
|
-
"commit": "
|
13
|
+
"commit": "89feafb688fbb160fb8519724479b3c68a79d090",
|
14
14
|
"comment": "Release nightly v9"
|
15
15
|
},
|
16
16
|
{
|
17
17
|
"author": "beachball",
|
18
18
|
"package": "@fluentui/react-context-selector",
|
19
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-
|
20
|
-
"commit": "
|
19
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyd514b3e0ee20220121.1",
|
20
|
+
"commit": "89feafb688fbb160fb8519724479b3c68a79d090"
|
21
|
+
}
|
22
|
+
],
|
23
|
+
"none": [
|
24
|
+
{
|
25
|
+
"author": "martinhochel@microsoft.com",
|
26
|
+
"package": "@fluentui/react-context-selector",
|
27
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
28
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"author": "olfedias@microsoft.com",
|
32
|
+
"package": "@fluentui/react-context-selector",
|
33
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
34
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
21
35
|
}
|
22
36
|
]
|
23
37
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
# Change Log - @fluentui/react-context-selector
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 21 Jan 2022 04:16:20 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-
|
7
|
+
## [0.0.0-nightlyd514b3e0ee20220121.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v0.0.0-nightlyd514b3e0ee20220121.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-beta.4..@fluentui/react-context-selector_v0.0.0-
|
9
|
+
Fri, 21 Jan 2022 04:16:20 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-beta.4..@fluentui/react-context-selector_v0.0.0-nightlyd514b3e0ee20220121.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/
|
15
|
-
- Bump @fluentui/react-utilities to v0.0.0-
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/89feafb688fbb160fb8519724479b3c68a79d090) by email not defined)
|
15
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightlyd514b3e0ee20220121.1 ([commit](https://github.com/microsoft/fluentui/commit/89feafb688fbb160fb8519724479b3c68a79d090) by beachball)
|
16
16
|
|
17
17
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-beta.4)
|
18
18
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-context-selector",
|
3
|
-
"version": "0.0.0-
|
3
|
+
"version": "0.0.0-nightlyd514b3e0ee20220121.1",
|
4
4
|
"description": "React useContextSelector hook in userland",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -17,7 +17,7 @@
|
|
17
17
|
"code-style": "just-scripts code-style",
|
18
18
|
"just": "just-scripts",
|
19
19
|
"lint": "just-scripts lint",
|
20
|
-
"test": "jest",
|
20
|
+
"test": "jest --passWithNoTests",
|
21
21
|
"docs": "api-extractor run --config=config/api-extractor.local.json --local",
|
22
22
|
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output ./dist/packages/react-context-selector/src && yarn docs",
|
23
23
|
"type-check": "tsc -b tsconfig.json"
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"react-test-renderer": "^16.3.0"
|
36
36
|
},
|
37
37
|
"dependencies": {
|
38
|
-
"@fluentui/react-utilities": "0.0.0-
|
38
|
+
"@fluentui/react-utilities": "0.0.0-nightlyd514b3e0ee20220121.1",
|
39
39
|
"scheduler": "^0.20.1",
|
40
40
|
"tslib": "^2.1.0"
|
41
41
|
},
|