@fluentui/react-checkbox 9.0.0-alpha.35 → 9.0.0-alpha.36
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 +16 -1
- package/CHANGELOG.md +11 -2
- package/package.json +7 -7
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui/react-checkbox",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 17 Sep 2021 07:32:57 GMT",
|
|
6
|
+
"tag": "@fluentui/react-checkbox_v9.0.0-alpha.36",
|
|
7
|
+
"version": "9.0.0-alpha.36",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-checkbox",
|
|
13
|
+
"commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
|
|
14
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.0-alpha.36"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 16 Sep 2021 07:38:39 GMT",
|
|
6
21
|
"tag": "@fluentui/react-checkbox_v9.0.0-alpha.35",
|
|
7
22
|
"version": "9.0.0-alpha.35",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-checkbox
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 17 Sep 2021 07:32:57 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.36)
|
|
8
|
+
|
|
9
|
+
Fri, 17 Sep 2021 07:32:57 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.35..@fluentui/react-checkbox_v9.0.0-alpha.36)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-checkbox to v9.0.0-alpha.36 ([PR #19840](https://github.com/microsoft/fluentui/pull/19840) by Humberto.Morimoto@microsoft.com)
|
|
15
|
+
|
|
7
16
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.0-alpha.35)
|
|
8
17
|
|
|
9
|
-
Thu, 16 Sep 2021 07:
|
|
18
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.0-alpha.34..@fluentui/react-checkbox_v9.0.0-alpha.35)
|
|
11
20
|
|
|
12
21
|
### Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-checkbox",
|
|
3
|
-
"version": "9.0.0-alpha.
|
|
3
|
+
"version": "9.0.0-alpha.36",
|
|
4
4
|
"description": "Fluent UI checkbox component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@fluentui/eslint-plugin": "^1.4.1",
|
|
28
|
-
"@fluentui/jest-serializer-make-styles": "9.0.0-alpha.
|
|
28
|
+
"@fluentui/jest-serializer-make-styles": "9.0.0-alpha.42",
|
|
29
29
|
"@fluentui/react-conformance": "^0.5.0",
|
|
30
|
-
"@fluentui/react-conformance-make-styles": "9.0.0-alpha.
|
|
30
|
+
"@fluentui/react-conformance-make-styles": "9.0.0-alpha.11",
|
|
31
31
|
"@fluentui/scripts": "^1.0.0",
|
|
32
32
|
"@types/enzyme": "3.10.3",
|
|
33
33
|
"@types/enzyme-adapter-react-16": "1.0.3",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"react-test-renderer": "^16.3.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@fluentui/react-make-styles": "9.0.0-alpha.
|
|
45
|
-
"@fluentui/react-utilities": "9.0.0-alpha.
|
|
46
|
-
"@fluentui/react-label": "9.0.0-alpha.
|
|
47
|
-
"@fluentui/react-tabster": "9.0.0-alpha.
|
|
44
|
+
"@fluentui/react-make-styles": "9.0.0-alpha.67",
|
|
45
|
+
"@fluentui/react-utilities": "9.0.0-alpha.49",
|
|
46
|
+
"@fluentui/react-label": "9.0.0-alpha.40",
|
|
47
|
+
"@fluentui/react-tabster": "9.0.0-alpha.61",
|
|
48
48
|
"tslib": "^2.1.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|