@fluentui/react-dialog 9.12.7 → 9.12.9

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 +26 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,36 @@
1
1
  # Change Log - @fluentui/react-dialog
2
2
 
3
- This log was last generated on Wed, 16 Apr 2025 19:37:27 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 14 May 2025 18:45:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.12.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.12.9)
8
+
9
+ Wed, 14 May 2025 18:45:49 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.12.8..@fluentui/react-dialog_v9.12.9)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-motion to v9.7.3 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
15
+ - Bump @fluentui/react-motion-components-preview to v0.5.0 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
16
+ - Bump @fluentui/react-aria to v9.14.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.24.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
18
+ - Bump @fluentui/react-portal to v9.5.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
19
+
20
+ ## [9.12.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.12.8)
21
+
22
+ Thu, 24 Apr 2025 09:59:45 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.12.7..@fluentui/react-dialog_v9.12.8)
24
+
25
+ ### Patches
26
+
27
+ - Bump @fluentui/react-aria to v9.14.6 ([PR #34315](https://github.com/microsoft/fluentui/pull/34315) by beachball)
28
+ - Bump @fluentui/react-tabster to v9.24.6 ([PR #34315](https://github.com/microsoft/fluentui/pull/34315) by beachball)
29
+ - Bump @fluentui/react-portal to v9.5.6 ([PR #34315](https://github.com/microsoft/fluentui/pull/34315) by beachball)
30
+
7
31
  ## [9.12.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.12.7)
8
32
 
9
- Wed, 16 Apr 2025 19:37:27 GMT
33
+ Wed, 16 Apr 2025 19:42:18 GMT
10
34
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.12.6..@fluentui/react-dialog_v9.12.7)
11
35
 
12
36
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-dialog",
3
- "version": "9.12.7",
3
+ "version": "9.12.9",
4
4
  "description": "Dialog component for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,14 +28,14 @@
28
28
  "@fluentui/react-jsx-runtime": "^9.0.54",
29
29
  "@fluentui/keyboard-keys": "^9.0.8",
30
30
  "@fluentui/react-context-selector": "^9.1.76",
31
- "@fluentui/react-motion": "^9.7.2",
32
- "@fluentui/react-motion-components-preview": "^0.4.9",
31
+ "@fluentui/react-motion": "^9.7.3",
32
+ "@fluentui/react-motion-components-preview": "^0.5.0",
33
33
  "@fluentui/react-shared-contexts": "^9.23.1",
34
- "@fluentui/react-aria": "^9.14.5",
34
+ "@fluentui/react-aria": "^9.14.7",
35
35
  "@fluentui/react-icons": "^2.0.245",
36
- "@fluentui/react-tabster": "^9.24.5",
36
+ "@fluentui/react-tabster": "^9.24.7",
37
37
  "@fluentui/react-theme": "^9.1.24",
38
- "@fluentui/react-portal": "^9.5.5",
38
+ "@fluentui/react-portal": "^9.5.7",
39
39
  "@griffel/react": "^1.5.22",
40
40
  "@swc/helpers": "^0.5.1"
41
41
  },