@fluentui/react-utilities 0.0.0-nightly-20230703-0415.1 → 0.0.0-nightly-20230704-0416.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.
package/CHANGELOG.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@fluentui/react-utilities",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 03 Jul 2023 04:22:12 GMT",
6
- "tag": "@fluentui/react-utilities_v0.0.0-nightly-20230703-0415.1",
7
- "version": "0.0.0-nightly-20230703-0415.1",
5
+ "date": "Tue, 04 Jul 2023 04:22:43 GMT",
6
+ "tag": "@fluentui/react-utilities_v0.0.0-nightly-20230704-0416.1",
7
+ "version": "0.0.0-nightly-20230704-0416.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
@@ -16,8 +16,29 @@
16
16
  {
17
17
  "author": "beachball",
18
18
  "package": "@fluentui/react-utilities",
19
- "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20230703-0415.1",
20
- "commit": "d923e322c01699d8e3055246caefabba09153ac9"
19
+ "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20230704-0416.1",
20
+ "commit": "4f0dbb23a585ac4becc81b276126dd8e912af76c"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Mon, 03 Jul 2023 11:57:14 GMT",
27
+ "tag": "@fluentui/react-utilities_v9.10.1",
28
+ "version": "9.10.1",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "bernardo.sunderhus@gmail.com",
33
+ "package": "@fluentui/react-utilities",
34
+ "commit": "7d519bdcaef0a3249b6eae721fea0e5f096f6d35",
35
+ "comment": "bugfix: removes default prevention verification on selection"
36
+ },
37
+ {
38
+ "author": "bernardo.sunderhus@gmail.com",
39
+ "package": "@fluentui/react-utilities",
40
+ "commit": "cbfa9a3717782183ebc86149abcde6468f97afa8",
41
+ "comment": "chore: adds internal tag on jsdoc for getSlotsNext"
21
42
  }
22
43
  ]
23
44
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,28 @@
1
1
  # Change Log - @fluentui/react-utilities
2
2
 
3
- This log was last generated on Mon, 03 Jul 2023 04:22:12 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 04 Jul 2023 04:22:43 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20230703-0415.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightly-20230703-0415.1)
7
+ ## [0.0.0-nightly-20230704-0416.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightly-20230704-0416.1)
8
8
 
9
- Mon, 03 Jul 2023 04:22:12 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.10.0..@fluentui/react-utilities_v0.0.0-nightly-20230703-0415.1)
9
+ Tue, 04 Jul 2023 04:22:43 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.10.1..@fluentui/react-utilities_v0.0.0-nightly-20230704-0416.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-20230703-0415.1 ([commit](https://github.com/microsoft/fluentui/commit/d923e322c01699d8e3055246caefabba09153ac9) by beachball)
15
+ - Bump @fluentui/keyboard-keys to v0.0.0-nightly-20230704-0416.1 ([commit](https://github.com/microsoft/fluentui/commit/4f0dbb23a585ac4becc81b276126dd8e912af76c) by beachball)
16
+
17
+ ## [9.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.10.1)
18
+
19
+ Mon, 03 Jul 2023 11:57:14 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.10.0..@fluentui/react-utilities_v9.10.1)
21
+
22
+ ### Patches
23
+
24
+ - bugfix: removes default prevention verification on selection ([PR #28365](https://github.com/microsoft/fluentui/pull/28365) by bernardo.sunderhus@gmail.com)
25
+ - chore: adds internal tag on jsdoc for getSlotsNext ([PR #28348](https://github.com/microsoft/fluentui/pull/28348) by bernardo.sunderhus@gmail.com)
16
26
 
17
27
  ## [9.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.10.0)
18
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-utilities",
3
- "version": "0.0.0-nightly-20230703-0415.1",
3
+ "version": "0.0.0-nightly-20230704-0416.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,7 +31,7 @@
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/keyboard-keys": "0.0.0-nightly-20230703-0415.1",
34
+ "@fluentui/keyboard-keys": "0.0.0-nightly-20230704-0416.1",
35
35
  "@swc/helpers": "^0.4.14"
36
36
  },
37
37
  "peerDependencies": {