@fluentui/react-tabster 0.0.0-nightly-20240117-0405.1 → 0.0.0-nightly-20240118-0405.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -7
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,20 +1,30 @@
1
1
  # Change Log - @fluentui/react-tabster
2
2
 
3
- This log was last generated on Wed, 17 Jan 2024 04:20:51 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 18 Jan 2024 04:20:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20240117-0405.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v0.0.0-nightly-20240117-0405.1)
7
+ ## [0.0.0-nightly-20240118-0405.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v0.0.0-nightly-20240118-0405.1)
8
8
 
9
- Wed, 17 Jan 2024 04:20:51 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.17.1..@fluentui/react-tabster_v0.0.0-nightly-20240117-0405.1)
9
+ Thu, 18 Jan 2024 04:20:56 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.17.2..@fluentui/react-tabster_v0.0.0-nightly-20240118-0405.1)
11
11
 
12
12
  ### Changes
13
13
 
14
14
  - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
15
- - Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20240117-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/796ef93b3ec7eab5cabc0e0e2a8d41412eeb9849) by beachball)
16
- - Bump @fluentui/react-theme to v0.0.0-nightly-20240117-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/796ef93b3ec7eab5cabc0e0e2a8d41412eeb9849) by beachball)
17
- - Bump @fluentui/react-utilities to v0.0.0-nightly-20240117-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/796ef93b3ec7eab5cabc0e0e2a8d41412eeb9849) by beachball)
15
+ - Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20240118-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/efdb5dc77e137ac60ade2b8829e84525a6696eed) by beachball)
16
+ - Bump @fluentui/react-theme to v0.0.0-nightly-20240118-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/efdb5dc77e137ac60ade2b8829e84525a6696eed) by beachball)
17
+ - Bump @fluentui/react-utilities to v0.0.0-nightly-20240118-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/efdb5dc77e137ac60ade2b8829e84525a6696eed) by beachball)
18
+
19
+ ## [9.17.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.17.2)
20
+
21
+ Wed, 17 Jan 2024 16:18:50 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.17.1..@fluentui/react-tabster_v9.17.2)
23
+
24
+ ### Patches
25
+
26
+ - chore: use Types.TabsterAttributeName in useTabsterAttributes() ([PR #30321](https://github.com/microsoft/fluentui/pull/30321) by olfedias@microsoft.com)
27
+ - Bump @fluentui/react-utilities to v9.16.0 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
18
28
 
19
29
  ## [9.17.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.17.1)
20
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tabster",
3
- "version": "0.0.0-nightly-20240117-0405.1",
3
+ "version": "0.0.0-nightly-20240118-0405.1",
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,9 +31,9 @@
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-shared-contexts": "0.0.0-nightly-20240117-0405.1",
35
- "@fluentui/react-theme": "0.0.0-nightly-20240117-0405.1",
36
- "@fluentui/react-utilities": "0.0.0-nightly-20240117-0405.1",
34
+ "@fluentui/react-shared-contexts": "0.0.0-nightly-20240118-0405.1",
35
+ "@fluentui/react-theme": "0.0.0-nightly-20240118-0405.1",
36
+ "@fluentui/react-utilities": "0.0.0-nightly-20240118-0405.1",
37
37
  "@griffel/react": "^1.5.14",
38
38
  "@swc/helpers": "^0.5.1",
39
39
  "keyborg": "^2.3.0",