@fluentui/react-dialog 9.1.2 → 9.1.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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,99 @@
2
2
  "name": "@fluentui/react-dialog",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 17 Nov 2022 23:02:36 GMT",
5
+ "date": "Tue, 20 Dec 2022 14:55:49 GMT",
6
+ "tag": "@fluentui/react-dialog_v9.1.4",
7
+ "version": "9.1.4",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "tristan.watanabe@gmail.com",
12
+ "package": "@fluentui/react-dialog",
13
+ "commit": "bfe6a0aebc33fd01023fb9c89b78a698f3247abf",
14
+ "comment": "chore: remove unneeded eslint rule line disables."
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-dialog",
21
+ "comment": "Bump @fluentui/react-utilities to v9.3.0",
22
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-dialog",
27
+ "comment": "Bump @fluentui/react-context-selector to v9.1.3",
28
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-dialog",
33
+ "comment": "Bump @fluentui/react-shared-contexts to v9.1.3",
34
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
35
+ },
36
+ {
37
+ "author": "beachball",
38
+ "package": "@fluentui/react-dialog",
39
+ "comment": "Bump @fluentui/react-aria to v9.3.3",
40
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
41
+ },
42
+ {
43
+ "author": "beachball",
44
+ "package": "@fluentui/react-dialog",
45
+ "comment": "Bump @fluentui/react-tabster to v9.3.3",
46
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
47
+ },
48
+ {
49
+ "author": "beachball",
50
+ "package": "@fluentui/react-dialog",
51
+ "comment": "Bump @fluentui/react-theme to v9.1.4",
52
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
53
+ },
54
+ {
55
+ "author": "beachball",
56
+ "package": "@fluentui/react-dialog",
57
+ "comment": "Bump @fluentui/react-portal to v9.0.13",
58
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
59
+ }
60
+ ]
61
+ }
62
+ },
63
+ {
64
+ "date": "Mon, 05 Dec 2022 18:29:39 GMT",
65
+ "tag": "@fluentui/react-dialog_v9.1.3",
66
+ "version": "9.1.3",
67
+ "comments": {
68
+ "patch": [
69
+ {
70
+ "author": "beachball",
71
+ "package": "@fluentui/react-dialog",
72
+ "comment": "Bump @fluentui/react-shared-contexts to v9.1.2",
73
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
74
+ },
75
+ {
76
+ "author": "beachball",
77
+ "package": "@fluentui/react-dialog",
78
+ "comment": "Bump @fluentui/react-tabster to v9.3.2",
79
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
80
+ },
81
+ {
82
+ "author": "beachball",
83
+ "package": "@fluentui/react-dialog",
84
+ "comment": "Bump @fluentui/react-theme to v9.1.3",
85
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
86
+ },
87
+ {
88
+ "author": "beachball",
89
+ "package": "@fluentui/react-dialog",
90
+ "comment": "Bump @fluentui/react-portal to v9.0.12",
91
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
92
+ }
93
+ ]
94
+ }
95
+ },
96
+ {
97
+ "date": "Thu, 17 Nov 2022 23:05:38 GMT",
6
98
  "tag": "@fluentui/react-dialog_v9.1.2",
7
99
  "version": "9.1.2",
8
100
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @fluentui/react-dialog
2
2
 
3
- This log was last generated on Thu, 17 Nov 2022 23:02:36 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 20 Dec 2022 14:55:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.1.4)
8
+
9
+ Tue, 20 Dec 2022 14:55:49 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.1.3..@fluentui/react-dialog_v9.1.4)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-utilities to v9.3.0 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
15
+ - Bump @fluentui/react-context-selector to v9.1.3 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
16
+ - Bump @fluentui/react-shared-contexts to v9.1.3 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
17
+ - Bump @fluentui/react-aria to v9.3.3 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.3.3 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
19
+ - Bump @fluentui/react-theme to v9.1.4 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
20
+ - Bump @fluentui/react-portal to v9.0.13 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
21
+
22
+ ## [9.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.1.3)
23
+
24
+ Mon, 05 Dec 2022 18:29:39 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.1.2..@fluentui/react-dialog_v9.1.3)
26
+
27
+ ### Patches
28
+
29
+ - Bump @fluentui/react-shared-contexts to v9.1.2 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball)
30
+ - Bump @fluentui/react-tabster to v9.3.2 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball)
31
+ - Bump @fluentui/react-theme to v9.1.3 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball)
32
+ - Bump @fluentui/react-portal to v9.0.12 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball)
33
+
7
34
  ## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.1.2)
8
35
 
9
- Thu, 17 Nov 2022 23:02:36 GMT
36
+ Thu, 17 Nov 2022 23:05:38 GMT
10
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.1.1..@fluentui/react-dialog_v9.1.2)
11
38
 
12
39
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-dialog",
3
- "version": "9.1.2",
3
+ "version": "9.1.4",
4
4
  "description": "Dialog component for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,15 +34,15 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@griffel/react": "^1.4.2",
37
- "@fluentui/react-utilities": "^9.2.2",
37
+ "@fluentui/react-utilities": "^9.3.0",
38
38
  "@fluentui/keyboard-keys": "^9.0.1",
39
- "@fluentui/react-context-selector": "^9.1.2",
40
- "@fluentui/react-shared-contexts": "^9.1.1",
41
- "@fluentui/react-aria": "^9.3.2",
39
+ "@fluentui/react-context-selector": "^9.1.3",
40
+ "@fluentui/react-shared-contexts": "^9.1.3",
41
+ "@fluentui/react-aria": "^9.3.3",
42
42
  "@fluentui/react-icons": "^2.0.175",
43
- "@fluentui/react-tabster": "^9.3.1",
44
- "@fluentui/react-theme": "^9.1.2",
45
- "@fluentui/react-portal": "^9.0.11",
43
+ "@fluentui/react-tabster": "^9.3.3",
44
+ "@fluentui/react-theme": "^9.1.4",
45
+ "@fluentui/react-portal": "^9.0.13",
46
46
  "tslib": "^2.1.0"
47
47
  },
48
48
  "peerDependencies": {