@fluentui/react-spinbutton 0.0.0-nightly-20230222-0421.1 → 0.0.0-nightly-20230223-0420.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 +32 -17
- package/CHANGELOG.md +20 -11
- package/package.json +8 -8
package/CHANGELOG.json
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
"name": "@fluentui/react-spinbutton",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-spinbutton_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Thu, 23 Feb 2023 04:27:32 GMT",
|
6
|
+
"tag": "@fluentui/react-spinbutton_v0.0.0-nightly-20230223-0420.1",
|
7
|
+
"version": "0.0.0-nightly-20230223-0420.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
@@ -16,44 +16,59 @@
|
|
16
16
|
{
|
17
17
|
"author": "beachball",
|
18
18
|
"package": "@fluentui/react-spinbutton",
|
19
|
-
"comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-
|
20
|
-
"commit": "
|
19
|
+
"comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20230223-0420.1",
|
20
|
+
"commit": "2f10863c959e6922aecd727cdb555543ae2fcbf9"
|
21
21
|
},
|
22
22
|
{
|
23
23
|
"author": "beachball",
|
24
24
|
"package": "@fluentui/react-spinbutton",
|
25
|
-
"comment": "Bump @fluentui/react-field to v0.0.0-nightly-
|
26
|
-
"commit": "
|
25
|
+
"comment": "Bump @fluentui/react-field to v0.0.0-nightly-20230223-0420.1",
|
26
|
+
"commit": "2f10863c959e6922aecd727cdb555543ae2fcbf9"
|
27
27
|
},
|
28
28
|
{
|
29
29
|
"author": "beachball",
|
30
30
|
"package": "@fluentui/react-spinbutton",
|
31
|
-
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly-
|
32
|
-
"commit": "
|
31
|
+
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20230223-0420.1",
|
32
|
+
"commit": "2f10863c959e6922aecd727cdb555543ae2fcbf9"
|
33
33
|
},
|
34
34
|
{
|
35
35
|
"author": "beachball",
|
36
36
|
"package": "@fluentui/react-spinbutton",
|
37
|
-
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-
|
38
|
-
"commit": "
|
37
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20230223-0420.1",
|
38
|
+
"commit": "2f10863c959e6922aecd727cdb555543ae2fcbf9"
|
39
39
|
},
|
40
40
|
{
|
41
41
|
"author": "beachball",
|
42
42
|
"package": "@fluentui/react-spinbutton",
|
43
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-
|
44
|
-
"commit": "
|
43
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20230223-0420.1",
|
44
|
+
"commit": "2f10863c959e6922aecd727cdb555543ae2fcbf9"
|
45
45
|
},
|
46
46
|
{
|
47
47
|
"author": "beachball",
|
48
48
|
"package": "@fluentui/react-spinbutton",
|
49
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
50
|
-
"commit": "
|
49
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20230223-0420.1",
|
50
|
+
"commit": "2f10863c959e6922aecd727cdb555543ae2fcbf9"
|
51
51
|
},
|
52
52
|
{
|
53
53
|
"author": "beachball",
|
54
54
|
"package": "@fluentui/react-spinbutton",
|
55
|
-
"comment": "Bump @fluentui/react-label to v0.0.0-nightly-
|
56
|
-
"commit": "
|
55
|
+
"comment": "Bump @fluentui/react-label to v0.0.0-nightly-20230223-0420.1",
|
56
|
+
"commit": "2f10863c959e6922aecd727cdb555543ae2fcbf9"
|
57
|
+
}
|
58
|
+
]
|
59
|
+
}
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"date": "Wed, 22 Feb 2023 23:06:07 GMT",
|
63
|
+
"tag": "@fluentui/react-spinbutton_v9.1.7",
|
64
|
+
"version": "9.1.7",
|
65
|
+
"comments": {
|
66
|
+
"patch": [
|
67
|
+
{
|
68
|
+
"author": "seanmonahan@microsoft.com",
|
69
|
+
"package": "@fluentui/react-spinbutton",
|
70
|
+
"commit": "db5fb4be3ed35b18b4874750fe6ad286fb5e41fc",
|
71
|
+
"comment": "chore: update SpinButton to use makeResetStyles"
|
57
72
|
}
|
58
73
|
]
|
59
74
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,24 +1,33 @@
|
|
1
1
|
# Change Log - @fluentui/react-spinbutton
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 23 Feb 2023 04:27:32 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20230223-0420.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v0.0.0-nightly-20230223-0420.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.1.
|
9
|
+
Thu, 23 Feb 2023 04:27:32 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.1.7..@fluentui/react-spinbutton_v0.0.0-nightly-20230223-0420.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-
|
16
|
-
- Bump @fluentui/react-field to v0.0.0-nightly-
|
17
|
-
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-
|
18
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-
|
19
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
20
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
21
|
-
- Bump @fluentui/react-label to v0.0.0-nightly-
|
15
|
+
- Bump @fluentui/keyboard-keys to v0.0.0-nightly-20230223-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/2f10863c959e6922aecd727cdb555543ae2fcbf9) by beachball)
|
16
|
+
- Bump @fluentui/react-field to v0.0.0-nightly-20230223-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/2f10863c959e6922aecd727cdb555543ae2fcbf9) by beachball)
|
17
|
+
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20230223-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/2f10863c959e6922aecd727cdb555543ae2fcbf9) by beachball)
|
18
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20230223-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/2f10863c959e6922aecd727cdb555543ae2fcbf9) by beachball)
|
19
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20230223-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/2f10863c959e6922aecd727cdb555543ae2fcbf9) by beachball)
|
20
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20230223-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/2f10863c959e6922aecd727cdb555543ae2fcbf9) by beachball)
|
21
|
+
- Bump @fluentui/react-label to v0.0.0-nightly-20230223-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/2f10863c959e6922aecd727cdb555543ae2fcbf9) by beachball)
|
22
|
+
|
23
|
+
## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.1.7)
|
24
|
+
|
25
|
+
Wed, 22 Feb 2023 23:06:07 GMT
|
26
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.1.6..@fluentui/react-spinbutton_v9.1.7)
|
27
|
+
|
28
|
+
### Patches
|
29
|
+
|
30
|
+
- chore: update SpinButton to use makeResetStyles ([PR #26867](https://github.com/microsoft/fluentui/pull/26867) by seanmonahan@microsoft.com)
|
22
31
|
|
23
32
|
## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.1.6)
|
24
33
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-spinbutton",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20230223-0420.1",
|
4
4
|
"description": "Fluent UI React SpinButton component.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -27,19 +27,19 @@
|
|
27
27
|
"devDependencies": {
|
28
28
|
"@fluentui/eslint-plugin": "*",
|
29
29
|
"@fluentui/react-conformance": "*",
|
30
|
-
"@fluentui/react-conformance-griffel": "0.0.0-nightly-
|
31
|
-
"@fluentui/react-label": "0.0.0-nightly-
|
30
|
+
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20230223-0420.1",
|
31
|
+
"@fluentui/react-label": "0.0.0-nightly-20230223-0420.1",
|
32
32
|
"@fluentui/scripts-api-extractor": "*",
|
33
33
|
"@fluentui/scripts-tasks": "*"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
36
|
"@griffel/react": "^1.5.2",
|
37
|
-
"@fluentui/keyboard-keys": "0.0.0-nightly-
|
38
|
-
"@fluentui/react-field": "0.0.0-nightly-
|
37
|
+
"@fluentui/keyboard-keys": "0.0.0-nightly-20230223-0420.1",
|
38
|
+
"@fluentui/react-field": "0.0.0-nightly-20230223-0420.1",
|
39
39
|
"@fluentui/react-icons": "^2.0.175",
|
40
|
-
"@fluentui/react-shared-contexts": "0.0.0-nightly-
|
41
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
42
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
40
|
+
"@fluentui/react-shared-contexts": "0.0.0-nightly-20230223-0420.1",
|
41
|
+
"@fluentui/react-theme": "0.0.0-nightly-20230223-0420.1",
|
42
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20230223-0420.1",
|
43
43
|
"tslib": "^2.1.0"
|
44
44
|
},
|
45
45
|
"peerDependencies": {
|