@fluentui/react-shared-contexts 9.0.0-beta.3 → 9.0.0-beta.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,30 @@
2
2
  "name": "@fluentui/react-shared-contexts",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 12 Nov 2021 12:33:42 GMT",
5
+ "date": "Thu, 25 Nov 2021 08:31:34 GMT",
6
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-beta.4",
7
+ "version": "9.0.0-beta.4",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-shared-contexts",
13
+ "commit": "ba05e3ba0a8fec662323e2e39e628cf015dae3ef",
14
+ "comment": "update tooling configs"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-shared-contexts",
21
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
22
+ "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Fri, 12 Nov 2021 13:25:32 GMT",
6
29
  "tag": "@fluentui/react-shared-contexts_v9.0.0-beta.3",
7
30
  "version": "9.0.0-beta.3",
8
31
  "comments": {
@@ -17,7 +40,7 @@
17
40
  "author": "beachball",
18
41
  "package": "@fluentui/react-shared-contexts",
19
42
  "comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
20
- "commit": "da10ba8b6cca0c4cf921dc176bb9b7ea57fde9fa"
43
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
21
44
  }
22
45
  ],
23
46
  "none": [
package/CHANGELOG.md CHANGED
@@ -1,18 +1,27 @@
1
1
  # Change Log - @fluentui/react-shared-contexts
2
2
 
3
- This log was last generated on Fri, 12 Nov 2021 12:33:42 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 25 Nov 2021 08:31:34 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.4)
8
+
9
+ Thu, 25 Nov 2021 08:31:34 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.3..@fluentui/react-shared-contexts_v9.0.0-beta.4)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20609](https://github.com/microsoft/fluentui/pull/20609) by beachball)
15
+
7
16
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.3)
8
17
 
9
- Fri, 12 Nov 2021 12:33:42 GMT
18
+ Fri, 12 Nov 2021 13:25:32 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.2..@fluentui/react-shared-contexts_v9.0.0-beta.3)
11
20
 
12
21
  ### Changes
13
22
 
14
23
  - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
15
- - Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20593](https://github.com/microsoft/fluentui/pull/20593) by beachball)
24
+ - Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
16
25
 
17
26
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.2)
18
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-shared-contexts",
3
- "version": "9.0.0-beta.3",
3
+ "version": "9.0.0-beta.4",
4
4
  "description": "Fluent UI React Contexts shared by multiple components.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -18,8 +18,9 @@
18
18
  "just": "just-scripts",
19
19
  "lint": "just-scripts lint",
20
20
  "docs": "api-extractor run --config=config/api-extractor.local.json --local",
21
- "build:local": "tsc -p . --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output dist/react-shared-contexts/src && yarn docs",
22
- "test": "jest --passWithNoTests"
21
+ "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output ./dist/packages/react-shared-contexts/src && yarn docs",
22
+ "test": "jest --passWithNoTests",
23
+ "type-check": "tsc -b tsconfig.json"
23
24
  },
24
25
  "devDependencies": {
25
26
  "@fluentui/eslint-plugin": "*",
@@ -34,7 +35,7 @@
34
35
  "react-test-renderer": "^16.3.0"
35
36
  },
36
37
  "dependencies": {
37
- "@fluentui/react-theme": "9.0.0-beta.3",
38
+ "@fluentui/react-theme": "9.0.0-beta.4",
38
39
  "tslib": "^2.1.0"
39
40
  },
40
41
  "peerDependencies": {