@fluentui/react-tabster 9.12.6 → 9.12.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,22 @@
2
2
  "name": "@fluentui/react-tabster",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 05 Sep 2023 13:23:11 GMT",
5
+ "date": "Tue, 05 Sep 2023 15:35:07 GMT",
6
+ "tag": "@fluentui/react-tabster_v9.12.7",
7
+ "version": "9.12.7",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-tabster",
13
+ "comment": "Bump @fluentui/react-utilities to v9.13.2",
14
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 05 Sep 2023 13:29:06 GMT",
6
21
  "tag": "@fluentui/react-tabster_v9.12.6",
7
22
  "version": "9.12.6",
8
23
  "comments": {
@@ -23,19 +38,19 @@
23
38
  "author": "beachball",
24
39
  "package": "@fluentui/react-tabster",
25
40
  "comment": "Bump @fluentui/react-shared-contexts to v9.7.3",
26
- "commit": "0bf811dbcaaa6b78743537d142fe4d348b457045"
41
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
27
42
  },
28
43
  {
29
44
  "author": "beachball",
30
45
  "package": "@fluentui/react-tabster",
31
46
  "comment": "Bump @fluentui/react-theme to v9.1.12",
32
- "commit": "0bf811dbcaaa6b78743537d142fe4d348b457045"
47
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
33
48
  },
34
49
  {
35
50
  "author": "beachball",
36
51
  "package": "@fluentui/react-tabster",
37
52
  "comment": "Bump @fluentui/react-utilities to v9.13.1",
38
- "commit": "0bf811dbcaaa6b78743537d142fe4d348b457045"
53
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
39
54
  }
40
55
  ]
41
56
  }
package/CHANGELOG.md CHANGED
@@ -1,21 +1,30 @@
1
1
  # Change Log - @fluentui/react-tabster
2
2
 
3
- This log was last generated on Tue, 05 Sep 2023 13:23:11 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 05 Sep 2023 15:35:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.12.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.12.7)
8
+
9
+ Tue, 05 Sep 2023 15:35:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.12.6..@fluentui/react-tabster_v9.12.7)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-utilities to v9.13.2 ([PR #29055](https://github.com/microsoft/fluentui/pull/29055) by beachball)
15
+
7
16
  ## [9.12.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.12.6)
8
17
 
9
- Tue, 05 Sep 2023 13:23:11 GMT
18
+ Tue, 05 Sep 2023 13:29:06 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.12.5..@fluentui/react-tabster_v9.12.6)
11
20
 
12
21
  ### Patches
13
22
 
14
23
  - bumps @swc/helpers version to 0.5.1 ([PR #28989](https://github.com/microsoft/fluentui/pull/28989) by bernardo.sunderhus@gmail.com)
15
24
  - bumps react peer dependencies to v16.14.0 ([PR #28959](https://github.com/microsoft/fluentui/pull/28959) by bernardo.sunderhus@gmail.com)
16
- - Bump @fluentui/react-shared-contexts to v9.7.3 ([PR #27840](https://github.com/microsoft/fluentui/pull/27840) by beachball)
17
- - Bump @fluentui/react-theme to v9.1.12 ([PR #27840](https://github.com/microsoft/fluentui/pull/27840) by beachball)
18
- - Bump @fluentui/react-utilities to v9.13.1 ([PR #27840](https://github.com/microsoft/fluentui/pull/27840) by beachball)
25
+ - Bump @fluentui/react-shared-contexts to v9.7.3 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball)
26
+ - Bump @fluentui/react-theme to v9.1.12 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball)
27
+ - Bump @fluentui/react-utilities to v9.13.1 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball)
19
28
 
20
29
  ## [9.12.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.12.5)
21
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tabster",
3
- "version": "9.12.6",
3
+ "version": "9.12.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",
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@fluentui/react-shared-contexts": "^9.7.3",
35
35
  "@fluentui/react-theme": "^9.1.12",
36
- "@fluentui/react-utilities": "^9.13.1",
36
+ "@fluentui/react-utilities": "^9.13.2",
37
37
  "@griffel/react": "^1.5.14",
38
38
  "@swc/helpers": "^0.5.1",
39
39
  "keyborg": "^2.0.0",