@fluentui/react-context-selector 9.0.0-rc.3 → 9.0.0-rc.6

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,78 @@
2
2
  "name": "@fluentui/react-context-selector",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 18 Feb 2022 13:33:46 GMT",
5
+ "date": "Tue, 19 Apr 2022 19:14:32 GMT",
6
+ "tag": "@fluentui/react-context-selector_v9.0.0-rc.6",
7
+ "version": "9.0.0-rc.6",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "elcraig@microsoft.com",
12
+ "package": "@fluentui/react-context-selector",
13
+ "commit": "b48c03cff249019cf845af18a7f63dacf46d5218",
14
+ "comment": "Hoist react-is devDependencies to the repo root"
15
+ },
16
+ {
17
+ "author": "mgodbolt@microsoft.com",
18
+ "package": "@fluentui/react-context-selector",
19
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
20
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
21
+ }
22
+ ],
23
+ "prerelease": [
24
+ {
25
+ "author": "elcraig@microsoft.com",
26
+ "package": "@fluentui/react-context-selector",
27
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
28
+ "comment": "Move `scheduler` to a peer dependency and allow appropriate versions for React 16 or 17"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-context-selector",
33
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
34
+ "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
35
+ }
36
+ ]
37
+ }
38
+ },
39
+ {
40
+ "date": "Fri, 04 Mar 2022 05:17:36 GMT",
41
+ "tag": "@fluentui/react-context-selector_v9.0.0-rc.5",
42
+ "version": "9.0.0-rc.5",
43
+ "comments": {
44
+ "prerelease": [
45
+ {
46
+ "author": "dzearing@microsoft.com",
47
+ "package": "@fluentui/react-context-selector",
48
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
49
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
50
+ },
51
+ {
52
+ "author": "beachball",
53
+ "package": "@fluentui/react-context-selector",
54
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
55
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
56
+ }
57
+ ]
58
+ }
59
+ },
60
+ {
61
+ "date": "Tue, 01 Mar 2022 02:17:40 GMT",
62
+ "tag": "@fluentui/react-context-selector_v9.0.0-rc.4",
63
+ "version": "9.0.0-rc.4",
64
+ "comments": {
65
+ "prerelease": [
66
+ {
67
+ "author": "beachball",
68
+ "package": "@fluentui/react-context-selector",
69
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
70
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
71
+ }
72
+ ]
73
+ }
74
+ },
75
+ {
76
+ "date": "Fri, 18 Feb 2022 13:35:31 GMT",
6
77
  "tag": "@fluentui/react-context-selector_v9.0.0-rc.3",
7
78
  "version": "9.0.0-rc.3",
8
79
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,41 @@
1
1
  # Change Log - @fluentui/react-context-selector
2
2
 
3
- This log was last generated on Fri, 18 Feb 2022 13:33:46 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 19 Apr 2022 19:14:32 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-rc.6)
8
+
9
+ Tue, 19 Apr 2022 19:14:32 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-rc.5..@fluentui/react-context-selector_v9.0.0-rc.6)
11
+
12
+ ### Changes
13
+
14
+ - Move `scheduler` to a peer dependency and allow appropriate versions for React 16 or 17 ([PR #21769](https://github.com/microsoft/fluentui/pull/21769) by elcraig@microsoft.com)
15
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
16
+
17
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-rc.5)
18
+
19
+ Fri, 04 Mar 2022 05:17:36 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-rc.4..@fluentui/react-context-selector_v9.0.0-rc.5)
21
+
22
+ ### Changes
23
+
24
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
25
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
26
+
27
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-rc.4)
28
+
29
+ Tue, 01 Mar 2022 02:17:40 GMT
30
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-rc.3..@fluentui/react-context-selector_v9.0.0-rc.4)
31
+
32
+ ### Changes
33
+
34
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
35
+
7
36
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-rc.3)
8
37
 
9
- Fri, 18 Feb 2022 13:33:46 GMT
38
+ Fri, 18 Feb 2022 13:35:31 GMT
10
39
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-rc.1..@fluentui/react-context-selector_v9.0.0-rc.3)
11
40
 
12
41
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-context-selector",
3
- "version": "9.0.0-rc.3",
3
+ "version": "9.0.0-rc.6",
4
4
  "description": "React useContextSelector hook in userland",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -24,26 +24,18 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@fluentui/eslint-plugin": "*",
27
- "@fluentui/scripts": "^1.0.0",
28
- "@types/scheduler": "^0.16.1",
29
- "@types/react": "16.9.42",
30
- "@types/react-dom": "16.9.10",
31
- "@types/react-test-renderer": "^16.0.0",
32
- "react": "16.8.6",
33
- "react-dom": "16.8.6",
34
- "react-is": "^16.6.3",
35
- "react-test-renderer": "^16.3.0"
27
+ "@fluentui/scripts": "^1.0.0"
36
28
  },
37
29
  "dependencies": {
38
- "@fluentui/react-utilities": "9.0.0-rc.3",
39
- "scheduler": "^0.20.1",
30
+ "@fluentui/react-utilities": "9.0.0-rc.6",
40
31
  "tslib": "^2.1.0"
41
32
  },
42
33
  "peerDependencies": {
43
34
  "@types/react": ">=16.8.0 <18.0.0",
44
35
  "@types/react-dom": ">=16.8.0 <18.0.0",
45
36
  "react": ">=16.8.0 <18.0.0",
46
- "react-dom": ">=16.8.0 <18.0.0"
37
+ "react-dom": ">=16.8.0 <18.0.0",
38
+ "scheduler": "^0.19.0 || ^0.20.0"
47
39
  },
48
40
  "beachball": {
49
41
  "disallowedChangeTypes": [
@@ -51,5 +43,12 @@
51
43
  "minor",
52
44
  "patch"
53
45
  ]
46
+ },
47
+ "exports": {
48
+ ".": {
49
+ "types": "./lib/index.d.ts",
50
+ "import": "./lib/index.js",
51
+ "require": "./lib-commonjs/index.js"
52
+ }
54
53
  }
55
54
  }