@fluentui/react-accordion 9.0.19 → 9.0.21
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 +73 -1
- package/CHANGELOG.md +27 -2
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,79 @@
|
|
|
2
2
|
"name": "@fluentui/react-accordion",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 31 Jan 2023 19:50:42 GMT",
|
|
6
|
+
"tag": "@fluentui/react-accordion_v9.0.21",
|
|
7
|
+
"version": "9.0.21",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui/react-accordion",
|
|
13
|
+
"comment": "Bump @fluentui/react-aria to v9.3.7",
|
|
14
|
+
"commit": "22477ef4202cd24add6ebf823196b5888c9d8083"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-accordion",
|
|
19
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.7",
|
|
20
|
+
"commit": "22477ef4202cd24add6ebf823196b5888c9d8083"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui/react-accordion",
|
|
25
|
+
"comment": "Bump @fluentui/react-tabster to v9.4.2",
|
|
26
|
+
"commit": "22477ef4202cd24add6ebf823196b5888c9d8083"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui/react-accordion",
|
|
31
|
+
"comment": "Bump @fluentui/react-utilities to v9.5.1",
|
|
32
|
+
"commit": "22477ef4202cd24add6ebf823196b5888c9d8083"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"date": "Thu, 26 Jan 2023 13:31:03 GMT",
|
|
39
|
+
"tag": "@fluentui/react-accordion_v9.0.20",
|
|
40
|
+
"version": "9.0.20",
|
|
41
|
+
"comments": {
|
|
42
|
+
"patch": [
|
|
43
|
+
{
|
|
44
|
+
"author": "beachball",
|
|
45
|
+
"package": "@fluentui/react-accordion",
|
|
46
|
+
"comment": "Bump @fluentui/react-aria to v9.3.6",
|
|
47
|
+
"commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"author": "beachball",
|
|
51
|
+
"package": "@fluentui/react-accordion",
|
|
52
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.6",
|
|
53
|
+
"commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"author": "beachball",
|
|
57
|
+
"package": "@fluentui/react-accordion",
|
|
58
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.2.0",
|
|
59
|
+
"commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"author": "beachball",
|
|
63
|
+
"package": "@fluentui/react-accordion",
|
|
64
|
+
"comment": "Bump @fluentui/react-tabster to v9.4.1",
|
|
65
|
+
"commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"author": "beachball",
|
|
69
|
+
"package": "@fluentui/react-accordion",
|
|
70
|
+
"comment": "Bump @fluentui/react-utilities to v9.5.0",
|
|
71
|
+
"commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"date": "Wed, 18 Jan 2023 16:32:57 GMT",
|
|
6
78
|
"tag": "@fluentui/react-accordion_v9.0.19",
|
|
7
79
|
"version": "9.0.19",
|
|
8
80
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,37 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-accordion
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 31 Jan 2023 19:50:42 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.21)
|
|
8
|
+
|
|
9
|
+
Tue, 31 Jan 2023 19:50:42 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.20..@fluentui/react-accordion_v9.0.21)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-aria to v9.3.7 ([PR #26491](https://github.com/microsoft/fluentui/pull/26491) by beachball)
|
|
15
|
+
- Bump @fluentui/react-context-selector to v9.1.7 ([PR #26491](https://github.com/microsoft/fluentui/pull/26491) by beachball)
|
|
16
|
+
- Bump @fluentui/react-tabster to v9.4.2 ([PR #26491](https://github.com/microsoft/fluentui/pull/26491) by beachball)
|
|
17
|
+
- Bump @fluentui/react-utilities to v9.5.1 ([PR #26491](https://github.com/microsoft/fluentui/pull/26491) by beachball)
|
|
18
|
+
|
|
19
|
+
## [9.0.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.20)
|
|
20
|
+
|
|
21
|
+
Thu, 26 Jan 2023 13:31:03 GMT
|
|
22
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.19..@fluentui/react-accordion_v9.0.20)
|
|
23
|
+
|
|
24
|
+
### Patches
|
|
25
|
+
|
|
26
|
+
- Bump @fluentui/react-aria to v9.3.6 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball)
|
|
27
|
+
- Bump @fluentui/react-context-selector to v9.1.6 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball)
|
|
28
|
+
- Bump @fluentui/react-shared-contexts to v9.2.0 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball)
|
|
29
|
+
- Bump @fluentui/react-tabster to v9.4.1 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball)
|
|
30
|
+
- Bump @fluentui/react-utilities to v9.5.0 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball)
|
|
31
|
+
|
|
7
32
|
## [9.0.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.19)
|
|
8
33
|
|
|
9
|
-
Wed, 18 Jan 2023 16:
|
|
34
|
+
Wed, 18 Jan 2023 16:32:57 GMT
|
|
10
35
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.18..@fluentui/react-accordion_v9.0.19)
|
|
11
36
|
|
|
12
37
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-accordion",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.21",
|
|
4
4
|
"description": "Fluent UI accordion component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@fluentui/scripts-tasks": "*"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@fluentui/react-aria": "^9.3.
|
|
36
|
-
"@fluentui/react-context-selector": "^9.1.
|
|
35
|
+
"@fluentui/react-aria": "^9.3.7",
|
|
36
|
+
"@fluentui/react-context-selector": "^9.1.7",
|
|
37
37
|
"@fluentui/react-icons": "^2.0.175",
|
|
38
|
-
"@fluentui/react-shared-contexts": "^9.
|
|
39
|
-
"@fluentui/react-tabster": "^9.4.
|
|
38
|
+
"@fluentui/react-shared-contexts": "^9.2.0",
|
|
39
|
+
"@fluentui/react-tabster": "^9.4.2",
|
|
40
40
|
"@fluentui/react-theme": "^9.1.5",
|
|
41
|
-
"@fluentui/react-utilities": "^9.
|
|
41
|
+
"@fluentui/react-utilities": "^9.5.1",
|
|
42
42
|
"@griffel/react": "^1.5.2",
|
|
43
43
|
"tslib": "^2.1.0"
|
|
44
44
|
},
|