@fluentui/react-dialog 9.12.6 → 9.12.7

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 +21 -5
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,19 +1,35 @@
1
1
  # Change Log - @fluentui/react-dialog
2
2
 
3
- This log was last generated on Tue, 01 Apr 2025 14:05:35 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 16 Apr 2025 19:37:27 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.12.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.12.7)
8
+
9
+ Wed, 16 Apr 2025 19:37:27 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.12.6..@fluentui/react-dialog_v9.12.7)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-utilities to v9.19.0 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.54 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
16
+ - Bump @fluentui/react-context-selector to v9.1.76 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
17
+ - Bump @fluentui/react-motion to v9.7.2 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
18
+ - Bump @fluentui/react-motion-components-preview to v0.4.9 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
19
+ - Bump @fluentui/react-aria to v9.14.5 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
20
+ - Bump @fluentui/react-tabster to v9.24.5 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
21
+ - Bump @fluentui/react-portal to v9.5.5 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
22
+
7
23
  ## [9.12.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.12.6)
8
24
 
9
- Tue, 01 Apr 2025 14:05:35 GMT
25
+ Tue, 01 Apr 2025 15:08:02 GMT
10
26
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.12.5..@fluentui/react-dialog_v9.12.6)
11
27
 
12
28
  ### Patches
13
29
 
14
- - Bump @fluentui/react-aria to v9.14.4 ([PR #34129](https://github.com/microsoft/fluentui/pull/34129) by beachball)
15
- - Bump @fluentui/react-tabster to v9.24.4 ([PR #34129](https://github.com/microsoft/fluentui/pull/34129) by beachball)
16
- - Bump @fluentui/react-portal to v9.5.4 ([PR #34129](https://github.com/microsoft/fluentui/pull/34129) by beachball)
30
+ - Bump @fluentui/react-aria to v9.14.4 ([PR #33909](https://github.com/microsoft/fluentui/pull/33909) by beachball)
31
+ - Bump @fluentui/react-tabster to v9.24.4 ([PR #33909](https://github.com/microsoft/fluentui/pull/33909) by beachball)
32
+ - Bump @fluentui/react-portal to v9.5.4 ([PR #33909](https://github.com/microsoft/fluentui/pull/33909) by beachball)
17
33
 
18
34
  ## [9.12.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.12.5)
19
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-dialog",
3
- "version": "9.12.6",
3
+ "version": "9.12.7",
4
4
  "description": "Dialog component for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -24,18 +24,18 @@
24
24
  "@fluentui/scripts-cypress": "*"
25
25
  },
26
26
  "dependencies": {
27
- "@fluentui/react-utilities": "^9.18.23",
28
- "@fluentui/react-jsx-runtime": "^9.0.53",
27
+ "@fluentui/react-utilities": "^9.19.0",
28
+ "@fluentui/react-jsx-runtime": "^9.0.54",
29
29
  "@fluentui/keyboard-keys": "^9.0.8",
30
- "@fluentui/react-context-selector": "^9.1.75",
31
- "@fluentui/react-motion": "^9.7.1",
32
- "@fluentui/react-motion-components-preview": "^0.4.8",
30
+ "@fluentui/react-context-selector": "^9.1.76",
31
+ "@fluentui/react-motion": "^9.7.2",
32
+ "@fluentui/react-motion-components-preview": "^0.4.9",
33
33
  "@fluentui/react-shared-contexts": "^9.23.1",
34
- "@fluentui/react-aria": "^9.14.4",
34
+ "@fluentui/react-aria": "^9.14.5",
35
35
  "@fluentui/react-icons": "^2.0.245",
36
- "@fluentui/react-tabster": "^9.24.4",
36
+ "@fluentui/react-tabster": "^9.24.5",
37
37
  "@fluentui/react-theme": "^9.1.24",
38
- "@fluentui/react-portal": "^9.5.4",
38
+ "@fluentui/react-portal": "^9.5.5",
39
39
  "@griffel/react": "^1.5.22",
40
40
  "@swc/helpers": "^0.5.1"
41
41
  },