@fluentui/react-spinbutton 0.0.0-nightly-20220624-0419.1 → 0.0.0-nightly-20220627-0421.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +13 -13
- package/CHANGELOG.md +9 -9
- package/package.json +7 -7
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": "Mon, 27 Jun 2022 04:33:03 GMT",
|
6
|
+
"tag": "@fluentui/react-spinbutton_v0.0.0-nightly-20220627-0421.1",
|
7
|
+
"version": "0.0.0-nightly-20220627-0421.1",
|
8
8
|
"comments": {
|
9
9
|
"none": [
|
10
10
|
{
|
@@ -42,32 +42,32 @@
|
|
42
42
|
{
|
43
43
|
"author": "beachball",
|
44
44
|
"package": "@fluentui/react-spinbutton",
|
45
|
-
"comment": "Bump @fluentui/react-input to v0.0.0-nightly-
|
46
|
-
"commit": "
|
45
|
+
"comment": "Bump @fluentui/react-input to v0.0.0-nightly-20220627-0421.1",
|
46
|
+
"commit": "05673e336908551b7a18202fd68ab9d5fb68d271"
|
47
47
|
},
|
48
48
|
{
|
49
49
|
"author": "beachball",
|
50
50
|
"package": "@fluentui/react-spinbutton",
|
51
|
-
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-
|
52
|
-
"commit": "
|
51
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220627-0421.1",
|
52
|
+
"commit": "05673e336908551b7a18202fd68ab9d5fb68d271"
|
53
53
|
},
|
54
54
|
{
|
55
55
|
"author": "beachball",
|
56
56
|
"package": "@fluentui/react-spinbutton",
|
57
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-
|
58
|
-
"commit": "
|
57
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220627-0421.1",
|
58
|
+
"commit": "05673e336908551b7a18202fd68ab9d5fb68d271"
|
59
59
|
},
|
60
60
|
{
|
61
61
|
"author": "beachball",
|
62
62
|
"package": "@fluentui/react-spinbutton",
|
63
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
64
|
-
"commit": "
|
63
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220627-0421.1",
|
64
|
+
"commit": "05673e336908551b7a18202fd68ab9d5fb68d271"
|
65
65
|
},
|
66
66
|
{
|
67
67
|
"author": "beachball",
|
68
68
|
"package": "@fluentui/react-spinbutton",
|
69
|
-
"comment": "Bump @fluentui/react-label to v0.0.0-nightly-
|
70
|
-
"commit": "
|
69
|
+
"comment": "Bump @fluentui/react-label to v0.0.0-nightly-20220627-0421.1",
|
70
|
+
"commit": "05673e336908551b7a18202fd68ab9d5fb68d271"
|
71
71
|
}
|
72
72
|
]
|
73
73
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1
1
|
# Change Log - @fluentui/react-spinbutton
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 27 Jun 2022 04:33:03 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-20220627-0421.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v0.0.0-nightly-20220627-0421.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.13..@fluentui/react-spinbutton_v0.0.0-nightly-
|
9
|
+
Mon, 27 Jun 2022 04:33:03 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.13..@fluentui/react-spinbutton_v0.0.0-nightly-20220627-0421.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
14
|
- chore: Update @fluentui/react-icons to latest version ([PR #23459](https://github.com/microsoft/fluentui/pull/23459) by olfedias@microsoft.com)
|
15
15
|
- Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
|
16
16
|
- fix: Making increment and decrement buttons of SpinButton have 'type=button' instead of 'type=submit'. ([PR #23710](https://github.com/microsoft/fluentui/pull/23710) by Humberto.Morimoto@microsoft.com)
|
17
|
-
- Bump @fluentui/react-input 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-
|
17
|
+
- Bump @fluentui/react-input to v0.0.0-nightly-20220627-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/05673e336908551b7a18202fd68ab9d5fb68d271) by beachball)
|
18
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20220627-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/05673e336908551b7a18202fd68ab9d5fb68d271) by beachball)
|
19
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20220627-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/05673e336908551b7a18202fd68ab9d5fb68d271) by beachball)
|
20
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220627-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/05673e336908551b7a18202fd68ab9d5fb68d271) by beachball)
|
21
|
+
- Bump @fluentui/react-label to v0.0.0-nightly-20220627-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/05673e336908551b7a18202fd68ab9d5fb68d271) by beachball)
|
22
22
|
|
23
23
|
## [9.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.13)
|
24
24
|
|
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-20220627-0421.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-20220627-0421.1",
|
32
|
+
"@fluentui/react-label": "0.0.0-nightly-20220627-0421.1",
|
33
33
|
"@fluentui/scripts": "^1.0.0"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
36
|
"@griffel/react": "1.2.0",
|
37
|
-
"@fluentui/keyboard-keys": "0.0.0-nightly-
|
37
|
+
"@fluentui/keyboard-keys": "0.0.0-nightly-20220627-0421.0",
|
38
38
|
"@fluentui/react-icons": "^2.0.172-rc.8",
|
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-20220627-0421.1",
|
40
|
+
"@fluentui/react-theme": "0.0.0-nightly-20220627-0421.1",
|
41
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20220627-0421.1",
|
42
42
|
"tslib": "^2.1.0"
|
43
43
|
},
|
44
44
|
"peerDependencies": {
|