@fluentui/react-utilities 0.0.0-nightly-20240118-0405.1 → 0.0.0-nightly-20240119-0406.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 +15 -6
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,19 +1,28 @@
1
1
  # Change Log - @fluentui/react-utilities
2
2
 
3
- This log was last generated on Thu, 18 Jan 2024 04:20:58 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 19 Jan 2024 04:21:34 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20240118-0405.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightly-20240118-0405.1)
7
+ ## [0.0.0-nightly-20240119-0406.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightly-20240119-0406.1)
8
8
 
9
- Thu, 18 Jan 2024 04:20:58 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.16.0..@fluentui/react-utilities_v0.0.0-nightly-20240118-0405.1)
9
+ Fri, 19 Jan 2024 04:21:34 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.16.1..@fluentui/react-utilities_v0.0.0-nightly-20240119-0406.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/keyboard-keys to v0.0.0-nightly-20240118-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/efdb5dc77e137ac60ade2b8829e84525a6696eed) by beachball)
16
- - Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20240118-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/efdb5dc77e137ac60ade2b8829e84525a6696eed) by beachball)
15
+ - Bump @fluentui/keyboard-keys to v0.0.0-nightly-20240119-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/4b901aea73a8d397f1346de4cadd8ed28aa8eccd) by beachball)
16
+ - Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20240119-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/4b901aea73a8d397f1346de4cadd8ed28aa8eccd) by beachball)
17
+
18
+ ## [9.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.16.1)
19
+
20
+ Thu, 18 Jan 2024 14:25:03 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.16.0..@fluentui/react-utilities_v9.16.1)
22
+
23
+ ### Patches
24
+
25
+ - Bump @fluentui/react-shared-contexts to v9.14.0 ([PR #30046](https://github.com/microsoft/fluentui/pull/30046) by beachball)
17
26
 
18
27
  ## [9.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.16.0)
19
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-utilities",
3
- "version": "0.0.0-nightly-20240118-0405.1",
3
+ "version": "0.0.0-nightly-20240119-0406.1",
4
4
  "description": "A set of general React-specific utilities.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,8 +31,8 @@
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/keyboard-keys": "0.0.0-nightly-20240118-0405.1",
35
- "@fluentui/react-shared-contexts": "0.0.0-nightly-20240118-0405.1",
34
+ "@fluentui/keyboard-keys": "0.0.0-nightly-20240119-0406.1",
35
+ "@fluentui/react-shared-contexts": "0.0.0-nightly-20240119-0406.1",
36
36
  "@swc/helpers": "^0.5.1"
37
37
  },
38
38
  "peerDependencies": {