@fluentui/react-utilities 0.0.0-nightly-20230512-0423.1 → 0.0.0-nightly-20230515-0418.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": "Fri, 12 May 2023 04:28:32 GMT",
6
- "tag": "@fluentui/react-utilities_v0.0.0-nightly-20230512-0423.1",
7
- "version": "0.0.0-nightly-20230512-0423.1",
5
+ "date": "Mon, 15 May 2023 04:23:58 GMT",
6
+ "tag": "@fluentui/react-utilities_v0.0.0-nightly-20230515-0418.1",
7
+ "version": "0.0.0-nightly-20230515-0418.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
@@ -16,8 +16,55 @@
16
16
  {
17
17
  "author": "beachball",
18
18
  "package": "@fluentui/react-utilities",
19
- "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20230512-0423.1",
20
- "commit": "c57dd462611ae26d167c09a66526ef8bc80b8ff9"
19
+ "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20230515-0418.1",
20
+ "commit": "196cac1ccf327c9bc57dcfb25a989094780b50fa"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Fri, 12 May 2023 20:28:04 GMT",
27
+ "tag": "@fluentui/react-utilities_v9.8.1",
28
+ "version": "9.8.1",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "bernardo.sunderhus@gmail.com",
33
+ "package": "@fluentui/react-utilities",
34
+ "commit": "88ff00c2979ecd025f725fa3fc4e4d370f95cfc4",
35
+ "comment": "feat: defers useControllableState state to initializer method"
36
+ },
37
+ {
38
+ "author": "bernardo.sunderhus@gmail.com",
39
+ "package": "@fluentui/react-utilities",
40
+ "commit": "f0b05741d812ad90c52754b0b4035d5554cf2aa0",
41
+ "comment": "chore: updates useControllableState comments"
42
+ },
43
+ {
44
+ "author": "olfedias@microsoft.com",
45
+ "package": "@fluentui/react-utilities",
46
+ "commit": "c28decb23d191a0daaaf6d5d1832429715102129",
47
+ "comment": "chore: exclude .swcrc from being published"
48
+ },
49
+ {
50
+ "author": "bernardo.sunderhus@gmail.com",
51
+ "package": "@fluentui/react-utilities",
52
+ "commit": "557ffca71ff7767a4d595b6fcc55ad4a1fe02360",
53
+ "comment": "chore: simplifies useControllableState hook internals"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui/react-utilities",
58
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.3",
59
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
60
+ }
61
+ ],
62
+ "none": [
63
+ {
64
+ "author": "martinhochel@microsoft.com",
65
+ "package": "@fluentui/react-utilities",
66
+ "commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
67
+ "comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
21
68
  }
22
69
  ]
23
70
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,31 @@
1
1
  # Change Log - @fluentui/react-utilities
2
2
 
3
- This log was last generated on Fri, 12 May 2023 04:28:32 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 15 May 2023 04:23:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20230512-0423.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightly-20230512-0423.1)
7
+ ## [0.0.0-nightly-20230515-0418.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightly-20230515-0418.1)
8
8
 
9
- Fri, 12 May 2023 04:28:32 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.8.0..@fluentui/react-utilities_v0.0.0-nightly-20230512-0423.1)
9
+ Mon, 15 May 2023 04:23:58 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.8.1..@fluentui/react-utilities_v0.0.0-nightly-20230515-0418.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-20230512-0423.1 ([commit](https://github.com/microsoft/fluentui/commit/c57dd462611ae26d167c09a66526ef8bc80b8ff9) by beachball)
15
+ - Bump @fluentui/keyboard-keys to v0.0.0-nightly-20230515-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/196cac1ccf327c9bc57dcfb25a989094780b50fa) by beachball)
16
+
17
+ ## [9.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.8.1)
18
+
19
+ Fri, 12 May 2023 20:28:04 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.8.0..@fluentui/react-utilities_v9.8.1)
21
+
22
+ ### Patches
23
+
24
+ - feat: defers useControllableState state to initializer method ([PR #27717](https://github.com/microsoft/fluentui/pull/27717) by bernardo.sunderhus@gmail.com)
25
+ - chore: updates useControllableState comments ([PR #27754](https://github.com/microsoft/fluentui/pull/27754) by bernardo.sunderhus@gmail.com)
26
+ - chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
27
+ - chore: simplifies useControllableState hook internals ([PR #27702](https://github.com/microsoft/fluentui/pull/27702) by bernardo.sunderhus@gmail.com)
28
+ - Bump @fluentui/keyboard-keys to v9.0.3 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
16
29
 
17
30
  ## [9.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.8.0)
18
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-utilities",
3
- "version": "0.0.0-nightly-20230512-0423.1",
3
+ "version": "0.0.0-nightly-20230515-0418.1",
4
4
  "description": "A set of general React-specific utilities.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,7 +28,7 @@
28
28
  "@fluentui/scripts-tasks": "*"
29
29
  },
30
30
  "dependencies": {
31
- "@fluentui/keyboard-keys": "0.0.0-nightly-20230512-0423.1",
31
+ "@fluentui/keyboard-keys": "0.0.0-nightly-20230515-0418.1",
32
32
  "@swc/helpers": "^0.4.14"
33
33
  },
34
34
  "peerDependencies": {