@fluentui/react-tabster 9.12.0 → 9.12.2

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,49 @@
2
2
  "name": "@fluentui/react-tabster",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 04 Aug 2023 08:48:22 GMT",
5
+ "date": "Fri, 11 Aug 2023 12:10:20 GMT",
6
+ "tag": "@fluentui/react-tabster_v9.12.2",
7
+ "version": "9.12.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-tabster",
13
+ "comment": "Bump @fluentui/react-utilities to v9.11.1",
14
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 09 Aug 2023 13:17:06 GMT",
21
+ "tag": "@fluentui/react-tabster_v9.12.1",
22
+ "version": "9.12.1",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "olfedias@microsoft.com",
27
+ "package": "@fluentui/react-tabster",
28
+ "commit": "b090c0339983847a62b9dc6187d08dc8c4b1d55f",
29
+ "comment": "chore: Update Griffel to latest version"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui/react-tabster",
34
+ "comment": "Bump @fluentui/react-shared-contexts to v9.7.2",
35
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-tabster",
40
+ "comment": "Bump @fluentui/react-theme to v9.1.11",
41
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Fri, 04 Aug 2023 08:52:56 GMT",
6
48
  "tag": "@fluentui/react-tabster_v9.12.0",
7
49
  "version": "9.12.0",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/react-tabster
2
2
 
3
- This log was last generated on Fri, 04 Aug 2023 08:48:22 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 11 Aug 2023 12:10:20 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.12.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.12.2)
8
+
9
+ Fri, 11 Aug 2023 12:10:20 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.12.1..@fluentui/react-tabster_v9.12.2)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-utilities to v9.11.1 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
15
+
16
+ ## [9.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.12.1)
17
+
18
+ Wed, 09 Aug 2023 13:17:06 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.12.0..@fluentui/react-tabster_v9.12.1)
20
+
21
+ ### Patches
22
+
23
+ - chore: Update Griffel to latest version ([PR #28684](https://github.com/microsoft/fluentui/pull/28684) by olfedias@microsoft.com)
24
+ - Bump @fluentui/react-shared-contexts to v9.7.2 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
25
+ - Bump @fluentui/react-theme to v9.1.11 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
26
+
7
27
  ## [9.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.12.0)
8
28
 
9
- Fri, 04 Aug 2023 08:48:22 GMT
29
+ Fri, 04 Aug 2023 08:52:56 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.11.1..@fluentui/react-tabster_v9.12.0)
11
31
 
12
32
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tabster",
3
- "version": "9.12.0",
3
+ "version": "9.12.2",
4
4
  "description": "Utilities for focus management and facade for tabster",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,10 +31,10 @@
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-shared-contexts": "^9.7.1",
35
- "@fluentui/react-theme": "^9.1.10",
36
- "@fluentui/react-utilities": "^9.11.0",
37
- "@griffel/react": "^1.5.7",
34
+ "@fluentui/react-shared-contexts": "^9.7.2",
35
+ "@fluentui/react-theme": "^9.1.11",
36
+ "@fluentui/react-utilities": "^9.11.1",
37
+ "@griffel/react": "^1.5.14",
38
38
  "@swc/helpers": "^0.4.14",
39
39
  "keyborg": "^2.0.0",
40
40
  "tabster": "^4.7.0"