@fluentui/react-tabs 1.0.0-beta.17 → 1.0.0-beta.173

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 (244) hide show
  1. package/CHANGELOG.json +3135 -0
  2. package/CHANGELOG.md +1338 -1
  3. package/config/tests.js +0 -4
  4. package/dist/react-tabs.d.ts +68 -122
  5. package/etc/react-tabs.api.md +47 -64
  6. package/lib/{next/Tabs.d.ts → Tabs.d.ts} +0 -0
  7. package/lib/{next/Tabs.js → Tabs.js} +0 -0
  8. package/lib/Tabs.js.map +1 -0
  9. package/lib/common/isConformant.d.ts +4 -2
  10. package/lib/common/isConformant.js.map +1 -1
  11. package/{lib-commonjs/next → lib}/components/Tabs/TabItem.d.ts +1 -1
  12. package/lib/{next/components → components}/Tabs/TabItem.js +0 -0
  13. package/lib/components/Tabs/TabItem.js.map +1 -0
  14. package/{lib-commonjs/next → lib}/components/Tabs/TabItem.types.d.ts +3 -6
  15. package/lib/components/Tabs/TabItem.types.js +2 -0
  16. package/lib/components/Tabs/TabItem.types.js.map +1 -0
  17. package/{lib-amd/next → lib}/components/Tabs/Tabs.base.d.ts +1 -1
  18. package/lib/{next/components → components}/Tabs/Tabs.base.js +5 -5
  19. package/lib/components/Tabs/Tabs.base.js.map +1 -0
  20. package/{lib-commonjs/next → lib}/components/Tabs/Tabs.d.ts +1 -1
  21. package/lib/{next/components → components}/Tabs/Tabs.js +0 -0
  22. package/lib/components/Tabs/Tabs.js.map +1 -0
  23. package/lib/{next/components → components}/Tabs/Tabs.styles.d.ts +1 -1
  24. package/lib/{next/components → components}/Tabs/Tabs.styles.js +3 -8
  25. package/lib/components/Tabs/Tabs.styles.js.map +1 -0
  26. package/{lib-amd/next → lib}/components/Tabs/Tabs.types.d.ts +2 -16
  27. package/lib/components/Tabs/Tabs.types.js +2 -0
  28. package/lib/components/Tabs/Tabs.types.js.map +1 -0
  29. package/lib/{next/components → components}/Tabs/index.d.ts +0 -0
  30. package/lib/components/Tabs/index.js +6 -0
  31. package/lib/components/Tabs/index.js.map +1 -0
  32. package/lib/index.d.ts +1 -3
  33. package/lib/index.js +1 -3
  34. package/lib/index.js.map +1 -1
  35. package/lib/tsdoc-metadata.json +1 -1
  36. package/lib/utilities/observeResize.d.ts +1 -1
  37. package/lib/utilities/useOverflow.d.ts +1 -1
  38. package/lib/utilities/useOverflow.js +1 -0
  39. package/lib/utilities/useOverflow.js.map +1 -1
  40. package/lib-amd/{next/Tabs.d.ts → Tabs.d.ts} +0 -0
  41. package/lib-amd/{next/Tabs.js → Tabs.js} +0 -0
  42. package/lib-amd/Tabs.js.map +1 -0
  43. package/lib-amd/common/isConformant.d.ts +4 -2
  44. package/lib-amd/common/isConformant.js +1 -0
  45. package/lib-amd/common/isConformant.js.map +1 -1
  46. package/{lib/next → lib-amd}/components/Tabs/TabItem.d.ts +1 -1
  47. package/lib-amd/{next/components → components}/Tabs/TabItem.js +1 -0
  48. package/lib-amd/components/Tabs/TabItem.js.map +1 -0
  49. package/{lib/next → lib-amd}/components/Tabs/TabItem.types.d.ts +3 -6
  50. package/lib-amd/{next/components → components}/Tabs/TabItem.types.js +0 -0
  51. package/lib-amd/components/Tabs/TabItem.types.js.map +1 -0
  52. package/{lib/next → lib-amd}/components/Tabs/Tabs.base.d.ts +1 -1
  53. package/lib-amd/{next/components → components}/Tabs/Tabs.base.js +7 -6
  54. package/lib-amd/components/Tabs/Tabs.base.js.map +1 -0
  55. package/{lib/next → lib-amd}/components/Tabs/Tabs.d.ts +1 -1
  56. package/lib-amd/{next/components → components}/Tabs/Tabs.js +1 -0
  57. package/lib-amd/components/Tabs/Tabs.js.map +1 -0
  58. package/lib-amd/{next/components → components}/Tabs/Tabs.styles.d.ts +1 -1
  59. package/lib-amd/{next/components → components}/Tabs/Tabs.styles.js +4 -7
  60. package/lib-amd/components/Tabs/Tabs.styles.js.map +1 -0
  61. package/{lib/next → lib-amd}/components/Tabs/Tabs.types.d.ts +2 -16
  62. package/lib-amd/{next/components → components}/Tabs/Tabs.types.js +0 -0
  63. package/lib-amd/components/Tabs/Tabs.types.js.map +1 -0
  64. package/lib-amd/{next/components → components}/Tabs/index.d.ts +0 -0
  65. package/lib-amd/components/Tabs/index.js +11 -0
  66. package/lib-amd/components/Tabs/index.js.map +1 -0
  67. package/lib-amd/index.d.ts +1 -3
  68. package/lib-amd/index.js +2 -3
  69. package/lib-amd/index.js.map +1 -1
  70. package/lib-amd/utilities/observeResize.d.ts +1 -1
  71. package/lib-amd/utilities/observeResize.js +3 -1
  72. package/lib-amd/utilities/observeResize.js.map +1 -1
  73. package/lib-amd/utilities/useOverflow.d.ts +1 -1
  74. package/lib-amd/utilities/useOverflow.js +4 -1
  75. package/lib-amd/utilities/useOverflow.js.map +1 -1
  76. package/lib-commonjs/{next/Tabs.d.ts → Tabs.d.ts} +0 -0
  77. package/lib-commonjs/{next/Tabs.js → Tabs.js} +0 -0
  78. package/lib-commonjs/Tabs.js.map +1 -0
  79. package/lib-commonjs/common/isConformant.d.ts +4 -2
  80. package/lib-commonjs/common/isConformant.js +1 -0
  81. package/lib-commonjs/common/isConformant.js.map +1 -1
  82. package/{lib-amd/next → lib-commonjs}/components/Tabs/TabItem.d.ts +1 -1
  83. package/lib-commonjs/{next/components → components}/Tabs/TabItem.js +1 -0
  84. package/lib-commonjs/components/Tabs/TabItem.js.map +1 -0
  85. package/{lib-amd/next → lib-commonjs}/components/Tabs/TabItem.types.d.ts +3 -6
  86. package/lib-commonjs/{next/components → components}/Tabs/TabItem.types.js +0 -0
  87. package/lib-commonjs/components/Tabs/TabItem.types.js.map +1 -0
  88. package/lib-commonjs/{next/components → components}/Tabs/Tabs.base.d.ts +1 -1
  89. package/lib-commonjs/{next/components → components}/Tabs/Tabs.base.js +9 -8
  90. package/lib-commonjs/components/Tabs/Tabs.base.js.map +1 -0
  91. package/{lib-amd/next → lib-commonjs}/components/Tabs/Tabs.d.ts +1 -1
  92. package/lib-commonjs/{next/components → components}/Tabs/Tabs.js +1 -0
  93. package/lib-commonjs/components/Tabs/Tabs.js.map +1 -0
  94. package/lib-commonjs/{next/components → components}/Tabs/Tabs.styles.d.ts +1 -1
  95. package/lib-commonjs/{next/components → components}/Tabs/Tabs.styles.js +4 -7
  96. package/lib-commonjs/components/Tabs/Tabs.styles.js.map +1 -0
  97. package/lib-commonjs/{next/components → components}/Tabs/Tabs.types.d.ts +2 -16
  98. package/lib-commonjs/{next/components → components}/Tabs/Tabs.types.js +0 -0
  99. package/lib-commonjs/components/Tabs/Tabs.types.js.map +1 -0
  100. package/lib-commonjs/{next/components → components}/Tabs/index.d.ts +0 -0
  101. package/lib-commonjs/components/Tabs/index.js +11 -0
  102. package/lib-commonjs/components/Tabs/index.js.map +1 -0
  103. package/lib-commonjs/index.d.ts +1 -3
  104. package/lib-commonjs/index.js +1 -3
  105. package/lib-commonjs/index.js.map +1 -1
  106. package/lib-commonjs/utilities/observeResize.d.ts +1 -1
  107. package/lib-commonjs/utilities/observeResize.js +3 -1
  108. package/lib-commonjs/utilities/observeResize.js.map +1 -1
  109. package/lib-commonjs/utilities/useOverflow.d.ts +1 -1
  110. package/lib-commonjs/utilities/useOverflow.js +4 -1
  111. package/lib-commonjs/utilities/useOverflow.js.map +1 -1
  112. package/package.json +24 -26
  113. package/src/{next/components → components}/Tabs/TabItem.types.ts +3 -6
  114. package/src/{next/components → components}/Tabs/Tabs.types.ts +2 -16
  115. package/lib/Pivot.d.ts +0 -1
  116. package/lib/Pivot.js +0 -2
  117. package/lib/Pivot.js.map +0 -1
  118. package/lib/components/Pivot/Pivot.base.d.ts +0 -3
  119. package/lib/components/Pivot/Pivot.base.js +0 -183
  120. package/lib/components/Pivot/Pivot.base.js.map +0 -1
  121. package/lib/components/Pivot/Pivot.d.ts +0 -8
  122. package/lib/components/Pivot/Pivot.js +0 -12
  123. package/lib/components/Pivot/Pivot.js.map +0 -1
  124. package/lib/components/Pivot/Pivot.styles.d.ts +0 -2
  125. package/lib/components/Pivot/Pivot.styles.js +0 -269
  126. package/lib/components/Pivot/Pivot.styles.js.map +0 -1
  127. package/lib/components/Pivot/Pivot.types.d.ts +0 -141
  128. package/lib/components/Pivot/Pivot.types.js +0 -31
  129. package/lib/components/Pivot/Pivot.types.js.map +0 -1
  130. package/lib/components/Pivot/PivotItem.d.ts +0 -6
  131. package/lib/components/Pivot/PivotItem.js +0 -21
  132. package/lib/components/Pivot/PivotItem.js.map +0 -1
  133. package/lib/components/Pivot/PivotItem.types.d.ts +0 -66
  134. package/lib/components/Pivot/PivotItem.types.js +0 -1
  135. package/lib/components/Pivot/PivotItem.types.js.map +0 -1
  136. package/lib/components/Pivot/index.d.ts +0 -5
  137. package/lib/components/Pivot/index.js +0 -5
  138. package/lib/components/Pivot/index.js.map +0 -1
  139. package/lib/next/Tabs.js.map +0 -1
  140. package/lib/next/components/Tabs/TabItem.js.map +0 -1
  141. package/lib/next/components/Tabs/TabItem.types.js +0 -1
  142. package/lib/next/components/Tabs/TabItem.types.js.map +0 -1
  143. package/lib/next/components/Tabs/Tabs.base.js.map +0 -1
  144. package/lib/next/components/Tabs/Tabs.js.map +0 -1
  145. package/lib/next/components/Tabs/Tabs.styles.js.map +0 -1
  146. package/lib/next/components/Tabs/Tabs.types.js +0 -1
  147. package/lib/next/components/Tabs/Tabs.types.js.map +0 -1
  148. package/lib/next/components/Tabs/index.js +0 -4
  149. package/lib/next/components/Tabs/index.js.map +0 -1
  150. package/lib/next/index.d.ts +0 -2
  151. package/lib/next/index.js +0 -3
  152. package/lib/next/index.js.map +0 -1
  153. package/lib/next.d.ts +0 -1
  154. package/lib/next.js +0 -2
  155. package/lib/next.js.map +0 -1
  156. package/lib/version.d.ts +0 -1
  157. package/lib/version.js +0 -5
  158. package/lib/version.js.map +0 -1
  159. package/lib-amd/Pivot.d.ts +0 -1
  160. package/lib-amd/Pivot.js +0 -6
  161. package/lib-amd/Pivot.js.map +0 -1
  162. package/lib-amd/components/Pivot/Pivot.base.d.ts +0 -3
  163. package/lib-amd/components/Pivot/Pivot.base.js +0 -179
  164. package/lib-amd/components/Pivot/Pivot.base.js.map +0 -1
  165. package/lib-amd/components/Pivot/Pivot.d.ts +0 -8
  166. package/lib-amd/components/Pivot/Pivot.js +0 -13
  167. package/lib-amd/components/Pivot/Pivot.js.map +0 -1
  168. package/lib-amd/components/Pivot/Pivot.styles.d.ts +0 -2
  169. package/lib-amd/components/Pivot/Pivot.styles.js +0 -270
  170. package/lib-amd/components/Pivot/Pivot.styles.js.map +0 -1
  171. package/lib-amd/components/Pivot/Pivot.types.d.ts +0 -141
  172. package/lib-amd/components/Pivot/Pivot.types.js +0 -35
  173. package/lib-amd/components/Pivot/Pivot.types.js.map +0 -1
  174. package/lib-amd/components/Pivot/PivotItem.d.ts +0 -6
  175. package/lib-amd/components/Pivot/PivotItem.js +0 -22
  176. package/lib-amd/components/Pivot/PivotItem.js.map +0 -1
  177. package/lib-amd/components/Pivot/PivotItem.types.d.ts +0 -66
  178. package/lib-amd/components/Pivot/PivotItem.types.js +0 -5
  179. package/lib-amd/components/Pivot/PivotItem.types.js.map +0 -1
  180. package/lib-amd/components/Pivot/index.d.ts +0 -5
  181. package/lib-amd/components/Pivot/index.js +0 -9
  182. package/lib-amd/components/Pivot/index.js.map +0 -1
  183. package/lib-amd/next/Tabs.js.map +0 -1
  184. package/lib-amd/next/components/Tabs/TabItem.js.map +0 -1
  185. package/lib-amd/next/components/Tabs/TabItem.types.js.map +0 -1
  186. package/lib-amd/next/components/Tabs/Tabs.base.js.map +0 -1
  187. package/lib-amd/next/components/Tabs/Tabs.js.map +0 -1
  188. package/lib-amd/next/components/Tabs/Tabs.styles.js.map +0 -1
  189. package/lib-amd/next/components/Tabs/Tabs.types.js.map +0 -1
  190. package/lib-amd/next/components/Tabs/index.js +0 -8
  191. package/lib-amd/next/components/Tabs/index.js.map +0 -1
  192. package/lib-amd/next/index.d.ts +0 -2
  193. package/lib-amd/next/index.js +0 -7
  194. package/lib-amd/next/index.js.map +0 -1
  195. package/lib-amd/next.d.ts +0 -1
  196. package/lib-amd/next.js +0 -6
  197. package/lib-amd/next.js.map +0 -1
  198. package/lib-amd/version.d.ts +0 -1
  199. package/lib-amd/version.js +0 -6
  200. package/lib-amd/version.js.map +0 -1
  201. package/lib-commonjs/Pivot.d.ts +0 -1
  202. package/lib-commonjs/Pivot.js +0 -5
  203. package/lib-commonjs/Pivot.js.map +0 -1
  204. package/lib-commonjs/components/Pivot/Pivot.base.d.ts +0 -3
  205. package/lib-commonjs/components/Pivot/Pivot.base.js +0 -185
  206. package/lib-commonjs/components/Pivot/Pivot.base.js.map +0 -1
  207. package/lib-commonjs/components/Pivot/Pivot.d.ts +0 -8
  208. package/lib-commonjs/components/Pivot/Pivot.js +0 -14
  209. package/lib-commonjs/components/Pivot/Pivot.js.map +0 -1
  210. package/lib-commonjs/components/Pivot/Pivot.styles.d.ts +0 -2
  211. package/lib-commonjs/components/Pivot/Pivot.styles.js +0 -271
  212. package/lib-commonjs/components/Pivot/Pivot.styles.js.map +0 -1
  213. package/lib-commonjs/components/Pivot/Pivot.types.d.ts +0 -141
  214. package/lib-commonjs/components/Pivot/Pivot.types.js +0 -33
  215. package/lib-commonjs/components/Pivot/Pivot.types.js.map +0 -1
  216. package/lib-commonjs/components/Pivot/PivotItem.d.ts +0 -6
  217. package/lib-commonjs/components/Pivot/PivotItem.js +0 -23
  218. package/lib-commonjs/components/Pivot/PivotItem.js.map +0 -1
  219. package/lib-commonjs/components/Pivot/PivotItem.types.d.ts +0 -66
  220. package/lib-commonjs/components/Pivot/PivotItem.types.js +0 -3
  221. package/lib-commonjs/components/Pivot/PivotItem.types.js.map +0 -1
  222. package/lib-commonjs/components/Pivot/index.d.ts +0 -5
  223. package/lib-commonjs/components/Pivot/index.js +0 -9
  224. package/lib-commonjs/components/Pivot/index.js.map +0 -1
  225. package/lib-commonjs/next/Tabs.js.map +0 -1
  226. package/lib-commonjs/next/components/Tabs/TabItem.js.map +0 -1
  227. package/lib-commonjs/next/components/Tabs/TabItem.types.js.map +0 -1
  228. package/lib-commonjs/next/components/Tabs/Tabs.base.js.map +0 -1
  229. package/lib-commonjs/next/components/Tabs/Tabs.js.map +0 -1
  230. package/lib-commonjs/next/components/Tabs/Tabs.styles.js.map +0 -1
  231. package/lib-commonjs/next/components/Tabs/Tabs.types.js.map +0 -1
  232. package/lib-commonjs/next/components/Tabs/index.js +0 -8
  233. package/lib-commonjs/next/components/Tabs/index.js.map +0 -1
  234. package/lib-commonjs/next/index.d.ts +0 -2
  235. package/lib-commonjs/next/index.js +0 -6
  236. package/lib-commonjs/next/index.js.map +0 -1
  237. package/lib-commonjs/next.d.ts +0 -1
  238. package/lib-commonjs/next.js +0 -5
  239. package/lib-commonjs/next.js.map +0 -1
  240. package/lib-commonjs/version.d.ts +0 -1
  241. package/lib-commonjs/version.js +0 -7
  242. package/lib-commonjs/version.js.map +0 -1
  243. package/src/components/Pivot/Pivot.types.ts +0 -166
  244. package/src/components/Pivot/PivotItem.types.ts +0 -76
package/CHANGELOG.json CHANGED
@@ -1,6 +1,3141 @@
1
1
  {
2
2
  "name": "@fluentui/react-tabs",
3
3
  "entries": [
4
+ {
5
+ "date": "Mon, 25 Oct 2021 07:37:13 GMT",
6
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.173",
7
+ "version": "1.0.0-beta.173",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-tabs",
13
+ "comment": "Bump @fluentui/react to v8.37.2",
14
+ "commit": "a88fb53fb38a20912b7ddea33b5f3313a721e148"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 21 Oct 2021 07:28:35 GMT",
21
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.172",
22
+ "version": "1.0.0-beta.172",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "olfedias@microsoft.com",
27
+ "package": "@fluentui/react-tabs",
28
+ "comment": "Disable consistent-callback-args test",
29
+ "commit": "619163b3e099a775a2486a21e0187cec86b2b7c2"
30
+ }
31
+ ],
32
+ "prerelease": [
33
+ {
34
+ "author": "beachball",
35
+ "package": "@fluentui/react-tabs",
36
+ "comment": "Bump @fluentui/react to v8.37.1",
37
+ "commit": "619163b3e099a775a2486a21e0187cec86b2b7c2"
38
+ }
39
+ ]
40
+ }
41
+ },
42
+ {
43
+ "date": "Wed, 20 Oct 2021 07:30:01 GMT",
44
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.171",
45
+ "version": "1.0.0-beta.171",
46
+ "comments": {
47
+ "prerelease": [
48
+ {
49
+ "author": "beachball",
50
+ "package": "@fluentui/react-tabs",
51
+ "comment": "Bump @fluentui/react to v8.37.0",
52
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a"
53
+ }
54
+ ]
55
+ }
56
+ },
57
+ {
58
+ "date": "Wed, 13 Oct 2021 07:31:28 GMT",
59
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.170",
60
+ "version": "1.0.0-beta.170",
61
+ "comments": {
62
+ "prerelease": [
63
+ {
64
+ "author": "beachball",
65
+ "package": "@fluentui/react-tabs",
66
+ "comment": "Bump @fluentui/react to v8.36.5",
67
+ "commit": "ea816dbc383501f27379294e8f3b2de61478cb7e"
68
+ }
69
+ ]
70
+ }
71
+ },
72
+ {
73
+ "date": "Mon, 11 Oct 2021 07:36:36 GMT",
74
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.169",
75
+ "version": "1.0.0-beta.169",
76
+ "comments": {
77
+ "prerelease": [
78
+ {
79
+ "author": "beachball",
80
+ "package": "@fluentui/react-tabs",
81
+ "comment": "Bump @fluentui/react to v8.36.4",
82
+ "commit": "3c73c74d6e50e7cca640c663b5407e90e35c378b"
83
+ }
84
+ ]
85
+ }
86
+ },
87
+ {
88
+ "date": "Fri, 08 Oct 2021 07:31:50 GMT",
89
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.168",
90
+ "version": "1.0.0-beta.168",
91
+ "comments": {
92
+ "prerelease": [
93
+ {
94
+ "author": "beachball",
95
+ "package": "@fluentui/react-tabs",
96
+ "comment": "Bump @fluentui/react to v8.36.3",
97
+ "commit": "3c3fae80fd74eb02fa0daa59b49afde39de83370"
98
+ }
99
+ ]
100
+ }
101
+ },
102
+ {
103
+ "date": "Tue, 05 Oct 2021 07:37:17 GMT",
104
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.167",
105
+ "version": "1.0.0-beta.167",
106
+ "comments": {
107
+ "prerelease": [
108
+ {
109
+ "author": "beachball",
110
+ "package": "@fluentui/react-tabs",
111
+ "comment": "Bump @fluentui/react to v8.36.2",
112
+ "commit": "de0266f3ced68c137aa5e27b30691f960982df9e"
113
+ },
114
+ {
115
+ "author": "beachball",
116
+ "package": "@fluentui/react-tabs",
117
+ "comment": "Bump @fluentui/react-hooks to v8.3.4",
118
+ "commit": "de0266f3ced68c137aa5e27b30691f960982df9e"
119
+ },
120
+ {
121
+ "author": "beachball",
122
+ "package": "@fluentui/react-tabs",
123
+ "comment": "Bump @fluentui/style-utilities to v8.3.4",
124
+ "commit": "de0266f3ced68c137aa5e27b30691f960982df9e"
125
+ },
126
+ {
127
+ "author": "beachball",
128
+ "package": "@fluentui/react-tabs",
129
+ "comment": "Bump @fluentui/utilities to v8.3.4",
130
+ "commit": "de0266f3ced68c137aa5e27b30691f960982df9e"
131
+ }
132
+ ]
133
+ }
134
+ },
135
+ {
136
+ "date": "Mon, 04 Oct 2021 07:27:12 GMT",
137
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.166",
138
+ "version": "1.0.0-beta.166",
139
+ "comments": {
140
+ "prerelease": [
141
+ {
142
+ "author": "beachball",
143
+ "package": "@fluentui/react-tabs",
144
+ "comment": "Bump @fluentui/react to v8.36.1",
145
+ "commit": "4d8e599a31b788186f896a599a7d4e989d9098b1"
146
+ }
147
+ ]
148
+ }
149
+ },
150
+ {
151
+ "date": "Thu, 30 Sep 2021 07:31:40 GMT",
152
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.165",
153
+ "version": "1.0.0-beta.165",
154
+ "comments": {
155
+ "prerelease": [
156
+ {
157
+ "author": "beachball",
158
+ "package": "@fluentui/react-tabs",
159
+ "comment": "Bump @fluentui/react to v8.36.0",
160
+ "commit": "78e4c398a39d6323feebf360eb37859ee26535d6"
161
+ }
162
+ ]
163
+ }
164
+ },
165
+ {
166
+ "date": "Wed, 29 Sep 2021 07:36:23 GMT",
167
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.164",
168
+ "version": "1.0.0-beta.164",
169
+ "comments": {
170
+ "prerelease": [
171
+ {
172
+ "author": "beachball",
173
+ "package": "@fluentui/react-tabs",
174
+ "comment": "Bump @fluentui/react to v8.35.2",
175
+ "commit": "e726d8b364e68d28821710ea168b3ee0f7a23345"
176
+ }
177
+ ]
178
+ }
179
+ },
180
+ {
181
+ "date": "Tue, 28 Sep 2021 22:17:07 GMT",
182
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.163",
183
+ "version": "1.0.0-beta.163",
184
+ "comments": {
185
+ "prerelease": [
186
+ {
187
+ "author": "beachball",
188
+ "package": "@fluentui/react-tabs",
189
+ "comment": "Bump @fluentui/react to v8.35.1",
190
+ "commit": "7a7811f03ab0abefbcb58415f4d3a53bc8edd8e0"
191
+ },
192
+ {
193
+ "author": "beachball",
194
+ "package": "@fluentui/react-tabs",
195
+ "comment": "Bump @fluentui/react-hooks to v8.3.3",
196
+ "commit": "7a7811f03ab0abefbcb58415f4d3a53bc8edd8e0"
197
+ },
198
+ {
199
+ "author": "beachball",
200
+ "package": "@fluentui/react-tabs",
201
+ "comment": "Bump @fluentui/style-utilities to v8.3.3",
202
+ "commit": "7a7811f03ab0abefbcb58415f4d3a53bc8edd8e0"
203
+ },
204
+ {
205
+ "author": "beachball",
206
+ "package": "@fluentui/react-tabs",
207
+ "comment": "Bump @fluentui/utilities to v8.3.3",
208
+ "commit": "7a7811f03ab0abefbcb58415f4d3a53bc8edd8e0"
209
+ }
210
+ ]
211
+ }
212
+ },
213
+ {
214
+ "date": "Tue, 28 Sep 2021 07:37:27 GMT",
215
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.162",
216
+ "version": "1.0.0-beta.162",
217
+ "comments": {
218
+ "prerelease": [
219
+ {
220
+ "author": "beachball",
221
+ "package": "@fluentui/react-tabs",
222
+ "comment": "Bump @fluentui/react to v8.35.0",
223
+ "commit": "dafc3b7b7092b9249afe8cb8129e2ea5c111c9c5"
224
+ }
225
+ ]
226
+ }
227
+ },
228
+ {
229
+ "date": "Mon, 27 Sep 2021 07:34:24 GMT",
230
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.161",
231
+ "version": "1.0.0-beta.161",
232
+ "comments": {
233
+ "prerelease": [
234
+ {
235
+ "author": "beachball",
236
+ "package": "@fluentui/react-tabs",
237
+ "comment": "Bump @fluentui/react to v8.34.7",
238
+ "commit": "16bc6ece02c11f68d9e7d4bf1e5547b6a2123135"
239
+ }
240
+ ]
241
+ }
242
+ },
243
+ {
244
+ "date": "Thu, 23 Sep 2021 07:35:13 GMT",
245
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.160",
246
+ "version": "1.0.0-beta.160",
247
+ "comments": {
248
+ "prerelease": [
249
+ {
250
+ "author": "beachball",
251
+ "package": "@fluentui/react-tabs",
252
+ "comment": "Bump @fluentui/react to v8.34.6",
253
+ "commit": "e356b30fbc9830f64d23ca4d73cc0ad11e48faf3"
254
+ }
255
+ ]
256
+ }
257
+ },
258
+ {
259
+ "date": "Wed, 22 Sep 2021 09:55:02 GMT",
260
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.159",
261
+ "version": "1.0.0-beta.159",
262
+ "comments": {
263
+ "prerelease": [
264
+ {
265
+ "author": "beachball",
266
+ "package": "@fluentui/react-tabs",
267
+ "comment": "Bump @fluentui/react to v8.34.5",
268
+ "commit": "23ad143fe61e38a508eb6aa3578e8e1026dc6a6c"
269
+ }
270
+ ]
271
+ }
272
+ },
273
+ {
274
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
275
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.158",
276
+ "version": "1.0.0-beta.158",
277
+ "comments": {
278
+ "none": [
279
+ {
280
+ "author": "elcraig@microsoft.com",
281
+ "package": "@fluentui/react-tabs",
282
+ "comment": "Remove unnecessary docCategory tags",
283
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
284
+ }
285
+ ],
286
+ "prerelease": [
287
+ {
288
+ "author": "beachball",
289
+ "package": "@fluentui/react-tabs",
290
+ "comment": "Bump @fluentui/react to v8.34.4",
291
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
292
+ }
293
+ ]
294
+ }
295
+ },
296
+ {
297
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
298
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.157",
299
+ "version": "1.0.0-beta.157",
300
+ "comments": {
301
+ "none": [
302
+ {
303
+ "author": "lingfangao@hotmail.com",
304
+ "package": "@fluentui/react-tabs",
305
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
306
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
307
+ },
308
+ {
309
+ "author": "lingfangao@hotmail.com",
310
+ "package": "@fluentui/react-tabs",
311
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
312
+ "comment": "Bump @fluentui/react-tabs to v1.0.0-beta.157"
313
+ }
314
+ ]
315
+ }
316
+ },
317
+ {
318
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
319
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.157",
320
+ "version": "1.0.0-beta.157",
321
+ "comments": {
322
+ "prerelease": [
323
+ {
324
+ "author": "gcox@microsoft.com",
325
+ "package": "@fluentui/react-tabs",
326
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
327
+ "comment": "Bump @fluentui/react-tabs to v1.0.0-beta.157"
328
+ }
329
+ ]
330
+ }
331
+ },
332
+ {
333
+ "date": "Tue, 14 Sep 2021 07:38:18 GMT",
334
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.156",
335
+ "version": "1.0.0-beta.156",
336
+ "comments": {
337
+ "prerelease": [
338
+ {
339
+ "author": "dmitry@grechka.family",
340
+ "package": "@fluentui/react-tabs",
341
+ "commit": "fe05da92ddc2742135a689b7b990f8152bd752c3",
342
+ "comment": "Bump @fluentui/react-tabs to v1.0.0-beta.156"
343
+ }
344
+ ]
345
+ }
346
+ },
347
+ {
348
+ "date": "Mon, 13 Sep 2021 07:37:03 GMT",
349
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.155",
350
+ "version": "1.0.0-beta.155",
351
+ "comments": {
352
+ "prerelease": [
353
+ {
354
+ "author": "sarah.higley@microsoft.com",
355
+ "package": "@fluentui/react-tabs",
356
+ "commit": "39625b321acf26a327021e5d904f6f91dbf9a9e2",
357
+ "comment": "Bump @fluentui/react-tabs to v1.0.0-beta.155"
358
+ }
359
+ ]
360
+ }
361
+ },
362
+ {
363
+ "date": "Fri, 10 Sep 2021 07:39:51 GMT",
364
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.154",
365
+ "version": "1.0.0-beta.154",
366
+ "comments": {
367
+ "patch": [
368
+ {
369
+ "comment": "Bump @fluentui/react to v8.33.0",
370
+ "author": "tschao@microsoft.com",
371
+ "commit": "da0edb6f63c6209ba2d608b45d1c9d8ac219cb50",
372
+ "package": "@fluentui/react-tabs"
373
+ }
374
+ ]
375
+ }
376
+ },
377
+ {
378
+ "date": "Thu, 09 Sep 2021 07:39:06 GMT",
379
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.153",
380
+ "version": "1.0.0-beta.153",
381
+ "comments": {
382
+ "patch": [
383
+ {
384
+ "comment": "Bump @fluentui/react to v8.32.0",
385
+ "author": "shujathlive@gmail.com",
386
+ "commit": "7d9180debc95b08349c4df48b854c1bf5fe2dd46",
387
+ "package": "@fluentui/react-tabs"
388
+ }
389
+ ]
390
+ }
391
+ },
392
+ {
393
+ "date": "Wed, 08 Sep 2021 07:34:11 GMT",
394
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.152",
395
+ "version": "1.0.0-beta.152",
396
+ "comments": {
397
+ "patch": [
398
+ {
399
+ "comment": "Bump @fluentui/react to v8.31.0",
400
+ "author": "sarah.higley@microsoft.com",
401
+ "commit": "3d0232b6ce5213b5bb4a9ccd9a926268a4fad478",
402
+ "package": "@fluentui/react-tabs"
403
+ }
404
+ ]
405
+ }
406
+ },
407
+ {
408
+ "date": "Tue, 07 Sep 2021 07:34:55 GMT",
409
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.151",
410
+ "version": "1.0.0-beta.151",
411
+ "comments": {
412
+ "none": [
413
+ {
414
+ "comment": "Bump @fluentui/react to v8.30.4",
415
+ "author": "olfedias@microsoft.com",
416
+ "commit": "37e0f35eb706d40c4537010de97db94a831022d3",
417
+ "package": "@fluentui/react-tabs"
418
+ }
419
+ ]
420
+ }
421
+ },
422
+ {
423
+ "date": "Mon, 06 Sep 2021 07:34:53 GMT",
424
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.151",
425
+ "version": "1.0.0-beta.151",
426
+ "comments": {
427
+ "patch": [
428
+ {
429
+ "comment": "Bump @fluentui/react to v8.30.4",
430
+ "author": "gcox@microsoft.com",
431
+ "commit": "b2d5440a8434649f6a2a11b12b18557c606a70cd",
432
+ "package": "@fluentui/react-tabs"
433
+ }
434
+ ]
435
+ }
436
+ },
437
+ {
438
+ "date": "Thu, 02 Sep 2021 07:36:46 GMT",
439
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.150",
440
+ "version": "1.0.0-beta.150",
441
+ "comments": {
442
+ "patch": [
443
+ {
444
+ "comment": "Bump @fluentui/react-conformance to v0.4.5",
445
+ "author": "olfedias@microsoft.com",
446
+ "commit": "8f887d05e8f2fed8433b147c6e175d8297455c51",
447
+ "package": "@fluentui/react-tabs"
448
+ },
449
+ {
450
+ "comment": "Bump @fluentui/react to v8.30.3",
451
+ "author": "olfedias@microsoft.com",
452
+ "commit": "8f887d05e8f2fed8433b147c6e175d8297455c51",
453
+ "package": "@fluentui/react-tabs"
454
+ },
455
+ {
456
+ "comment": "Bump @fluentui/utilities to v8.3.2",
457
+ "author": "xiaowxie@microsoft.com",
458
+ "commit": "53bd7afcd68378ee0c1047636e4bacb5f31aef3a",
459
+ "package": "@fluentui/react-tabs"
460
+ },
461
+ {
462
+ "comment": "Bump @fluentui/react-hooks to v8.3.2",
463
+ "author": "xiaowxie@microsoft.com",
464
+ "commit": "53bd7afcd68378ee0c1047636e4bacb5f31aef3a",
465
+ "package": "@fluentui/react-tabs"
466
+ },
467
+ {
468
+ "comment": "Bump @fluentui/style-utilities to v8.3.2",
469
+ "author": "xiaowxie@microsoft.com",
470
+ "commit": "53bd7afcd68378ee0c1047636e4bacb5f31aef3a",
471
+ "package": "@fluentui/react-tabs"
472
+ }
473
+ ]
474
+ }
475
+ },
476
+ {
477
+ "date": "Wed, 01 Sep 2021 07:39:56 GMT",
478
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.149",
479
+ "version": "1.0.0-beta.149",
480
+ "comments": {
481
+ "none": [
482
+ {
483
+ "comment": "Bump @fluentui/react to v8.30.2",
484
+ "author": "gcox@microsoft.com",
485
+ "commit": "66fe45c6e8aea6af84014186505fb37a2c27b881",
486
+ "package": "@fluentui/react-tabs"
487
+ }
488
+ ]
489
+ }
490
+ },
491
+ {
492
+ "date": "Tue, 31 Aug 2021 07:37:47 GMT",
493
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.149",
494
+ "version": "1.0.0-beta.149",
495
+ "comments": {
496
+ "patch": [
497
+ {
498
+ "comment": "Bump @fluentui/react to v8.30.1",
499
+ "author": "tmichon@microsoft.com",
500
+ "commit": "6e818d76d4bea22b0fc701828cdcbfe58fda24d5",
501
+ "package": "@fluentui/react-tabs"
502
+ }
503
+ ]
504
+ }
505
+ },
506
+ {
507
+ "date": "Mon, 30 Aug 2021 07:35:05 GMT",
508
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.148",
509
+ "version": "1.0.0-beta.148",
510
+ "comments": {
511
+ "patch": [
512
+ {
513
+ "comment": "Bump @fluentui/react to v8.30.0",
514
+ "author": "richard@einfinity.co.uk",
515
+ "commit": "b9845c29770ba058344f01f02f5e111da0d31cbb",
516
+ "package": "@fluentui/react-tabs"
517
+ }
518
+ ]
519
+ }
520
+ },
521
+ {
522
+ "date": "Wed, 25 Aug 2021 07:35:19 GMT",
523
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.147",
524
+ "version": "1.0.0-beta.147",
525
+ "comments": {
526
+ "patch": [
527
+ {
528
+ "comment": "Bump @fluentui/react to v8.29.2",
529
+ "author": "arujain@microsoft.com",
530
+ "commit": "e6ee3ff194c59ee27e853387fad06f161e63652c",
531
+ "package": "@fluentui/react-tabs"
532
+ },
533
+ {
534
+ "comment": "Bump @fluentui/utilities to v8.3.1",
535
+ "author": "arujain@microsoft.com",
536
+ "commit": "e6ee3ff194c59ee27e853387fad06f161e63652c",
537
+ "package": "@fluentui/react-tabs"
538
+ },
539
+ {
540
+ "comment": "Bump @fluentui/react-hooks to v8.3.1",
541
+ "author": "arujain@microsoft.com",
542
+ "commit": "e6ee3ff194c59ee27e853387fad06f161e63652c",
543
+ "package": "@fluentui/react-tabs"
544
+ },
545
+ {
546
+ "comment": "Bump @fluentui/style-utilities to v8.3.1",
547
+ "author": "arujain@microsoft.com",
548
+ "commit": "e6ee3ff194c59ee27e853387fad06f161e63652c",
549
+ "package": "@fluentui/react-tabs"
550
+ }
551
+ ]
552
+ }
553
+ },
554
+ {
555
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
556
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.146",
557
+ "version": "1.0.0-beta.146",
558
+ "comments": {
559
+ "prerelease": [
560
+ {
561
+ "comment": "Updating TypeScript type-only imports/exports to use import/export type syntax.",
562
+ "author": "dzearing@hotmail.com",
563
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
564
+ "package": "@fluentui/react-tabs"
565
+ }
566
+ ],
567
+ "none": [
568
+ {
569
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.1",
570
+ "author": "dzearing@hotmail.com",
571
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
572
+ "package": "@fluentui/react-tabs"
573
+ },
574
+ {
575
+ "comment": "Bump @fluentui/react to v8.29.1",
576
+ "author": "dzearing@hotmail.com",
577
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
578
+ "package": "@fluentui/react-tabs"
579
+ },
580
+ {
581
+ "comment": "Bump @fluentui/utilities to v8.3.0",
582
+ "author": "dzearing@hotmail.com",
583
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
584
+ "package": "@fluentui/react-tabs"
585
+ },
586
+ {
587
+ "comment": "Bump @fluentui/react-hooks to v8.3.0",
588
+ "author": "dzearing@hotmail.com",
589
+ "commit": "0198c05dad393704afbe8aeab6c5cdf6005bcc5a",
590
+ "package": "@fluentui/react-tabs"
591
+ },
592
+ {
593
+ "comment": "Bump @fluentui/style-utilities to v8.3.0",
594
+ "author": "dzearing@hotmail.com",
595
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
596
+ "package": "@fluentui/react-tabs"
597
+ },
598
+ {
599
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
600
+ "author": "dzearing@hotmail.com",
601
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
602
+ "package": "@fluentui/react-tabs"
603
+ },
604
+ {
605
+ "comment": "Bump @fluentui/scripts to v1.0.0",
606
+ "author": "dzearing@hotmail.com",
607
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
608
+ "package": "@fluentui/react-tabs"
609
+ }
610
+ ]
611
+ }
612
+ },
613
+ {
614
+ "date": "Mon, 23 Aug 2021 07:35:43 GMT",
615
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.145",
616
+ "version": "1.0.0-beta.145",
617
+ "comments": {
618
+ "patch": [
619
+ {
620
+ "comment": "Bump @fluentui/react to v8.29.1",
621
+ "author": "keyou@microsoft.com",
622
+ "commit": "0d9443614ded375ef210549eeb3ab3e3bba965ed",
623
+ "package": "@fluentui/react-tabs"
624
+ }
625
+ ]
626
+ }
627
+ },
628
+ {
629
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
630
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.144",
631
+ "version": "1.0.0-beta.144",
632
+ "comments": {
633
+ "none": [
634
+ {
635
+ "comment": "Bump @fluentui/react to v8.29.0",
636
+ "author": "behowell@microsoft.com",
637
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
638
+ "package": "@fluentui/react-tabs"
639
+ }
640
+ ]
641
+ }
642
+ },
643
+ {
644
+ "date": "Thu, 19 Aug 2021 07:41:35 GMT",
645
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.144",
646
+ "version": "1.0.0-beta.144",
647
+ "comments": {
648
+ "patch": [
649
+ {
650
+ "comment": "Bump @fluentui/react to v8.29.0",
651
+ "author": "dzearing@hotmail.com",
652
+ "commit": "3dbb57b1e6940df2d4039f61a35d961bcb8560c3",
653
+ "package": "@fluentui/react-tabs"
654
+ },
655
+ {
656
+ "comment": "Bump @fluentui/style-utilities to v8.3.0",
657
+ "author": "dzearing@hotmail.com",
658
+ "commit": "3dbb57b1e6940df2d4039f61a35d961bcb8560c3",
659
+ "package": "@fluentui/react-tabs"
660
+ },
661
+ {
662
+ "comment": "Bump @fluentui/utilities to v8.3.0",
663
+ "author": "dzearing@hotmail.com",
664
+ "commit": "3dbb57b1e6940df2d4039f61a35d961bcb8560c3",
665
+ "package": "@fluentui/react-tabs"
666
+ },
667
+ {
668
+ "comment": "Bump @fluentui/react-hooks to v8.2.7",
669
+ "author": "dzearing@hotmail.com",
670
+ "commit": "3dbb57b1e6940df2d4039f61a35d961bcb8560c3",
671
+ "package": "@fluentui/react-tabs"
672
+ }
673
+ ]
674
+ }
675
+ },
676
+ {
677
+ "date": "Mon, 16 Aug 2021 07:36:39 GMT",
678
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.143",
679
+ "version": "1.0.0-beta.143",
680
+ "comments": {
681
+ "patch": [
682
+ {
683
+ "comment": "Bump @fluentui/react to v8.28.2",
684
+ "author": "sarah.higley@microsoft.com",
685
+ "commit": "f700ae31aceafa040df5ac61e094a1f73c2dd6c7",
686
+ "package": "@fluentui/react-tabs"
687
+ }
688
+ ]
689
+ }
690
+ },
691
+ {
692
+ "date": "Fri, 13 Aug 2021 07:36:34 GMT",
693
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.142",
694
+ "version": "1.0.0-beta.142",
695
+ "comments": {
696
+ "patch": [
697
+ {
698
+ "comment": "Bump @fluentui/react to v8.28.1",
699
+ "author": "keyou@microsoft.com",
700
+ "commit": "aad82f693eaf0c95e8b8ab6961d4b4d46d79d57f",
701
+ "package": "@fluentui/react-tabs"
702
+ }
703
+ ]
704
+ }
705
+ },
706
+ {
707
+ "date": "Thu, 12 Aug 2021 07:34:46 GMT",
708
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.141",
709
+ "version": "1.0.0-beta.141",
710
+ "comments": {
711
+ "patch": [
712
+ {
713
+ "comment": "Bump @fluentui/react to v8.28.0",
714
+ "author": "sarah.higley@microsoft.com",
715
+ "commit": "fb73c0df8c9bca3c0630c096924d68563199a88b",
716
+ "package": "@fluentui/react-tabs"
717
+ }
718
+ ]
719
+ }
720
+ },
721
+ {
722
+ "date": "Wed, 11 Aug 2021 07:34:54 GMT",
723
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.140",
724
+ "version": "1.0.0-beta.140",
725
+ "comments": {
726
+ "patch": [
727
+ {
728
+ "comment": "Bump @fluentui/react to v8.27.2",
729
+ "author": "olfedias@microsoft.com",
730
+ "commit": "954ba1d43684df75942a18c0ef05dc99187729ff",
731
+ "package": "@fluentui/react-tabs"
732
+ }
733
+ ]
734
+ }
735
+ },
736
+ {
737
+ "date": "Mon, 09 Aug 2021 07:35:14 GMT",
738
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.139",
739
+ "version": "1.0.0-beta.139",
740
+ "comments": {
741
+ "patch": [
742
+ {
743
+ "comment": "Bump @fluentui/react to v8.27.1",
744
+ "author": "kinhln@microsoft.com",
745
+ "commit": "4d150e69ac2c7e7620e3b5e356d21d5e4a39256a",
746
+ "package": "@fluentui/react-tabs"
747
+ }
748
+ ]
749
+ }
750
+ },
751
+ {
752
+ "date": "Thu, 05 Aug 2021 07:34:24 GMT",
753
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.138",
754
+ "version": "1.0.0-beta.138",
755
+ "comments": {
756
+ "patch": [
757
+ {
758
+ "comment": "Bump @fluentui/react to v8.27.0",
759
+ "author": "lorejoh12@gmail.com",
760
+ "commit": "e5561d911ae300c9a20b4c78874d73093955838f",
761
+ "package": "@fluentui/react-tabs"
762
+ }
763
+ ]
764
+ }
765
+ },
766
+ {
767
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
768
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.137",
769
+ "version": "1.0.0-beta.137",
770
+ "comments": {
771
+ "patch": [
772
+ {
773
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
774
+ "author": "behowell@microsoft.com",
775
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
776
+ "package": "@fluentui/react-tabs"
777
+ },
778
+ {
779
+ "comment": "Bump @fluentui/react to v8.26.2",
780
+ "author": "behowell@microsoft.com",
781
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
782
+ "package": "@fluentui/react-tabs"
783
+ },
784
+ {
785
+ "comment": "Bump @fluentui/utilities to v8.2.2",
786
+ "author": "behowell@microsoft.com",
787
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
788
+ "package": "@fluentui/react-tabs"
789
+ },
790
+ {
791
+ "comment": "Bump @fluentui/react-hooks to v8.2.6",
792
+ "author": "behowell@microsoft.com",
793
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
794
+ "package": "@fluentui/react-tabs"
795
+ },
796
+ {
797
+ "comment": "Bump @fluentui/style-utilities to v8.2.2",
798
+ "author": "behowell@microsoft.com",
799
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
800
+ "package": "@fluentui/react-tabs"
801
+ },
802
+ {
803
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
804
+ "author": "behowell@microsoft.com",
805
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
806
+ "package": "@fluentui/react-tabs"
807
+ },
808
+ {
809
+ "comment": "Bump @fluentui/scripts to v1.0.0",
810
+ "author": "behowell@microsoft.com",
811
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
812
+ "package": "@fluentui/react-tabs"
813
+ }
814
+ ]
815
+ }
816
+ },
817
+ {
818
+ "date": "Mon, 02 Aug 2021 07:36:20 GMT",
819
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.136",
820
+ "version": "1.0.0-beta.136",
821
+ "comments": {
822
+ "patch": [
823
+ {
824
+ "comment": "Bump @fluentui/react to v8.26.1",
825
+ "author": "czearing@outlook.com",
826
+ "commit": "a122a999f7cd93d569870373a804ace33f082cf5",
827
+ "package": "@fluentui/react-tabs"
828
+ },
829
+ {
830
+ "comment": "Bump @fluentui/react-hooks to v8.2.5",
831
+ "author": "lingfan.gao@microsoft.com",
832
+ "commit": "01f28678ed1a89fb4d6985a4f0f06b8be658e536",
833
+ "package": "@fluentui/react-tabs"
834
+ }
835
+ ]
836
+ }
837
+ },
838
+ {
839
+ "date": "Fri, 30 Jul 2021 07:35:22 GMT",
840
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.135",
841
+ "version": "1.0.0-beta.135",
842
+ "comments": {
843
+ "patch": [
844
+ {
845
+ "comment": "Bump @fluentui/react to v8.26.0",
846
+ "author": "rezha@microsoft.com",
847
+ "commit": "4be0412e53a7563614bd6303ab1242dc3bc27368",
848
+ "package": "@fluentui/react-tabs"
849
+ }
850
+ ]
851
+ }
852
+ },
853
+ {
854
+ "date": "Thu, 29 Jul 2021 07:35:37 GMT",
855
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.134",
856
+ "version": "1.0.0-beta.134",
857
+ "comments": {
858
+ "patch": [
859
+ {
860
+ "comment": "Bump @fluentui/react to v8.25.0",
861
+ "author": "ashwin.gokhale98@gmail.com",
862
+ "commit": "4cde131df311f85971d5034ccc2b70bcf1da372f",
863
+ "package": "@fluentui/react-tabs"
864
+ },
865
+ {
866
+ "comment": "Bump @fluentui/style-utilities to v8.2.1",
867
+ "author": "ashwin.gokhale98@gmail.com",
868
+ "commit": "4cde131df311f85971d5034ccc2b70bcf1da372f",
869
+ "package": "@fluentui/react-tabs"
870
+ }
871
+ ]
872
+ }
873
+ },
874
+ {
875
+ "date": "Wed, 28 Jul 2021 07:34:11 GMT",
876
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.133",
877
+ "version": "1.0.0-beta.133",
878
+ "comments": {
879
+ "patch": [
880
+ {
881
+ "comment": "Bump @fluentui/react to v8.24.0",
882
+ "author": "sarah.higley@microsoft.com",
883
+ "commit": "dd4b9d08ba552d05f57fdddd6234279db8582f45",
884
+ "package": "@fluentui/react-tabs"
885
+ }
886
+ ]
887
+ }
888
+ },
889
+ {
890
+ "date": "Tue, 27 Jul 2021 07:34:27 GMT",
891
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.132",
892
+ "version": "1.0.0-beta.132",
893
+ "comments": {
894
+ "patch": [
895
+ {
896
+ "comment": "Bump @fluentui/react to v8.23.10",
897
+ "author": "behowell@microsoft.com",
898
+ "commit": "e80bb05701a11190ea9c65ac81b35932a620a8cb",
899
+ "package": "@fluentui/react-tabs"
900
+ }
901
+ ]
902
+ }
903
+ },
904
+ {
905
+ "date": "Mon, 26 Jul 2021 07:37:30 GMT",
906
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.131",
907
+ "version": "1.0.0-beta.131",
908
+ "comments": {
909
+ "patch": [
910
+ {
911
+ "comment": "Bump @fluentui/react to v8.23.9",
912
+ "author": "behowell@microsoft.com",
913
+ "commit": "2d62b36cdc1330c6984882d48c7f0e25473ac1a1",
914
+ "package": "@fluentui/react-tabs"
915
+ }
916
+ ]
917
+ }
918
+ },
919
+ {
920
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
921
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.130",
922
+ "version": "1.0.0-beta.130",
923
+ "comments": {
924
+ "patch": [
925
+ {
926
+ "comment": "Bump @fluentui/react to v8.23.8",
927
+ "author": "tristan.watanabe@gmail.com",
928
+ "commit": "fc6cc7d73c8d61587e26cd19b3bc9db3abd077a6",
929
+ "package": "@fluentui/react-tabs"
930
+ }
931
+ ]
932
+ }
933
+ },
934
+ {
935
+ "date": "Thu, 22 Jul 2021 07:36:55 GMT",
936
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.129",
937
+ "version": "1.0.0-beta.129",
938
+ "comments": {
939
+ "patch": [
940
+ {
941
+ "comment": "Bump @fluentui/react to v8.23.7",
942
+ "author": "litong@microsoft.com",
943
+ "commit": "0088f43064b789f856c461f5574f2ca51fe19c4a",
944
+ "package": "@fluentui/react-tabs"
945
+ }
946
+ ]
947
+ }
948
+ },
949
+ {
950
+ "date": "Tue, 20 Jul 2021 22:23:17 GMT",
951
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.128",
952
+ "version": "1.0.0-beta.128",
953
+ "comments": {
954
+ "patch": [
955
+ {
956
+ "comment": "Bump @fluentui/react to v8.23.6",
957
+ "author": "sarah.higley@microsoft.com",
958
+ "commit": "cf8d7a43d6de92501cef58200aff21fb3d1590a5",
959
+ "package": "@fluentui/react-tabs"
960
+ }
961
+ ]
962
+ }
963
+ },
964
+ {
965
+ "date": "Fri, 16 Jul 2021 07:32:14 GMT",
966
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.127",
967
+ "version": "1.0.0-beta.127",
968
+ "comments": {
969
+ "none": [
970
+ {
971
+ "comment": "Bump @fluentui/react to v8.23.5",
972
+ "author": "sarah.higley@microsoft.com",
973
+ "commit": "2d09c451d74f72d248d805e875865ab5944661df",
974
+ "package": "@fluentui/react-tabs"
975
+ }
976
+ ]
977
+ }
978
+ },
979
+ {
980
+ "date": "Fri, 16 Jul 2021 00:35:31 GMT",
981
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.127",
982
+ "version": "1.0.0-beta.127",
983
+ "comments": {
984
+ "patch": [
985
+ {
986
+ "comment": "Bump @fluentui/react to v8.23.4",
987
+ "author": "ilrosen@microsoft.com",
988
+ "commit": "581307da7a88ba9a2b74d5b213ab989729468f5f",
989
+ "package": "@fluentui/react-tabs"
990
+ }
991
+ ]
992
+ }
993
+ },
994
+ {
995
+ "date": "Thu, 15 Jul 2021 07:36:18 GMT",
996
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.126",
997
+ "version": "1.0.0-beta.126",
998
+ "comments": {
999
+ "patch": [
1000
+ {
1001
+ "comment": "Bump @fluentui/react to v8.23.3",
1002
+ "author": "behowell@microsoft.com",
1003
+ "commit": "77457de1a3be11dfe66b3634daaa35d7ab23cef9",
1004
+ "package": "@fluentui/react-tabs"
1005
+ }
1006
+ ]
1007
+ }
1008
+ },
1009
+ {
1010
+ "date": "Wed, 14 Jul 2021 07:28:19 GMT",
1011
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.125",
1012
+ "version": "1.0.0-beta.125",
1013
+ "comments": {
1014
+ "patch": [
1015
+ {
1016
+ "comment": "Bump @fluentui/react to v8.23.2",
1017
+ "author": "makopch@microsoft.com",
1018
+ "commit": "54d610936b6670ecfe3c1577ed779af25c27ef3e",
1019
+ "package": "@fluentui/react-tabs"
1020
+ }
1021
+ ]
1022
+ }
1023
+ },
1024
+ {
1025
+ "date": "Tue, 13 Jul 2021 22:32:58 GMT",
1026
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.124",
1027
+ "version": "1.0.0-beta.124",
1028
+ "comments": {
1029
+ "patch": [
1030
+ {
1031
+ "comment": "Bump @fluentui/react to v8.23.1",
1032
+ "author": "behowell@microsoft.com",
1033
+ "commit": "035ba0498cee783b11b31dffa0cbf595b73d6ec8",
1034
+ "package": "@fluentui/react-tabs"
1035
+ },
1036
+ {
1037
+ "comment": "Bump @fluentui/react-conformance to v0.4.3",
1038
+ "author": "elcraig@microsoft.com",
1039
+ "commit": "12b74625dec55bd1919f6370513043d87705e5ea",
1040
+ "package": "@fluentui/react-tabs"
1041
+ }
1042
+ ]
1043
+ }
1044
+ },
1045
+ {
1046
+ "date": "Tue, 13 Jul 2021 07:35:36 GMT",
1047
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.123",
1048
+ "version": "1.0.0-beta.123",
1049
+ "comments": {
1050
+ "patch": [
1051
+ {
1052
+ "comment": "Bump @fluentui/react to v8.23.0",
1053
+ "author": "tmichon@microsoft.com",
1054
+ "commit": "c9c64e89dc89e1f2abd145d132bb0624c40bd4ed",
1055
+ "package": "@fluentui/react-tabs"
1056
+ },
1057
+ {
1058
+ "comment": "Bump @fluentui/style-utilities to v8.2.0",
1059
+ "author": "tmichon@microsoft.com",
1060
+ "commit": "c9c64e89dc89e1f2abd145d132bb0624c40bd4ed",
1061
+ "package": "@fluentui/react-tabs"
1062
+ }
1063
+ ]
1064
+ }
1065
+ },
1066
+ {
1067
+ "date": "Mon, 12 Jul 2021 07:33:23 GMT",
1068
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.122",
1069
+ "version": "1.0.0-beta.122",
1070
+ "comments": {
1071
+ "none": [
1072
+ {
1073
+ "comment": "Bump @fluentui/react to v8.22.3",
1074
+ "author": "Humberto.Morimoto@microsoft.com",
1075
+ "commit": "394b16b92fae7773125c32edc1df56c7758cba4e",
1076
+ "package": "@fluentui/react-tabs"
1077
+ }
1078
+ ]
1079
+ }
1080
+ },
1081
+ {
1082
+ "date": "Fri, 09 Jul 2021 07:39:31 GMT",
1083
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.122",
1084
+ "version": "1.0.0-beta.122",
1085
+ "comments": {
1086
+ "patch": [
1087
+ {
1088
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.2",
1089
+ "author": "martinhochel@microsoft.com",
1090
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1091
+ "package": "@fluentui/react-tabs"
1092
+ },
1093
+ {
1094
+ "comment": "Bump @fluentui/react to v8.22.3",
1095
+ "author": "martinhochel@microsoft.com",
1096
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1097
+ "package": "@fluentui/react-tabs"
1098
+ },
1099
+ {
1100
+ "comment": "Bump @fluentui/utilities to v8.2.1",
1101
+ "author": "martinhochel@microsoft.com",
1102
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1103
+ "package": "@fluentui/react-tabs"
1104
+ },
1105
+ {
1106
+ "comment": "Bump @fluentui/react-hooks to v8.2.4",
1107
+ "author": "martinhochel@microsoft.com",
1108
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1109
+ "package": "@fluentui/react-tabs"
1110
+ },
1111
+ {
1112
+ "comment": "Bump @fluentui/style-utilities to v8.1.5",
1113
+ "author": "martinhochel@microsoft.com",
1114
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1115
+ "package": "@fluentui/react-tabs"
1116
+ },
1117
+ {
1118
+ "comment": "Bump @fluentui/react-conformance to v0.4.2",
1119
+ "author": "martinhochel@microsoft.com",
1120
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1121
+ "package": "@fluentui/react-tabs"
1122
+ },
1123
+ {
1124
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1125
+ "author": "martinhochel@microsoft.com",
1126
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1127
+ "package": "@fluentui/react-tabs"
1128
+ }
1129
+ ]
1130
+ }
1131
+ },
1132
+ {
1133
+ "date": "Thu, 08 Jul 2021 07:32:49 GMT",
1134
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.121",
1135
+ "version": "1.0.0-beta.121",
1136
+ "comments": {
1137
+ "patch": [
1138
+ {
1139
+ "comment": "Bump @fluentui/react to v8.22.2",
1140
+ "author": "sarah.higley@microsoft.com",
1141
+ "commit": "6b7dca368ae9ce805f8c9663ebbb6018024f8b8b",
1142
+ "package": "@fluentui/react-tabs"
1143
+ }
1144
+ ]
1145
+ }
1146
+ },
1147
+ {
1148
+ "date": "Wed, 07 Jul 2021 07:32:54 GMT",
1149
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.120",
1150
+ "version": "1.0.0-beta.120",
1151
+ "comments": {
1152
+ "patch": [
1153
+ {
1154
+ "comment": "Bump @fluentui/react to v8.22.1",
1155
+ "author": "sarah.higley@microsoft.com",
1156
+ "commit": "9babbdb459a85f5ec7640b35e921d17a675f7856",
1157
+ "package": "@fluentui/react-tabs"
1158
+ }
1159
+ ]
1160
+ }
1161
+ },
1162
+ {
1163
+ "date": "Thu, 01 Jul 2021 07:35:05 GMT",
1164
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.119",
1165
+ "version": "1.0.0-beta.119",
1166
+ "comments": {
1167
+ "patch": [
1168
+ {
1169
+ "comment": "Bump @fluentui/react to v8.22.0",
1170
+ "author": "nikolenkoanton92@gmail.com",
1171
+ "commit": "a7015bc278ac653e2030571598e27cc88c8d1044",
1172
+ "package": "@fluentui/react-tabs"
1173
+ }
1174
+ ]
1175
+ }
1176
+ },
1177
+ {
1178
+ "date": "Tue, 29 Jun 2021 07:33:32 GMT",
1179
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.118",
1180
+ "version": "1.0.0-beta.118",
1181
+ "comments": {
1182
+ "patch": [
1183
+ {
1184
+ "comment": "Bump @fluentui/react to v8.21.1",
1185
+ "author": "makopch@microsoft.com",
1186
+ "commit": "bed5091b9baf6359298e40849e2810fb0c80ba85",
1187
+ "package": "@fluentui/react-tabs"
1188
+ }
1189
+ ]
1190
+ }
1191
+ },
1192
+ {
1193
+ "date": "Mon, 28 Jun 2021 07:35:16 GMT",
1194
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.117",
1195
+ "version": "1.0.0-beta.117",
1196
+ "comments": {
1197
+ "patch": [
1198
+ {
1199
+ "comment": "Bump @fluentui/react to v8.21.0",
1200
+ "author": "jamwu@microsoft.com",
1201
+ "commit": "1f9178be6361124dfbcf20dcc07f6214a88ae49d",
1202
+ "package": "@fluentui/react-tabs"
1203
+ },
1204
+ {
1205
+ "comment": "Bump @fluentui/utilities to v8.2.0",
1206
+ "author": "jamwu@microsoft.com",
1207
+ "commit": "1f9178be6361124dfbcf20dcc07f6214a88ae49d",
1208
+ "package": "@fluentui/react-tabs"
1209
+ },
1210
+ {
1211
+ "comment": "Bump @fluentui/react-hooks to v8.2.3",
1212
+ "author": "jamwu@microsoft.com",
1213
+ "commit": "1f9178be6361124dfbcf20dcc07f6214a88ae49d",
1214
+ "package": "@fluentui/react-tabs"
1215
+ },
1216
+ {
1217
+ "comment": "Bump @fluentui/style-utilities to v8.1.4",
1218
+ "author": "jamwu@microsoft.com",
1219
+ "commit": "1f9178be6361124dfbcf20dcc07f6214a88ae49d",
1220
+ "package": "@fluentui/react-tabs"
1221
+ }
1222
+ ]
1223
+ }
1224
+ },
1225
+ {
1226
+ "date": "Fri, 25 Jun 2021 07:31:35 GMT",
1227
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.116",
1228
+ "version": "1.0.0-beta.116",
1229
+ "comments": {
1230
+ "none": [
1231
+ {
1232
+ "comment": "Bump @fluentui/react to v8.20.2",
1233
+ "author": "czearing@outlook.com",
1234
+ "commit": "78a001da63401022bbcb1cef142240d2c9671e53",
1235
+ "package": "@fluentui/react-tabs"
1236
+ }
1237
+ ]
1238
+ }
1239
+ },
1240
+ {
1241
+ "date": "Thu, 24 Jun 2021 07:31:50 GMT",
1242
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.116",
1243
+ "version": "1.0.0-beta.116",
1244
+ "comments": {
1245
+ "none": [
1246
+ {
1247
+ "comment": "Bump @fluentui/react to v8.20.2",
1248
+ "author": "czearing@outlook.com",
1249
+ "commit": "175dd17740eab5d2c05f3c6779a2afbb3fd85227",
1250
+ "package": "@fluentui/react-tabs"
1251
+ }
1252
+ ]
1253
+ }
1254
+ },
1255
+ {
1256
+ "date": "Tue, 22 Jun 2021 07:35:11 GMT",
1257
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.116",
1258
+ "version": "1.0.0-beta.116",
1259
+ "comments": {
1260
+ "patch": [
1261
+ {
1262
+ "comment": "Bump @fluentui/react to v8.20.2",
1263
+ "author": "tkrasniqi@microsoft.com",
1264
+ "commit": "59b3902db0c883c5cc91dc8870d8f268d56ef6be",
1265
+ "package": "@fluentui/react-tabs"
1266
+ }
1267
+ ]
1268
+ }
1269
+ },
1270
+ {
1271
+ "date": "Mon, 21 Jun 2021 07:34:33 GMT",
1272
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.115",
1273
+ "version": "1.0.0-beta.115",
1274
+ "comments": {
1275
+ "patch": [
1276
+ {
1277
+ "comment": "Bump @fluentui/react to v8.20.1",
1278
+ "author": "ololubek@microsoft.com",
1279
+ "commit": "7116a5d3ee9db3228898a3be5f4b065a128eeaba",
1280
+ "package": "@fluentui/react-tabs"
1281
+ }
1282
+ ]
1283
+ }
1284
+ },
1285
+ {
1286
+ "date": "Fri, 18 Jun 2021 07:30:58 GMT",
1287
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.114",
1288
+ "version": "1.0.0-beta.114",
1289
+ "comments": {
1290
+ "patch": [
1291
+ {
1292
+ "comment": "Bump @fluentui/react to v8.20.0",
1293
+ "author": "khhuynh@microsoft.com",
1294
+ "commit": "c67362c086adf01363d1bb85a4303c35852a7d6c",
1295
+ "package": "@fluentui/react-tabs"
1296
+ }
1297
+ ]
1298
+ }
1299
+ },
1300
+ {
1301
+ "date": "Wed, 16 Jun 2021 07:34:24 GMT",
1302
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.113",
1303
+ "version": "1.0.0-beta.113",
1304
+ "comments": {
1305
+ "patch": [
1306
+ {
1307
+ "comment": "Bump @fluentui/react to v8.19.1",
1308
+ "author": "sarah.higley@microsoft.com",
1309
+ "commit": "f6086b15f2734ede419d5d7ac3418b7bdf990060",
1310
+ "package": "@fluentui/react-tabs"
1311
+ }
1312
+ ]
1313
+ }
1314
+ },
1315
+ {
1316
+ "date": "Tue, 15 Jun 2021 07:40:20 GMT",
1317
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.112",
1318
+ "version": "1.0.0-beta.112",
1319
+ "comments": {
1320
+ "patch": [
1321
+ {
1322
+ "comment": "Bump @fluentui/react to v8.19.0",
1323
+ "author": "sarah.higley@microsoft.com",
1324
+ "commit": "4693f5b04ae4e2c8d0e205dff58264ebb790c569",
1325
+ "package": "@fluentui/react-tabs"
1326
+ },
1327
+ {
1328
+ "comment": "Bump @fluentui/style-utilities to v8.1.3",
1329
+ "author": "sarah.higley@microsoft.com",
1330
+ "commit": "4693f5b04ae4e2c8d0e205dff58264ebb790c569",
1331
+ "package": "@fluentui/react-tabs"
1332
+ }
1333
+ ]
1334
+ }
1335
+ },
1336
+ {
1337
+ "date": "Fri, 11 Jun 2021 07:34:26 GMT",
1338
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.111",
1339
+ "version": "1.0.0-beta.111",
1340
+ "comments": {
1341
+ "patch": [
1342
+ {
1343
+ "comment": "Bump @fluentui/react to v8.18.0",
1344
+ "author": "sarah.higley@microsoft.com",
1345
+ "commit": "2fc9d47408c198024227e40ecf53a56485a508a2",
1346
+ "package": "@fluentui/react-tabs"
1347
+ }
1348
+ ]
1349
+ }
1350
+ },
1351
+ {
1352
+ "date": "Thu, 10 Jun 2021 07:32:59 GMT",
1353
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.110",
1354
+ "version": "1.0.0-beta.110",
1355
+ "comments": {
1356
+ "patch": [
1357
+ {
1358
+ "comment": "Bump @fluentui/react to v8.17.4",
1359
+ "author": "lorejoh12@gmail.com",
1360
+ "commit": "605ed42353ab19f4ac6b105ef3a5e905d56c703a",
1361
+ "package": "@fluentui/react-tabs"
1362
+ }
1363
+ ]
1364
+ }
1365
+ },
1366
+ {
1367
+ "date": "Wed, 09 Jun 2021 07:33:38 GMT",
1368
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.109",
1369
+ "version": "1.0.0-beta.109",
1370
+ "comments": {
1371
+ "patch": [
1372
+ {
1373
+ "comment": "Bump @fluentui/react to v8.17.3",
1374
+ "author": "tkrasniqi@microsoft.com",
1375
+ "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281",
1376
+ "package": "@fluentui/react-tabs"
1377
+ }
1378
+ ]
1379
+ }
1380
+ },
1381
+ {
1382
+ "date": "Tue, 08 Jun 2021 07:32:44 GMT",
1383
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.108",
1384
+ "version": "1.0.0-beta.108",
1385
+ "comments": {
1386
+ "patch": [
1387
+ {
1388
+ "comment": "Bump @fluentui/react to v8.17.2",
1389
+ "author": "tkrasniqi@microsoft.com",
1390
+ "commit": "e81620081c85eaf0224b3bc290bf15f589ca7281",
1391
+ "package": "@fluentui/react-tabs"
1392
+ }
1393
+ ]
1394
+ }
1395
+ },
1396
+ {
1397
+ "date": "Mon, 07 Jun 2021 07:38:15 GMT",
1398
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.107",
1399
+ "version": "1.0.0-beta.107",
1400
+ "comments": {
1401
+ "patch": [
1402
+ {
1403
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.1",
1404
+ "author": "martinhochel@microsoft.com",
1405
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1406
+ "package": "@fluentui/react-tabs"
1407
+ },
1408
+ {
1409
+ "comment": "Bump @fluentui/utilities to v8.1.2",
1410
+ "author": "martinhochel@microsoft.com",
1411
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1412
+ "package": "@fluentui/react-tabs"
1413
+ },
1414
+ {
1415
+ "comment": "Bump @fluentui/react-hooks to v8.2.2",
1416
+ "author": "martinhochel@microsoft.com",
1417
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1418
+ "package": "@fluentui/react-tabs"
1419
+ },
1420
+ {
1421
+ "comment": "Bump @fluentui/style-utilities to v8.1.2",
1422
+ "author": "martinhochel@microsoft.com",
1423
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1424
+ "package": "@fluentui/react-tabs"
1425
+ },
1426
+ {
1427
+ "comment": "Bump @fluentui/react-conformance to v0.4.1",
1428
+ "author": "martinhochel@microsoft.com",
1429
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1430
+ "package": "@fluentui/react-tabs"
1431
+ },
1432
+ {
1433
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1434
+ "author": "martinhochel@microsoft.com",
1435
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1436
+ "package": "@fluentui/react-tabs"
1437
+ },
1438
+ {
1439
+ "comment": "Bump @fluentui/react to v8.17.1",
1440
+ "author": "sarah.higley@microsoft.com",
1441
+ "commit": "d9250a45a8404b2bd2298b2f77217eca67ad2089",
1442
+ "package": "@fluentui/react-tabs"
1443
+ }
1444
+ ]
1445
+ }
1446
+ },
1447
+ {
1448
+ "date": "Fri, 04 Jun 2021 07:37:23 GMT",
1449
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.106",
1450
+ "version": "1.0.0-beta.106",
1451
+ "comments": {
1452
+ "patch": [
1453
+ {
1454
+ "comment": "Bump @fluentui/react to v8.17.0",
1455
+ "author": "Humberto.Morimoto@microsoft.com",
1456
+ "commit": "e42563e7234d25c653d34fac07fb0f1be37d0f0f",
1457
+ "package": "@fluentui/react-tabs"
1458
+ }
1459
+ ]
1460
+ }
1461
+ },
1462
+ {
1463
+ "date": "Thu, 03 Jun 2021 07:36:03 GMT",
1464
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.105",
1465
+ "version": "1.0.0-beta.105",
1466
+ "comments": {
1467
+ "none": [
1468
+ {
1469
+ "comment": "Bump @fluentui/react to v8.16.0",
1470
+ "author": "elcraig@microsoft.com",
1471
+ "commit": "6ee223627df7fc52726f04cef2d42d7cdb42b815",
1472
+ "package": "@fluentui/react-tabs"
1473
+ }
1474
+ ]
1475
+ }
1476
+ },
1477
+ {
1478
+ "date": "Mon, 31 May 2021 07:33:15 GMT",
1479
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.105",
1480
+ "version": "1.0.0-beta.105",
1481
+ "comments": {
1482
+ "patch": [
1483
+ {
1484
+ "comment": "Bump @fluentui/react to v8.16.0",
1485
+ "author": "Humberto.Morimoto@microsoft.com",
1486
+ "commit": "8c0ff9f25a1fc1ae46a9e5b342ba97c22f5050de",
1487
+ "package": "@fluentui/react-tabs"
1488
+ }
1489
+ ]
1490
+ }
1491
+ },
1492
+ {
1493
+ "date": "Thu, 27 May 2021 07:33:21 GMT",
1494
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.104",
1495
+ "version": "1.0.0-beta.104",
1496
+ "comments": {
1497
+ "patch": [
1498
+ {
1499
+ "comment": "Bump @fluentui/react to v8.15.1",
1500
+ "author": "hetanthakkar1@gmail.com",
1501
+ "commit": "004478f9f4363524f218ddf1f67da8c520488065",
1502
+ "package": "@fluentui/react-tabs"
1503
+ }
1504
+ ]
1505
+ }
1506
+ },
1507
+ {
1508
+ "date": "Wed, 26 May 2021 07:35:43 GMT",
1509
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.103",
1510
+ "version": "1.0.0-beta.103",
1511
+ "comments": {
1512
+ "patch": [
1513
+ {
1514
+ "comment": "Bump @fluentui/react to v8.15.0",
1515
+ "author": "anhw@microsoft.com",
1516
+ "commit": "a4119e6600caf0e24fd9380edadc205c0a0376f7",
1517
+ "package": "@fluentui/react-tabs"
1518
+ }
1519
+ ]
1520
+ }
1521
+ },
1522
+ {
1523
+ "date": "Tue, 25 May 2021 01:11:03 GMT",
1524
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.102",
1525
+ "version": "1.0.0-beta.102",
1526
+ "comments": {
1527
+ "patch": [
1528
+ {
1529
+ "comment": "Bump @fluentui/react to v8.14.15",
1530
+ "author": "tristan.watanabe@gmail.com",
1531
+ "commit": "5756b9d913b4716a81a1d63e8ccf2099ab078742",
1532
+ "package": "@fluentui/react-tabs"
1533
+ }
1534
+ ]
1535
+ }
1536
+ },
1537
+ {
1538
+ "date": "Mon, 24 May 2021 07:35:28 GMT",
1539
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.101",
1540
+ "version": "1.0.0-beta.101",
1541
+ "comments": {
1542
+ "patch": [
1543
+ {
1544
+ "comment": "Bump @fluentui/react to v8.14.14",
1545
+ "author": "tristan.watanabe@gmail.com",
1546
+ "commit": "d8654fc0474e66b73536fac9f51090000e89970c",
1547
+ "package": "@fluentui/react-tabs"
1548
+ }
1549
+ ]
1550
+ }
1551
+ },
1552
+ {
1553
+ "date": "Fri, 21 May 2021 07:34:54 GMT",
1554
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.100",
1555
+ "version": "1.0.0-beta.100",
1556
+ "comments": {
1557
+ "patch": [
1558
+ {
1559
+ "comment": "Bump @fluentui/react to v8.14.13",
1560
+ "author": "tristan.watanabe@gmail.com",
1561
+ "commit": "c00f815bfb9b2cfea4e2c60a79fd219ad023bded",
1562
+ "package": "@fluentui/react-tabs"
1563
+ }
1564
+ ]
1565
+ }
1566
+ },
1567
+ {
1568
+ "date": "Thu, 20 May 2021 07:41:54 GMT",
1569
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.99",
1570
+ "version": "1.0.0-beta.99",
1571
+ "comments": {
1572
+ "none": [
1573
+ {
1574
+ "comment": "Update conformance tests in all packages to use a package-level isConformant wrapper with appropriate generics for props",
1575
+ "author": "elcraig@microsoft.com",
1576
+ "commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
1577
+ "package": "@fluentui/react-tabs"
1578
+ }
1579
+ ],
1580
+ "patch": [
1581
+ {
1582
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.0",
1583
+ "author": "elcraig@microsoft.com",
1584
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1585
+ "package": "@fluentui/react-tabs"
1586
+ },
1587
+ {
1588
+ "comment": "Bump @fluentui/react to v8.14.12",
1589
+ "author": "elcraig@microsoft.com",
1590
+ "commit": "505db08044507a6a9260459a1013897ca68a2ed6",
1591
+ "package": "@fluentui/react-tabs"
1592
+ },
1593
+ {
1594
+ "comment": "Bump @fluentui/utilities to v8.1.1",
1595
+ "author": "elcraig@microsoft.com",
1596
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1597
+ "package": "@fluentui/react-tabs"
1598
+ },
1599
+ {
1600
+ "comment": "Bump @fluentui/react-hooks to v8.2.1",
1601
+ "author": "elcraig@microsoft.com",
1602
+ "commit": "505db08044507a6a9260459a1013897ca68a2ed6",
1603
+ "package": "@fluentui/react-tabs"
1604
+ },
1605
+ {
1606
+ "comment": "Bump @fluentui/style-utilities to v8.1.1",
1607
+ "author": "elcraig@microsoft.com",
1608
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1609
+ "package": "@fluentui/react-tabs"
1610
+ },
1611
+ {
1612
+ "comment": "Bump @fluentui/react-conformance to v0.4.0",
1613
+ "author": "elcraig@microsoft.com",
1614
+ "commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
1615
+ "package": "@fluentui/react-tabs"
1616
+ },
1617
+ {
1618
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1619
+ "author": "elcraig@microsoft.com",
1620
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1621
+ "package": "@fluentui/react-tabs"
1622
+ }
1623
+ ]
1624
+ }
1625
+ },
1626
+ {
1627
+ "date": "Wed, 19 May 2021 07:34:20 GMT",
1628
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.98",
1629
+ "version": "1.0.0-beta.98",
1630
+ "comments": {
1631
+ "patch": [
1632
+ {
1633
+ "comment": "Bump @fluentui/react-conformance to v0.3.1",
1634
+ "author": "martinhochel@microsoft.com",
1635
+ "commit": "616b4b7c381c757871e8a590564d8eff7337834c",
1636
+ "package": "@fluentui/react-tabs"
1637
+ },
1638
+ {
1639
+ "comment": "Bump @fluentui/react to v8.14.11",
1640
+ "author": "martinhochel@microsoft.com",
1641
+ "commit": "616b4b7c381c757871e8a590564d8eff7337834c",
1642
+ "package": "@fluentui/react-tabs"
1643
+ }
1644
+ ]
1645
+ }
1646
+ },
1647
+ {
1648
+ "date": "Tue, 18 May 2021 07:34:38 GMT",
1649
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.97",
1650
+ "version": "1.0.0-beta.97",
1651
+ "comments": {
1652
+ "patch": [
1653
+ {
1654
+ "comment": "Bump @fluentui/react to v8.14.10",
1655
+ "author": "zhigzhen@microsoft.com",
1656
+ "commit": "644df65321367dd615548b2877293d5268595c2b",
1657
+ "package": "@fluentui/react-tabs"
1658
+ }
1659
+ ]
1660
+ }
1661
+ },
1662
+ {
1663
+ "date": "Mon, 17 May 2021 07:33:48 GMT",
1664
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.96",
1665
+ "version": "1.0.0-beta.96",
1666
+ "comments": {
1667
+ "patch": [
1668
+ {
1669
+ "comment": "Bump @fluentui/react to v8.14.9",
1670
+ "author": "tkrasniqi@microsoft.com",
1671
+ "commit": "6f5eb945a92b483141ee732b2ef439206a026627",
1672
+ "package": "@fluentui/react-tabs"
1673
+ }
1674
+ ]
1675
+ }
1676
+ },
1677
+ {
1678
+ "date": "Fri, 14 May 2021 07:35:10 GMT",
1679
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.95",
1680
+ "version": "1.0.0-beta.95",
1681
+ "comments": {
1682
+ "prerelease": [
1683
+ {
1684
+ "comment": "Tabs: role prop of header button can now take tab.role value",
1685
+ "author": "hetanthakkar1@gmail.com",
1686
+ "commit": "2e6d5cd387a0bc07077c5cb4b7f6eef08db8762f",
1687
+ "package": "@fluentui/react-tabs"
1688
+ }
1689
+ ],
1690
+ "patch": [
1691
+ {
1692
+ "comment": "Bump @fluentui/react to v8.14.8",
1693
+ "author": "tristan.watanabe@gmail.com",
1694
+ "commit": "8ae04eedf0f6b332d32da6cfeab59776251b70b0",
1695
+ "package": "@fluentui/react-tabs"
1696
+ }
1697
+ ]
1698
+ }
1699
+ },
1700
+ {
1701
+ "date": "Thu, 13 May 2021 07:36:55 GMT",
1702
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.94",
1703
+ "version": "1.0.0-beta.94",
1704
+ "comments": {
1705
+ "patch": [
1706
+ {
1707
+ "comment": "Bump @fluentui/react to v8.14.7",
1708
+ "author": "tristan.watanabe@gmail.com",
1709
+ "commit": "a51398178a1519e74485a8f6b31c5d3fca09c0b4",
1710
+ "package": "@fluentui/react-tabs"
1711
+ }
1712
+ ]
1713
+ }
1714
+ },
1715
+ {
1716
+ "date": "Wed, 12 May 2021 07:36:20 GMT",
1717
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.93",
1718
+ "version": "1.0.0-beta.93",
1719
+ "comments": {
1720
+ "patch": [
1721
+ {
1722
+ "comment": "Bump @fluentui/react to v8.14.6",
1723
+ "author": "oliver.webb@starleaf.com",
1724
+ "commit": "2119518232b6d1a822ef2fa99bb488312053c4c5",
1725
+ "package": "@fluentui/react-tabs"
1726
+ }
1727
+ ]
1728
+ }
1729
+ },
1730
+ {
1731
+ "date": "Mon, 10 May 2021 07:36:07 GMT",
1732
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.92",
1733
+ "version": "1.0.0-beta.92",
1734
+ "comments": {
1735
+ "patch": [
1736
+ {
1737
+ "comment": "Bump @fluentui/react to v8.14.5",
1738
+ "author": "cujurgen@microsoft.com",
1739
+ "commit": "cbb18aa631e7376359e7765fa7e5b6ca11b75621",
1740
+ "package": "@fluentui/react-tabs"
1741
+ }
1742
+ ]
1743
+ }
1744
+ },
1745
+ {
1746
+ "date": "Fri, 07 May 2021 07:34:34 GMT",
1747
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.91",
1748
+ "version": "1.0.0-beta.91",
1749
+ "comments": {
1750
+ "patch": [
1751
+ {
1752
+ "comment": "Bump @fluentui/react to v8.14.4",
1753
+ "author": "anhw@microsoft.com",
1754
+ "commit": "6701eb20d01c4b846624b1c3f9ea37ed8c4ee72a",
1755
+ "package": "@fluentui/react-tabs"
1756
+ }
1757
+ ]
1758
+ }
1759
+ },
1760
+ {
1761
+ "date": "Thu, 06 May 2021 07:35:51 GMT",
1762
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.90",
1763
+ "version": "1.0.0-beta.90",
1764
+ "comments": {
1765
+ "patch": [
1766
+ {
1767
+ "comment": "Bump @fluentui/react to v8.14.3",
1768
+ "author": "tristan.watanabe@gmail.com",
1769
+ "commit": "83930898b3f9e0972bf994dc55e66b477d12ea3c",
1770
+ "package": "@fluentui/react-tabs"
1771
+ }
1772
+ ]
1773
+ }
1774
+ },
1775
+ {
1776
+ "date": "Wed, 05 May 2021 07:36:50 GMT",
1777
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.89",
1778
+ "version": "1.0.0-beta.89",
1779
+ "comments": {
1780
+ "none": [
1781
+ {
1782
+ "comment": "Bump @fluentui/react to v8.14.2",
1783
+ "author": "sarah.higley@microsoft.com",
1784
+ "commit": "30a71c476a4c57a0be40ccef3717a456b354e0d6",
1785
+ "package": "@fluentui/react-tabs"
1786
+ }
1787
+ ]
1788
+ }
1789
+ },
1790
+ {
1791
+ "date": "Tue, 04 May 2021 07:36:35 GMT",
1792
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.89",
1793
+ "version": "1.0.0-beta.89",
1794
+ "comments": {
1795
+ "patch": [
1796
+ {
1797
+ "comment": "Bump @fluentui/react to v8.14.1",
1798
+ "author": "tristan.watanabe@gmail.com",
1799
+ "commit": "83c7ebbe3aae5cb052e4f1405cbc8d68dc79aa8f",
1800
+ "package": "@fluentui/react-tabs"
1801
+ }
1802
+ ]
1803
+ }
1804
+ },
1805
+ {
1806
+ "date": "Fri, 30 Apr 2021 07:42:23 GMT",
1807
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.88",
1808
+ "version": "1.0.0-beta.88",
1809
+ "comments": {
1810
+ "prerelease": [
1811
+ {
1812
+ "comment": "Upgrade to ts 4.0",
1813
+ "author": "joschect@microsoft.com",
1814
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1815
+ "package": "@fluentui/react-tabs"
1816
+ }
1817
+ ],
1818
+ "patch": [
1819
+ {
1820
+ "comment": "Bump @fluentui/react to v8.14.0",
1821
+ "author": "jdh@microsoft.com",
1822
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1823
+ "package": "@fluentui/react-tabs"
1824
+ },
1825
+ {
1826
+ "comment": "Bump @fluentui/utilities to v8.1.0",
1827
+ "author": "joschect@microsoft.com",
1828
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1829
+ "package": "@fluentui/react-tabs"
1830
+ },
1831
+ {
1832
+ "comment": "Bump @fluentui/react-hooks to v8.2.0",
1833
+ "author": "joschect@microsoft.com",
1834
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1835
+ "package": "@fluentui/react-tabs"
1836
+ },
1837
+ {
1838
+ "comment": "Bump @fluentui/style-utilities to v8.1.0",
1839
+ "author": "joschect@microsoft.com",
1840
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1841
+ "package": "@fluentui/react-tabs"
1842
+ },
1843
+ {
1844
+ "comment": "Bump @fluentui/eslint-plugin to v1.2.0",
1845
+ "author": "joschect@microsoft.com",
1846
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1847
+ "package": "@fluentui/react-tabs"
1848
+ },
1849
+ {
1850
+ "comment": "Bump @fluentui/react-conformance to v0.3.0",
1851
+ "author": "joschect@microsoft.com",
1852
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1853
+ "package": "@fluentui/react-tabs"
1854
+ },
1855
+ {
1856
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1857
+ "author": "joschect@microsoft.com",
1858
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1859
+ "package": "@fluentui/react-tabs"
1860
+ }
1861
+ ]
1862
+ }
1863
+ },
1864
+ {
1865
+ "date": "Wed, 28 Apr 2021 07:32:59 GMT",
1866
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.87",
1867
+ "version": "1.0.0-beta.87",
1868
+ "comments": {
1869
+ "patch": [
1870
+ {
1871
+ "comment": "Bump @fluentui/react to v8.13.1",
1872
+ "author": "shi.cheng@microsoft.com",
1873
+ "commit": "0c1058d6057d25eb97a73482e026ee00719175de",
1874
+ "package": "@fluentui/react-tabs"
1875
+ }
1876
+ ]
1877
+ }
1878
+ },
1879
+ {
1880
+ "date": "Tue, 27 Apr 2021 07:34:03 GMT",
1881
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.86",
1882
+ "version": "1.0.0-beta.86",
1883
+ "comments": {
1884
+ "patch": [
1885
+ {
1886
+ "comment": "Bump @fluentui/react to v8.13.0",
1887
+ "author": "jolamusg@microsoft.com",
1888
+ "commit": "7d2a0ee3af7ab8a13f4cf007bfed6aeebde35b23",
1889
+ "package": "@fluentui/react-tabs"
1890
+ }
1891
+ ]
1892
+ }
1893
+ },
1894
+ {
1895
+ "date": "Mon, 26 Apr 2021 07:34:31 GMT",
1896
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.85",
1897
+ "version": "1.0.0-beta.85",
1898
+ "comments": {
1899
+ "patch": [
1900
+ {
1901
+ "comment": "Bump @fluentui/react to v8.12.1",
1902
+ "author": "sarah.higley@microsoft.com",
1903
+ "commit": "5f36a1e53dbb353f48089303ce281bd7dfac0ee7",
1904
+ "package": "@fluentui/react-tabs"
1905
+ }
1906
+ ]
1907
+ }
1908
+ },
1909
+ {
1910
+ "date": "Fri, 23 Apr 2021 07:37:10 GMT",
1911
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.84",
1912
+ "version": "1.0.0-beta.84",
1913
+ "comments": {
1914
+ "none": [
1915
+ {
1916
+ "comment": "disable lint rules",
1917
+ "author": "olfedias@microsoft.com",
1918
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
1919
+ "package": "@fluentui/react-tabs"
1920
+ }
1921
+ ],
1922
+ "patch": [
1923
+ {
1924
+ "comment": "Bump @fluentui/eslint-plugin to v1.1.1",
1925
+ "author": "olfedias@microsoft.com",
1926
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
1927
+ "package": "@fluentui/react-tabs"
1928
+ },
1929
+ {
1930
+ "comment": "Bump @fluentui/react to v8.12.0",
1931
+ "author": "olfedias@microsoft.com",
1932
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
1933
+ "package": "@fluentui/react-tabs"
1934
+ },
1935
+ {
1936
+ "comment": "Bump @fluentui/utilities to v8.0.5",
1937
+ "author": "olfedias@microsoft.com",
1938
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
1939
+ "package": "@fluentui/react-tabs"
1940
+ },
1941
+ {
1942
+ "comment": "Bump @fluentui/react-hooks to v8.1.3",
1943
+ "author": "olfedias@microsoft.com",
1944
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
1945
+ "package": "@fluentui/react-tabs"
1946
+ },
1947
+ {
1948
+ "comment": "Bump @fluentui/style-utilities to v8.0.5",
1949
+ "author": "olfedias@microsoft.com",
1950
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
1951
+ "package": "@fluentui/react-tabs"
1952
+ },
1953
+ {
1954
+ "comment": "Bump @fluentui/react-conformance to v0.2.6",
1955
+ "author": "olfedias@microsoft.com",
1956
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
1957
+ "package": "@fluentui/react-tabs"
1958
+ },
1959
+ {
1960
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1961
+ "author": "olfedias@microsoft.com",
1962
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
1963
+ "package": "@fluentui/react-tabs"
1964
+ }
1965
+ ]
1966
+ }
1967
+ },
1968
+ {
1969
+ "date": "Wed, 21 Apr 2021 07:31:50 GMT",
1970
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.83",
1971
+ "version": "1.0.0-beta.83",
1972
+ "comments": {
1973
+ "none": [
1974
+ {
1975
+ "comment": "Bump @fluentui/react to v8.11.2",
1976
+ "author": "b.sjursen@gmail.com",
1977
+ "commit": "0bae195a92606a9de6549af2a47fa716c5298fc9",
1978
+ "package": "@fluentui/react-tabs"
1979
+ }
1980
+ ]
1981
+ }
1982
+ },
1983
+ {
1984
+ "date": "Mon, 19 Apr 2021 07:33:33 GMT",
1985
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.83",
1986
+ "version": "1.0.0-beta.83",
1987
+ "comments": {
1988
+ "none": [
1989
+ {
1990
+ "comment": "Remove unneeded react-app-polyfill devDependency",
1991
+ "author": "elcraig@microsoft.com",
1992
+ "commit": "fdc32557d49e5d70ea7e4af8957102d415b44547",
1993
+ "package": "@fluentui/react-tabs"
1994
+ }
1995
+ ]
1996
+ }
1997
+ },
1998
+ {
1999
+ "date": "Fri, 16 Apr 2021 07:32:08 GMT",
2000
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.83",
2001
+ "version": "1.0.0-beta.83",
2002
+ "comments": {
2003
+ "patch": [
2004
+ {
2005
+ "comment": "Bump @fluentui/react to v8.11.0",
2006
+ "author": "Humberto.Morimoto@microsoft.com",
2007
+ "commit": "6168a30a5b8c0b053eb6343cb160ce609b01f397",
2008
+ "package": "@fluentui/react-tabs"
2009
+ }
2010
+ ]
2011
+ }
2012
+ },
2013
+ {
2014
+ "date": "Wed, 14 Apr 2021 07:34:12 GMT",
2015
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.82",
2016
+ "version": "1.0.0-beta.82",
2017
+ "comments": {
2018
+ "patch": [
2019
+ {
2020
+ "comment": "Bump @fluentui/react to v8.10.1",
2021
+ "author": "miclo@microsoft.com",
2022
+ "commit": "79e54368e24723655df2a1fa017f730fd642677f",
2023
+ "package": "@fluentui/react-tabs"
2024
+ }
2025
+ ]
2026
+ }
2027
+ },
2028
+ {
2029
+ "date": "Tue, 13 Apr 2021 14:55:56 GMT",
2030
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.81",
2031
+ "version": "1.0.0-beta.81",
2032
+ "comments": {
2033
+ "patch": [
2034
+ {
2035
+ "comment": "Bump @fluentui/react to v8.10.0",
2036
+ "author": "jaredi@microsoft.com",
2037
+ "commit": "f3a06cfc20204db5ea8222709437a59b54ff235a",
2038
+ "package": "@fluentui/react-tabs"
2039
+ },
2040
+ {
2041
+ "comment": "Bump @fluentui/utilities to v8.0.4",
2042
+ "author": "jaredi@microsoft.com",
2043
+ "commit": "f3a06cfc20204db5ea8222709437a59b54ff235a",
2044
+ "package": "@fluentui/react-tabs"
2045
+ },
2046
+ {
2047
+ "comment": "Bump @fluentui/react-hooks to v8.1.2",
2048
+ "author": "jaredi@microsoft.com",
2049
+ "commit": "f3a06cfc20204db5ea8222709437a59b54ff235a",
2050
+ "package": "@fluentui/react-tabs"
2051
+ },
2052
+ {
2053
+ "comment": "Bump @fluentui/style-utilities to v8.0.4",
2054
+ "author": "jaredi@microsoft.com",
2055
+ "commit": "f3a06cfc20204db5ea8222709437a59b54ff235a",
2056
+ "package": "@fluentui/react-tabs"
2057
+ }
2058
+ ]
2059
+ }
2060
+ },
2061
+ {
2062
+ "date": "Sat, 10 Apr 2021 03:23:10 GMT",
2063
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.80",
2064
+ "version": "1.0.0-beta.80",
2065
+ "comments": {
2066
+ "patch": [
2067
+ {
2068
+ "comment": "Bump @fluentui/react to v8.9.4",
2069
+ "author": "tristan.watanabe@gmail.com",
2070
+ "commit": "4e5a243010c67069e4aeef715863cf3abc9dc319",
2071
+ "package": "@fluentui/react-tabs"
2072
+ }
2073
+ ]
2074
+ }
2075
+ },
2076
+ {
2077
+ "date": "Fri, 09 Apr 2021 23:42:49 GMT",
2078
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.79",
2079
+ "version": "1.0.0-beta.79",
2080
+ "comments": {
2081
+ "patch": [
2082
+ {
2083
+ "comment": "Bump @fluentui/react to v8.9.3",
2084
+ "author": "tristan.watanabe@gmail.com",
2085
+ "commit": "51828b1013e47654a6f4898110572fd9f334c12e",
2086
+ "package": "@fluentui/react-tabs"
2087
+ }
2088
+ ]
2089
+ }
2090
+ },
2091
+ {
2092
+ "date": "Fri, 09 Apr 2021 07:31:06 GMT",
2093
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.78",
2094
+ "version": "1.0.0-beta.78",
2095
+ "comments": {
2096
+ "none": [
2097
+ {
2098
+ "comment": "Bump @fluentui/react to v8.9.2",
2099
+ "author": "shi.cheng@microsoft.com",
2100
+ "commit": "f2b20a55b5bbe88021e45230b4b59c8528749e94",
2101
+ "package": "@fluentui/react-tabs"
2102
+ }
2103
+ ]
2104
+ }
2105
+ },
2106
+ {
2107
+ "date": "Thu, 08 Apr 2021 07:33:06 GMT",
2108
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.78",
2109
+ "version": "1.0.0-beta.78",
2110
+ "comments": {
2111
+ "patch": [
2112
+ {
2113
+ "comment": "Bump @fluentui/react to v8.9.2",
2114
+ "author": "joschect@microsoft.com",
2115
+ "commit": "ae21a051f71e7f7f71621f711a1da8dcb9284826",
2116
+ "package": "@fluentui/react-tabs"
2117
+ }
2118
+ ]
2119
+ }
2120
+ },
2121
+ {
2122
+ "date": "Wed, 07 Apr 2021 08:04:03 GMT",
2123
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.77",
2124
+ "version": "1.0.0-beta.77",
2125
+ "comments": {
2126
+ "patch": [
2127
+ {
2128
+ "comment": "Bump @fluentui/react to v8.9.1",
2129
+ "author": "vapullur@microsoft.com",
2130
+ "commit": "144f51f3db8bc7477969665376281504539b6712",
2131
+ "package": "@fluentui/react-tabs"
2132
+ }
2133
+ ]
2134
+ }
2135
+ },
2136
+ {
2137
+ "date": "Tue, 06 Apr 2021 07:34:10 GMT",
2138
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.76",
2139
+ "version": "1.0.0-beta.76",
2140
+ "comments": {
2141
+ "patch": [
2142
+ {
2143
+ "comment": "Bump @fluentui/react to v8.9.0",
2144
+ "author": "tristan.watanabe@gmail.com",
2145
+ "commit": "aa9c8ebb50c8a119a4d4f0acad37aacedb55e6d1",
2146
+ "package": "@fluentui/react-tabs"
2147
+ }
2148
+ ]
2149
+ }
2150
+ },
2151
+ {
2152
+ "date": "Thu, 01 Apr 2021 07:33:24 GMT",
2153
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.75",
2154
+ "version": "1.0.0-beta.75",
2155
+ "comments": {
2156
+ "patch": [
2157
+ {
2158
+ "comment": "Bump @fluentui/react to v8.8.0",
2159
+ "author": "miclo@microsoft.com",
2160
+ "commit": "c47f4a89c46f9864d569ee3547ec25800b38d2c2",
2161
+ "package": "@fluentui/react-tabs"
2162
+ }
2163
+ ]
2164
+ }
2165
+ },
2166
+ {
2167
+ "date": "Wed, 31 Mar 2021 00:53:43 GMT",
2168
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.74",
2169
+ "version": "1.0.0-beta.74",
2170
+ "comments": {
2171
+ "patch": [
2172
+ {
2173
+ "comment": "Bump @fluentui/eslint-plugin to v1.1.0",
2174
+ "author": "elcraig@microsoft.com",
2175
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
2176
+ "package": "@fluentui/react-tabs"
2177
+ },
2178
+ {
2179
+ "comment": "Bump @fluentui/react to v8.7.1",
2180
+ "author": "elcraig@microsoft.com",
2181
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
2182
+ "package": "@fluentui/react-tabs"
2183
+ },
2184
+ {
2185
+ "comment": "Bump @fluentui/style-utilities to v8.0.3",
2186
+ "author": "elcraig@microsoft.com",
2187
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
2188
+ "package": "@fluentui/react-tabs"
2189
+ },
2190
+ {
2191
+ "comment": "Bump @fluentui/react-conformance to v0.2.5",
2192
+ "author": "elcraig@microsoft.com",
2193
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
2194
+ "package": "@fluentui/react-tabs"
2195
+ },
2196
+ {
2197
+ "comment": "Bump @fluentui/react-hooks to v8.1.1",
2198
+ "author": "elcraig@microsoft.com",
2199
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
2200
+ "package": "@fluentui/react-tabs"
2201
+ },
2202
+ {
2203
+ "comment": "Bump @fluentui/scripts to v1.0.0",
2204
+ "author": "elcraig@microsoft.com",
2205
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
2206
+ "package": "@fluentui/react-tabs"
2207
+ },
2208
+ {
2209
+ "comment": "Bump @fluentui/utilities to v8.0.3",
2210
+ "author": "elcraig@microsoft.com",
2211
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
2212
+ "package": "@fluentui/react-tabs"
2213
+ }
2214
+ ]
2215
+ }
2216
+ },
2217
+ {
2218
+ "date": "Tue, 30 Mar 2021 07:34:45 GMT",
2219
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.73",
2220
+ "version": "1.0.0-beta.73",
2221
+ "comments": {
2222
+ "prerelease": [
2223
+ {
2224
+ "comment": "chore: restore \"sideEffects\" to enable treeshaking",
2225
+ "author": "olfedias@microsoft.com",
2226
+ "commit": "8d6eb6f174660017e96d2c539a08e1d64ccdf4a3",
2227
+ "package": "@fluentui/react-tabs"
2228
+ }
2229
+ ],
2230
+ "patch": [
2231
+ {
2232
+ "comment": "Bump @fluentui/react to v8.7.0",
2233
+ "author": "bsunderhus@microsoft.com",
2234
+ "commit": "0e497f76bceee79ee6f15524b9903a9eda653c44",
2235
+ "package": "@fluentui/react-tabs"
2236
+ }
2237
+ ]
2238
+ }
2239
+ },
2240
+ {
2241
+ "date": "Thu, 25 Mar 2021 07:33:24 GMT",
2242
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.72",
2243
+ "version": "1.0.0-beta.72",
2244
+ "comments": {
2245
+ "patch": [
2246
+ {
2247
+ "comment": "Bump @fluentui/react to v8.6.1",
2248
+ "author": "Humberto.Morimoto@microsoft.com",
2249
+ "commit": "2338c30df092ac05df393631bb8e59bcd9fec7b0",
2250
+ "package": "@fluentui/react-tabs"
2251
+ }
2252
+ ]
2253
+ }
2254
+ },
2255
+ {
2256
+ "date": "Wed, 24 Mar 2021 07:32:21 GMT",
2257
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.71",
2258
+ "version": "1.0.0-beta.71",
2259
+ "comments": {
2260
+ "patch": [
2261
+ {
2262
+ "comment": "Bump @fluentui/react to v8.6.0",
2263
+ "author": "anhw@microsoft.com",
2264
+ "commit": "a8767b680206226010a1a3e6cf9b426ed66612b1",
2265
+ "package": "@fluentui/react-tabs"
2266
+ }
2267
+ ]
2268
+ }
2269
+ },
2270
+ {
2271
+ "date": "Mon, 22 Mar 2021 07:34:09 GMT",
2272
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.70",
2273
+ "version": "1.0.0-beta.70",
2274
+ "comments": {
2275
+ "patch": [
2276
+ {
2277
+ "comment": "Bump @fluentui/react to v8.5.1",
2278
+ "author": "behowell@microsoft.com",
2279
+ "commit": "6cfa186ffffe07c197608ecee665bc597376ff4a",
2280
+ "package": "@fluentui/react-tabs"
2281
+ }
2282
+ ]
2283
+ }
2284
+ },
2285
+ {
2286
+ "date": "Thu, 18 Mar 2021 20:15:34 GMT",
2287
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.69",
2288
+ "version": "1.0.0-beta.69",
2289
+ "comments": {
2290
+ "patch": [
2291
+ {
2292
+ "comment": "Bump @fluentui/react to v8.5.0",
2293
+ "author": "tristan.watanabe@gmail.com",
2294
+ "commit": "af62904b3f024c1f66d97982914c281f1ad748a9",
2295
+ "package": "@fluentui/react-tabs"
2296
+ }
2297
+ ]
2298
+ }
2299
+ },
2300
+ {
2301
+ "date": "Thu, 18 Mar 2021 07:33:22 GMT",
2302
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.68",
2303
+ "version": "1.0.0-beta.68",
2304
+ "comments": {
2305
+ "patch": [
2306
+ {
2307
+ "comment": "Bump @fluentui/react to v8.4.0",
2308
+ "author": "Humberto.Morimoto@microsoft.com",
2309
+ "commit": "fc2d46e7f8a3b1e67efc77702174c6b229ace241",
2310
+ "package": "@fluentui/react-tabs"
2311
+ },
2312
+ {
2313
+ "comment": "Bump @fluentui/react-hooks to v8.1.0",
2314
+ "author": "Humberto.Morimoto@microsoft.com",
2315
+ "commit": "fc2d46e7f8a3b1e67efc77702174c6b229ace241",
2316
+ "package": "@fluentui/react-tabs"
2317
+ }
2318
+ ]
2319
+ }
2320
+ },
2321
+ {
2322
+ "date": "Wed, 17 Mar 2021 07:35:44 GMT",
2323
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.67",
2324
+ "version": "1.0.0-beta.67",
2325
+ "comments": {
2326
+ "patch": [
2327
+ {
2328
+ "comment": "Bump @fluentui/react to v8.3.2",
2329
+ "author": "tristan.watanabe@gmail.com",
2330
+ "commit": "63a804f60429b5440329f875dc4f8b697d9a6e5b",
2331
+ "package": "@fluentui/react-tabs"
2332
+ }
2333
+ ]
2334
+ }
2335
+ },
2336
+ {
2337
+ "date": "Tue, 16 Mar 2021 07:32:44 GMT",
2338
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.66",
2339
+ "version": "1.0.0-beta.66",
2340
+ "comments": {
2341
+ "none": [
2342
+ {
2343
+ "comment": "Fix which packages depend on common-styles",
2344
+ "author": "elcraig@microsoft.com",
2345
+ "commit": "8c51f4b3b2ca22e4c166bbbd0e98d367c5ba33be",
2346
+ "package": "@fluentui/react-tabs"
2347
+ }
2348
+ ],
2349
+ "patch": [
2350
+ {
2351
+ "comment": "Bump @fluentui/react to v8.3.1",
2352
+ "author": "sarah.higley@microsoft.com",
2353
+ "commit": "37448af671102cd6dcef2fcf300a1ef0c6293b99",
2354
+ "package": "@fluentui/react-tabs"
2355
+ },
2356
+ {
2357
+ "comment": "Bump @fluentui/react-conformance to v0.2.4",
2358
+ "author": "elcraig@microsoft.com",
2359
+ "commit": "8bbe3d16c5c00716dfcbafa6d693437b8d090da3",
2360
+ "package": "@fluentui/react-tabs"
2361
+ }
2362
+ ]
2363
+ }
2364
+ },
2365
+ {
2366
+ "date": "Mon, 15 Mar 2021 07:36:20 GMT",
2367
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.65",
2368
+ "version": "1.0.0-beta.65",
2369
+ "comments": {
2370
+ "prerelease": [
2371
+ {
2372
+ "comment": "Remove set-version references",
2373
+ "author": "elcraig@microsoft.com",
2374
+ "commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
2375
+ "package": "@fluentui/react-tabs"
2376
+ }
2377
+ ],
2378
+ "none": [
2379
+ {
2380
+ "comment": "Remove unneeded scripts",
2381
+ "author": "elcraig@microsoft.com",
2382
+ "commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
2383
+ "package": "@fluentui/react-tabs"
2384
+ },
2385
+ {
2386
+ "comment": "Bump @fluentui/react to v8.3.0",
2387
+ "author": "elcraig@microsoft.com",
2388
+ "commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
2389
+ "package": "@fluentui/react-tabs"
2390
+ },
2391
+ {
2392
+ "comment": "Bump @fluentui/react-hooks to v8.0.2",
2393
+ "author": "elcraig@microsoft.com",
2394
+ "commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
2395
+ "package": "@fluentui/react-tabs"
2396
+ },
2397
+ {
2398
+ "comment": "Bump @fluentui/style-utilities to v8.0.2",
2399
+ "author": "elcraig@microsoft.com",
2400
+ "commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
2401
+ "package": "@fluentui/react-tabs"
2402
+ },
2403
+ {
2404
+ "comment": "Bump @fluentui/common-styles to v1.0.2",
2405
+ "author": "elcraig@microsoft.com",
2406
+ "commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
2407
+ "package": "@fluentui/react-tabs"
2408
+ },
2409
+ {
2410
+ "comment": "Bump @fluentui/utilities to v8.0.2",
2411
+ "author": "elcraig@microsoft.com",
2412
+ "commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
2413
+ "package": "@fluentui/react-tabs"
2414
+ }
2415
+ ]
2416
+ }
2417
+ },
2418
+ {
2419
+ "date": "Fri, 12 Mar 2021 20:04:27 GMT",
2420
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.64",
2421
+ "version": "1.0.0-beta.64",
2422
+ "comments": {
2423
+ "none": [
2424
+ {
2425
+ "comment": "Move `@types/node` and `@types/webpack-env` devDependencies to root, and remove unneeded references",
2426
+ "author": "elcraig@microsoft.com",
2427
+ "commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
2428
+ "package": "@fluentui/react-tabs"
2429
+ },
2430
+ {
2431
+ "comment": "Bump @fluentui/react-hooks to v8.0.2",
2432
+ "author": "elcraig@microsoft.com",
2433
+ "commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
2434
+ "package": "@fluentui/react-tabs"
2435
+ },
2436
+ {
2437
+ "comment": "Bump @fluentui/style-utilities to v8.0.2",
2438
+ "author": "elcraig@microsoft.com",
2439
+ "commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
2440
+ "package": "@fluentui/react-tabs"
2441
+ },
2442
+ {
2443
+ "comment": "Bump @fluentui/common-styles to v1.0.2",
2444
+ "author": "elcraig@microsoft.com",
2445
+ "commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
2446
+ "package": "@fluentui/react-tabs"
2447
+ },
2448
+ {
2449
+ "comment": "Bump @fluentui/utilities to v8.0.2",
2450
+ "author": "martinhochel@microsoft.com",
2451
+ "commit": "860bb829b416a8ee63fb25d11da7ad9c67d9312c",
2452
+ "package": "@fluentui/react-tabs"
2453
+ }
2454
+ ],
2455
+ "patch": [
2456
+ {
2457
+ "comment": "Bump @fluentui/react to v8.2.1",
2458
+ "author": "elcraig@microsoft.com",
2459
+ "commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
2460
+ "package": "@fluentui/react-tabs"
2461
+ },
2462
+ {
2463
+ "comment": "Bump @fluentui/react-conformance to v0.2.3",
2464
+ "author": "martinhochel@microsoft.com",
2465
+ "commit": "860bb829b416a8ee63fb25d11da7ad9c67d9312c",
2466
+ "package": "@fluentui/react-tabs"
2467
+ }
2468
+ ]
2469
+ }
2470
+ },
2471
+ {
2472
+ "date": "Thu, 11 Mar 2021 07:33:03 GMT",
2473
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.63",
2474
+ "version": "1.0.0-beta.63",
2475
+ "comments": {
2476
+ "patch": [
2477
+ {
2478
+ "comment": "Bump @fluentui/react to v8.2.0",
2479
+ "author": "elcraig@microsoft.com",
2480
+ "commit": "31651de68dbcb15deea1ba0f42d670acb00e2115",
2481
+ "package": "@fluentui/react-tabs"
2482
+ }
2483
+ ]
2484
+ }
2485
+ },
2486
+ {
2487
+ "date": "Wed, 10 Mar 2021 07:34:39 GMT",
2488
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.62",
2489
+ "version": "1.0.0-beta.62",
2490
+ "comments": {
2491
+ "patch": [
2492
+ {
2493
+ "comment": "Bump @fluentui/react to v8.1.8",
2494
+ "author": "dzearing@microsoft.com",
2495
+ "commit": "488a8c6c28291969b164bb34563ab41e877371a2",
2496
+ "package": "@fluentui/react-tabs"
2497
+ }
2498
+ ]
2499
+ }
2500
+ },
2501
+ {
2502
+ "date": "Tue, 09 Mar 2021 07:32:29 GMT",
2503
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.61",
2504
+ "version": "1.0.0-beta.61",
2505
+ "comments": {
2506
+ "none": [
2507
+ {
2508
+ "comment": "Snapshot changes for menu button",
2509
+ "author": "sarah.higley@microsoft.com",
2510
+ "commit": "fac7ea5e97dc1d8c87f3279e1132b09545158b58",
2511
+ "package": "@fluentui/react-tabs"
2512
+ }
2513
+ ],
2514
+ "patch": [
2515
+ {
2516
+ "comment": "Bump @fluentui/react to v8.1.7",
2517
+ "author": "sarah.higley@microsoft.com",
2518
+ "commit": "fac7ea5e97dc1d8c87f3279e1132b09545158b58",
2519
+ "package": "@fluentui/react-tabs"
2520
+ }
2521
+ ]
2522
+ }
2523
+ },
2524
+ {
2525
+ "date": "Sun, 07 Mar 2021 23:34:51 GMT",
2526
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.60",
2527
+ "version": "1.0.0-beta.60",
2528
+ "comments": {
2529
+ "patch": [
2530
+ {
2531
+ "comment": "Bump @fluentui/react to v8.1.6",
2532
+ "author": "miclo@microsoft.com",
2533
+ "commit": "5e06dfbf2d4e421934d09521a178d4acec404d02",
2534
+ "package": "@fluentui/react-tabs"
2535
+ }
2536
+ ]
2537
+ }
2538
+ },
2539
+ {
2540
+ "date": "Fri, 05 Mar 2021 20:30:59 GMT",
2541
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.59",
2542
+ "version": "1.0.0-beta.59",
2543
+ "comments": {
2544
+ "none": [
2545
+ {
2546
+ "comment": "Bump @fluentui/react to v8.1.5",
2547
+ "author": "sarah.higley@microsoft.com",
2548
+ "commit": "45fbce608a02afd1928f80fa7cec784a667e9b60",
2549
+ "package": "@fluentui/react-tabs"
2550
+ }
2551
+ ]
2552
+ }
2553
+ },
2554
+ {
2555
+ "date": "Wed, 03 Mar 2021 07:45:18 GMT",
2556
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.59",
2557
+ "version": "1.0.0-beta.59",
2558
+ "comments": {
2559
+ "patch": [
2560
+ {
2561
+ "comment": "Bump @fluentui/react to v8.1.4",
2562
+ "author": "Humberto.Morimoto@microsoft.com",
2563
+ "commit": "93b84367718a637734537c8a34bfe807c23faa36",
2564
+ "package": "@fluentui/react-tabs"
2565
+ }
2566
+ ]
2567
+ }
2568
+ },
2569
+ {
2570
+ "date": "Wed, 03 Mar 2021 00:10:09 GMT",
2571
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.58",
2572
+ "version": "1.0.0-beta.58",
2573
+ "comments": {
2574
+ "patch": [
2575
+ {
2576
+ "comment": "Bump @fluentui/utilities to v8.0.2",
2577
+ "author": "elcraig@microsoft.com",
2578
+ "commit": "9fa8d85af3c60daab15f5a91ec876c8648b018f2",
2579
+ "package": "@fluentui/react-tabs"
2580
+ },
2581
+ {
2582
+ "comment": "Bump @fluentui/style-utilities to v8.0.2",
2583
+ "author": "elcraig@microsoft.com",
2584
+ "commit": "9fa8d85af3c60daab15f5a91ec876c8648b018f2",
2585
+ "package": "@fluentui/react-tabs"
2586
+ },
2587
+ {
2588
+ "comment": "Bump @fluentui/common-styles to v1.0.2",
2589
+ "author": "elcraig@microsoft.com",
2590
+ "commit": "9fa8d85af3c60daab15f5a91ec876c8648b018f2",
2591
+ "package": "@fluentui/react-tabs"
2592
+ },
2593
+ {
2594
+ "comment": "Bump @fluentui/react to v8.1.3",
2595
+ "author": "tristan.watanabe@gmail.com",
2596
+ "commit": "183f82f3891784f3e8945f984cb73d40e4083e7f",
2597
+ "package": "@fluentui/react-tabs"
2598
+ },
2599
+ {
2600
+ "comment": "Bump @fluentui/react-hooks to v8.0.2",
2601
+ "author": "elcraig@microsoft.com",
2602
+ "commit": "9fa8d85af3c60daab15f5a91ec876c8648b018f2",
2603
+ "package": "@fluentui/react-tabs"
2604
+ }
2605
+ ]
2606
+ }
2607
+ },
2608
+ {
2609
+ "date": "Tue, 02 Mar 2021 07:24:27 GMT",
2610
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.57",
2611
+ "version": "1.0.0-beta.57",
2612
+ "comments": {
2613
+ "patch": [
2614
+ {
2615
+ "comment": "Bump @fluentui/react to v8.1.2",
2616
+ "author": "feodor@appveyor.com",
2617
+ "commit": "e21d069d3c5ae040a5990d3359a532f0742db21a",
2618
+ "package": "@fluentui/react-tabs"
2619
+ }
2620
+ ]
2621
+ }
2622
+ },
2623
+ {
2624
+ "date": "Mon, 01 Mar 2021 07:20:46 GMT",
2625
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.56",
2626
+ "version": "1.0.0-beta.56",
2627
+ "comments": {
2628
+ "patch": [
2629
+ {
2630
+ "comment": "Bump @fluentui/react to v8.1.1",
2631
+ "author": "hantatsang@gmail.com",
2632
+ "commit": "058c7645b6289f54e3cb378183096771e7fdddad",
2633
+ "package": "@fluentui/react-tabs"
2634
+ }
2635
+ ]
2636
+ }
2637
+ },
2638
+ {
2639
+ "date": "Fri, 26 Feb 2021 01:16:27 GMT",
2640
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.55",
2641
+ "version": "1.0.0-beta.55",
2642
+ "comments": {
2643
+ "prerelease": [
2644
+ {
2645
+ "comment": "Update references to major-bumped packages",
2646
+ "author": "elcraig@microsoft.com",
2647
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
2648
+ "package": "@fluentui/react-tabs"
2649
+ }
2650
+ ],
2651
+ "patch": [
2652
+ {
2653
+ "comment": "Bump @fluentui/common-styles to v1.0.1",
2654
+ "author": "elcraig@microsoft.com",
2655
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
2656
+ "package": "@fluentui/react-tabs"
2657
+ },
2658
+ {
2659
+ "comment": "Bump @fluentui/react to v8.1.0",
2660
+ "author": "elcraig@microsoft.com",
2661
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
2662
+ "package": "@fluentui/react-tabs"
2663
+ },
2664
+ {
2665
+ "comment": "Bump @fluentui/eslint-plugin to v1.0.1",
2666
+ "author": "elcraig@microsoft.com",
2667
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
2668
+ "package": "@fluentui/react-tabs"
2669
+ },
2670
+ {
2671
+ "comment": "Bump @fluentui/react-conformance to v0.2.2",
2672
+ "author": "elcraig@microsoft.com",
2673
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
2674
+ "package": "@fluentui/react-tabs"
2675
+ },
2676
+ {
2677
+ "comment": "Bump @fluentui/scripts to v1.0.0",
2678
+ "author": "elcraig@microsoft.com",
2679
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
2680
+ "package": "@fluentui/react-tabs"
2681
+ },
2682
+ {
2683
+ "comment": "Bump @fluentui/react-hooks to v8.0.1",
2684
+ "author": "elcraig@microsoft.com",
2685
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
2686
+ "package": "@fluentui/react-tabs"
2687
+ },
2688
+ {
2689
+ "comment": "Bump @fluentui/set-version to v8.0.1",
2690
+ "author": "elcraig@microsoft.com",
2691
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
2692
+ "package": "@fluentui/react-tabs"
2693
+ },
2694
+ {
2695
+ "comment": "Bump @fluentui/style-utilities to v8.0.1",
2696
+ "author": "elcraig@microsoft.com",
2697
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
2698
+ "package": "@fluentui/react-tabs"
2699
+ },
2700
+ {
2701
+ "comment": "Bump @fluentui/utilities to v8.0.1",
2702
+ "author": "elcraig@microsoft.com",
2703
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
2704
+ "package": "@fluentui/react-tabs"
2705
+ }
2706
+ ]
2707
+ }
2708
+ },
2709
+ {
2710
+ "date": "Thu, 25 Feb 2021 20:16:39 GMT",
2711
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.54",
2712
+ "version": "1.0.0-beta.54",
2713
+ "comments": {
2714
+ "none": [
2715
+ {
2716
+ "comment": "Snapshot updates from icon changes",
2717
+ "author": "sarah.higley@microsoft.com",
2718
+ "commit": "23722afddd66499a1c29c511a01fe5f5ca191c76",
2719
+ "package": "@fluentui/react-tabs"
2720
+ }
2721
+ ],
2722
+ "prerelease": [
2723
+ {
2724
+ "comment": "Bump @fluentui/react to v8.0.0-beta.63",
2725
+ "author": "sarah.higley@microsoft.com",
2726
+ "commit": "23722afddd66499a1c29c511a01fe5f5ca191c76",
2727
+ "package": "@fluentui/react-tabs"
2728
+ }
2729
+ ]
2730
+ }
2731
+ },
2732
+ {
2733
+ "date": "Thu, 25 Feb 2021 01:15:27 GMT",
2734
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.53",
2735
+ "version": "1.0.0-beta.53",
2736
+ "comments": {
2737
+ "none": [
2738
+ {
2739
+ "comment": "make @fluentui/react-conformance public",
2740
+ "author": "altinokd@microsoft.com",
2741
+ "commit": "9de2c9938c00408da7746d4b3f6fe7f80b37e37f",
2742
+ "package": "@fluentui/react-tabs"
2743
+ }
2744
+ ],
2745
+ "patch": [
2746
+ {
2747
+ "comment": "Bump @fluentui/react-conformance to v0.2.1",
2748
+ "author": "altinokd@microsoft.com",
2749
+ "commit": "9de2c9938c00408da7746d4b3f6fe7f80b37e37f",
2750
+ "package": "@fluentui/react-tabs"
2751
+ }
2752
+ ]
2753
+ }
2754
+ },
2755
+ {
2756
+ "date": "Wed, 24 Feb 2021 07:19:56 GMT",
2757
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.52",
2758
+ "version": "1.0.0-beta.52",
2759
+ "comments": {
2760
+ "prerelease": [
2761
+ {
2762
+ "comment": "Bump @fluentui/react to v8.0.0-beta.61",
2763
+ "author": "shi.cheng@microsoft.com",
2764
+ "commit": "c17273e7dcdb5da25451da134b0c8259dbf72ca3",
2765
+ "package": "@fluentui/react-tabs"
2766
+ }
2767
+ ]
2768
+ }
2769
+ },
2770
+ {
2771
+ "date": "Wed, 24 Feb 2021 00:05:29 GMT",
2772
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.51",
2773
+ "version": "1.0.0-beta.51",
2774
+ "comments": {
2775
+ "prerelease": [
2776
+ {
2777
+ "comment": "Bump @fluentui/react to v8.0.0-beta.60",
2778
+ "author": "martinhochel@microsoft.com",
2779
+ "commit": "1d57d1929a9b713a5d717c93f35617b8c9340026",
2780
+ "package": "@fluentui/react-tabs"
2781
+ }
2782
+ ]
2783
+ }
2784
+ },
2785
+ {
2786
+ "date": "Mon, 22 Feb 2021 12:26:22 GMT",
2787
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.50",
2788
+ "version": "1.0.0-beta.50",
2789
+ "comments": {
2790
+ "prerelease": [
2791
+ {
2792
+ "comment": "Bump @fluentui/react to v8.0.0-beta.59",
2793
+ "author": "elcraig@microsoft.com",
2794
+ "commit": "d6fc0dc21b4eca678267c2beb17bdafe80f8890a",
2795
+ "package": "@fluentui/react-tabs"
2796
+ }
2797
+ ]
2798
+ }
2799
+ },
2800
+ {
2801
+ "date": "Thu, 18 Feb 2021 19:38:50 GMT",
2802
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.49",
2803
+ "version": "1.0.0-beta.49",
2804
+ "comments": {
2805
+ "prerelease": [
2806
+ {
2807
+ "comment": "Allow React 17 in peerDependencies",
2808
+ "author": "elcraig@microsoft.com",
2809
+ "commit": "3b7379fde2d54e677a1d65ae86468bb5fdaf9fa4",
2810
+ "package": "@fluentui/react-tabs"
2811
+ }
2812
+ ]
2813
+ }
2814
+ },
2815
+ {
2816
+ "date": "Thu, 18 Feb 2021 12:27:34 GMT",
2817
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.48",
2818
+ "version": "1.0.0-beta.48",
2819
+ "comments": {
2820
+ "prerelease": [
2821
+ {
2822
+ "comment": "Bump @fluentui/react-hooks to v8.0.0-beta.13",
2823
+ "author": "elcraig@microsoft.com",
2824
+ "commit": "1072765ed2e0ffda34688d84d376a8bc4bf928f0",
2825
+ "package": "@fluentui/react-tabs"
2826
+ }
2827
+ ],
2828
+ "none": [
2829
+ {
2830
+ "comment": "Bump @fluentui/react to v8.0.0-beta.57",
2831
+ "author": "evlevy@microsoft.com",
2832
+ "commit": "98d7d6b2ebcd4b2fa79c80b08e5719d5f0fdfa7f",
2833
+ "package": "@fluentui/react-tabs"
2834
+ }
2835
+ ]
2836
+ }
2837
+ },
2838
+ {
2839
+ "date": "Wed, 17 Feb 2021 12:21:39 GMT",
2840
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.47",
2841
+ "version": "1.0.0-beta.47",
2842
+ "comments": {
2843
+ "none": [
2844
+ {
2845
+ "comment": "chore: apply single version policy on jest",
2846
+ "author": "martinhochel@microsoft.com",
2847
+ "commit": "0de01d003589b5e2f166bc070729dca20125a091",
2848
+ "package": "@fluentui/react-tabs"
2849
+ },
2850
+ {
2851
+ "comment": "Bump @fluentui/react to v8.0.0-beta.56",
2852
+ "author": "martinhochel@microsoft.com",
2853
+ "commit": "0de01d003589b5e2f166bc070729dca20125a091",
2854
+ "package": "@fluentui/react-tabs"
2855
+ },
2856
+ {
2857
+ "comment": "Bump @fluentui/react-hooks to v8.0.0-beta.12",
2858
+ "author": "martinhochel@microsoft.com",
2859
+ "commit": "0de01d003589b5e2f166bc070729dca20125a091",
2860
+ "package": "@fluentui/react-tabs"
2861
+ },
2862
+ {
2863
+ "comment": "Bump @fluentui/set-version to v8.0.0-beta.1",
2864
+ "author": "martinhochel@microsoft.com",
2865
+ "commit": "0de01d003589b5e2f166bc070729dca20125a091",
2866
+ "package": "@fluentui/react-tabs"
2867
+ },
2868
+ {
2869
+ "comment": "Bump @fluentui/style-utilities to v8.0.0-beta.16",
2870
+ "author": "martinhochel@microsoft.com",
2871
+ "commit": "0de01d003589b5e2f166bc070729dca20125a091",
2872
+ "package": "@fluentui/react-tabs"
2873
+ },
2874
+ {
2875
+ "comment": "Bump @fluentui/common-styles to v1.0.0-beta.16",
2876
+ "author": "martinhochel@microsoft.com",
2877
+ "commit": "0de01d003589b5e2f166bc070729dca20125a091",
2878
+ "package": "@fluentui/react-tabs"
2879
+ },
2880
+ {
2881
+ "comment": "Bump @fluentui/utilities to v8.0.0-beta.12",
2882
+ "author": "martinhochel@microsoft.com",
2883
+ "commit": "0de01d003589b5e2f166bc070729dca20125a091",
2884
+ "package": "@fluentui/react-tabs"
2885
+ }
2886
+ ],
2887
+ "prerelease": [
2888
+ {
2889
+ "comment": "add labels to calendar tables, date header button, and tweak label wording for conciseness",
2890
+ "author": "sarah.higley@microsoft.com",
2891
+ "commit": "b6432f371a9ed22b31657dbe9b57699bbff439ba",
2892
+ "package": "@fluentui/react-tabs"
2893
+ }
2894
+ ]
2895
+ }
2896
+ },
2897
+ {
2898
+ "date": "Mon, 15 Feb 2021 12:22:00 GMT",
2899
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.46",
2900
+ "version": "1.0.0-beta.46",
2901
+ "comments": {
2902
+ "prerelease": [
2903
+ {
2904
+ "comment": "Bump @fluentui/react-hooks to v8.0.0-beta.12",
2905
+ "author": "xgao@microsoft.com",
2906
+ "commit": "d5a5a4f26ce900b3e1b3c0f6c46a17c2e3430439",
2907
+ "package": "@fluentui/react-tabs"
2908
+ }
2909
+ ]
2910
+ }
2911
+ },
2912
+ {
2913
+ "date": "Fri, 12 Feb 2021 12:26:20 GMT",
2914
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.45",
2915
+ "version": "1.0.0-beta.45",
2916
+ "comments": {
2917
+ "prerelease": [
2918
+ {
2919
+ "comment": "Bump @fluentui/react to v8.0.0-beta.54",
2920
+ "author": "tristan.watanabe@gmail.com",
2921
+ "commit": "bfc63e446500e60e38ac0ac0a023c7721152a832",
2922
+ "package": "@fluentui/react-tabs"
2923
+ }
2924
+ ]
2925
+ }
2926
+ },
2927
+ {
2928
+ "date": "Thu, 11 Feb 2021 12:18:41 GMT",
2929
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.44",
2930
+ "version": "1.0.0-beta.44",
2931
+ "comments": {
2932
+ "none": [
2933
+ {
2934
+ "comment": "Bump @fluentui/react to v8.0.0-beta.53",
2935
+ "author": "martinhochel@microsoft.com",
2936
+ "commit": "7566015a7edd355b4fcd3796bc8f44f732ef0877",
2937
+ "package": "@fluentui/react-tabs"
2938
+ }
2939
+ ]
2940
+ }
2941
+ },
2942
+ {
2943
+ "date": "Thu, 11 Feb 2021 00:58:10 GMT",
2944
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.44",
2945
+ "version": "1.0.0-beta.44",
2946
+ "comments": {
2947
+ "prerelease": [
2948
+ {
2949
+ "comment": "Remove compat Button imports",
2950
+ "author": "elcraig@microsoft.com",
2951
+ "commit": "70b63061357489ccc43878d0d0b054953690d5b2",
2952
+ "package": "@fluentui/react-tabs"
2953
+ }
2954
+ ]
2955
+ }
2956
+ },
2957
+ {
2958
+ "date": "Wed, 10 Feb 2021 12:20:53 GMT",
2959
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.43",
2960
+ "version": "1.0.0-beta.43",
2961
+ "comments": {
2962
+ "prerelease": [
2963
+ {
2964
+ "comment": "Bump @fluentui/react to v8.0.0-beta.52",
2965
+ "author": "tristan.watanabe@gmail.com",
2966
+ "commit": "06e8eda9b5b6eefb3c3c9d34a92998e605a99e8f",
2967
+ "package": "@fluentui/react-tabs"
2968
+ }
2969
+ ]
2970
+ }
2971
+ },
2972
+ {
2973
+ "date": "Tue, 09 Feb 2021 12:24:19 GMT",
2974
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.42",
2975
+ "version": "1.0.0-beta.42",
2976
+ "comments": {
2977
+ "prerelease": [
2978
+ {
2979
+ "comment": "Combine react-internal back into react, and update references",
2980
+ "author": "elcraig@microsoft.com",
2981
+ "commit": "47b42efbbe9e869864973f3b2cb717e6112b8106",
2982
+ "package": "@fluentui/react-tabs"
2983
+ }
2984
+ ]
2985
+ }
2986
+ },
2987
+ {
2988
+ "date": "Tue, 09 Feb 2021 00:56:52 GMT",
2989
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.41",
2990
+ "version": "1.0.0-beta.41",
2991
+ "comments": {
2992
+ "prerelease": [
2993
+ {
2994
+ "comment": "Bump @fluentui/react-internal to v8.0.0-beta.44",
2995
+ "author": "ololubek@microsoft.com",
2996
+ "commit": "e5458229c84393f83f794decc68e3b9a36d96fbb",
2997
+ "package": "@fluentui/react-tabs"
2998
+ }
2999
+ ]
3000
+ }
3001
+ },
3002
+ {
3003
+ "date": "Fri, 05 Feb 2021 12:20:17 GMT",
3004
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.40",
3005
+ "version": "1.0.0-beta.40",
3006
+ "comments": {
3007
+ "none": [
3008
+ {
3009
+ "comment": "Bump @fluentui/react-internal to v8.0.0-beta.43",
3010
+ "author": "czearing@outlook.com",
3011
+ "commit": "0d0fe5677db29dc9c850a013d98fc381bc941f91",
3012
+ "package": "@fluentui/react-tabs"
3013
+ }
3014
+ ]
3015
+ }
3016
+ },
3017
+ {
3018
+ "date": "Wed, 03 Feb 2021 05:51:40 GMT",
3019
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.40",
3020
+ "version": "1.0.0-beta.40",
3021
+ "comments": {
3022
+ "none": [
3023
+ {
3024
+ "comment": "refactor: remove unused .npmrc in packages",
3025
+ "author": "hantatsang@gmail.com",
3026
+ "commit": "c688ee2ea6f192c4874974ebf11598523ccf6db9",
3027
+ "package": "@fluentui/react-tabs"
3028
+ }
3029
+ ]
3030
+ }
3031
+ },
3032
+ {
3033
+ "date": "Mon, 01 Feb 2021 12:23:48 GMT",
3034
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.39",
3035
+ "version": "1.0.0-beta.39",
3036
+ "comments": {
3037
+ "prerelease": [
3038
+ {
3039
+ "comment": "Remove react-theme-provider exports from react-tabs.",
3040
+ "author": "xgao@microsoft.com",
3041
+ "commit": "4f9fe37e9be56a7e2ceb81eec8dbe9f7aa6a64be",
3042
+ "package": "@fluentui/react-tabs"
3043
+ },
3044
+ {
3045
+ "comment": "Moving Pivot from react-tabs back to react-internal.",
3046
+ "author": "humbertomakotomorimoto@gmail.com",
3047
+ "commit": "76f6043e4123577e17fecf64f536841bf543d32b",
3048
+ "package": "@fluentui/react-tabs"
3049
+ }
3050
+ ]
3051
+ }
3052
+ },
3053
+ {
3054
+ "date": "Thu, 28 Jan 2021 12:25:56 GMT",
3055
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.37",
3056
+ "version": "1.0.0-beta.37",
3057
+ "comments": {
3058
+ "none": [
3059
+ {
3060
+ "comment": "Delete update-api script which is no longer needed",
3061
+ "author": "elcraig@microsoft.com",
3062
+ "commit": "943a9ef5768a9cd77ade84217d142f93b1be6127",
3063
+ "package": "@fluentui/react-tabs"
3064
+ },
3065
+ {
3066
+ "comment": "Remove incorrect mock of requestAnimationFrame",
3067
+ "author": "elcraig@microsoft.com",
3068
+ "commit": "6bd0ce75decd9f62c40967bd7a59bfff960a0105",
3069
+ "package": "@fluentui/react-tabs"
3070
+ }
3071
+ ],
3072
+ "prerelease": [
3073
+ {
3074
+ "comment": "Updating to webpack 5, latest typings, latest loaders and plugins.",
3075
+ "author": "dzearing@microsoft.com",
3076
+ "commit": "9c2c4a61c7d9eb8d153945ff57962118b569ea5b",
3077
+ "package": "@fluentui/react-tabs"
3078
+ },
3079
+ {
3080
+ "comment": "Clean up some prop comments and deprecated messages",
3081
+ "author": "elcraig@microsoft.com",
3082
+ "commit": "2e22b74a17aa6a8ce8d354730717b9517cdef7cd",
3083
+ "package": "@fluentui/react-tabs"
3084
+ },
3085
+ {
3086
+ "comment": "Update high contrast to support forced colors",
3087
+ "author": "sareiff@microsoft.com",
3088
+ "commit": "f9189e435dc8e73337ff40c54ac6af47567d9639",
3089
+ "package": "@fluentui/react-tabs"
3090
+ }
3091
+ ]
3092
+ }
3093
+ },
3094
+ {
3095
+ "date": "Tue, 26 Jan 2021 12:33:19 GMT",
3096
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.35",
3097
+ "version": "1.0.0-beta.35",
3098
+ "comments": {
3099
+ "prerelease": [
3100
+ {
3101
+ "comment": "Remove doNotLayer from Pivot/Tabs overflow menu",
3102
+ "author": "behowell@microsoft.com",
3103
+ "commit": "21f0fdb42254e758cb935494c5a8721337fa8e02",
3104
+ "package": "@fluentui/react-tabs"
3105
+ }
3106
+ ]
3107
+ }
3108
+ },
3109
+ {
3110
+ "date": "Thu, 21 Jan 2021 12:36:12 GMT",
3111
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.33",
3112
+ "version": "1.0.0-beta.33",
3113
+ "comments": {
3114
+ "prerelease": [
3115
+ {
3116
+ "comment": " Updating dev dependencies.",
3117
+ "author": "dzearing@microsoft.com",
3118
+ "commit": "f7813725750ecc893ca37792bbb004e554591279",
3119
+ "package": "@fluentui/react-tabs"
3120
+ }
3121
+ ]
3122
+ }
3123
+ },
3124
+ {
3125
+ "date": "Wed, 20 Jan 2021 12:22:46 GMT",
3126
+ "tag": "@fluentui/react-tabs_v1.0.0-beta.32",
3127
+ "version": "1.0.0-beta.32",
3128
+ "comments": {
3129
+ "none": [
3130
+ {
3131
+ "comment": "Update test snapshots due to change in react-internal",
3132
+ "author": "mathew.olinger@outlook.com",
3133
+ "commit": "4ad32be65728af8b75daa8386112349a636d1b14",
3134
+ "package": "@fluentui/react-tabs"
3135
+ }
3136
+ ]
3137
+ }
3138
+ },
4
3139
  {
5
3140
  "date": "Tue, 03 Nov 2020 12:32:23 GMT",
6
3141
  "tag": "@fluentui/react-tabs_v1.0.0-beta.7",