@fluentui/react-tabster 9.3.6 → 9.3.7

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,30 @@
2
2
  "name": "@fluentui/react-tabster",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 09 Jan 2023 14:31:48 GMT",
5
+ "date": "Mon, 16 Jan 2023 08:35:25 GMT",
6
+ "tag": "@fluentui/react-tabster_v9.3.7",
7
+ "version": "9.3.7",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-tabster",
13
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
14
+ "comment": "chore: migrate to packaged scripts"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-tabster",
21
+ "comment": "Bump @fluentui/react-shared-contexts to v9.1.5",
22
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Mon, 09 Jan 2023 14:35:01 GMT",
6
29
  "tag": "@fluentui/react-tabster_v9.3.6",
7
30
  "version": "9.3.6",
8
31
  "comments": {
@@ -19,7 +42,7 @@
19
42
  "author": "beachball",
20
43
  "package": "@fluentui/react-tabster",
21
44
  "comment": "Bump @fluentui/react-utilities to v9.4.0",
22
- "commit": "26f0364b3837056ee8e0df42a7932c298c68290e"
45
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
23
46
  }
24
47
  ]
25
48
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,26 @@
1
1
  # Change Log - @fluentui/react-tabster
2
2
 
3
- This log was last generated on Mon, 09 Jan 2023 14:31:48 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Jan 2023 08:35:25 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.3.7)
8
+
9
+ Mon, 16 Jan 2023 08:35:25 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.3.6..@fluentui/react-tabster_v9.3.7)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-shared-contexts to v9.1.5 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
15
+
7
16
  ## [9.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.3.6)
8
17
 
9
- Mon, 09 Jan 2023 14:31:48 GMT
18
+ Mon, 09 Jan 2023 14:35:01 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.3.5..@fluentui/react-tabster_v9.3.6)
11
20
 
12
21
  ### Patches
13
22
 
14
- - Bump @fluentui/react-utilities to v9.4.0 ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by beachball)
23
+ - Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
15
24
 
16
25
  ## [9.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.3.5)
17
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tabster",
3
- "version": "9.3.6",
3
+ "version": "9.3.7",
4
4
  "description": "Utilities for focus management and facade for tabster",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -25,11 +25,13 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "@fluentui/eslint-plugin": "*",
28
- "@fluentui/scripts": "*"
28
+ "@fluentui/scripts-api-extractor": "*",
29
+ "@fluentui/scripts-cypress": "*",
30
+ "@fluentui/scripts-tasks": "*"
29
31
  },
30
32
  "dependencies": {
31
33
  "@griffel/react": "^1.5.2",
32
- "@fluentui/react-shared-contexts": "^9.1.4",
34
+ "@fluentui/react-shared-contexts": "^9.1.5",
33
35
  "@fluentui/react-theme": "^9.1.5",
34
36
  "@fluentui/react-utilities": "^9.4.0",
35
37
  "keyborg": "^1.2.1",