@fluentui/react-provider 9.1.6 → 9.1.7

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,52 @@
2
2
  "name": "@fluentui/react-provider",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 02 Nov 2022 11:55:00 GMT",
5
+ "date": "Fri, 11 Nov 2022 14:53:21 GMT",
6
+ "tag": "@fluentui/react-provider_v9.1.7",
7
+ "version": "9.1.7",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-provider",
13
+ "commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
14
+ "comment": "fix: create valid export maps"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-provider",
19
+ "comment": "Bump @fluentui/react-shared-contexts to v9.1.1",
20
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-provider",
25
+ "comment": "Bump @fluentui/react-tabster to v9.3.0",
26
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-provider",
31
+ "comment": "Bump @fluentui/react-theme to v9.1.2",
32
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-provider",
37
+ "comment": "Bump @fluentui/react-utilities to v9.2.1",
38
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-provider",
43
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18",
44
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Wed, 02 Nov 2022 11:57:59 GMT",
6
51
  "tag": "@fluentui/react-provider_v9.1.6",
7
52
  "version": "9.1.6",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,26 @@
1
1
  # Change Log - @fluentui/react-provider
2
2
 
3
- This log was last generated on Wed, 02 Nov 2022 11:55:00 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 11 Nov 2022 14:53:21 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.7)
8
+
9
+ Fri, 11 Nov 2022 14:53:21 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.6..@fluentui/react-provider_v9.1.7)
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-shared-contexts to v9.1.1 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.3.0 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
17
+ - Bump @fluentui/react-theme to v9.1.2 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
18
+ - Bump @fluentui/react-utilities to v9.2.1 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
19
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
20
+
7
21
  ## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.6)
8
22
 
9
- Wed, 02 Nov 2022 11:55:00 GMT
23
+ Wed, 02 Nov 2022 11:57:59 GMT
10
24
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.5..@fluentui/react-provider_v9.1.6)
11
25
 
12
26
  ### Patches
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@fluentui/react-provider",
3
- "version": "9.1.6",
3
+ "version": "9.1.7",
4
4
  "description": "Fluent UI React provider component",
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,16 +28,16 @@
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/core": "^1.8.1",
36
36
  "@griffel/react": "^1.4.2",
37
- "@fluentui/react-shared-contexts": "^9.1.0",
38
- "@fluentui/react-tabster": "^9.2.1",
39
- "@fluentui/react-theme": "^9.1.1",
40
- "@fluentui/react-utilities": "^9.2.0",
37
+ "@fluentui/react-shared-contexts": "^9.1.1",
38
+ "@fluentui/react-tabster": "^9.3.0",
39
+ "@fluentui/react-theme": "^9.1.2",
40
+ "@fluentui/react-utilities": "^9.2.1",
41
41
  "tslib": "^2.1.0"
42
42
  },
43
43
  "peerDependencies": {
@@ -54,9 +54,10 @@
54
54
  },
55
55
  "exports": {
56
56
  ".": {
57
- "types": "./lib/index.d.ts",
57
+ "types": "./dist/index.d.ts",
58
58
  "import": "./lib/index.js",
59
59
  "require": "./lib-commonjs/index.js"
60
- }
60
+ },
61
+ "./package.json": "./package.json"
61
62
  }
62
63
  }