@fluentui/react-spinbutton 0.0.0-nightly-20220517-0418.1 → 0.0.0-nightly-20220518-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 +19 -19
- package/CHANGELOG.md +10 -10
- package/package.json +7 -7
package/CHANGELOG.json
CHANGED
@@ -2,17 +2,11 @@
|
|
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": "Wed, 18 May 2022 04:34:15 GMT",
|
6
|
+
"tag": "@fluentui/react-spinbutton_v0.0.0-nightly-20220518-0420.1",
|
7
|
+
"version": "0.0.0-nightly-20220518-0420.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
|
-
{
|
11
|
-
"author": "seanmonahan@microsoft.com",
|
12
|
-
"package": "@fluentui/react-spinbutton",
|
13
|
-
"commit": "2876fdf9a81f0a9a7c5fd0499bd48045b6b5fd5c",
|
14
|
-
"comment": "react-spinbutton: remove SpinButtonCommons type"
|
15
|
-
},
|
16
10
|
{
|
17
11
|
"author": "olfedias@microsoft.com",
|
18
12
|
"package": "@fluentui/react-spinbutton",
|
@@ -61,35 +55,41 @@
|
|
61
55
|
"commit": "c70db5af9d6986c0f4c03c4c54bf26cb7a0f2096",
|
62
56
|
"comment": "react-spinbutton: remove \"strings\" prop"
|
63
57
|
},
|
58
|
+
{
|
59
|
+
"author": "seanmonahan@microsoft.com",
|
60
|
+
"package": "@fluentui/react-spinbutton",
|
61
|
+
"commit": "2876fdf9a81f0a9a7c5fd0499bd48045b6b5fd5c",
|
62
|
+
"comment": "react-spinbutton: remove SpinButtonCommons type"
|
63
|
+
},
|
64
64
|
{
|
65
65
|
"author": "beachball",
|
66
66
|
"package": "@fluentui/react-spinbutton",
|
67
|
-
"comment": "Bump @fluentui/react-input to v0.0.0-nightly-
|
68
|
-
"commit": "
|
67
|
+
"comment": "Bump @fluentui/react-input to v0.0.0-nightly-20220518-0420.1",
|
68
|
+
"commit": "c740a24cded647abf63433112cb9a07ed03d161a"
|
69
69
|
},
|
70
70
|
{
|
71
71
|
"author": "beachball",
|
72
72
|
"package": "@fluentui/react-spinbutton",
|
73
|
-
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-
|
74
|
-
"commit": "
|
73
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220518-0420.1",
|
74
|
+
"commit": "c740a24cded647abf63433112cb9a07ed03d161a"
|
75
75
|
},
|
76
76
|
{
|
77
77
|
"author": "beachball",
|
78
78
|
"package": "@fluentui/react-spinbutton",
|
79
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-
|
80
|
-
"commit": "
|
79
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220518-0420.1",
|
80
|
+
"commit": "c740a24cded647abf63433112cb9a07ed03d161a"
|
81
81
|
},
|
82
82
|
{
|
83
83
|
"author": "beachball",
|
84
84
|
"package": "@fluentui/react-spinbutton",
|
85
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
86
|
-
"commit": "
|
85
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220518-0420.1",
|
86
|
+
"commit": "c740a24cded647abf63433112cb9a07ed03d161a"
|
87
87
|
},
|
88
88
|
{
|
89
89
|
"author": "beachball",
|
90
90
|
"package": "@fluentui/react-spinbutton",
|
91
|
-
"comment": "Bump @fluentui/react-label to v0.0.0-nightly-
|
92
|
-
"commit": "
|
91
|
+
"comment": "Bump @fluentui/react-label to v0.0.0-nightly-20220518-0420.1",
|
92
|
+
"commit": "c740a24cded647abf63433112cb9a07ed03d161a"
|
93
93
|
}
|
94
94
|
]
|
95
95
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,17 +1,16 @@
|
|
1
1
|
# Change Log - @fluentui/react-spinbutton
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 18 May 2022 04:34:15 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-20220518-0420.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v0.0.0-nightly-20220518-0420.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.9..@fluentui/react-spinbutton_v0.0.0-nightly-
|
9
|
+
Wed, 18 May 2022 04:34:15 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.9..@fluentui/react-spinbutton_v0.0.0-nightly-20220518-0420.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
- react-spinbutton: remove SpinButtonCommons type ([PR #22871](https://github.com/microsoft/fluentui/pull/22871) by seanmonahan@microsoft.com)
|
15
14
|
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
16
15
|
- react-spinbutton: update appearance stories ([PR #22980](https://github.com/microsoft/fluentui/pull/22980) by seanmonahan@microsoft.com)
|
17
16
|
- appearance story updates ([PR #22995](https://github.com/microsoft/fluentui/pull/22995) by seanmonahan@microsoft.com)
|
@@ -20,11 +19,12 @@ Tue, 17 May 2022 04:30:54 GMT
|
|
20
19
|
- react-spinbutton: add aria-valuetext override ([PR #22905](https://github.com/microsoft/fluentui/pull/22905) by seanmonahan@microsoft.com)
|
21
20
|
- react-spinbutton: use spacing tokens ([PR #22950](https://github.com/microsoft/fluentui/pull/22950) by gcox@microsoft.com)
|
22
21
|
- react-spinbutton: remove "strings" prop ([PR #22948](https://github.com/microsoft/fluentui/pull/22948) by seanmonahan@microsoft.com)
|
23
|
-
-
|
24
|
-
- Bump @fluentui/react-
|
25
|
-
- Bump @fluentui/react-
|
26
|
-
- Bump @fluentui/react-
|
27
|
-
- Bump @fluentui/react-
|
22
|
+
- react-spinbutton: remove SpinButtonCommons type ([PR #22871](https://github.com/microsoft/fluentui/pull/22871) by seanmonahan@microsoft.com)
|
23
|
+
- Bump @fluentui/react-input to v0.0.0-nightly-20220518-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/c740a24cded647abf63433112cb9a07ed03d161a) by beachball)
|
24
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20220518-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/c740a24cded647abf63433112cb9a07ed03d161a) by beachball)
|
25
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20220518-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/c740a24cded647abf63433112cb9a07ed03d161a) by beachball)
|
26
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220518-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/c740a24cded647abf63433112cb9a07ed03d161a) by beachball)
|
27
|
+
- Bump @fluentui/react-label to v0.0.0-nightly-20220518-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/c740a24cded647abf63433112cb9a07ed03d161a) by beachball)
|
28
28
|
|
29
29
|
## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.9)
|
30
30
|
|
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-20220518-0420.1",
|
4
4
|
"description": "Fluent UI React SpinButton component.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -28,17 +28,17 @@
|
|
28
28
|
"devDependencies": {
|
29
29
|
"@fluentui/eslint-plugin": "*",
|
30
30
|
"@fluentui/react-conformance": "*",
|
31
|
-
"@fluentui/react-conformance-griffel": "0.0.0-nightly-
|
32
|
-
"@fluentui/react-label": "0.0.0-nightly-
|
31
|
+
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20220518-0420.1",
|
32
|
+
"@fluentui/react-label": "0.0.0-nightly-20220518-0420.1",
|
33
33
|
"@fluentui/scripts": "^1.0.0"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
36
|
"@griffel/react": "1.0.4",
|
37
|
-
"@fluentui/keyboard-keys": "0.0.0-nightly-
|
37
|
+
"@fluentui/keyboard-keys": "0.0.0-nightly-20220518-0420.0",
|
38
38
|
"@fluentui/react-icons": "^2.0.166-rc.3",
|
39
|
-
"@fluentui/react-input": "0.0.0-nightly-
|
40
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
41
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
39
|
+
"@fluentui/react-input": "0.0.0-nightly-20220518-0420.1",
|
40
|
+
"@fluentui/react-theme": "0.0.0-nightly-20220518-0420.1",
|
41
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20220518-0420.1",
|
42
42
|
"tslib": "^2.1.0"
|
43
43
|
},
|
44
44
|
"peerDependencies": {
|