@fluentui/react-aria 9.0.0-alpha.36 → 9.0.0-alpha.37

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": "Wed, 22 Sep 2021 10:08:31 GMT",
5
+ "date": "Thu, 23 Sep 2021 08:19:56 GMT",
6
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.37",
7
+ "version": "9.0.0-alpha.37",
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.71",
14
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-aria",
19
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
20
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-aria",
25
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
26
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
6
33
  "tag": "@fluentui/react-aria_v9.0.0-alpha.36",
7
34
  "version": "9.0.0-alpha.36",
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 Wed, 22 Sep 2021 10:08:31 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 23 Sep 2021 08:19:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.37)
8
+
9
+ Thu, 23 Sep 2021 08:19:56 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.36..@fluentui/react-aria_v9.0.0-alpha.37)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.71 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.51 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
16
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
17
+
7
18
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.36)
8
19
 
9
- Wed, 22 Sep 2021 10:08:31 GMT
20
+ Wed, 22 Sep 2021 10:10:07 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.35..@fluentui/react-aria_v9.0.0-alpha.36)
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.36",
3
+ "version": "9.0.0-alpha.37",
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.45",
28
+ "@fluentui/jest-serializer-make-styles": "9.0.0-alpha.46",
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.3",
44
- "@fluentui/react-make-styles": "9.0.0-alpha.70",
45
- "@fluentui/react-utilities": "9.0.0-alpha.50",
44
+ "@fluentui/react-make-styles": "9.0.0-alpha.71",
45
+ "@fluentui/react-utilities": "9.0.0-alpha.51",
46
46
  "tslib": "^2.1.0"
47
47
  },
48
48
  "peerDependencies": {