@fluentui/react-aria 0.0.0-nightly-20220627-0421.1 → 0.0.0-nightly-20220705-0421.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,10 +2,51 @@
2
2
  "name": "@fluentui/react-aria",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 27 Jun 2022 04:33:19 GMT",
6
- "tag": "@fluentui/react-aria_v0.0.0-nightly-20220627-0421.1",
7
- "version": "0.0.0-nightly-20220627-0421.1",
5
+ "date": "Tue, 05 Jul 2022 04:33:54 GMT",
6
+ "tag": "@fluentui/react-aria_v0.0.0-nightly-20220705-0421.1",
7
+ "version": "0.0.0-nightly-20220705-0421.1",
8
8
  "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@fluentui/react-aria",
13
+ "commit": "not available",
14
+ "comment": "Release nightly v9"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-aria",
19
+ "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220705-0421.1",
20
+ "commit": "7e38a357620f7ae2dbd4c42dfb81c4488a0c642d"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-aria",
25
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220705-0421.1",
26
+ "commit": "7e38a357620f7ae2dbd4c42dfb81c4488a0c642d"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Tue, 28 Jun 2022 15:14:13 GMT",
33
+ "tag": "@fluentui/react-aria_v9.0.0",
34
+ "version": "9.0.0",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "lingfangao@hotmail.com",
39
+ "package": "@fluentui/react-aria",
40
+ "commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
41
+ "comment": "Update 9.0.0-rc dependencies to use caret range"
42
+ },
43
+ {
44
+ "author": "lingfangao@hotmail.com",
45
+ "package": "@fluentui/react-aria",
46
+ "commit": "2da4428ae7d6e464c538b7ed10e425ce0e531144",
47
+ "comment": "chore: Mark internal APIs with @internal"
48
+ }
49
+ ],
9
50
  "none": [
10
51
  {
11
52
  "author": "tristan.watanabe@gmail.com",
@@ -14,18 +55,24 @@
14
55
  "comment": "chore: Update Aria storybook config to index.stories.tsx entrypoint."
15
56
  }
16
57
  ],
17
- "prerelease": [
58
+ "patch": [
18
59
  {
19
60
  "author": "lingfangao@hotmail.com",
20
61
  "package": "@fluentui/react-aria",
21
- "commit": "2da4428ae7d6e464c538b7ed10e425ce0e531144",
22
- "comment": "chore: Mark internal APIs with @internal"
62
+ "commit": "c7b1348bdad7aa883c29bfbc96ef2a32e6ebc7dd",
63
+ "comment": "feat: Initial 9.0.0 release"
64
+ },
65
+ {
66
+ "author": "beachball",
67
+ "package": "@fluentui/react-aria",
68
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0",
69
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
23
70
  },
24
71
  {
25
72
  "author": "beachball",
26
73
  "package": "@fluentui/react-aria",
27
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220627-0421.1",
28
- "commit": "05673e336908551b7a18202fd68ab9d5fb68d271"
74
+ "comment": "Bump @fluentui/react-utilities to v9.0.0",
75
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
29
76
  }
30
77
  ]
31
78
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,35 @@
1
1
  # Change Log - @fluentui/react-aria
2
2
 
3
- This log was last generated on Mon, 27 Jun 2022 04:33:19 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 05 Jul 2022 04:33:54 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-aria_v0.0.0-nightly-20220627-0421.1)
7
+ ## [0.0.0-nightly-20220705-0421.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v0.0.0-nightly-20220705-0421.1)
8
8
 
9
- Mon, 27 Jun 2022 04:33:19 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-rc.10..@fluentui/react-aria_v0.0.0-nightly-20220627-0421.1)
9
+ Tue, 05 Jul 2022 04:33:54 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0..@fluentui/react-aria_v0.0.0-nightly-20220705-0421.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-20220705-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/7e38a357620f7ae2dbd4c42dfb81c4488a0c642d) by beachball)
16
+ - Bump @fluentui/react-utilities to v0.0.0-nightly-20220705-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/7e38a357620f7ae2dbd4c42dfb81c4488a0c642d) by beachball)
17
+
18
+ ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0)
19
+
20
+ Tue, 28 Jun 2022 15:14:13 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-rc.10..@fluentui/react-aria_v9.0.0)
22
+
23
+ ### Patches
24
+
25
+ - feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
26
+ - Bump @fluentui/keyboard-keys to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
27
+ - Bump @fluentui/react-utilities to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
28
+
29
+ ### Changes
30
+
31
+ - Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
14
32
  - chore: Mark internal APIs with @internal ([PR #23689](https://github.com/microsoft/fluentui/pull/23689) by lingfangao@hotmail.com)
15
- - Bump @fluentui/react-utilities to v0.0.0-nightly-20220627-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/05673e336908551b7a18202fd68ab9d5fb68d271) by beachball)
16
33
 
17
34
  ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-rc.10)
18
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-aria",
3
- "version": "0.0.0-nightly-20220627-0421.1",
3
+ "version": "0.0.0-nightly-20220705-0421.1",
4
4
  "description": "React helper to ensure ARIA",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -30,8 +30,8 @@
30
30
  "@fluentui/scripts": "^1.0.0"
31
31
  },
32
32
  "dependencies": {
33
- "@fluentui/keyboard-keys": "0.0.0-nightly-20220627-0421.0",
34
- "@fluentui/react-utilities": "0.0.0-nightly-20220627-0421.1",
33
+ "@fluentui/keyboard-keys": "^0.0.0-nightly-20220705-0421.1",
34
+ "@fluentui/react-utilities": "^0.0.0-nightly-20220705-0421.1",
35
35
  "tslib": "^2.1.0"
36
36
  },
37
37
  "peerDependencies": {
@@ -42,9 +42,7 @@
42
42
  },
43
43
  "beachball": {
44
44
  "disallowedChangeTypes": [
45
- "major",
46
- "minor",
47
- "patch"
45
+ "major"
48
46
  ]
49
47
  },
50
48
  "exports": {