@fluentui/react-dialog 9.1.14 → 9.1.15

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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,46 @@
2
2
  "name": "@fluentui/react-dialog",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 10 Feb 2023 08:46:47 GMT",
5
+ "date": "Mon, 13 Feb 2023 23:40:50 GMT",
6
+ "tag": "@fluentui/react-dialog_v9.1.15",
7
+ "version": "9.1.15",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-dialog",
13
+ "comment": "Bump @fluentui/react-utilities to v9.5.3",
14
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-dialog",
19
+ "comment": "Bump @fluentui/react-context-selector to v9.1.9",
20
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-dialog",
25
+ "comment": "Bump @fluentui/react-aria to v9.3.9",
26
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-dialog",
31
+ "comment": "Bump @fluentui/react-tabster to v9.5.2",
32
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-dialog",
37
+ "comment": "Bump @fluentui/react-portal to v9.1.8",
38
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Fri, 10 Feb 2023 08:50:02 GMT",
6
45
  "tag": "@fluentui/react-dialog_v9.1.14",
7
46
  "version": "9.1.14",
8
47
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # Change Log - @fluentui/react-dialog
2
2
 
3
- This log was last generated on Fri, 10 Feb 2023 08:46:47 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 13 Feb 2023 23:40:50 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.1.15)
8
+
9
+ Mon, 13 Feb 2023 23:40:50 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.1.14..@fluentui/react-dialog_v9.1.15)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-utilities to v9.5.3 ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by beachball)
15
+ - Bump @fluentui/react-context-selector to v9.1.9 ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by beachball)
16
+ - Bump @fluentui/react-aria to v9.3.9 ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.5.2 ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by beachball)
18
+ - Bump @fluentui/react-portal to v9.1.8 ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by beachball)
19
+
7
20
  ## [9.1.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.1.14)
8
21
 
9
- Fri, 10 Feb 2023 08:46:47 GMT
22
+ Fri, 10 Feb 2023 08:50:02 GMT
10
23
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.1.13..@fluentui/react-dialog_v9.1.14)
11
24
 
12
25
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-dialog",
3
- "version": "9.1.14",
3
+ "version": "9.1.15",
4
4
  "description": "Dialog component for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,15 +36,15 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@griffel/react": "^1.5.2",
39
- "@fluentui/react-utilities": "^9.5.2",
39
+ "@fluentui/react-utilities": "^9.5.3",
40
40
  "@fluentui/keyboard-keys": "^9.0.1",
41
- "@fluentui/react-context-selector": "^9.1.8",
41
+ "@fluentui/react-context-selector": "^9.1.9",
42
42
  "@fluentui/react-shared-contexts": "^9.2.0",
43
- "@fluentui/react-aria": "^9.3.8",
43
+ "@fluentui/react-aria": "^9.3.9",
44
44
  "@fluentui/react-icons": "^2.0.175",
45
- "@fluentui/react-tabster": "^9.5.1",
45
+ "@fluentui/react-tabster": "^9.5.2",
46
46
  "@fluentui/react-theme": "^9.1.5",
47
- "@fluentui/react-portal": "^9.1.7",
47
+ "@fluentui/react-portal": "^9.1.8",
48
48
  "tslib": "^2.1.0"
49
49
  },
50
50
  "peerDependencies": {