@fluentui/react-accordion 0.0.0-nightlyfc5cfdc52420220215.1 → 0.0.0

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.
Files changed (170) hide show
  1. package/CHANGELOG.json +658 -18
  2. package/CHANGELOG.md +285 -105
  3. package/Spec.md +3 -2
  4. package/dist/{react-accordion.d.ts → index.d.ts} +71 -69
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/Accordion.js.map +1 -1
  7. package/lib/AccordionHeader.js.map +1 -1
  8. package/lib/AccordionItem.js.map +1 -1
  9. package/lib/AccordionPanel.js.map +1 -1
  10. package/lib/components/Accordion/Accordion.js.map +1 -1
  11. package/lib/components/Accordion/Accordion.types.js.map +1 -1
  12. package/lib/components/Accordion/AccordionContext.js +3 -2
  13. package/lib/components/Accordion/AccordionContext.js.map +1 -1
  14. package/lib/components/Accordion/index.js.map +1 -1
  15. package/lib/components/Accordion/renderAccordion.js.map +1 -1
  16. package/lib/components/Accordion/useAccordion.js +14 -24
  17. package/lib/components/Accordion/useAccordion.js.map +1 -1
  18. package/lib/components/Accordion/useAccordionContextValues.js +2 -2
  19. package/lib/components/Accordion/useAccordionContextValues.js.map +1 -1
  20. package/lib/components/Accordion/useAccordionStyles.js +4 -2
  21. package/lib/components/Accordion/useAccordionStyles.js.map +1 -1
  22. package/lib/components/AccordionHeader/AccordionHeader.js.map +1 -1
  23. package/lib/components/AccordionHeader/AccordionHeader.types.js.map +1 -1
  24. package/lib/components/AccordionHeader/AccordionHeaderContext.js.map +1 -1
  25. package/lib/components/AccordionHeader/index.js.map +1 -1
  26. package/lib/components/AccordionHeader/renderAccordionHeader.js.map +1 -1
  27. package/lib/components/AccordionHeader/useAccordionHeader.js +1 -1
  28. package/lib/components/AccordionHeader/useAccordionHeader.js.map +1 -1
  29. package/lib/components/AccordionHeader/useAccordionHeaderContextValues.js.map +1 -1
  30. package/lib/components/AccordionHeader/useAccordionHeaderStyles.js +77 -42
  31. package/lib/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
  32. package/lib/components/AccordionItem/AccordionItem.js.map +1 -1
  33. package/lib/components/AccordionItem/AccordionItem.types.js.map +1 -1
  34. package/lib/components/AccordionItem/AccordionItemContext.js +1 -0
  35. package/lib/components/AccordionItem/AccordionItemContext.js.map +1 -1
  36. package/lib/components/AccordionItem/index.js.map +1 -1
  37. package/lib/components/AccordionItem/renderAccordionItem.js.map +1 -1
  38. package/lib/components/AccordionItem/useAccordionItem.js +0 -7
  39. package/lib/components/AccordionItem/useAccordionItem.js.map +1 -1
  40. package/lib/components/AccordionItem/useAccordionItemContextValues.js.map +1 -1
  41. package/lib/components/AccordionItem/useAccordionItemStyles.js +4 -2
  42. package/lib/components/AccordionItem/useAccordionItemStyles.js.map +1 -1
  43. package/lib/components/AccordionPanel/AccordionPanel.js.map +1 -1
  44. package/lib/components/AccordionPanel/AccordionPanel.types.js.map +1 -1
  45. package/lib/components/AccordionPanel/index.js.map +1 -1
  46. package/lib/components/AccordionPanel/renderAccordionPanel.js.map +1 -1
  47. package/lib/components/AccordionPanel/useAccordionPanel.js +11 -1
  48. package/lib/components/AccordionPanel/useAccordionPanel.js.map +1 -1
  49. package/lib/components/AccordionPanel/useAccordionPanelStyles.js +11 -6
  50. package/lib/components/AccordionPanel/useAccordionPanelStyles.js.map +1 -1
  51. package/lib/index.js +4 -4
  52. package/lib/index.js.map +1 -1
  53. package/lib-commonjs/Accordion.js.map +1 -1
  54. package/lib-commonjs/AccordionHeader.js.map +1 -1
  55. package/lib-commonjs/AccordionItem.js.map +1 -1
  56. package/lib-commonjs/AccordionPanel.js.map +1 -1
  57. package/lib-commonjs/components/Accordion/Accordion.js.map +1 -1
  58. package/lib-commonjs/components/Accordion/Accordion.types.js.map +1 -1
  59. package/lib-commonjs/components/Accordion/AccordionContext.js +6 -2
  60. package/lib-commonjs/components/Accordion/AccordionContext.js.map +1 -1
  61. package/lib-commonjs/components/Accordion/index.js.map +1 -1
  62. package/lib-commonjs/components/Accordion/renderAccordion.js.map +1 -1
  63. package/lib-commonjs/components/Accordion/useAccordion.js +15 -24
  64. package/lib-commonjs/components/Accordion/useAccordion.js.map +1 -1
  65. package/lib-commonjs/components/Accordion/useAccordionContextValues.js +2 -2
  66. package/lib-commonjs/components/Accordion/useAccordionContextValues.js.map +1 -1
  67. package/lib-commonjs/components/Accordion/useAccordionStyles.js +5 -3
  68. package/lib-commonjs/components/Accordion/useAccordionStyles.js.map +1 -1
  69. package/lib-commonjs/components/AccordionHeader/AccordionHeader.js.map +1 -1
  70. package/lib-commonjs/components/AccordionHeader/AccordionHeader.types.js.map +1 -1
  71. package/lib-commonjs/components/AccordionHeader/AccordionHeaderContext.js.map +1 -1
  72. package/lib-commonjs/components/AccordionHeader/index.js.map +1 -1
  73. package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.js.map +1 -1
  74. package/lib-commonjs/components/AccordionHeader/useAccordionHeader.js +1 -1
  75. package/lib-commonjs/components/AccordionHeader/useAccordionHeader.js.map +1 -1
  76. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.js.map +1 -1
  77. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js +77 -42
  78. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
  79. package/lib-commonjs/components/AccordionItem/AccordionItem.js.map +1 -1
  80. package/lib-commonjs/components/AccordionItem/AccordionItem.types.js.map +1 -1
  81. package/lib-commonjs/components/AccordionItem/AccordionItemContext.js +2 -1
  82. package/lib-commonjs/components/AccordionItem/AccordionItemContext.js.map +1 -1
  83. package/lib-commonjs/components/AccordionItem/index.js.map +1 -1
  84. package/lib-commonjs/components/AccordionItem/renderAccordionItem.js.map +1 -1
  85. package/lib-commonjs/components/AccordionItem/useAccordionItem.js +0 -8
  86. package/lib-commonjs/components/AccordionItem/useAccordionItem.js.map +1 -1
  87. package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.js.map +1 -1
  88. package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.js +5 -3
  89. package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.js.map +1 -1
  90. package/lib-commonjs/components/AccordionPanel/AccordionPanel.js.map +1 -1
  91. package/lib-commonjs/components/AccordionPanel/AccordionPanel.types.js.map +1 -1
  92. package/lib-commonjs/components/AccordionPanel/index.js.map +1 -1
  93. package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.js.map +1 -1
  94. package/lib-commonjs/components/AccordionPanel/useAccordionPanel.js +14 -1
  95. package/lib-commonjs/components/AccordionPanel/useAccordionPanel.js.map +1 -1
  96. package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.js +12 -6
  97. package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.js.map +1 -1
  98. package/lib-commonjs/index.js +170 -5
  99. package/lib-commonjs/index.js.map +1 -1
  100. package/package.json +24 -27
  101. package/lib/Accordion.d.ts +0 -1
  102. package/lib/AccordionHeader.d.ts +0 -1
  103. package/lib/AccordionItem.d.ts +0 -1
  104. package/lib/AccordionPanel.d.ts +0 -1
  105. package/lib/components/Accordion/Accordion.d.ts +0 -6
  106. package/lib/components/Accordion/Accordion.types.d.ts +0 -53
  107. package/lib/components/Accordion/AccordionContext.d.ts +0 -3
  108. package/lib/components/Accordion/index.d.ts +0 -7
  109. package/lib/components/Accordion/renderAccordion.d.ts +0 -5
  110. package/lib/components/Accordion/useAccordion.d.ts +0 -8
  111. package/lib/components/Accordion/useAccordionContextValues.d.ts +0 -2
  112. package/lib/components/Accordion/useAccordionStyles.d.ts +0 -3
  113. package/lib/components/AccordionHeader/AccordionHeader.d.ts +0 -7
  114. package/lib/components/AccordionHeader/AccordionHeader.types.d.ts +0 -48
  115. package/lib/components/AccordionHeader/AccordionHeaderContext.d.ts +0 -4
  116. package/lib/components/AccordionHeader/index.d.ts +0 -6
  117. package/lib/components/AccordionHeader/renderAccordionHeader.d.ts +0 -5
  118. package/lib/components/AccordionHeader/useAccordionHeader.d.ts +0 -8
  119. package/lib/components/AccordionHeader/useAccordionHeaderContextValues.d.ts +0 -2
  120. package/lib/components/AccordionHeader/useAccordionHeaderStyles.d.ts +0 -4
  121. package/lib/components/AccordionItem/AccordionItem.d.ts +0 -6
  122. package/lib/components/AccordionItem/AccordionItem.types.d.ts +0 -26
  123. package/lib/components/AccordionItem/AccordionItemContext.d.ts +0 -4
  124. package/lib/components/AccordionItem/index.d.ts +0 -7
  125. package/lib/components/AccordionItem/renderAccordionItem.d.ts +0 -5
  126. package/lib/components/AccordionItem/useAccordionItem.d.ts +0 -8
  127. package/lib/components/AccordionItem/useAccordionItemContextValues.d.ts +0 -2
  128. package/lib/components/AccordionItem/useAccordionItemStyles.d.ts +0 -3
  129. package/lib/components/AccordionPanel/AccordionPanel.d.ts +0 -6
  130. package/lib/components/AccordionPanel/AccordionPanel.types.d.ts +0 -11
  131. package/lib/components/AccordionPanel/index.d.ts +0 -5
  132. package/lib/components/AccordionPanel/renderAccordionPanel.d.ts +0 -5
  133. package/lib/components/AccordionPanel/useAccordionPanel.d.ts +0 -8
  134. package/lib/components/AccordionPanel/useAccordionPanelStyles.d.ts +0 -4
  135. package/lib/index.d.ts +0 -4
  136. package/lib-commonjs/Accordion.d.ts +0 -1
  137. package/lib-commonjs/AccordionHeader.d.ts +0 -1
  138. package/lib-commonjs/AccordionItem.d.ts +0 -1
  139. package/lib-commonjs/AccordionPanel.d.ts +0 -1
  140. package/lib-commonjs/components/Accordion/Accordion.d.ts +0 -6
  141. package/lib-commonjs/components/Accordion/Accordion.types.d.ts +0 -53
  142. package/lib-commonjs/components/Accordion/AccordionContext.d.ts +0 -3
  143. package/lib-commonjs/components/Accordion/index.d.ts +0 -7
  144. package/lib-commonjs/components/Accordion/renderAccordion.d.ts +0 -5
  145. package/lib-commonjs/components/Accordion/useAccordion.d.ts +0 -8
  146. package/lib-commonjs/components/Accordion/useAccordionContextValues.d.ts +0 -2
  147. package/lib-commonjs/components/Accordion/useAccordionStyles.d.ts +0 -3
  148. package/lib-commonjs/components/AccordionHeader/AccordionHeader.d.ts +0 -7
  149. package/lib-commonjs/components/AccordionHeader/AccordionHeader.types.d.ts +0 -48
  150. package/lib-commonjs/components/AccordionHeader/AccordionHeaderContext.d.ts +0 -4
  151. package/lib-commonjs/components/AccordionHeader/index.d.ts +0 -6
  152. package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.d.ts +0 -5
  153. package/lib-commonjs/components/AccordionHeader/useAccordionHeader.d.ts +0 -8
  154. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.d.ts +0 -2
  155. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.d.ts +0 -4
  156. package/lib-commonjs/components/AccordionItem/AccordionItem.d.ts +0 -6
  157. package/lib-commonjs/components/AccordionItem/AccordionItem.types.d.ts +0 -26
  158. package/lib-commonjs/components/AccordionItem/AccordionItemContext.d.ts +0 -4
  159. package/lib-commonjs/components/AccordionItem/index.d.ts +0 -7
  160. package/lib-commonjs/components/AccordionItem/renderAccordionItem.d.ts +0 -5
  161. package/lib-commonjs/components/AccordionItem/useAccordionItem.d.ts +0 -8
  162. package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.d.ts +0 -2
  163. package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.d.ts +0 -3
  164. package/lib-commonjs/components/AccordionPanel/AccordionPanel.d.ts +0 -6
  165. package/lib-commonjs/components/AccordionPanel/AccordionPanel.types.d.ts +0 -11
  166. package/lib-commonjs/components/AccordionPanel/index.d.ts +0 -5
  167. package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.d.ts +0 -5
  168. package/lib-commonjs/components/AccordionPanel/useAccordionPanel.d.ts +0 -8
  169. package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.d.ts +0 -4
  170. package/lib-commonjs/index.d.ts +0 -4
package/CHANGELOG.md CHANGED
@@ -1,27 +1,207 @@
1
1
  # Change Log - @fluentui/react-accordion
2
2
 
3
- This log was last generated on Tue, 15 Feb 2022 04:11:37 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 28 Jun 2022 04:31:25 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightlyfc5cfdc52420220215.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v0.0.0-nightlyfc5cfdc52420220215.1)
7
+ ## [0.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v0.0.0)
8
8
 
9
- Tue, 15 Feb 2022 04:11:37 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.1..@fluentui/react-accordion_v0.0.0-nightlyfc5cfdc52420220215.1)
9
+ Tue, 28 Jun 2022 04:31:25 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.14..@fluentui/react-accordion_v0.0.0)
11
+
12
+ ### Patches
13
+
14
+ - feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
15
+ - Bump @fluentui/react-aria to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
16
+ - Bump @fluentui/react-context-selector to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
17
+ - Bump @fluentui/react-shared-contexts to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
18
+ - Bump @fluentui/react-tabster to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
19
+ - Bump @fluentui/react-theme to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
20
+ - Bump @fluentui/react-utilities to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
21
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220628-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
22
+
23
+ ### Changes
24
+
25
+ - Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
26
+ - chore: Adding scheduler as a peer dependency since this package has a dependency on @fluentui/react-context-selector. ([PR #23681](https://github.com/microsoft/fluentui/pull/23681) by Humberto.Morimoto@microsoft.com)
27
+ - chore: Update @fluentui/react-icons to latest version ([PR #23459](https://github.com/microsoft/fluentui/pull/23459) by olfedias@microsoft.com)
28
+ - Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
29
+ - fix: Removing user-select: 'none' from AccordionHeader styles. ([PR #23713](https://github.com/microsoft/fluentui/pull/23713) by Humberto.Morimoto@microsoft.com)
30
+ - chore: updates AccordionHeader to follow design spec tokens ([PR #23295](https://github.com/microsoft/fluentui/pull/23295) by bernardo.sunderhus@gmail.com)
31
+
32
+ ## [9.0.0-rc.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.14)
33
+
34
+ Thu, 23 Jun 2022 14:25:31 GMT
35
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.13..@fluentui/react-accordion_v9.0.0-rc.14)
36
+
37
+ ### Changes
38
+
39
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.11 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
40
+ - Bump @fluentui/react-tabster to v9.0.0-rc.14 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
41
+ - Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
42
+
43
+ ## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.13)
44
+
45
+ Tue, 31 May 2022 21:28:34 GMT
46
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.12..@fluentui/react-accordion_v9.0.0-rc.13)
47
+
48
+ ### Changes
49
+
50
+ - chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
51
+ - updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
52
+ - Bump @fluentui/react-aria to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
53
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
54
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
55
+ - Bump @fluentui/react-tabster to v9.0.0-rc.13 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
56
+ - Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
57
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
58
+
59
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.12)
60
+
61
+ Thu, 26 May 2022 21:01:22 GMT
62
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.11..@fluentui/react-accordion_v9.0.0-rc.12)
63
+
64
+ ### Changes
65
+
66
+ - Bump @fluentui/react-tabster to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
67
+
68
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.11)
69
+
70
+ Mon, 23 May 2022 18:56:40 GMT
71
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.10..@fluentui/react-accordion_v9.0.0-rc.11)
72
+
73
+ ### Changes
74
+
75
+ - BREAKING: stop exporting AccordionContext and AccordionItemContext ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
76
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
77
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
78
+ - Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
79
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
80
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
81
+
82
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.10)
83
+
84
+ Mon, 23 May 2022 12:13:58 GMT
85
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.9..@fluentui/react-accordion_v9.0.0-rc.10)
86
+
87
+ ### Changes
88
+
89
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
90
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
91
+ - react-accordion: ship rolluped only dts. ([PR #23061](https://github.com/microsoft/fluentui/pull/23061) by tristan.watanabe@gmail.com)
92
+ - Bump @fluentui/react-aria to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
93
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
94
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
95
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
96
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
97
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
98
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
99
+
100
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.9)
101
+
102
+ Thu, 05 May 2022 18:26:30 GMT
103
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.8..@fluentui/react-accordion_v9.0.0-rc.9)
104
+
105
+ ### Changes
106
+
107
+ - Bump @fluentui/react-aria to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
108
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
109
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
110
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
111
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
112
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
113
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
114
+
115
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.8)
116
+
117
+ Wed, 04 May 2022 13:26:37 GMT
118
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.7..@fluentui/react-accordion_v9.0.0-rc.8)
119
+
120
+ ### Changes
121
+
122
+ - remove star exports ([PR #22682](https://github.com/microsoft/fluentui/pull/22682) by seanmonahan@microsoft.com)
123
+ - Bump @fluentui/react-aria to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
124
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
125
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
126
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
127
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
128
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
129
+
130
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.7)
131
+
132
+ Mon, 25 Apr 2022 09:32:16 GMT
133
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.6..@fluentui/react-accordion_v9.0.0-rc.7)
134
+
135
+ ### Changes
136
+
137
+ - Adjusting accordion keyboard navigation. ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by marata@microsoft.com)
138
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
139
+
140
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.6)
141
+
142
+ Tue, 19 Apr 2022 19:17:06 GMT
143
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.5..@fluentui/react-accordion_v9.0.0-rc.6)
144
+
145
+ ### Changes
146
+
147
+ - Add static classnames to Accordion ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
148
+ - add missing dependencies ([PR #21924](https://github.com/microsoft/fluentui/pull/21924) by martinhochel@microsoft.com)
149
+ - update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10 ([PR #22512](https://github.com/microsoft/fluentui/pull/22512) by seanmonahan@microsoft.com)
150
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
151
+ - Bump @fluentui/react-aria to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
152
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
153
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
154
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
155
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
156
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
157
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
158
+
159
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.5)
160
+
161
+ Fri, 04 Mar 2022 05:17:33 GMT
162
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.4..@fluentui/react-accordion_v9.0.0-rc.5)
163
+
164
+ ### Changes
165
+
166
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
167
+ - Bump @fluentui/react-aria to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
168
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
169
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
170
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
171
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
172
+
173
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.4)
174
+
175
+ Tue, 01 Mar 2022 02:17:40 GMT
176
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.3..@fluentui/react-accordion_v9.0.0-rc.4)
177
+
178
+ ### Changes
179
+
180
+ - Bump @fluentui/react-aria to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
181
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
182
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
183
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
184
+
185
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.3)
186
+
187
+ Fri, 18 Feb 2022 13:35:37 GMT
188
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.1..@fluentui/react-accordion_v9.0.0-rc.3)
11
189
 
12
190
  ### Changes
13
191
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by email not defined)
15
- - Bump @fluentui/react-aria to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
16
- - Bump @fluentui/react-context-selector to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
17
- - Bump @fluentui/react-tabster to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
18
- - Bump @fluentui/react-theme to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
19
- - Bump @fluentui/react-utilities to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
20
- - Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
192
+ - Updates initial open items value to be empty on every case ([PR #21728](https://github.com/microsoft/fluentui/pull/21728) by bsunderhus@microsoft.com)
193
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
194
+ - Breaking change: navigable becomes navigation ([PR #21729](https://github.com/microsoft/fluentui/pull/21729) by bsunderhus@microsoft.com)
195
+ - Bump @fluentui/react-aria to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
196
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
197
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
198
+ - Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
199
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
200
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
21
201
 
22
202
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.1)
23
203
 
24
- Thu, 10 Feb 2022 08:52:11 GMT
204
+ Thu, 10 Feb 2022 08:52:11 GMT
25
205
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.5..@fluentui/react-accordion_v9.0.0-rc.1)
26
206
 
27
207
  ### Changes
@@ -52,7 +232,7 @@ Thu, 10 Feb 2022 08:52:11 GMT
52
232
 
53
233
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.5)
54
234
 
55
- Thu, 25 Nov 2021 08:34:10 GMT
235
+ Thu, 25 Nov 2021 08:34:10 GMT
56
236
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.4..@fluentui/react-accordion_v9.0.0-beta.5)
57
237
 
58
238
  ### Changes
@@ -69,7 +249,7 @@ Thu, 25 Nov 2021 08:34:10 GMT
69
249
 
70
250
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.4)
71
251
 
72
- Fri, 12 Nov 2021 13:25:12 GMT
252
+ Fri, 12 Nov 2021 13:25:12 GMT
73
253
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.3..@fluentui/react-accordion_v9.0.0-beta.4)
74
254
 
75
255
  ### Changes
@@ -89,7 +269,7 @@ Fri, 12 Nov 2021 13:25:12 GMT
89
269
 
90
270
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.3)
91
271
 
92
- Wed, 27 Oct 2021 12:14:12 GMT
272
+ Wed, 27 Oct 2021 12:14:12 GMT
93
273
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.2..@fluentui/react-accordion_v9.0.0-beta.3)
94
274
 
95
275
  ### Changes
@@ -107,7 +287,7 @@ Wed, 27 Oct 2021 12:14:12 GMT
107
287
 
108
288
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.2)
109
289
 
110
- Tue, 12 Oct 2021 19:45:58 GMT
290
+ Tue, 12 Oct 2021 19:45:58 GMT
111
291
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.1..@fluentui/react-accordion_v9.0.0-beta.2)
112
292
 
113
293
  ### Changes
@@ -117,7 +297,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
117
297
 
118
298
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.1)
119
299
 
120
- Wed, 06 Oct 2021 10:37:22 GMT
300
+ Wed, 06 Oct 2021 10:37:22 GMT
121
301
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.90..@fluentui/react-accordion_v9.0.0-beta.1)
122
302
 
123
303
  ### Changes
@@ -135,7 +315,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
135
315
 
136
316
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.90)
137
317
 
138
- Tue, 05 Oct 2021 12:47:58 GMT
318
+ Tue, 05 Oct 2021 12:47:58 GMT
139
319
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.89..@fluentui/react-accordion_v9.0.0-alpha.90)
140
320
 
141
321
  ### Changes
@@ -149,7 +329,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
149
329
 
150
330
  ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.89)
151
331
 
152
- Tue, 05 Oct 2021 09:28:07 GMT
332
+ Tue, 05 Oct 2021 09:28:07 GMT
153
333
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.88..@fluentui/react-accordion_v9.0.0-alpha.89)
154
334
 
155
335
  ### Changes
@@ -166,7 +346,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
166
346
 
167
347
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.88)
168
348
 
169
- Fri, 01 Oct 2021 14:13:08 GMT
349
+ Fri, 01 Oct 2021 14:13:08 GMT
170
350
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.86..@fluentui/react-accordion_v9.0.0-alpha.88)
171
351
 
172
352
  ### Changes
@@ -184,7 +364,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
184
364
 
185
365
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.86)
186
366
 
187
- Fri, 01 Oct 2021 12:30:46 GMT
367
+ Fri, 01 Oct 2021 12:30:46 GMT
188
368
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.85..@fluentui/react-accordion_v9.0.0-alpha.86)
189
369
 
190
370
  ### Changes
@@ -194,7 +374,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
194
374
 
195
375
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.85)
196
376
 
197
- Fri, 01 Oct 2021 09:44:56 GMT
377
+ Fri, 01 Oct 2021 09:44:56 GMT
198
378
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.84..@fluentui/react-accordion_v9.0.0-alpha.85)
199
379
 
200
380
  ### Changes
@@ -204,7 +384,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
204
384
 
205
385
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.84)
206
386
 
207
- Wed, 29 Sep 2021 08:06:11 GMT
387
+ Wed, 29 Sep 2021 08:06:11 GMT
208
388
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.83..@fluentui/react-accordion_v9.0.0-alpha.84)
209
389
 
210
390
  ### Changes
@@ -219,7 +399,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
219
399
 
220
400
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.83)
221
401
 
222
- Mon, 27 Sep 2021 08:06:00 GMT
402
+ Mon, 27 Sep 2021 08:06:00 GMT
223
403
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.82..@fluentui/react-accordion_v9.0.0-alpha.83)
224
404
 
225
405
  ### Changes
@@ -235,7 +415,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
235
415
 
236
416
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.82)
237
417
 
238
- Fri, 24 Sep 2021 09:17:17 GMT
418
+ Fri, 24 Sep 2021 09:17:17 GMT
239
419
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.81..@fluentui/react-accordion_v9.0.0-alpha.82)
240
420
 
241
421
  ### Changes
@@ -251,7 +431,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
251
431
 
252
432
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.81)
253
433
 
254
- Thu, 23 Sep 2021 08:21:34 GMT
434
+ Thu, 23 Sep 2021 08:21:34 GMT
255
435
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.80..@fluentui/react-accordion_v9.0.0-alpha.81)
256
436
 
257
437
  ### Changes
@@ -267,7 +447,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
267
447
 
268
448
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.80)
269
449
 
270
- Wed, 22 Sep 2021 10:10:07 GMT
450
+ Wed, 22 Sep 2021 10:10:07 GMT
271
451
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.79..@fluentui/react-accordion_v9.0.0-alpha.80)
272
452
 
273
453
  ### Changes
@@ -283,7 +463,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
283
463
 
284
464
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.79)
285
465
 
286
- Tue, 21 Sep 2021 07:42:34 GMT
466
+ Tue, 21 Sep 2021 07:42:34 GMT
287
467
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.78..@fluentui/react-accordion_v9.0.0-alpha.79)
288
468
 
289
469
  ### Changes
@@ -299,7 +479,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
299
479
 
300
480
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.78)
301
481
 
302
- Mon, 20 Sep 2021 07:36:26 GMT
482
+ Mon, 20 Sep 2021 07:36:26 GMT
303
483
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.77..@fluentui/react-accordion_v9.0.0-alpha.78)
304
484
 
305
485
  ### Changes
@@ -308,7 +488,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
308
488
 
309
489
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.77)
310
490
 
311
- Fri, 17 Sep 2021 07:35:26 GMT
491
+ Fri, 17 Sep 2021 07:35:26 GMT
312
492
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.76..@fluentui/react-accordion_v9.0.0-alpha.77)
313
493
 
314
494
  ### Changes
@@ -317,7 +497,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
317
497
 
318
498
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.76)
319
499
 
320
- Thu, 16 Sep 2021 07:38:39 GMT
500
+ Thu, 16 Sep 2021 07:38:39 GMT
321
501
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.75..@fluentui/react-accordion_v9.0.0-alpha.76)
322
502
 
323
503
  ### Changes
@@ -327,7 +507,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
327
507
 
328
508
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.75)
329
509
 
330
- Tue, 14 Sep 2021 20:09:02 GMT
510
+ Tue, 14 Sep 2021 20:09:02 GMT
331
511
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.74..@fluentui/react-accordion_v9.0.0-alpha.75)
332
512
 
333
513
  ### Changes
@@ -336,7 +516,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
336
516
 
337
517
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.74)
338
518
 
339
- Tue, 14 Sep 2021 07:38:18 GMT
519
+ Tue, 14 Sep 2021 07:38:18 GMT
340
520
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.73..@fluentui/react-accordion_v9.0.0-alpha.74)
341
521
 
342
522
  ### Changes
@@ -345,7 +525,7 @@ Tue, 14 Sep 2021 07:38:18 GMT
345
525
 
346
526
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.73)
347
527
 
348
- Fri, 10 Sep 2021 16:31:53 GMT
528
+ Fri, 10 Sep 2021 16:31:53 GMT
349
529
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.72..@fluentui/react-accordion_v9.0.0-alpha.73)
350
530
 
351
531
  ### Changes
@@ -355,7 +535,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
355
535
 
356
536
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.72)
357
537
 
358
- Fri, 10 Sep 2021 07:39:51 GMT
538
+ Fri, 10 Sep 2021 07:39:51 GMT
359
539
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.71..@fluentui/react-accordion_v9.0.0-alpha.72)
360
540
 
361
541
  ### Changes
@@ -364,7 +544,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
364
544
 
365
545
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.71)
366
546
 
367
- Mon, 06 Sep 2021 07:34:53 GMT
547
+ Mon, 06 Sep 2021 07:34:53 GMT
368
548
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.70..@fluentui/react-accordion_v9.0.0-alpha.71)
369
549
 
370
550
  ### Changes
@@ -373,7 +553,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
373
553
 
374
554
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.70)
375
555
 
376
- Thu, 02 Sep 2021 07:36:46 GMT
556
+ Thu, 02 Sep 2021 07:36:46 GMT
377
557
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.69..@fluentui/react-accordion_v9.0.0-alpha.70)
378
558
 
379
559
  ### Patches
@@ -386,7 +566,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
386
566
 
387
567
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.69)
388
568
 
389
- Wed, 01 Sep 2021 07:39:56 GMT
569
+ Wed, 01 Sep 2021 07:39:56 GMT
390
570
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.68..@fluentui/react-accordion_v9.0.0-alpha.69)
391
571
 
392
572
  ### Changes
@@ -395,7 +575,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
395
575
 
396
576
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.68)
397
577
 
398
- Tue, 31 Aug 2021 07:37:47 GMT
578
+ Tue, 31 Aug 2021 07:37:47 GMT
399
579
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.67..@fluentui/react-accordion_v9.0.0-alpha.68)
400
580
 
401
581
  ### Changes
@@ -404,7 +584,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
404
584
 
405
585
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.67)
406
586
 
407
- Mon, 30 Aug 2021 07:35:05 GMT
587
+ Mon, 30 Aug 2021 07:35:05 GMT
408
588
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.66..@fluentui/react-accordion_v9.0.0-alpha.67)
409
589
 
410
590
  ### Changes
@@ -413,7 +593,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
413
593
 
414
594
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.66)
415
595
 
416
- Fri, 27 Aug 2021 07:33:32 GMT
596
+ Fri, 27 Aug 2021 07:33:32 GMT
417
597
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.65..@fluentui/react-accordion_v9.0.0-alpha.66)
418
598
 
419
599
  ### Changes
@@ -422,7 +602,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
422
602
 
423
603
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.65)
424
604
 
425
- Thu, 26 Aug 2021 07:35:43 GMT
605
+ Thu, 26 Aug 2021 07:35:43 GMT
426
606
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.64..@fluentui/react-accordion_v9.0.0-alpha.65)
427
607
 
428
608
  ### Changes
@@ -431,7 +611,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
431
611
 
432
612
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.64)
433
613
 
434
- Fri, 20 Aug 2021 07:37:28 GMT
614
+ Fri, 20 Aug 2021 07:37:28 GMT
435
615
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.63..@fluentui/react-accordion_v9.0.0-alpha.64)
436
616
 
437
617
  ### Changes
@@ -440,7 +620,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
440
620
 
441
621
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.63)
442
622
 
443
- Thu, 19 Aug 2021 07:41:35 GMT
623
+ Thu, 19 Aug 2021 07:41:35 GMT
444
624
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.62..@fluentui/react-accordion_v9.0.0-alpha.63)
445
625
 
446
626
  ### Changes
@@ -449,7 +629,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
449
629
 
450
630
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.62)
451
631
 
452
- Fri, 13 Aug 2021 07:36:34 GMT
632
+ Fri, 13 Aug 2021 07:36:34 GMT
453
633
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.61..@fluentui/react-accordion_v9.0.0-alpha.62)
454
634
 
455
635
  ### Changes
@@ -458,7 +638,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
458
638
 
459
639
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.61)
460
640
 
461
- Wed, 11 Aug 2021 07:34:54 GMT
641
+ Wed, 11 Aug 2021 07:34:54 GMT
462
642
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.60..@fluentui/react-accordion_v9.0.0-alpha.61)
463
643
 
464
644
  ### Changes
@@ -467,7 +647,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
467
647
 
468
648
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.60)
469
649
 
470
- Fri, 06 Aug 2021 07:35:14 GMT
650
+ Fri, 06 Aug 2021 07:35:14 GMT
471
651
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.59..@fluentui/react-accordion_v9.0.0-alpha.60)
472
652
 
473
653
  ### Changes
@@ -476,7 +656,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
476
656
 
477
657
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.59)
478
658
 
479
- Tue, 03 Aug 2021 07:39:30 GMT
659
+ Tue, 03 Aug 2021 07:39:30 GMT
480
660
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.58..@fluentui/react-accordion_v9.0.0-alpha.59)
481
661
 
482
662
  ### Patches
@@ -491,7 +671,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
491
671
 
492
672
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.58)
493
673
 
494
- Mon, 02 Aug 2021 07:36:20 GMT
674
+ Mon, 02 Aug 2021 07:36:20 GMT
495
675
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.57..@fluentui/react-accordion_v9.0.0-alpha.58)
496
676
 
497
677
  ### Changes
@@ -500,7 +680,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
500
680
 
501
681
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.57)
502
682
 
503
- Mon, 26 Jul 2021 07:37:30 GMT
683
+ Mon, 26 Jul 2021 07:37:30 GMT
504
684
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.56..@fluentui/react-accordion_v9.0.0-alpha.57)
505
685
 
506
686
  ### Changes
@@ -509,7 +689,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
509
689
 
510
690
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.56)
511
691
 
512
- Fri, 23 Jul 2021 07:38:19 GMT
692
+ Fri, 23 Jul 2021 07:38:19 GMT
513
693
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.55..@fluentui/react-accordion_v9.0.0-alpha.56)
514
694
 
515
695
  ### Changes
@@ -518,7 +698,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
518
698
 
519
699
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.55)
520
700
 
521
- Thu, 22 Jul 2021 07:36:55 GMT
701
+ Thu, 22 Jul 2021 07:36:55 GMT
522
702
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.54..@fluentui/react-accordion_v9.0.0-alpha.55)
523
703
 
524
704
  ### Changes
@@ -527,7 +707,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
527
707
 
528
708
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.54)
529
709
 
530
- Tue, 20 Jul 2021 22:23:17 GMT
710
+ Tue, 20 Jul 2021 22:23:17 GMT
531
711
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.53..@fluentui/react-accordion_v9.0.0-alpha.54)
532
712
 
533
713
  ### Changes
@@ -536,7 +716,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
536
716
 
537
717
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.53)
538
718
 
539
- Fri, 16 Jul 2021 22:53:17 GMT
719
+ Fri, 16 Jul 2021 22:53:17 GMT
540
720
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.52..@fluentui/react-accordion_v9.0.0-alpha.53)
541
721
 
542
722
  ### Changes
@@ -545,7 +725,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
545
725
 
546
726
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.52)
547
727
 
548
- Thu, 15 Jul 2021 07:36:18 GMT
728
+ Thu, 15 Jul 2021 07:36:18 GMT
549
729
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.51..@fluentui/react-accordion_v9.0.0-alpha.52)
550
730
 
551
731
  ### Changes
@@ -554,7 +734,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
554
734
 
555
735
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.51)
556
736
 
557
- Tue, 13 Jul 2021 22:32:58 GMT
737
+ Tue, 13 Jul 2021 22:32:58 GMT
558
738
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.50..@fluentui/react-accordion_v9.0.0-alpha.51)
559
739
 
560
740
  ### Patches
@@ -563,7 +743,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
563
743
 
564
744
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.50)
565
745
 
566
- Tue, 13 Jul 2021 07:35:36 GMT
746
+ Tue, 13 Jul 2021 07:35:36 GMT
567
747
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.49..@fluentui/react-accordion_v9.0.0-alpha.50)
568
748
 
569
749
  ### Changes
@@ -572,7 +752,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
572
752
 
573
753
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.49)
574
754
 
575
- Mon, 12 Jul 2021 07:33:23 GMT
755
+ Mon, 12 Jul 2021 07:33:23 GMT
576
756
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.48..@fluentui/react-accordion_v9.0.0-alpha.49)
577
757
 
578
758
  ### Changes
@@ -583,7 +763,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
583
763
 
584
764
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.48)
585
765
 
586
- Fri, 09 Jul 2021 07:39:31 GMT
766
+ Fri, 09 Jul 2021 07:39:31 GMT
587
767
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.47..@fluentui/react-accordion_v9.0.0-alpha.48)
588
768
 
589
769
  ### Patches
@@ -598,7 +778,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
598
778
 
599
779
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.47)
600
780
 
601
- Fri, 02 Jul 2021 23:15:55 GMT
781
+ Fri, 02 Jul 2021 23:15:55 GMT
602
782
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.46..@fluentui/react-accordion_v9.0.0-alpha.47)
603
783
 
604
784
  ### Changes
@@ -607,7 +787,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
607
787
 
608
788
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.46)
609
789
 
610
- Fri, 02 Jul 2021 07:37:06 GMT
790
+ Fri, 02 Jul 2021 07:37:06 GMT
611
791
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.45..@fluentui/react-accordion_v9.0.0-alpha.46)
612
792
 
613
793
  ### Changes
@@ -616,7 +796,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
616
796
 
617
797
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.45)
618
798
 
619
- Thu, 01 Jul 2021 07:35:05 GMT
799
+ Thu, 01 Jul 2021 07:35:05 GMT
620
800
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.44..@fluentui/react-accordion_v9.0.0-alpha.45)
621
801
 
622
802
  ### Changes
@@ -626,7 +806,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
626
806
 
627
807
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.44)
628
808
 
629
- Wed, 30 Jun 2021 07:38:35 GMT
809
+ Wed, 30 Jun 2021 07:38:35 GMT
630
810
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.43..@fluentui/react-accordion_v9.0.0-alpha.44)
631
811
 
632
812
  ### Changes
@@ -635,7 +815,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
635
815
 
636
816
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.43)
637
817
 
638
- Tue, 29 Jun 2021 07:33:32 GMT
818
+ Tue, 29 Jun 2021 07:33:32 GMT
639
819
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.42..@fluentui/react-accordion_v9.0.0-alpha.43)
640
820
 
641
821
  ### Changes
@@ -644,7 +824,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
644
824
 
645
825
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.42)
646
826
 
647
- Tue, 22 Jun 2021 07:35:11 GMT
827
+ Tue, 22 Jun 2021 07:35:11 GMT
648
828
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.41..@fluentui/react-accordion_v9.0.0-alpha.42)
649
829
 
650
830
  ### Changes
@@ -653,7 +833,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
653
833
 
654
834
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.41)
655
835
 
656
- Mon, 21 Jun 2021 07:34:33 GMT
836
+ Mon, 21 Jun 2021 07:34:33 GMT
657
837
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.40..@fluentui/react-accordion_v9.0.0-alpha.41)
658
838
 
659
839
  ### Changes
@@ -662,7 +842,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
662
842
 
663
843
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.40)
664
844
 
665
- Wed, 16 Jun 2021 07:34:24 GMT
845
+ Wed, 16 Jun 2021 07:34:24 GMT
666
846
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.39..@fluentui/react-accordion_v9.0.0-alpha.40)
667
847
 
668
848
  ### Changes
@@ -671,7 +851,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
671
851
 
672
852
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.39)
673
853
 
674
- Tue, 15 Jun 2021 07:40:20 GMT
854
+ Tue, 15 Jun 2021 07:40:20 GMT
675
855
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.38..@fluentui/react-accordion_v9.0.0-alpha.39)
676
856
 
677
857
  ### Changes
@@ -680,7 +860,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
680
860
 
681
861
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.38)
682
862
 
683
- Wed, 09 Jun 2021 07:33:38 GMT
863
+ Wed, 09 Jun 2021 07:33:38 GMT
684
864
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.37..@fluentui/react-accordion_v9.0.0-alpha.38)
685
865
 
686
866
  ### Changes
@@ -689,7 +869,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
689
869
 
690
870
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.37)
691
871
 
692
- Mon, 07 Jun 2021 07:38:15 GMT
872
+ Mon, 07 Jun 2021 07:38:15 GMT
693
873
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.36..@fluentui/react-accordion_v9.0.0-alpha.37)
694
874
 
695
875
  ### Patches
@@ -704,7 +884,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
704
884
 
705
885
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.36)
706
886
 
707
- Fri, 04 Jun 2021 07:37:23 GMT
887
+ Fri, 04 Jun 2021 07:37:23 GMT
708
888
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.35..@fluentui/react-accordion_v9.0.0-alpha.36)
709
889
 
710
890
  ### Changes
@@ -713,7 +893,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
713
893
 
714
894
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.35)
715
895
 
716
- Thu, 03 Jun 2021 07:36:03 GMT
896
+ Thu, 03 Jun 2021 07:36:03 GMT
717
897
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.34..@fluentui/react-accordion_v9.0.0-alpha.35)
718
898
 
719
899
  ### Changes
@@ -722,7 +902,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
722
902
 
723
903
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.34)
724
904
 
725
- Wed, 02 Jun 2021 07:37:15 GMT
905
+ Wed, 02 Jun 2021 07:37:15 GMT
726
906
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.33..@fluentui/react-accordion_v9.0.0-alpha.34)
727
907
 
728
908
  ### Changes
@@ -731,7 +911,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
731
911
 
732
912
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.33)
733
913
 
734
- Wed, 26 May 2021 07:35:43 GMT
914
+ Wed, 26 May 2021 07:35:43 GMT
735
915
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.32..@fluentui/react-accordion_v9.0.0-alpha.33)
736
916
 
737
917
  ### Changes
@@ -740,7 +920,7 @@ Wed, 26 May 2021 07:35:43 GMT
740
920
 
741
921
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.32)
742
922
 
743
- Fri, 21 May 2021 07:34:54 GMT
923
+ Fri, 21 May 2021 07:34:54 GMT
744
924
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.31..@fluentui/react-accordion_v9.0.0-alpha.32)
745
925
 
746
926
  ### Changes
@@ -749,7 +929,7 @@ Fri, 21 May 2021 07:34:54 GMT
749
929
 
750
930
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.31)
751
931
 
752
- Thu, 20 May 2021 07:41:54 GMT
932
+ Thu, 20 May 2021 07:41:54 GMT
753
933
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.30..@fluentui/react-accordion_v9.0.0-alpha.31)
754
934
 
755
935
  ### Patches
@@ -764,7 +944,7 @@ Thu, 20 May 2021 07:41:54 GMT
764
944
 
765
945
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.30)
766
946
 
767
- Wed, 19 May 2021 07:34:20 GMT
947
+ Wed, 19 May 2021 07:34:20 GMT
768
948
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.29..@fluentui/react-accordion_v9.0.0-alpha.30)
769
949
 
770
950
  ### Patches
@@ -777,7 +957,7 @@ Wed, 19 May 2021 07:34:20 GMT
777
957
 
778
958
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.29)
779
959
 
780
- Tue, 18 May 2021 07:34:38 GMT
960
+ Tue, 18 May 2021 07:34:38 GMT
781
961
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.28..@fluentui/react-accordion_v9.0.0-alpha.29)
782
962
 
783
963
  ### Changes
@@ -786,7 +966,7 @@ Tue, 18 May 2021 07:34:38 GMT
786
966
 
787
967
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.28)
788
968
 
789
- Thu, 13 May 2021 07:36:55 GMT
969
+ Thu, 13 May 2021 07:36:55 GMT
790
970
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.27..@fluentui/react-accordion_v9.0.0-alpha.28)
791
971
 
792
972
  ### Changes
@@ -795,7 +975,7 @@ Thu, 13 May 2021 07:36:55 GMT
795
975
 
796
976
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.27)
797
977
 
798
- Wed, 12 May 2021 07:36:20 GMT
978
+ Wed, 12 May 2021 07:36:20 GMT
799
979
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.26..@fluentui/react-accordion_v9.0.0-alpha.27)
800
980
 
801
981
  ### Changes
@@ -804,7 +984,7 @@ Wed, 12 May 2021 07:36:20 GMT
804
984
 
805
985
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.26)
806
986
 
807
- Mon, 10 May 2021 07:36:07 GMT
987
+ Mon, 10 May 2021 07:36:07 GMT
808
988
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.25..@fluentui/react-accordion_v9.0.0-alpha.26)
809
989
 
810
990
  ### Changes
@@ -813,7 +993,7 @@ Mon, 10 May 2021 07:36:07 GMT
813
993
 
814
994
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.25)
815
995
 
816
- Wed, 05 May 2021 07:36:50 GMT
996
+ Wed, 05 May 2021 07:36:50 GMT
817
997
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.24..@fluentui/react-accordion_v9.0.0-alpha.25)
818
998
 
819
999
  ### Changes
@@ -822,7 +1002,7 @@ Wed, 05 May 2021 07:36:50 GMT
822
1002
 
823
1003
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.24)
824
1004
 
825
- Mon, 03 May 2021 07:45:19 GMT
1005
+ Mon, 03 May 2021 07:45:19 GMT
826
1006
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.23..@fluentui/react-accordion_v9.0.0-alpha.24)
827
1007
 
828
1008
  ### Changes
@@ -831,7 +1011,7 @@ Mon, 03 May 2021 07:45:19 GMT
831
1011
 
832
1012
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.23)
833
1013
 
834
- Fri, 30 Apr 2021 07:42:23 GMT
1014
+ Fri, 30 Apr 2021 07:42:23 GMT
835
1015
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.22..@fluentui/react-accordion_v9.0.0-alpha.23)
836
1016
 
837
1017
  ### Patches
@@ -847,7 +1027,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
847
1027
 
848
1028
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.22)
849
1029
 
850
- Wed, 28 Apr 2021 07:32:59 GMT
1030
+ Wed, 28 Apr 2021 07:32:59 GMT
851
1031
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.21..@fluentui/react-accordion_v9.0.0-alpha.22)
852
1032
 
853
1033
  ### Changes
@@ -856,7 +1036,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
856
1036
 
857
1037
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.21)
858
1038
 
859
- Tue, 27 Apr 2021 07:34:03 GMT
1039
+ Tue, 27 Apr 2021 07:34:03 GMT
860
1040
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.20..@fluentui/react-accordion_v9.0.0-alpha.21)
861
1041
 
862
1042
  ### Changes
@@ -865,7 +1045,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
865
1045
 
866
1046
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.20)
867
1047
 
868
- Mon, 26 Apr 2021 07:34:31 GMT
1048
+ Mon, 26 Apr 2021 07:34:31 GMT
869
1049
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.19..@fluentui/react-accordion_v9.0.0-alpha.20)
870
1050
 
871
1051
  ### Changes
@@ -874,7 +1054,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
874
1054
 
875
1055
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.19)
876
1056
 
877
- Fri, 23 Apr 2021 07:37:10 GMT
1057
+ Fri, 23 Apr 2021 07:37:10 GMT
878
1058
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.18..@fluentui/react-accordion_v9.0.0-alpha.19)
879
1059
 
880
1060
  ### Patches
@@ -889,7 +1069,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
889
1069
 
890
1070
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.18)
891
1071
 
892
- Thu, 22 Apr 2021 07:33:28 GMT
1072
+ Thu, 22 Apr 2021 07:33:28 GMT
893
1073
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.17..@fluentui/react-accordion_v9.0.0-alpha.18)
894
1074
 
895
1075
  ### Changes
@@ -898,7 +1078,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
898
1078
 
899
1079
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.17)
900
1080
 
901
- Wed, 21 Apr 2021 07:31:50 GMT
1081
+ Wed, 21 Apr 2021 07:31:50 GMT
902
1082
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.16..@fluentui/react-accordion_v9.0.0-alpha.17)
903
1083
 
904
1084
  ### Changes
@@ -907,7 +1087,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
907
1087
 
908
1088
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.16)
909
1089
 
910
- Tue, 20 Apr 2021 07:31:35 GMT
1090
+ Tue, 20 Apr 2021 07:31:35 GMT
911
1091
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.15..@fluentui/react-accordion_v9.0.0-alpha.16)
912
1092
 
913
1093
  ### Changes
@@ -916,7 +1096,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
916
1096
 
917
1097
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.15)
918
1098
 
919
- Fri, 16 Apr 2021 18:08:21 GMT
1099
+ Fri, 16 Apr 2021 18:08:21 GMT
920
1100
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.14..@fluentui/react-accordion_v9.0.0-alpha.15)
921
1101
 
922
1102
  ### Changes
@@ -925,7 +1105,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
925
1105
 
926
1106
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.14)
927
1107
 
928
- Wed, 14 Apr 2021 07:34:12 GMT
1108
+ Wed, 14 Apr 2021 07:34:12 GMT
929
1109
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.13..@fluentui/react-accordion_v9.0.0-alpha.14)
930
1110
 
931
1111
  ### Changes
@@ -934,7 +1114,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
934
1114
 
935
1115
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.13)
936
1116
 
937
- Fri, 09 Apr 2021 23:42:49 GMT
1117
+ Fri, 09 Apr 2021 23:42:49 GMT
938
1118
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.12..@fluentui/react-accordion_v9.0.0-alpha.13)
939
1119
 
940
1120
  ### Changes
@@ -944,7 +1124,7 @@ Fri, 09 Apr 2021 23:42:49 GMT
944
1124
 
945
1125
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.12)
946
1126
 
947
- Fri, 09 Apr 2021 07:31:06 GMT
1127
+ Fri, 09 Apr 2021 07:31:06 GMT
948
1128
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.11..@fluentui/react-accordion_v9.0.0-alpha.12)
949
1129
 
950
1130
  ### Changes
@@ -953,7 +1133,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
953
1133
 
954
1134
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.11)
955
1135
 
956
- Thu, 08 Apr 2021 07:33:06 GMT
1136
+ Thu, 08 Apr 2021 07:33:06 GMT
957
1137
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.10..@fluentui/react-accordion_v9.0.0-alpha.11)
958
1138
 
959
1139
  ### Changes
@@ -962,7 +1142,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
962
1142
 
963
1143
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.10)
964
1144
 
965
- Thu, 01 Apr 2021 20:13:37 GMT
1145
+ Thu, 01 Apr 2021 20:13:37 GMT
966
1146
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.9..@fluentui/react-accordion_v9.0.0-alpha.10)
967
1147
 
968
1148
  ### Changes
@@ -971,7 +1151,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
971
1151
 
972
1152
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.9)
973
1153
 
974
- Thu, 01 Apr 2021 07:33:24 GMT
1154
+ Thu, 01 Apr 2021 07:33:24 GMT
975
1155
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.8..@fluentui/react-accordion_v9.0.0-alpha.9)
976
1156
 
977
1157
  ### Changes
@@ -981,7 +1161,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
981
1161
 
982
1162
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.8)
983
1163
 
984
- Wed, 31 Mar 2021 00:53:43 GMT
1164
+ Wed, 31 Mar 2021 00:53:43 GMT
985
1165
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.7..@fluentui/react-accordion_v9.0.0-alpha.8)
986
1166
 
987
1167
  ### Patches
@@ -997,7 +1177,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
997
1177
 
998
1178
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.7)
999
1179
 
1000
- Tue, 30 Mar 2021 07:34:45 GMT
1180
+ Tue, 30 Mar 2021 07:34:45 GMT
1001
1181
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.6..@fluentui/react-accordion_v9.0.0-alpha.7)
1002
1182
 
1003
1183
  ### Changes
@@ -1007,7 +1187,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
1007
1187
 
1008
1188
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.6)
1009
1189
 
1010
- Fri, 26 Mar 2021 07:32:34 GMT
1190
+ Fri, 26 Mar 2021 07:32:34 GMT
1011
1191
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.5..@fluentui/react-accordion_v9.0.0-alpha.6)
1012
1192
 
1013
1193
  ### Changes
@@ -1016,7 +1196,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
1016
1196
 
1017
1197
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.5)
1018
1198
 
1019
- Thu, 25 Mar 2021 07:33:24 GMT
1199
+ Thu, 25 Mar 2021 07:33:24 GMT
1020
1200
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.4..@fluentui/react-accordion_v9.0.0-alpha.5)
1021
1201
 
1022
1202
  ### Changes
@@ -1026,7 +1206,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1026
1206
 
1027
1207
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.4)
1028
1208
 
1029
- Tue, 23 Mar 2021 07:31:43 GMT
1209
+ Tue, 23 Mar 2021 07:31:43 GMT
1030
1210
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.3..@fluentui/react-accordion_v9.0.0-alpha.4)
1031
1211
 
1032
1212
  ### Changes
@@ -1035,7 +1215,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1035
1215
 
1036
1216
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.3)
1037
1217
 
1038
- Thu, 18 Mar 2021 20:15:34 GMT
1218
+ Thu, 18 Mar 2021 20:15:34 GMT
1039
1219
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.2..@fluentui/react-accordion_v9.0.0-alpha.3)
1040
1220
 
1041
1221
  ### Changes
@@ -1044,7 +1224,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1044
1224
 
1045
1225
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.2)
1046
1226
 
1047
- Tue, 16 Mar 2021 07:32:44 GMT
1227
+ Tue, 16 Mar 2021 07:32:44 GMT
1048
1228
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.1..@fluentui/react-accordion_v9.0.0-alpha.2)
1049
1229
 
1050
1230
  ### Patches