@fluentui/react-aria 9.0.0-alpha.43 → 9.0.0-alpha.44

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,34 @@
2
2
  "name": "@fluentui/react-aria",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 01 Oct 2021 14:11:48 GMT",
5
+ "date": "Tue, 05 Oct 2021 09:26:55 GMT",
6
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.44",
7
+ "version": "9.0.0-alpha.44",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-aria",
13
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
14
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-aria",
19
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
20
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-aria",
25
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
26
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
6
33
  "tag": "@fluentui/react-aria_v9.0.0-alpha.43",
7
34
  "version": "9.0.0-alpha.43",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui/react-aria
2
2
 
3
- This log was last generated on Fri, 01 Oct 2021 14:11:48 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 05 Oct 2021 09:26:55 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.44)
8
+
9
+ Tue, 05 Oct 2021 09:26:55 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.43..@fluentui/react-aria_v9.0.0-alpha.44)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.77 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.56 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
16
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
17
+
7
18
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.43)
8
19
 
9
- Fri, 01 Oct 2021 14:11:48 GMT
20
+ Fri, 01 Oct 2021 14:13:08 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.41..@fluentui/react-aria_v9.0.0-alpha.43)
11
22
 
12
23
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-aria",
3
- "version": "9.0.0-alpha.43",
3
+ "version": "9.0.0-alpha.44",
4
4
  "description": "React helper to ensure ARIA",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "@fluentui/eslint-plugin": "*",
28
- "@fluentui/jest-serializer-make-styles": "9.0.0-alpha.51",
28
+ "@fluentui/jest-serializer-make-styles": "9.0.0-alpha.52",
29
29
  "@fluentui/react-conformance": "*",
30
30
  "@fluentui/scripts": "^1.0.0",
31
31
  "@types/enzyme": "3.10.3",
@@ -41,8 +41,8 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@fluentui/keyboard-keys": "9.0.0-alpha.5",
44
- "@fluentui/react-make-styles": "9.0.0-alpha.76",
45
- "@fluentui/react-utilities": "9.0.0-alpha.55",
44
+ "@fluentui/react-make-styles": "9.0.0-alpha.77",
45
+ "@fluentui/react-utilities": "9.0.0-alpha.56",
46
46
  "tslib": "^2.1.0"
47
47
  },
48
48
  "peerDependencies": {