@fluentui/react-shared-contexts 9.11.0 → 9.11.1

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,22 @@
2
2
  "name": "@fluentui/react-shared-contexts",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 28 Oct 2023 23:32:05 GMT",
5
+ "date": "Wed, 01 Nov 2023 12:51:07 GMT",
6
+ "tag": "@fluentui/react-shared-contexts_v9.11.1",
7
+ "version": "9.11.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-shared-contexts",
13
+ "comment": "Bump @fluentui/react-theme to v9.1.15",
14
+ "commit": "838b05367dbdddb17732b9e0c807090e0a4445d5"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sat, 28 Oct 2023 23:35:58 GMT",
6
21
  "tag": "@fluentui/react-shared-contexts_v9.11.0",
7
22
  "version": "9.11.0",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-shared-contexts
2
2
 
3
- This log was last generated on Sat, 28 Oct 2023 23:32:05 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 01 Nov 2023 12:51:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.11.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.11.1)
8
+
9
+ Wed, 01 Nov 2023 12:51:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.11.0..@fluentui/react-shared-contexts_v9.11.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-theme to v9.1.15 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
15
+
7
16
  ## [9.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.11.0)
8
17
 
9
- Sat, 28 Oct 2023 23:32:05 GMT
18
+ Sat, 28 Oct 2023 23:35:58 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.10.0..@fluentui/react-shared-contexts_v9.11.0)
11
20
 
12
21
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-shared-contexts",
3
- "version": "9.11.0",
3
+ "version": "9.11.1",
4
4
  "description": "Fluent UI React Contexts shared by multiple components.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,7 +28,7 @@
28
28
  "@fluentui/scripts-tasks": "*"
29
29
  },
30
30
  "dependencies": {
31
- "@fluentui/react-theme": "^9.1.14",
31
+ "@fluentui/react-theme": "^9.1.15",
32
32
  "@swc/helpers": "^0.5.1"
33
33
  },
34
34
  "peerDependencies": {