@fluentui/react-aria 9.3.4 → 9.3.6

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,52 @@
2
2
  "name": "@fluentui/react-aria",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 04 Jan 2023 01:36:11 GMT",
5
+ "date": "Thu, 26 Jan 2023 13:27:53 GMT",
6
+ "tag": "@fluentui/react-aria_v9.3.6",
7
+ "version": "9.3.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-aria",
13
+ "comment": "Bump @fluentui/react-utilities to v9.5.0",
14
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 16 Jan 2023 08:38:55 GMT",
21
+ "tag": "@fluentui/react-aria_v9.3.5",
22
+ "version": "9.3.5",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "martinhochel@microsoft.com",
27
+ "package": "@fluentui/react-aria",
28
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
29
+ "comment": "chore: migrate to packaged scripts"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
36
+ "tag": "@fluentui/react-aria_v9.3.5",
37
+ "version": "9.3.5",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-aria",
43
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
44
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Wed, 04 Jan 2023 01:40:50 GMT",
6
51
  "tag": "@fluentui/react-aria_v9.3.4",
7
52
  "version": "9.3.4",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/react-aria
2
2
 
3
- This log was last generated on Wed, 04 Jan 2023 01:36:11 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 26 Jan 2023 13:27:53 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.6)
8
+
9
+ Thu, 26 Jan 2023 13:27:53 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.5..@fluentui/react-aria_v9.3.6)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-utilities to v9.5.0 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball)
15
+
16
+ ## [9.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.5)
17
+
18
+ Mon, 09 Jan 2023 14:35:02 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.4..@fluentui/react-aria_v9.3.5)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
24
+
7
25
  ## [9.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.4)
8
26
 
9
- Wed, 04 Jan 2023 01:36:11 GMT
27
+ Wed, 04 Jan 2023 01:40:50 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.3..@fluentui/react-aria_v9.3.4)
11
29
 
12
30
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-aria",
3
- "version": "9.3.4",
3
+ "version": "9.3.6",
4
4
  "description": "React helper to ensure ARIA",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -26,11 +26,12 @@
26
26
  "devDependencies": {
27
27
  "@fluentui/eslint-plugin": "*",
28
28
  "@fluentui/react-conformance": "*",
29
- "@fluentui/scripts": "*"
29
+ "@fluentui/scripts-api-extractor": "*",
30
+ "@fluentui/scripts-tasks": "*"
30
31
  },
31
32
  "dependencies": {
32
33
  "@fluentui/keyboard-keys": "^9.0.1",
33
- "@fluentui/react-utilities": "^9.3.1",
34
+ "@fluentui/react-utilities": "^9.5.0",
34
35
  "tslib": "^2.1.0"
35
36
  },
36
37
  "peerDependencies": {