@fluentui/react-dialog 9.12.2 → 9.12.4

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/react-dialog
2
2
 
3
- This log was last generated on Wed, 19 Mar 2025 15:36:10 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 26 Mar 2025 21:46:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.12.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.12.4)
8
+
9
+ Wed, 26 Mar 2025 21:46:56 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.12.3..@fluentui/react-dialog_v9.12.4)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-motion to v9.7.0 ([PR #34096](https://github.com/microsoft/fluentui/pull/34096) by beachball)
15
+ - Bump @fluentui/react-motion-components-preview to v0.4.7 ([PR #34096](https://github.com/microsoft/fluentui/pull/34096) by beachball)
16
+
17
+ ## [9.12.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.12.3)
18
+
19
+ Thu, 20 Mar 2025 09:34:59 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.12.2..@fluentui/react-dialog_v9.12.3)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-motion to v9.6.10 ([PR #33994](https://github.com/microsoft/fluentui/pull/33994) by beachball)
25
+ - Bump @fluentui/react-motion-components-preview to v0.4.6 ([PR #33994](https://github.com/microsoft/fluentui/pull/33994) by beachball)
26
+
7
27
  ## [9.12.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.12.2)
8
28
 
9
- Wed, 19 Mar 2025 15:36:10 GMT
29
+ Wed, 19 Mar 2025 15:40:41 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.12.1..@fluentui/react-dialog_v9.12.2)
11
31
 
12
32
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-dialog",
3
- "version": "9.12.2",
3
+ "version": "9.12.4",
4
4
  "description": "Dialog component for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,8 +28,8 @@
28
28
  "@fluentui/react-jsx-runtime": "^9.0.52",
29
29
  "@fluentui/keyboard-keys": "^9.0.8",
30
30
  "@fluentui/react-context-selector": "^9.1.74",
31
- "@fluentui/react-motion": "^9.6.9",
32
- "@fluentui/react-motion-components-preview": "^0.4.5",
31
+ "@fluentui/react-motion": "^9.7.0",
32
+ "@fluentui/react-motion-components-preview": "^0.4.7",
33
33
  "@fluentui/react-shared-contexts": "^9.23.0",
34
34
  "@fluentui/react-aria": "^9.14.2",
35
35
  "@fluentui/react-icons": "^2.0.245",