@fluentui/react-divider 9.0.0-alpha.68 → 9.0.0-alpha.69

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,7 +2,30 @@
2
2
  "name": "@fluentui/react-divider",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 17 Sep 2021 07:32:57 GMT",
5
+ "date": "Mon, 20 Sep 2021 07:35:22 GMT",
6
+ "tag": "@fluentui/react-divider_v9.0.0-alpha.69",
7
+ "version": "9.0.0-alpha.69",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-divider",
13
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
14
+ "commit": "4560b1fa7c9187216ce734c1f4435c1535fc4884"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "lingfangao@hotmail.com",
20
+ "package": "@fluentui/react-divider",
21
+ "commit": "4560b1fa7c9187216ce734c1f4435c1535fc4884",
22
+ "comment": "Bump @fluentui/react-divider to v9.0.0-alpha.69"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
6
29
  "tag": "@fluentui/react-divider_v9.0.0-alpha.68",
7
30
  "version": "9.0.0-alpha.68",
8
31
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-divider
2
2
 
3
- This log was last generated on Fri, 17 Sep 2021 07:32:57 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 20 Sep 2021 07:35:22 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.69)
8
+
9
+ Mon, 20 Sep 2021 07:35:22 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.68..@fluentui/react-divider_v9.0.0-alpha.69)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-divider to v9.0.0-alpha.69 ([PR #18290](https://github.com/microsoft/fluentui/pull/18290) by lingfangao@hotmail.com)
15
+
7
16
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.68)
8
17
 
9
- Fri, 17 Sep 2021 07:32:57 GMT
18
+ Fri, 17 Sep 2021 07:35:26 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.67..@fluentui/react-divider_v9.0.0-alpha.68)
11
20
 
12
21
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-divider",
3
- "version": "9.0.0-alpha.68",
3
+ "version": "9.0.0-alpha.69",
4
4
  "description": "Fluent UI component to visually separate content.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -25,11 +25,11 @@
25
25
  "storybook": "start-storybook"
26
26
  },
27
27
  "devDependencies": {
28
- "@fluentui/babel-make-styles": "9.0.0-alpha.49",
29
- "@fluentui/eslint-plugin": "^1.4.1",
30
- "@fluentui/jest-serializer-make-styles": "9.0.0-alpha.42",
31
- "@fluentui/react-conformance": "^0.5.0",
32
- "@fluentui/react-conformance-make-styles": "9.0.0-alpha.11",
28
+ "@fluentui/babel-make-styles": "9.0.0-alpha.50",
29
+ "@fluentui/eslint-plugin": "*",
30
+ "@fluentui/jest-serializer-make-styles": "9.0.0-alpha.43",
31
+ "@fluentui/react-conformance": "*",
32
+ "@fluentui/react-conformance-make-styles": "9.0.0-alpha.12",
33
33
  "@fluentui/scripts": "^1.0.0",
34
34
  "@types/enzyme": "3.10.3",
35
35
  "@types/enzyme-adapter-react-16": "1.0.3",
@@ -43,7 +43,7 @@
43
43
  "react-test-renderer": "^16.3.0"
44
44
  },
45
45
  "dependencies": {
46
- "@fluentui/react-make-styles": "9.0.0-alpha.67",
46
+ "@fluentui/react-make-styles": "9.0.0-alpha.68",
47
47
  "@fluentui/react-utilities": "9.0.0-alpha.49",
48
48
  "tslib": "^2.1.0"
49
49
  },