@fluentui/react-dialog 9.11.26 → 9.11.27

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 +15 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # Change Log - @fluentui/react-dialog
2
2
 
3
- This log was last generated on Wed, 18 Dec 2024 10:58:14 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 08 Jan 2025 18:29:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.11.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.11.27)
8
+
9
+ Wed, 08 Jan 2025 18:29:15 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.11.26..@fluentui/react-dialog_v9.11.27)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-jsx-runtime to v9.0.49 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
15
+ - Bump @fluentui/react-motion to v9.6.6 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
16
+ - Bump @fluentui/react-motion-components-preview to v0.4.2 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
17
+ - Bump @fluentui/react-aria to v9.13.13 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
18
+ - Bump @fluentui/react-portal to v9.4.41 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
19
+
7
20
  ## [9.11.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.11.26)
8
21
 
9
- Wed, 18 Dec 2024 10:58:14 GMT
22
+ Wed, 18 Dec 2024 10:59:36 GMT
10
23
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.11.25..@fluentui/react-dialog_v9.11.26)
11
24
 
12
25
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-dialog",
3
- "version": "9.11.26",
3
+ "version": "9.11.27",
4
4
  "description": "Dialog component for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -25,17 +25,17 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@fluentui/react-utilities": "^9.18.19",
28
- "@fluentui/react-jsx-runtime": "^9.0.48",
28
+ "@fluentui/react-jsx-runtime": "^9.0.49",
29
29
  "@fluentui/keyboard-keys": "^9.0.8",
30
30
  "@fluentui/react-context-selector": "^9.1.71",
31
- "@fluentui/react-motion": "^9.6.5",
32
- "@fluentui/react-motion-components-preview": "^0.4.1",
31
+ "@fluentui/react-motion": "^9.6.6",
32
+ "@fluentui/react-motion-components-preview": "^0.4.2",
33
33
  "@fluentui/react-shared-contexts": "^9.21.2",
34
- "@fluentui/react-aria": "^9.13.12",
34
+ "@fluentui/react-aria": "^9.13.13",
35
35
  "@fluentui/react-icons": "^2.0.245",
36
36
  "@fluentui/react-tabster": "^9.23.2",
37
37
  "@fluentui/react-theme": "^9.1.24",
38
- "@fluentui/react-portal": "^9.4.40",
38
+ "@fluentui/react-portal": "^9.4.41",
39
39
  "@griffel/react": "^1.5.22",
40
40
  "@swc/helpers": "^0.5.1"
41
41
  },