@fluentui/react-components 9.20.3 → 9.20.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,28 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 24 May 2023 20:42:33 GMT",
5
+ "date": "Thu, 25 May 2023 09:57:45 GMT",
6
+ "tag": "@fluentui/react-components_v9.20.4",
7
+ "version": "9.20.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "bernardo.sunderhus@gmail.com",
12
+ "package": "@fluentui/react-dialog",
13
+ "commit": "704929b6c1ef69a3ee055e71b5b197dcc2444d3b",
14
+ "comment": "chore: fix useDialogTitle ref argument type"
15
+ },
16
+ {
17
+ "author": "olfedias@microsoft.com",
18
+ "package": "@fluentui/react-utilities",
19
+ "commit": "4e463381ae0a63a07c45a2618bdce46423c65505",
20
+ "comment": "fix(react-utilities): fix dispatcher behavior"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 24 May 2023 20:45:21 GMT",
6
27
  "tag": "@fluentui/react-components_v9.20.3",
7
28
  "version": "9.20.3",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 24 May 2023 20:42:33 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 25 May 2023 09:57:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.20.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.20.4)
8
+
9
+ Thu, 25 May 2023 09:57:45 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.20.3..@fluentui/react-components_v9.20.4)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-dialog`
15
+ - chore: fix useDialogTitle ref argument type ([PR #27990](https://github.com/microsoft/fluentui/pull/27990) by bernardo.sunderhus@gmail.com)
16
+ - `@fluentui/react-utilities`
17
+ - fix(react-utilities): fix dispatcher behavior ([PR #27978](https://github.com/microsoft/fluentui/pull/27978) by olfedias@microsoft.com)
18
+
7
19
  ## [9.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.20.3)
8
20
 
9
- Wed, 24 May 2023 20:42:33 GMT
21
+ Wed, 24 May 2023 20:45:21 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.20.2..@fluentui/react-components_v9.20.3)
11
23
 
12
24
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.20.3",
3
+ "version": "9.20.4",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,49 +31,49 @@
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-accordion": "^9.1.14",
35
- "@fluentui/react-alert": "9.0.0-beta.49",
36
- "@fluentui/react-avatar": "^9.5.3",
37
- "@fluentui/react-badge": "^9.1.13",
38
- "@fluentui/react-button": "^9.3.14",
39
- "@fluentui/react-card": "^9.0.12",
40
- "@fluentui/react-checkbox": "^9.1.15",
41
- "@fluentui/react-combobox": "^9.3.3",
42
- "@fluentui/react-dialog": "^9.5.7",
43
- "@fluentui/react-divider": "^9.2.13",
44
- "@fluentui/react-field": "^9.1.4",
45
- "@fluentui/react-image": "^9.1.10",
46
- "@fluentui/react-infobutton": "9.0.0-beta.32",
47
- "@fluentui/react-input": "^9.4.14",
48
- "@fluentui/react-label": "^9.1.13",
49
- "@fluentui/react-link": "^9.0.40",
50
- "@fluentui/react-menu": "^9.7.14",
51
- "@fluentui/react-overflow": "^9.0.17",
52
- "@fluentui/react-persona": "^9.2.13",
53
- "@fluentui/react-portal": "^9.2.10",
54
- "@fluentui/react-popover": "^9.5.14",
55
- "@fluentui/react-positioning": "^9.5.13",
56
- "@fluentui/react-progress": "^9.1.14",
57
- "@fluentui/react-provider": "^9.7.0",
58
- "@fluentui/react-radio": "^9.1.15",
59
- "@fluentui/react-select": "^9.1.14",
34
+ "@fluentui/react-accordion": "^9.1.15",
35
+ "@fluentui/react-alert": "9.0.0-beta.50",
36
+ "@fluentui/react-avatar": "^9.5.4",
37
+ "@fluentui/react-badge": "^9.1.14",
38
+ "@fluentui/react-button": "^9.3.15",
39
+ "@fluentui/react-card": "^9.0.13",
40
+ "@fluentui/react-checkbox": "^9.1.16",
41
+ "@fluentui/react-combobox": "^9.3.4",
42
+ "@fluentui/react-dialog": "^9.5.8",
43
+ "@fluentui/react-divider": "^9.2.14",
44
+ "@fluentui/react-field": "^9.1.5",
45
+ "@fluentui/react-image": "^9.1.11",
46
+ "@fluentui/react-infobutton": "9.0.0-beta.33",
47
+ "@fluentui/react-input": "^9.4.15",
48
+ "@fluentui/react-label": "^9.1.14",
49
+ "@fluentui/react-link": "^9.0.41",
50
+ "@fluentui/react-menu": "^9.7.15",
51
+ "@fluentui/react-overflow": "^9.0.18",
52
+ "@fluentui/react-persona": "^9.2.14",
53
+ "@fluentui/react-portal": "^9.2.11",
54
+ "@fluentui/react-popover": "^9.5.15",
55
+ "@fluentui/react-positioning": "^9.5.14",
56
+ "@fluentui/react-progress": "^9.1.15",
57
+ "@fluentui/react-provider": "^9.7.1",
58
+ "@fluentui/react-radio": "^9.1.16",
59
+ "@fluentui/react-select": "^9.1.15",
60
60
  "@fluentui/react-shared-contexts": "^9.5.0",
61
- "@fluentui/react-skeleton": "^9.0.2",
62
- "@fluentui/react-slider": "^9.1.15",
63
- "@fluentui/react-spinbutton": "^9.2.14",
64
- "@fluentui/react-spinner": "^9.2.0",
65
- "@fluentui/react-switch": "^9.1.15",
66
- "@fluentui/react-table": "^9.2.11",
67
- "@fluentui/react-tabs": "^9.3.15",
68
- "@fluentui/react-tabster": "^9.7.3",
69
- "@fluentui/react-textarea": "^9.3.14",
61
+ "@fluentui/react-skeleton": "^9.0.3",
62
+ "@fluentui/react-slider": "^9.1.16",
63
+ "@fluentui/react-spinbutton": "^9.2.15",
64
+ "@fluentui/react-spinner": "^9.2.1",
65
+ "@fluentui/react-switch": "^9.1.16",
66
+ "@fluentui/react-table": "^9.2.12",
67
+ "@fluentui/react-tabs": "^9.3.16",
68
+ "@fluentui/react-tabster": "^9.7.4",
69
+ "@fluentui/react-textarea": "^9.3.15",
70
70
  "@fluentui/react-theme": "^9.1.8",
71
- "@fluentui/react-toolbar": "^9.1.15",
72
- "@fluentui/react-tooltip": "^9.2.14",
73
- "@fluentui/react-utilities": "^9.9.0",
74
- "@fluentui/react-text": "^9.3.10",
75
- "@fluentui/react-virtualizer": "9.0.0-alpha.20",
76
- "@fluentui/react-tree": "9.0.0-beta.16",
71
+ "@fluentui/react-toolbar": "^9.1.16",
72
+ "@fluentui/react-tooltip": "^9.2.15",
73
+ "@fluentui/react-utilities": "^9.9.1",
74
+ "@fluentui/react-text": "^9.3.11",
75
+ "@fluentui/react-virtualizer": "9.0.0-alpha.21",
76
+ "@fluentui/react-tree": "9.0.0-beta.17",
77
77
  "@griffel/react": "^1.5.2",
78
78
  "@swc/helpers": "^0.4.14"
79
79
  },