@fluentui/global-context 9.0.0-beta.6 → 9.0.0-beta.8

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,76 @@
2
2
  "name": "@fluentui/global-context",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 20 Oct 2022 08:35:33 GMT",
5
+ "date": "Fri, 11 Nov 2022 14:53:37 GMT",
6
+ "tag": "@fluentui/global-context_v9.0.0-beta.8",
7
+ "version": "9.0.0-beta.8",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/global-context",
13
+ "commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
14
+ "comment": "fix: create valid export maps"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/global-context",
19
+ "comment": "Bump @fluentui/react-context-selector to v9.1.1",
20
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/global-context",
25
+ "comment": "Bump @fluentui/react-utilities to v9.2.1",
26
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Wed, 02 Nov 2022 11:58:07 GMT",
33
+ "tag": "@fluentui/global-context_v9.0.0-beta.7",
34
+ "version": "9.0.0-beta.7",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/global-context",
40
+ "comment": "Bump @fluentui/react-context-selector to v9.1.0",
41
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/global-context",
46
+ "comment": "Bump @fluentui/react-utilities to v9.2.0",
47
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Tue, 25 Oct 2022 00:35:27 GMT",
54
+ "tag": "@fluentui/global-context_v9.0.0-beta.6",
55
+ "version": "9.0.0-beta.6",
56
+ "comments": {
57
+ "none": [
58
+ {
59
+ "author": "miroslav.stastny@microsoft.com",
60
+ "package": "@fluentui/global-context",
61
+ "commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
62
+ "comment": "Update package readme"
63
+ },
64
+ {
65
+ "author": "tristan.watanabe@gmail.com",
66
+ "package": "@fluentui/global-context",
67
+ "commit": "07141711530bbdba82fd5198fe4bcef462403f40",
68
+ "comment": "chore: Migrate to new package structure."
69
+ }
70
+ ]
71
+ }
72
+ },
73
+ {
74
+ "date": "Thu, 20 Oct 2022 08:39:56 GMT",
6
75
  "tag": "@fluentui/global-context_v9.0.0-beta.6",
7
76
  "version": "9.0.0-beta.6",
8
77
  "comments": {
@@ -17,13 +86,13 @@
17
86
  "author": "beachball",
18
87
  "package": "@fluentui/global-context",
19
88
  "comment": "Bump @fluentui/react-context-selector to v9.0.5",
20
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
89
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
21
90
  },
22
91
  {
23
92
  "author": "beachball",
24
93
  "package": "@fluentui/global-context",
25
94
  "comment": "Bump @fluentui/react-utilities to v9.1.2",
26
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
95
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
27
96
  }
28
97
  ]
29
98
  }
package/CHANGELOG.md CHANGED
@@ -1,19 +1,40 @@
1
1
  # Change Log - @fluentui/global-context
2
2
 
3
- This log was last generated on Thu, 20 Oct 2022 08:35:33 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 11 Nov 2022 14:53:37 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.8)
8
+
9
+ Fri, 11 Nov 2022 14:53:37 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.7..@fluentui/global-context_v9.0.0-beta.8)
11
+
12
+ ### Changes
13
+
14
+ - fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
15
+ - Bump @fluentui/react-context-selector to v9.1.1 ([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
+
18
+ ## [9.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.7)
19
+
20
+ Wed, 02 Nov 2022 11:58:07 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.6..@fluentui/global-context_v9.0.0-beta.7)
22
+
23
+ ### Changes
24
+
25
+ - Bump @fluentui/react-context-selector to v9.1.0 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.2.0 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
27
+
7
28
  ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.6)
8
29
 
9
- Thu, 20 Oct 2022 08:35:33 GMT
30
+ Thu, 20 Oct 2022 08:39:56 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.5..@fluentui/global-context_v9.0.0-beta.6)
11
32
 
12
33
  ### Changes
13
34
 
14
35
  - chore: Bump peer deps to support React 18 ([PR #24972](https://github.com/microsoft/fluentui/pull/24972) by mgodbolt@microsoft.com)
15
- - Bump @fluentui/react-context-selector to v9.0.5 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
16
- - Bump @fluentui/react-utilities to v9.1.2 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
36
+ - Bump @fluentui/react-context-selector to v9.0.5 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
37
+ - Bump @fluentui/react-utilities to v9.1.2 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
17
38
 
18
39
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.5)
19
40
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @fluentui/global-context
2
2
 
3
- **Global Context for [Fluent UI React](https://developer.microsoft.com/en-us/fluentui)**
3
+ **Global Context for [Fluent UI React](https://react.fluentui.dev)**
4
4
 
5
5
  This package contains a shim for `React.createContext` API that will register the context object to the global
6
6
  scope (`window` for browsers, `global` for nodejs). This means that contexts will be real singletons.
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@fluentui/global-context",
3
- "version": "9.0.0-beta.6",
3
+ "version": "9.0.0-beta.8",
4
4
  "description": "Extension of React createContext to be a true singleton on the global scope",
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",
@@ -30,8 +30,8 @@
30
30
  "@fluentui/scripts": "^1.0.0"
31
31
  },
32
32
  "dependencies": {
33
- "@fluentui/react-context-selector": "^9.0.5",
34
- "@fluentui/react-utilities": "^9.1.2",
33
+ "@fluentui/react-context-selector": "^9.1.1",
34
+ "@fluentui/react-utilities": "^9.2.1",
35
35
  "tslib": "^2.1.0"
36
36
  },
37
37
  "peerDependencies": {
@@ -47,5 +47,13 @@
47
47
  "minor",
48
48
  "patch"
49
49
  ]
50
+ },
51
+ "exports": {
52
+ ".": {
53
+ "types": "./dist/index.d.ts",
54
+ "import": "./lib/index.js",
55
+ "require": "./lib-commonjs/index.js"
56
+ },
57
+ "./package.json": "./package.json"
50
58
  }
51
59
  }