@fluentui/react-context-selector 9.0.0-rc.5 → 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,42 @@
2
2
  "name": "@fluentui/react-context-selector",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 04 Mar 2022 05:15:50 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",
6
41
  "tag": "@fluentui/react-context-selector_v9.0.0-rc.5",
7
42
  "version": "9.0.0-rc.5",
8
43
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-context-selector
2
2
 
3
- This log was last generated on Fri, 04 Mar 2022 05:15:50 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
+
7
17
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-rc.5)
8
18
 
9
- Fri, 04 Mar 2022 05:15:50 GMT
19
+ Fri, 04 Mar 2022 05:17:36 GMT
10
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)
11
21
 
12
22
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-context-selector",
3
- "version": "9.0.0-rc.5",
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.5",
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": [