@fluentui/react-utilities 0.0.0-nightly-20220304-0506.1 → 0.0.0-nightly-20220309-0417.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 CHANGED
@@ -2,17 +2,40 @@
2
2
  "name": "@fluentui/react-utilities",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 04 Mar 2022 05:15:23 GMT",
6
- "tag": "@fluentui/react-utilities_v0.0.0-nightly-20220304-0506.1",
7
- "version": "0.0.0-nightly-20220304-0506.1",
5
+ "date": "Wed, 09 Mar 2022 04:28:22 GMT",
6
+ "tag": "@fluentui/react-utilities_v0.0.0-nightly-20220309-0417.1",
7
+ "version": "0.0.0-nightly-20220309-0417.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "email not defined",
12
12
  "package": "@fluentui/react-utilities",
13
- "commit": "a873fd1ee15a2fdfa247e9bc7a97de0c2f85bd77",
13
+ "commit": "98f3836362db63efb53ad67303226953f8f6e289",
14
14
  "comment": "Release nightly v9"
15
15
  },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-utilities",
19
+ "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220309-0417.1",
20
+ "commit": "98f3836362db63efb53ad67303226953f8f6e289"
21
+ }
22
+ ],
23
+ "none": [
24
+ {
25
+ "author": "elcraig@microsoft.com",
26
+ "package": "@fluentui/react-utilities",
27
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
28
+ "comment": "Update React dev deps and hoist them to the repo root"
29
+ }
30
+ ]
31
+ }
32
+ },
33
+ {
34
+ "date": "Fri, 04 Mar 2022 05:17:32 GMT",
35
+ "tag": "@fluentui/react-utilities_v9.0.0-rc.5",
36
+ "version": "9.0.0-rc.5",
37
+ "comments": {
38
+ "prerelease": [
16
39
  {
17
40
  "author": "dzearing@microsoft.com",
18
41
  "package": "@fluentui/react-utilities",
@@ -34,8 +57,8 @@
34
57
  {
35
58
  "author": "beachball",
36
59
  "package": "@fluentui/react-utilities",
37
- "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220304-0506.1",
38
- "commit": "a873fd1ee15a2fdfa247e9bc7a97de0c2f85bd77"
60
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.4",
61
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
39
62
  }
40
63
  ]
41
64
  }
package/CHANGELOG.md CHANGED
@@ -1,21 +1,30 @@
1
1
  # Change Log - @fluentui/react-utilities
2
2
 
3
- This log was last generated on Fri, 04 Mar 2022 05:15:23 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 09 Mar 2022 04:28:22 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20220304-0506.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightly-20220304-0506.1)
7
+ ## [0.0.0-nightly-20220309-0417.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightly-20220309-0417.1)
8
8
 
9
- Fri, 04 Mar 2022 05:15:23 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.4..@fluentui/react-utilities_v0.0.0-nightly-20220304-0506.1)
9
+ Wed, 09 Mar 2022 04:28:22 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.5..@fluentui/react-utilities_v0.0.0-nightly-20220309-0417.1)
11
+
12
+ ### Changes
13
+
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/98f3836362db63efb53ad67303226953f8f6e289) by email not defined)
15
+ - Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220309-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/98f3836362db63efb53ad67303226953f8f6e289) by beachball)
16
+
17
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.5)
18
+
19
+ Fri, 04 Mar 2022 05:17:32 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.4..@fluentui/react-utilities_v9.0.0-rc.5)
11
21
 
12
22
  ### Changes
13
23
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/a873fd1ee15a2fdfa247e9bc7a97de0c2f85bd77) by email not defined)
15
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)
16
25
  - Adding helper type to define slot class names. ([PR #21933](https://github.com/microsoft/fluentui/pull/21933) by email not defined)
17
26
  - fix(shouldPreventDefaultOnKeyDown): return false for events that are default prevented ([PR #21905](https://github.com/microsoft/fluentui/pull/21905) by lingfangao@hotmail.com)
18
- - Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220304-0506.1 ([commit](https://github.com/microsoft/fluentui/commit/a873fd1ee15a2fdfa247e9bc7a97de0c2f85bd77) by beachball)
27
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
19
28
 
20
29
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.4)
21
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-utilities",
3
- "version": "0.0.0-nightly-20220304-0506.1",
3
+ "version": "0.0.0-nightly-20220309-0417.1",
4
4
  "description": "A set of general React-specific utilities.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -26,14 +26,10 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@fluentui/eslint-plugin": "*",
29
- "@fluentui/scripts": "^1.0.0",
30
- "@types/react": "16.9.42",
31
- "@types/react-test-renderer": "^16.0.0",
32
- "react": "16.8.6",
33
- "react-test-renderer": "^16.3.0"
29
+ "@fluentui/scripts": "^1.0.0"
34
30
  },
35
31
  "dependencies": {
36
- "@fluentui/keyboard-keys": "0.0.0-nightly-20220304-0506.1",
32
+ "@fluentui/keyboard-keys": "0.0.0-nightly-20220309-0417.1",
37
33
  "tslib": "^2.1.0"
38
34
  },
39
35
  "peerDependencies": {