@fluentui/global-context 9.0.0-beta.80 → 9.0.0-beta.82

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 Tue, 11 Mar 2025 18:54:30 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 27 Mar 2025 21:08:38 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.82](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.82)
8
+
9
+ Thu, 27 Mar 2025 21:08:38 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.81..@fluentui/global-context_v9.0.0-beta.82)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-context-selector to v9.1.75 ([PR #34034](https://github.com/microsoft/fluentui/pull/34034) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.18.23 ([PR #34034](https://github.com/microsoft/fluentui/pull/34034) by beachball)
16
+
17
+ ## [9.0.0-beta.81](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.81)
18
+
19
+ Wed, 19 Mar 2025 15:40:43 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.80..@fluentui/global-context_v9.0.0-beta.81)
21
+
22
+ ### Changes
23
+
24
+ - Bump @fluentui/react-context-selector to v9.1.74 ([PR #34032](https://github.com/microsoft/fluentui/pull/34032) by beachball)
25
+ - Bump @fluentui/react-utilities to v9.18.22 ([PR #34032](https://github.com/microsoft/fluentui/pull/34032) by beachball)
26
+
7
27
  ## [9.0.0-beta.80](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.80)
8
28
 
9
- Tue, 11 Mar 2025 18:54:30 GMT
29
+ Tue, 11 Mar 2025 18:58:54 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.79..@fluentui/global-context_v9.0.0-beta.80)
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.80",
3
+ "version": "9.0.0-beta.82",
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.1.73",
21
- "@fluentui/react-utilities": "^9.18.21",
20
+ "@fluentui/react-context-selector": "^9.1.75",
21
+ "@fluentui/react-utilities": "^9.18.23",
22
22
  "@swc/helpers": "^0.5.1"
23
23
  },
24
24
  "peerDependencies": {