@fluentui/react-dialog 9.1.6 → 9.1.8

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,95 @@
2
2
  "name": "@fluentui/react-dialog",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 04 Jan 2023 01:36:23 GMT",
5
+ "date": "Mon, 16 Jan 2023 08:35:36 GMT",
6
+ "tag": "@fluentui/react-dialog_v9.1.8",
7
+ "version": "9.1.8",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-dialog",
13
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
14
+ "comment": "chore: migrate to packaged scripts"
15
+ },
16
+ {
17
+ "author": "jirivyhnalek@microsoft.com",
18
+ "package": "@fluentui/react-dialog",
19
+ "commit": "1985ce9a883b5c06ecf7b9b076fe887af2f34de6",
20
+ "comment": "chore: fix typo in Dialog docs"
21
+ }
22
+ ],
23
+ "patch": [
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-dialog",
27
+ "comment": "Bump @fluentui/react-shared-contexts to v9.1.5",
28
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-dialog",
33
+ "comment": "Bump @fluentui/react-tabster to v9.3.7",
34
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
35
+ },
36
+ {
37
+ "author": "beachball",
38
+ "package": "@fluentui/react-dialog",
39
+ "comment": "Bump @fluentui/react-portal to v9.1.1",
40
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
41
+ }
42
+ ]
43
+ }
44
+ },
45
+ {
46
+ "date": "Mon, 09 Jan 2023 14:34:56 GMT",
47
+ "tag": "@fluentui/react-dialog_v9.1.7",
48
+ "version": "9.1.7",
49
+ "comments": {
50
+ "none": [
51
+ {
52
+ "author": "martinhochel@microsoft.com",
53
+ "package": "@fluentui/react-dialog",
54
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
55
+ "comment": "chore: introduce more barrel file api within /scripts"
56
+ }
57
+ ],
58
+ "patch": [
59
+ {
60
+ "author": "beachball",
61
+ "package": "@fluentui/react-dialog",
62
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
63
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
64
+ },
65
+ {
66
+ "author": "beachball",
67
+ "package": "@fluentui/react-dialog",
68
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
69
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
70
+ },
71
+ {
72
+ "author": "beachball",
73
+ "package": "@fluentui/react-dialog",
74
+ "comment": "Bump @fluentui/react-aria to v9.3.5",
75
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
76
+ },
77
+ {
78
+ "author": "beachball",
79
+ "package": "@fluentui/react-dialog",
80
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
81
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
82
+ },
83
+ {
84
+ "author": "beachball",
85
+ "package": "@fluentui/react-dialog",
86
+ "comment": "Bump @fluentui/react-portal to v9.1.0",
87
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
88
+ }
89
+ ]
90
+ }
91
+ },
92
+ {
93
+ "date": "Wed, 04 Jan 2023 01:41:02 GMT",
6
94
  "tag": "@fluentui/react-dialog_v9.1.6",
7
95
  "version": "9.1.6",
8
96
  "comments": {
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, 04 Jan 2023 01:36:23 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Jan 2023 08:35:36 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.1.8)
8
+
9
+ Mon, 16 Jan 2023 08:35:36 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.1.7..@fluentui/react-dialog_v9.1.8)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-shared-contexts to v9.1.5 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
15
+ - Bump @fluentui/react-tabster to v9.3.7 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
16
+ - Bump @fluentui/react-portal to v9.1.1 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
17
+
18
+ ## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.1.7)
19
+
20
+ Mon, 09 Jan 2023 14:34:56 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.1.6..@fluentui/react-dialog_v9.1.7)
22
+
23
+ ### Patches
24
+
25
+ - Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
26
+ - Bump @fluentui/react-context-selector to v9.1.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
27
+ - Bump @fluentui/react-aria to v9.3.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
28
+ - Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
29
+ - Bump @fluentui/react-portal to v9.1.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
30
+
7
31
  ## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.1.6)
8
32
 
9
- Wed, 04 Jan 2023 01:36:23 GMT
33
+ Wed, 04 Jan 2023 01:41:02 GMT
10
34
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.1.5..@fluentui/react-dialog_v9.1.6)
11
35
 
12
36
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-dialog",
3
- "version": "9.1.6",
3
+ "version": "9.1.8",
4
4
  "description": "Dialog component for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -30,19 +30,21 @@
30
30
  "@fluentui/eslint-plugin": "*",
31
31
  "@fluentui/react-conformance": "*",
32
32
  "@fluentui/react-conformance-griffel": "9.0.0-beta.19",
33
- "@fluentui/scripts": "*"
33
+ "@fluentui/scripts-api-extractor": "*",
34
+ "@fluentui/scripts-cypress": "*",
35
+ "@fluentui/scripts-tasks": "*"
34
36
  },
35
37
  "dependencies": {
36
38
  "@griffel/react": "^1.5.2",
37
- "@fluentui/react-utilities": "^9.3.1",
39
+ "@fluentui/react-utilities": "^9.4.0",
38
40
  "@fluentui/keyboard-keys": "^9.0.1",
39
- "@fluentui/react-context-selector": "^9.1.4",
40
- "@fluentui/react-shared-contexts": "^9.1.4",
41
- "@fluentui/react-aria": "^9.3.4",
41
+ "@fluentui/react-context-selector": "^9.1.5",
42
+ "@fluentui/react-shared-contexts": "^9.1.5",
43
+ "@fluentui/react-aria": "^9.3.5",
42
44
  "@fluentui/react-icons": "^2.0.175",
43
- "@fluentui/react-tabster": "^9.3.5",
45
+ "@fluentui/react-tabster": "^9.3.7",
44
46
  "@fluentui/react-theme": "^9.1.5",
45
- "@fluentui/react-portal": "^9.0.15",
47
+ "@fluentui/react-portal": "^9.1.1",
46
48
  "tslib": "^2.1.0"
47
49
  },
48
50
  "peerDependencies": {