@fluentui/react-dialog 9.11.0 → 9.11.2

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 +24 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @fluentui/react-dialog
2
2
 
3
- This log was last generated on Thu, 06 Jun 2024 15:22:14 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 17 Jun 2024 07:31:08 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.11.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.11.2)
8
+
9
+ Mon, 17 Jun 2024 07:31:08 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.11.1..@fluentui/react-dialog_v9.11.2)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-context-selector to v9.1.62 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
15
+ - Bump @fluentui/react-motion to v9.2.0 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
16
+ - Bump @fluentui/react-aria to v9.12.1 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.22.0 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
18
+ - Bump @fluentui/react-portal to v9.4.28 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
19
+
20
+ ## [9.11.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.11.1)
21
+
22
+ Wed, 12 Jun 2024 13:17:28 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.11.0..@fluentui/react-dialog_v9.11.1)
24
+
25
+ ### Patches
26
+
27
+ - Bump @fluentui/react-motion to v9.1.0 ([PR #31681](https://github.com/microsoft/fluentui/pull/31681) by beachball)
28
+
7
29
  ## [9.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.11.0)
8
30
 
9
- Thu, 06 Jun 2024 15:22:14 GMT
31
+ Thu, 06 Jun 2024 15:26:32 GMT
10
32
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.10.7..@fluentui/react-dialog_v9.11.0)
11
33
 
12
34
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-dialog",
3
- "version": "9.11.0",
3
+ "version": "9.11.2",
4
4
  "description": "Dialog component for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -43,14 +43,14 @@
43
43
  "@fluentui/react-utilities": "^9.18.10",
44
44
  "@fluentui/react-jsx-runtime": "^9.0.39",
45
45
  "@fluentui/keyboard-keys": "^9.0.7",
46
- "@fluentui/react-context-selector": "^9.1.61",
47
- "@fluentui/react-motion": "9.0.0",
46
+ "@fluentui/react-context-selector": "^9.1.62",
47
+ "@fluentui/react-motion": "^9.2.0",
48
48
  "@fluentui/react-shared-contexts": "^9.19.0",
49
- "@fluentui/react-aria": "^9.12.0",
49
+ "@fluentui/react-aria": "^9.12.1",
50
50
  "@fluentui/react-icons": "^2.0.239",
51
- "@fluentui/react-tabster": "^9.21.5",
51
+ "@fluentui/react-tabster": "^9.22.0",
52
52
  "@fluentui/react-theme": "^9.1.19",
53
- "@fluentui/react-portal": "^9.4.27",
53
+ "@fluentui/react-portal": "^9.4.28",
54
54
  "@griffel/react": "^1.5.22",
55
55
  "@swc/helpers": "^0.5.1"
56
56
  },