@fluentui/react-divider 9.1.3 → 9.1.4

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,48 @@
2
2
  "name": "@fluentui/react-divider",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 02 Nov 2022 11:54:52 GMT",
5
+ "date": "Fri, 11 Nov 2022 14:53:50 GMT",
6
+ "tag": "@fluentui/react-divider_v9.1.4",
7
+ "version": "9.1.4",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-divider",
13
+ "commit": "87859b052155ca206ef3540a2a9623803f6e2b93",
14
+ "comment": "test: replace deprecated module.parent with require.main within isConformance"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "martinhochel@microsoft.com",
20
+ "package": "@fluentui/react-divider",
21
+ "commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
22
+ "comment": "fix: create valid export maps"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-divider",
27
+ "comment": "Bump @fluentui/react-theme to v9.1.2",
28
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-divider",
33
+ "comment": "Bump @fluentui/react-utilities to v9.2.1",
34
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
35
+ },
36
+ {
37
+ "author": "beachball",
38
+ "package": "@fluentui/react-divider",
39
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18",
40
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
41
+ }
42
+ ]
43
+ }
44
+ },
45
+ {
46
+ "date": "Wed, 02 Nov 2022 11:57:51 GMT",
6
47
  "tag": "@fluentui/react-divider_v9.1.3",
7
48
  "version": "9.1.3",
8
49
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui/react-divider
2
2
 
3
- This log was last generated on Wed, 02 Nov 2022 11:54:52 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 11 Nov 2022 14:53:50 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.1.4)
8
+
9
+ Fri, 11 Nov 2022 14:53:50 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.1.3..@fluentui/react-divider_v9.1.4)
11
+
12
+ ### Patches
13
+
14
+ - fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
15
+ - Bump @fluentui/react-theme to v9.1.2 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.2.1 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
17
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
18
+
7
19
  ## [9.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.1.3)
8
20
 
9
- Wed, 02 Nov 2022 11:54:52 GMT
21
+ Wed, 02 Nov 2022 11:57:51 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.1.2..@fluentui/react-divider_v9.1.3)
11
23
 
12
24
  ### Patches
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@fluentui/react-divider",
3
- "version": "9.1.3",
3
+ "version": "9.1.4",
4
4
  "description": "Fluent UI component to visually separate content.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
7
- "typings": "dist/index.d.ts",
7
+ "typings": "./dist/index.d.ts",
8
8
  "sideEffects": false,
9
9
  "repository": {
10
10
  "type": "git",
@@ -28,13 +28,13 @@
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
- "@fluentui/react-conformance-griffel": "9.0.0-beta.17",
31
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.18",
32
32
  "@fluentui/scripts": "^1.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "@griffel/react": "^1.4.2",
36
- "@fluentui/react-theme": "^9.1.1",
37
- "@fluentui/react-utilities": "^9.2.0",
36
+ "@fluentui/react-theme": "^9.1.2",
37
+ "@fluentui/react-utilities": "^9.2.1",
38
38
  "tslib": "^2.1.0"
39
39
  },
40
40
  "peerDependencies": {
@@ -51,9 +51,10 @@
51
51
  },
52
52
  "exports": {
53
53
  ".": {
54
- "types": "./lib/index.d.ts",
54
+ "types": "./dist/index.d.ts",
55
55
  "import": "./lib/index.js",
56
56
  "require": "./lib-commonjs/index.js"
57
- }
57
+ },
58
+ "./package.json": "./package.json"
58
59
  }
59
60
  }