@fluentui/global-context 9.0.0-beta.93 → 9.0.0-beta.95

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/global-context
2
2
 
3
- This log was last generated on Thu, 02 Oct 2025 15:06:59 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 31 Oct 2025 16:17:38 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.95](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.95)
8
+
9
+ Fri, 31 Oct 2025 16:17:38 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.94..@fluentui/global-context_v9.0.0-beta.95)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-context-selector to v9.2.10 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.25.2 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
16
+
17
+ ## [9.0.0-beta.94](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.94)
18
+
19
+ Wed, 08 Oct 2025 12:04:53 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.93..@fluentui/global-context_v9.0.0-beta.94)
21
+
22
+ ### Changes
23
+
24
+ - Bump @fluentui/react-context-selector to v9.2.9 ([PR #35294](https://github.com/microsoft/fluentui/pull/35294) by beachball)
25
+ - Bump @fluentui/react-utilities to v9.25.1 ([PR #35294](https://github.com/microsoft/fluentui/pull/35294) by beachball)
26
+
7
27
  ## [9.0.0-beta.93](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.93)
8
28
 
9
- Thu, 02 Oct 2025 15:06:59 GMT
29
+ Thu, 02 Oct 2025 15:12:10 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.92..@fluentui/global-context_v9.0.0-beta.93)
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.93",
3
+ "version": "9.0.0-beta.95",
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",
@@ -17,8 +17,8 @@
17
17
  "@fluentui/scripts-cypress": "*"
18
18
  },
19
19
  "dependencies": {
20
- "@fluentui/react-context-selector": "^9.2.8",
21
- "@fluentui/react-utilities": "^9.25.0",
20
+ "@fluentui/react-context-selector": "^9.2.10",
21
+ "@fluentui/react-utilities": "^9.25.2",
22
22
  "@swc/helpers": "^0.5.1"
23
23
  },
24
24
  "peerDependencies": {