@fluentui/react-utilities 0.0.0-nightly-20220627-0421.1 → 0.0.0-nightly-20220629-1444.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,11 +2,38 @@
2
2
  "name": "@fluentui/react-utilities",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 27 Jun 2022 04:33:14 GMT",
6
- "tag": "@fluentui/react-utilities_v0.0.0-nightly-20220627-0421.1",
7
- "version": "0.0.0-nightly-20220627-0421.1",
5
+ "date": "Wed, 29 Jun 2022 14:56:23 GMT",
6
+ "tag": "@fluentui/react-utilities_v0.0.0-nightly-20220629-1444.1",
7
+ "version": "0.0.0-nightly-20220629-1444.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@fluentui/react-utilities",
13
+ "commit": "not available",
14
+ "comment": "Release nightly v9"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-utilities",
19
+ "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220629-1444.1",
20
+ "commit": "69fd45674774a9e2e90bb9fcb472a7d0b13aeafd"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Tue, 28 Jun 2022 15:13:25 GMT",
27
+ "tag": "@fluentui/react-utilities_v9.0.0",
28
+ "version": "9.0.0",
29
+ "comments": {
30
+ "prerelease": [
31
+ {
32
+ "author": "lingfangao@hotmail.com",
33
+ "package": "@fluentui/react-utilities",
34
+ "commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
35
+ "comment": "Update 9.0.0-rc dependencies to use caret range"
36
+ },
10
37
  {
11
38
  "author": "jukapsia@microsoft.com",
12
39
  "package": "@fluentui/react-utilities",
@@ -31,6 +58,20 @@
31
58
  "commit": "ab7380ea15a9a8f0b33b2d31454044d3bb255a63",
32
59
  "comment": "chore: moves trigger methods to separate folder"
33
60
  }
61
+ ],
62
+ "patch": [
63
+ {
64
+ "author": "lingfangao@hotmail.com",
65
+ "package": "@fluentui/react-utilities",
66
+ "commit": "c7b1348bdad7aa883c29bfbc96ef2a32e6ebc7dd",
67
+ "comment": "feat: Initial 9.0.0 release"
68
+ },
69
+ {
70
+ "author": "beachball",
71
+ "package": "@fluentui/react-utilities",
72
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0",
73
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
74
+ }
34
75
  ]
35
76
  }
36
77
  },
package/CHANGELOG.md CHANGED
@@ -1,16 +1,32 @@
1
1
  # Change Log - @fluentui/react-utilities
2
2
 
3
- This log was last generated on Mon, 27 Jun 2022 04:33:14 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 29 Jun 2022 14:56:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20220627-0421.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightly-20220627-0421.1)
7
+ ## [0.0.0-nightly-20220629-1444.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightly-20220629-1444.1)
8
8
 
9
- Mon, 27 Jun 2022 04:33:14 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.10..@fluentui/react-utilities_v0.0.0-nightly-20220627-0421.1)
9
+ Wed, 29 Jun 2022 14:56:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0..@fluentui/react-utilities_v0.0.0-nightly-20220629-1444.1)
11
11
 
12
12
  ### Changes
13
13
 
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by email not defined)
15
+ - Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220629-1444.1 ([commit](https://github.com/microsoft/fluentui/commit/69fd45674774a9e2e90bb9fcb472a7d0b13aeafd) by beachball)
16
+
17
+ ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0)
18
+
19
+ Tue, 28 Jun 2022 15:13:25 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.10..@fluentui/react-utilities_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/keyboard-keys to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
26
+
27
+ ### Changes
28
+
29
+ - Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
14
30
  - fix: useOnClickOutside should trigger for webviews ([PR #23535](https://github.com/microsoft/fluentui/pull/23535) by jukapsia@microsoft.com)
15
31
  - feat: add void function component support to slots ([PR #23408](https://github.com/microsoft/fluentui/pull/23408) by 39736248+andrefcdias@users.noreply.github.com)
16
32
  - chore: Mark teams-prg owned APIs with @internal ([PR #23689](https://github.com/microsoft/fluentui/pull/23689) by lingfangao@hotmail.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-utilities",
3
- "version": "0.0.0-nightly-20220627-0421.1",
3
+ "version": "0.0.0-nightly-20220629-1444.1",
4
4
  "description": "A set of general React-specific utilities.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,7 +28,7 @@
28
28
  "@fluentui/scripts": "^1.0.0"
29
29
  },
30
30
  "dependencies": {
31
- "@fluentui/keyboard-keys": "0.0.0-nightly-20220627-0421.0",
31
+ "@fluentui/keyboard-keys": "^0.0.0-nightly-20220629-1444.1",
32
32
  "tslib": "^2.1.0"
33
33
  },
34
34
  "peerDependencies": {
@@ -37,9 +37,7 @@
37
37
  },
38
38
  "beachball": {
39
39
  "disallowedChangeTypes": [
40
- "major",
41
- "minor",
42
- "patch"
40
+ "major"
43
41
  ]
44
42
  },
45
43
  "exports": {