@fluentui/global-context 9.0.0-beta.6 → 9.0.0-beta.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,49 @@
2
2
  "name": "@fluentui/global-context",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 20 Oct 2022 08:35:33 GMT",
5
+ "date": "Wed, 02 Nov 2022 11:55:08 GMT",
6
+ "tag": "@fluentui/global-context_v9.0.0-beta.7",
7
+ "version": "9.0.0-beta.7",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/global-context",
13
+ "comment": "Bump @fluentui/react-context-selector to v9.1.0",
14
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/global-context",
19
+ "comment": "Bump @fluentui/react-utilities to v9.2.0",
20
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Tue, 25 Oct 2022 00:35:27 GMT",
27
+ "tag": "@fluentui/global-context_v9.0.0-beta.6",
28
+ "version": "9.0.0-beta.6",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "miroslav.stastny@microsoft.com",
33
+ "package": "@fluentui/global-context",
34
+ "commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
35
+ "comment": "Update package readme"
36
+ },
37
+ {
38
+ "author": "tristan.watanabe@gmail.com",
39
+ "package": "@fluentui/global-context",
40
+ "commit": "07141711530bbdba82fd5198fe4bcef462403f40",
41
+ "comment": "chore: Migrate to new package structure."
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Thu, 20 Oct 2022 08:39:56 GMT",
6
48
  "tag": "@fluentui/global-context_v9.0.0-beta.6",
7
49
  "version": "9.0.0-beta.6",
8
50
  "comments": {
@@ -17,13 +59,13 @@
17
59
  "author": "beachball",
18
60
  "package": "@fluentui/global-context",
19
61
  "comment": "Bump @fluentui/react-context-selector to v9.0.5",
20
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
62
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
21
63
  },
22
64
  {
23
65
  "author": "beachball",
24
66
  "package": "@fluentui/global-context",
25
67
  "comment": "Bump @fluentui/react-utilities to v9.1.2",
26
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
68
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
27
69
  }
28
70
  ]
29
71
  }
package/CHANGELOG.md CHANGED
@@ -1,19 +1,29 @@
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 Wed, 02 Nov 2022 11:55:08 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.7)
8
+
9
+ Wed, 02 Nov 2022 11:55:08 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.6..@fluentui/global-context_v9.0.0-beta.7)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-context-selector to v9.1.0 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.2.0 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
16
+
7
17
  ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.6)
8
18
 
9
- Thu, 20 Oct 2022 08:35:33 GMT
19
+ Thu, 20 Oct 2022 08:39:56 GMT
10
20
  [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
21
 
12
22
  ### Changes
13
23
 
14
24
  - 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)
25
+ - Bump @fluentui/react-context-selector to v9.0.5 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.1.2 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
17
27
 
18
28
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.5)
19
29
 
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/global-context",
3
- "version": "9.0.0-beta.6",
3
+ "version": "9.0.0-beta.7",
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",
@@ -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.0",
34
+ "@fluentui/react-utilities": "^9.2.0",
35
35
  "tslib": "^2.1.0"
36
36
  },
37
37
  "peerDependencies": {