@fluentui/react-provider 9.1.0 → 9.1.2

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,75 @@
2
2
  "name": "@fluentui/react-provider",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 03 Aug 2022 16:00:23 GMT",
5
+ "date": "Tue, 20 Sep 2022 20:54:08 GMT",
6
+ "tag": "@fluentui/react-provider_v9.1.2",
7
+ "version": "9.1.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-provider",
13
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14",
14
+ "commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 15 Sep 2022 09:49:18 GMT",
21
+ "tag": "@fluentui/react-provider_v9.1.1",
22
+ "version": "9.1.1",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "olfedias@microsoft.com",
27
+ "package": "@fluentui/react-provider",
28
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
29
+ "comment": "chore: Update Griffel to latest version"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui/react-provider",
34
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.1",
35
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-provider",
40
+ "comment": "Bump @fluentui/react-tabster to v9.1.1",
41
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/react-provider",
46
+ "comment": "Bump @fluentui/react-theme to v9.1.0",
47
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui/react-provider",
52
+ "comment": "Bump @fluentui/react-utilities to v9.1.0",
53
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui/react-provider",
58
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13",
59
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
60
+ }
61
+ ],
62
+ "none": [
63
+ {
64
+ "author": "martinhochel@microsoft.com",
65
+ "package": "@fluentui/react-provider",
66
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
67
+ "comment": "chore: update package scaffold"
68
+ }
69
+ ]
70
+ }
71
+ },
72
+ {
73
+ "date": "Wed, 03 Aug 2022 16:03:56 GMT",
6
74
  "tag": "@fluentui/react-provider_v9.1.0",
7
75
  "version": "9.1.0",
8
76
  "comments": {
@@ -39,13 +107,13 @@
39
107
  "author": "beachball",
40
108
  "package": "@fluentui/react-provider",
41
109
  "comment": "Bump @fluentui/react-tabster to v9.1.0",
42
- "commit": "54bc6105c5c9c9023da35d4670239e44117ed4a5"
110
+ "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
43
111
  },
44
112
  {
45
113
  "author": "beachball",
46
114
  "package": "@fluentui/react-provider",
47
115
  "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12",
48
- "commit": "54bc6105c5c9c9023da35d4670239e44117ed4a5"
116
+ "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
49
117
  }
50
118
  ]
51
119
  }
package/CHANGELOG.md CHANGED
@@ -1,19 +1,42 @@
1
1
  # Change Log - @fluentui/react-provider
2
2
 
3
- This log was last generated on Wed, 03 Aug 2022 16:00:23 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 20 Sep 2022 20:54:08 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.2)
8
+
9
+ Tue, 20 Sep 2022 20:54:08 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.1..@fluentui/react-provider_v9.1.2)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14 ([PR #24870](https://github.com/microsoft/fluentui/pull/24870) by beachball)
15
+
16
+ ## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.1)
17
+
18
+ Thu, 15 Sep 2022 09:49:18 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.0..@fluentui/react-provider_v9.1.1)
20
+
21
+ ### Patches
22
+
23
+ - chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com)
24
+ - Bump @fluentui/react-shared-contexts to v9.0.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
25
+ - Bump @fluentui/react-tabster to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
26
+ - Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
27
+ - Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
28
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
29
+
7
30
  ## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.0)
8
31
 
9
- Wed, 03 Aug 2022 16:00:23 GMT
32
+ Wed, 03 Aug 2022 16:03:56 GMT
10
33
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.3..@fluentui/react-provider_v9.1.0)
11
34
 
12
35
  ### Minor changes
13
36
 
14
37
  - fix: Move to useLayoutEffect or useInsertionEffect for Theme Provider theme insertion. ([PR #24061](https://github.com/microsoft/fluentui/pull/24061) by mgodbolt@microsoft.com)
15
- - Bump @fluentui/react-tabster to v9.1.0 ([PR #24201](https://github.com/microsoft/fluentui/pull/24201) by beachball)
16
- - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12 ([PR #24201](https://github.com/microsoft/fluentui/pull/24201) by beachball)
38
+ - Bump @fluentui/react-tabster to v9.1.0 ([PR #24131](https://github.com/microsoft/fluentui/pull/24131) by beachball)
39
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12 ([PR #24131](https://github.com/microsoft/fluentui/pull/24131) by beachball)
17
40
 
18
41
  ### Patches
19
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-provider",
3
- "version": "9.1.0",
3
+ "version": "9.1.2",
4
4
  "description": "Fluent UI React provider component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -20,24 +20,24 @@
20
20
  "just": "just-scripts",
21
21
  "lint": "just-scripts lint",
22
22
  "docs": "api-extractor run --config=config/api-extractor.local.json --local",
23
- "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/packages/react-components/react-provider/src && yarn docs",
24
- "storybook": "node ../../../scripts/storybook/runner",
23
+ "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/types/packages/react-components/react-provider/src && yarn docs",
24
+ "storybook": "start-storybook",
25
25
  "start": "yarn storybook",
26
26
  "type-check": "tsc -b tsconfig.json"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
- "@fluentui/react-conformance-griffel": "9.0.0-beta.12",
31
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.14",
32
32
  "@fluentui/scripts": "^1.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "@griffel/core": "^1.5.1",
36
- "@griffel/react": "^1.2.3",
37
- "@fluentui/react-shared-contexts": "^9.0.0",
38
- "@fluentui/react-tabster": "^9.1.0",
39
- "@fluentui/react-theme": "^9.0.0",
40
- "@fluentui/react-utilities": "^9.0.2",
36
+ "@griffel/react": "^1.3.0",
37
+ "@fluentui/react-shared-contexts": "^9.0.1",
38
+ "@fluentui/react-tabster": "^9.1.1",
39
+ "@fluentui/react-theme": "^9.1.0",
40
+ "@fluentui/react-utilities": "^9.1.0",
41
41
  "tslib": "^2.1.0"
42
42
  },
43
43
  "peerDependencies": {
@@ -1,11 +0,0 @@
1
- // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
- // It should be published with your NPM package. It should not be tracked by Git.
3
- {
4
- "tsdocVersion": "0.12",
5
- "toolPackages": [
6
- {
7
- "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.18.1"
9
- }
10
- ]
11
- }