@fluentui/global-context 9.0.0-beta.44 → 9.0.0-beta.46

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": "Wed, 04 Oct 2023 08:41:55 GMT",
5
+ "date": "Mon, 09 Oct 2023 20:41:58 GMT",
6
+ "tag": "@fluentui/global-context_v9.0.0-beta.46",
7
+ "version": "9.0.0-beta.46",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/global-context",
13
+ "comment": "Bump @fluentui/react-context-selector to v9.1.39",
14
+ "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/global-context",
19
+ "comment": "Bump @fluentui/react-utilities to v9.14.2",
20
+ "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 05 Oct 2023 15:25:35 GMT",
27
+ "tag": "@fluentui/global-context_v9.0.0-beta.45",
28
+ "version": "9.0.0-beta.45",
29
+ "comments": {
30
+ "prerelease": [
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui/global-context",
34
+ "comment": "Bump @fluentui/react-context-selector to v9.1.38",
35
+ "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/global-context",
40
+ "comment": "Bump @fluentui/react-utilities to v9.14.1",
41
+ "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Wed, 04 Oct 2023 08:45:47 GMT",
6
48
  "tag": "@fluentui/global-context_v9.0.0-beta.44",
7
49
  "version": "9.0.0-beta.44",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/global-context
2
2
 
3
- This log was last generated on Wed, 04 Oct 2023 08:41:55 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 09 Oct 2023 20:41:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.46](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.46)
8
+
9
+ Mon, 09 Oct 2023 20:41:58 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.45..@fluentui/global-context_v9.0.0-beta.46)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-context-selector to v9.1.39 ([PR #29364](https://github.com/microsoft/fluentui/pull/29364) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.14.2 ([PR #29364](https://github.com/microsoft/fluentui/pull/29364) by beachball)
16
+
17
+ ## [9.0.0-beta.45](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.45)
18
+
19
+ Thu, 05 Oct 2023 15:25:35 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.44..@fluentui/global-context_v9.0.0-beta.45)
21
+
22
+ ### Changes
23
+
24
+ - Bump @fluentui/react-context-selector to v9.1.38 ([PR #29412](https://github.com/microsoft/fluentui/pull/29412) by beachball)
25
+ - Bump @fluentui/react-utilities to v9.14.1 ([PR #29412](https://github.com/microsoft/fluentui/pull/29412) by beachball)
26
+
7
27
  ## [9.0.0-beta.44](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.44)
8
28
 
9
- Wed, 04 Oct 2023 08:41:55 GMT
29
+ Wed, 04 Oct 2023 08:45:47 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.43..@fluentui/global-context_v9.0.0-beta.44)
11
31
 
12
32
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/global-context",
3
- "version": "9.0.0-beta.44",
3
+ "version": "9.0.0-beta.46",
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",
@@ -32,8 +32,8 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-context-selector": "^9.1.37",
36
- "@fluentui/react-utilities": "^9.14.0",
35
+ "@fluentui/react-context-selector": "^9.1.39",
36
+ "@fluentui/react-utilities": "^9.14.2",
37
37
  "@swc/helpers": "^0.5.1"
38
38
  },
39
39
  "peerDependencies": {