@fluentui/react-portal 9.0.0-alpha.8 → 9.0.0-nightly.25435def33.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (119) hide show
  1. package/CHANGELOG.json +1486 -1
  2. package/CHANGELOG.md +568 -2
  3. package/README.md +114 -0
  4. package/Spec.md +100 -6
  5. package/dist/react-portal.d.ts +30 -9
  6. package/lib/Portal.js.map +1 -1
  7. package/lib/common/isConformant.d.ts +4 -2
  8. package/lib/common/isConformant.js.map +1 -1
  9. package/lib/components/Portal/Portal.d.ts +1 -1
  10. package/lib/components/Portal/Portal.js.map +1 -1
  11. package/lib/components/Portal/Portal.types.d.ts +11 -6
  12. package/lib/components/Portal/Portal.types.js.map +1 -1
  13. package/lib/components/Portal/index.js.map +1 -1
  14. package/lib/components/Portal/renderPortal.d.ts +2 -2
  15. package/lib/components/Portal/renderPortal.js +2 -4
  16. package/lib/components/Portal/renderPortal.js.map +1 -1
  17. package/lib/components/Portal/usePortal.d.ts +2 -3
  18. package/lib/components/Portal/usePortal.js +18 -8
  19. package/lib/components/Portal/usePortal.js.map +1 -1
  20. package/lib/components/Portal/usePortalMountNode.js +2 -0
  21. package/lib/components/Portal/usePortalMountNode.js.map +1 -1
  22. package/lib/index.d.ts +1 -0
  23. package/lib/index.js +1 -0
  24. package/lib/index.js.map +1 -1
  25. package/lib/tsdoc-metadata.json +1 -1
  26. package/lib/virtualParent/elementContains.d.ts +7 -0
  27. package/lib/virtualParent/elementContains.js +26 -0
  28. package/lib/virtualParent/elementContains.js.map +1 -0
  29. package/lib/virtualParent/getParent.d.ts +5 -0
  30. package/lib/virtualParent/getParent.js +9 -0
  31. package/lib/virtualParent/getParent.js.map +1 -0
  32. package/lib/virtualParent/getVirtualParent.d.ts +4 -0
  33. package/lib/virtualParent/getVirtualParent.js +12 -0
  34. package/lib/virtualParent/getVirtualParent.js.map +1 -0
  35. package/lib/virtualParent/index.d.ts +5 -0
  36. package/lib/virtualParent/index.js +6 -0
  37. package/lib/virtualParent/index.js.map +1 -0
  38. package/lib/virtualParent/isVirtualElement.d.ts +5 -0
  39. package/lib/virtualParent/isVirtualElement.js +7 -0
  40. package/lib/virtualParent/isVirtualElement.js.map +1 -0
  41. package/lib/virtualParent/setVirtualParent.d.ts +7 -0
  42. package/lib/virtualParent/setVirtualParent.js +17 -0
  43. package/lib/virtualParent/setVirtualParent.js.map +1 -0
  44. package/lib/virtualParent/types.d.ts +5 -0
  45. package/lib/virtualParent/types.js +2 -0
  46. package/lib/virtualParent/types.js.map +1 -0
  47. package/lib-commonjs/Portal.js.map +1 -1
  48. package/lib-commonjs/common/isConformant.d.ts +4 -2
  49. package/lib-commonjs/common/isConformant.js.map +1 -1
  50. package/lib-commonjs/components/Portal/Portal.d.ts +1 -1
  51. package/lib-commonjs/components/Portal/Portal.js.map +1 -1
  52. package/lib-commonjs/components/Portal/Portal.types.d.ts +11 -6
  53. package/lib-commonjs/components/Portal/Portal.types.js.map +1 -1
  54. package/lib-commonjs/components/Portal/index.js.map +1 -1
  55. package/lib-commonjs/components/Portal/renderPortal.d.ts +2 -2
  56. package/lib-commonjs/components/Portal/renderPortal.js +2 -4
  57. package/lib-commonjs/components/Portal/renderPortal.js.map +1 -1
  58. package/lib-commonjs/components/Portal/usePortal.d.ts +2 -3
  59. package/lib-commonjs/components/Portal/usePortal.js +17 -7
  60. package/lib-commonjs/components/Portal/usePortal.js.map +1 -1
  61. package/lib-commonjs/components/Portal/usePortalMountNode.js +2 -0
  62. package/lib-commonjs/components/Portal/usePortalMountNode.js.map +1 -1
  63. package/lib-commonjs/index.d.ts +1 -0
  64. package/lib-commonjs/index.js +4 -0
  65. package/lib-commonjs/index.js.map +1 -1
  66. package/lib-commonjs/virtualParent/elementContains.d.ts +7 -0
  67. package/lib-commonjs/virtualParent/elementContains.js +30 -0
  68. package/lib-commonjs/virtualParent/elementContains.js.map +1 -0
  69. package/lib-commonjs/virtualParent/getParent.d.ts +5 -0
  70. package/lib-commonjs/virtualParent/getParent.js +13 -0
  71. package/lib-commonjs/virtualParent/getParent.js.map +1 -0
  72. package/lib-commonjs/virtualParent/getVirtualParent.d.ts +4 -0
  73. package/lib-commonjs/virtualParent/getVirtualParent.js +16 -0
  74. package/lib-commonjs/virtualParent/getVirtualParent.js.map +1 -0
  75. package/lib-commonjs/virtualParent/index.d.ts +5 -0
  76. package/lib-commonjs/virtualParent/index.js +9 -0
  77. package/lib-commonjs/virtualParent/index.js.map +1 -0
  78. package/lib-commonjs/virtualParent/isVirtualElement.d.ts +5 -0
  79. package/lib-commonjs/virtualParent/isVirtualElement.js +11 -0
  80. package/lib-commonjs/virtualParent/isVirtualElement.js.map +1 -0
  81. package/lib-commonjs/virtualParent/setVirtualParent.d.ts +7 -0
  82. package/lib-commonjs/virtualParent/setVirtualParent.js +21 -0
  83. package/lib-commonjs/virtualParent/setVirtualParent.js.map +1 -0
  84. package/lib-commonjs/virtualParent/types.d.ts +5 -0
  85. package/lib-commonjs/virtualParent/types.js +3 -0
  86. package/lib-commonjs/virtualParent/types.js.map +1 -0
  87. package/package.json +15 -12
  88. package/config/api-extractor.json +0 -3
  89. package/config/tests.js +0 -7
  90. package/etc/react-portal.api.md +0 -32
  91. package/just.config.ts +0 -3
  92. package/lib-amd/Portal.d.ts +0 -1
  93. package/lib-amd/Portal.js +0 -6
  94. package/lib-amd/Portal.js.map +0 -1
  95. package/lib-amd/common/isConformant.d.ts +0 -2
  96. package/lib-amd/common/isConformant.js +0 -14
  97. package/lib-amd/common/isConformant.js.map +0 -1
  98. package/lib-amd/components/Portal/Portal.d.ts +0 -6
  99. package/lib-amd/components/Portal/Portal.js +0 -15
  100. package/lib-amd/components/Portal/Portal.js.map +0 -1
  101. package/lib-amd/components/Portal/Portal.types.d.ts +0 -16
  102. package/lib-amd/components/Portal/Portal.types.js +0 -5
  103. package/lib-amd/components/Portal/Portal.types.js.map +0 -1
  104. package/lib-amd/components/Portal/index.d.ts +0 -4
  105. package/lib-amd/components/Portal/index.js +0 -9
  106. package/lib-amd/components/Portal/index.js.map +0 -1
  107. package/lib-amd/components/Portal/renderPortal.d.ts +0 -6
  108. package/lib-amd/components/Portal/renderPortal.js +0 -16
  109. package/lib-amd/components/Portal/renderPortal.js.map +0 -1
  110. package/lib-amd/components/Portal/usePortal.d.ts +0 -10
  111. package/lib-amd/components/Portal/usePortal.js +0 -23
  112. package/lib-amd/components/Portal/usePortal.js.map +0 -1
  113. package/lib-amd/components/Portal/usePortalMountNode.d.ts +0 -10
  114. package/lib-amd/components/Portal/usePortalMountNode.js +0 -31
  115. package/lib-amd/components/Portal/usePortalMountNode.js.map +0 -1
  116. package/lib-amd/index.d.ts +0 -1
  117. package/lib-amd/index.js +0 -6
  118. package/lib-amd/index.js.map +0 -1
  119. package/src/components/Portal/Portal.types.ts +0 -24
package/CHANGELOG.json CHANGED
@@ -2,7 +2,1492 @@
2
2
  "name": "@fluentui/react-portal",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 05 May 2021 07:34:46 GMT",
5
+ "date": "Thu, 21 Oct 2021 09:18:06 GMT",
6
+ "tag": "@fluentui/react-portal_v9.0.0-nightly.25435def33.0",
7
+ "version": "9.0.0-nightly.25435def33.0",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@fluentui/react-portal",
13
+ "comment": "Release nightly v9",
14
+ "commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
15
+ },
16
+ {
17
+ "author": "gcox@microsoft.com",
18
+ "package": "@fluentui/react-portal",
19
+ "comment": "Removed duplicate 'Portal' from story names",
20
+ "commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
21
+ },
22
+ {
23
+ "author": "peter@draxler.ml",
24
+ "package": "@fluentui/react-portal",
25
+ "comment": "added styling of documentation",
26
+ "commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-portal",
31
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.25435def33.0",
32
+ "commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-portal",
37
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-nightly.25435def33.0",
38
+ "commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-portal",
43
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-nightly.25435def33.0",
44
+ "commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-portal",
49
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.25435def33.0",
50
+ "commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-portal",
55
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.25435def33.0",
56
+ "commit": "fb58116bf4cb0469b316999385bdbc960b02d2a3"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Tue, 12 Oct 2021 19:45:58 GMT",
63
+ "tag": "@fluentui/react-portal_v9.0.0-beta.2",
64
+ "version": "9.0.0-beta.2",
65
+ "comments": {
66
+ "prerelease": [
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-portal",
70
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.2",
71
+ "commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
72
+ }
73
+ ]
74
+ }
75
+ },
76
+ {
77
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
78
+ "tag": "@fluentui/react-portal_v9.0.0-beta.1",
79
+ "version": "9.0.0-beta.1",
80
+ "comments": {
81
+ "prerelease": [
82
+ {
83
+ "author": "lingfangao@hotmail.com",
84
+ "package": "@fluentui/react-portal",
85
+ "comment": "Bump all v9 components to beta prerelease tag",
86
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
87
+ },
88
+ {
89
+ "author": "beachball",
90
+ "package": "@fluentui/react-portal",
91
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.1",
92
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
93
+ },
94
+ {
95
+ "author": "beachball",
96
+ "package": "@fluentui/react-portal",
97
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.1",
98
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
99
+ },
100
+ {
101
+ "author": "beachball",
102
+ "package": "@fluentui/react-portal",
103
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.1",
104
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
105
+ },
106
+ {
107
+ "author": "beachball",
108
+ "package": "@fluentui/react-portal",
109
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
110
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
111
+ },
112
+ {
113
+ "author": "beachball",
114
+ "package": "@fluentui/react-portal",
115
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1",
116
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
117
+ }
118
+ ]
119
+ }
120
+ },
121
+ {
122
+ "date": "Tue, 05 Oct 2021 12:47:58 GMT",
123
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.61",
124
+ "version": "9.0.0-alpha.61",
125
+ "comments": {
126
+ "prerelease": [
127
+ {
128
+ "author": "beachball",
129
+ "package": "@fluentui/react-portal",
130
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
131
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
132
+ },
133
+ {
134
+ "author": "beachball",
135
+ "package": "@fluentui/react-portal",
136
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.73",
137
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
138
+ },
139
+ {
140
+ "author": "beachball",
141
+ "package": "@fluentui/react-portal",
142
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
143
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
144
+ }
145
+ ]
146
+ }
147
+ },
148
+ {
149
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
150
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.60",
151
+ "version": "9.0.0-alpha.60",
152
+ "comments": {
153
+ "prerelease": [
154
+ {
155
+ "author": "beachball",
156
+ "package": "@fluentui/react-portal",
157
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
158
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
159
+ },
160
+ {
161
+ "author": "beachball",
162
+ "package": "@fluentui/react-portal",
163
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.72",
164
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
165
+ },
166
+ {
167
+ "author": "beachball",
168
+ "package": "@fluentui/react-portal",
169
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
170
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
171
+ },
172
+ {
173
+ "author": "beachball",
174
+ "package": "@fluentui/react-portal",
175
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
176
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
177
+ }
178
+ ]
179
+ }
180
+ },
181
+ {
182
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
183
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.59",
184
+ "version": "9.0.0-alpha.59",
185
+ "comments": {
186
+ "prerelease": [
187
+ {
188
+ "author": "lingfangao@hotmail.com",
189
+ "package": "@fluentui/react-portal",
190
+ "comment": "Bump v9 prerelease versions to rerelease",
191
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
192
+ },
193
+ {
194
+ "author": "beachball",
195
+ "package": "@fluentui/react-portal",
196
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
197
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
198
+ },
199
+ {
200
+ "author": "beachball",
201
+ "package": "@fluentui/react-portal",
202
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.28",
203
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
204
+ },
205
+ {
206
+ "author": "beachball",
207
+ "package": "@fluentui/react-portal",
208
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.71",
209
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
210
+ },
211
+ {
212
+ "author": "beachball",
213
+ "package": "@fluentui/react-portal",
214
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
215
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
216
+ },
217
+ {
218
+ "author": "beachball",
219
+ "package": "@fluentui/react-portal",
220
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51",
221
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
222
+ }
223
+ ]
224
+ }
225
+ },
226
+ {
227
+ "date": "Fri, 01 Oct 2021 09:44:56 GMT",
228
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.57",
229
+ "version": "9.0.0-alpha.57",
230
+ "comments": {
231
+ "prerelease": [
232
+ {
233
+ "author": "beachball",
234
+ "package": "@fluentui/react-portal",
235
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.69",
236
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
237
+ }
238
+ ]
239
+ }
240
+ },
241
+ {
242
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
243
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.56",
244
+ "version": "9.0.0-alpha.56",
245
+ "comments": {
246
+ "prerelease": [
247
+ {
248
+ "author": "beachball",
249
+ "package": "@fluentui/react-portal",
250
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
251
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
252
+ },
253
+ {
254
+ "author": "beachball",
255
+ "package": "@fluentui/react-portal",
256
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.26",
257
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
258
+ },
259
+ {
260
+ "author": "beachball",
261
+ "package": "@fluentui/react-portal",
262
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.68",
263
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
264
+ },
265
+ {
266
+ "author": "beachball",
267
+ "package": "@fluentui/react-portal",
268
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
269
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
270
+ }
271
+ ]
272
+ }
273
+ },
274
+ {
275
+ "date": "Mon, 27 Sep 2021 08:06:00 GMT",
276
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.55",
277
+ "version": "9.0.0-alpha.55",
278
+ "comments": {
279
+ "prerelease": [
280
+ {
281
+ "author": "beachball",
282
+ "package": "@fluentui/react-portal",
283
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
284
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
285
+ },
286
+ {
287
+ "author": "beachball",
288
+ "package": "@fluentui/react-portal",
289
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.67",
290
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
291
+ },
292
+ {
293
+ "author": "beachball",
294
+ "package": "@fluentui/react-portal",
295
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
296
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
297
+ },
298
+ {
299
+ "author": "beachball",
300
+ "package": "@fluentui/react-portal",
301
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
302
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
303
+ }
304
+ ]
305
+ }
306
+ },
307
+ {
308
+ "date": "Fri, 24 Sep 2021 09:17:17 GMT",
309
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.54",
310
+ "version": "9.0.0-alpha.54",
311
+ "comments": {
312
+ "prerelease": [
313
+ {
314
+ "author": "beachball",
315
+ "package": "@fluentui/react-portal",
316
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
317
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
318
+ },
319
+ {
320
+ "author": "beachball",
321
+ "package": "@fluentui/react-portal",
322
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.66",
323
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
324
+ },
325
+ {
326
+ "author": "beachball",
327
+ "package": "@fluentui/react-portal",
328
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
329
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
330
+ },
331
+ {
332
+ "author": "beachball",
333
+ "package": "@fluentui/react-portal",
334
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
335
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
336
+ }
337
+ ]
338
+ }
339
+ },
340
+ {
341
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
342
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.53",
343
+ "version": "9.0.0-alpha.53",
344
+ "comments": {
345
+ "prerelease": [
346
+ {
347
+ "author": "beachball",
348
+ "package": "@fluentui/react-portal",
349
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
350
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
351
+ },
352
+ {
353
+ "author": "beachball",
354
+ "package": "@fluentui/react-portal",
355
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.65",
356
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
357
+ },
358
+ {
359
+ "author": "beachball",
360
+ "package": "@fluentui/react-portal",
361
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
362
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
363
+ },
364
+ {
365
+ "author": "beachball",
366
+ "package": "@fluentui/react-portal",
367
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
368
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
369
+ }
370
+ ]
371
+ }
372
+ },
373
+ {
374
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
375
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.52",
376
+ "version": "9.0.0-alpha.52",
377
+ "comments": {
378
+ "prerelease": [
379
+ {
380
+ "author": "beachball",
381
+ "package": "@fluentui/react-portal",
382
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
383
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
384
+ },
385
+ {
386
+ "author": "beachball",
387
+ "package": "@fluentui/react-portal",
388
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.64",
389
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
390
+ },
391
+ {
392
+ "author": "beachball",
393
+ "package": "@fluentui/react-portal",
394
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
395
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
396
+ },
397
+ {
398
+ "author": "beachball",
399
+ "package": "@fluentui/react-portal",
400
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
401
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
402
+ }
403
+ ]
404
+ }
405
+ },
406
+ {
407
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
408
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.51",
409
+ "version": "9.0.0-alpha.51",
410
+ "comments": {
411
+ "prerelease": [
412
+ {
413
+ "author": "gcox@microsoft.com",
414
+ "package": "@fluentui/react-portal",
415
+ "comment": "Updating to types over interfaces",
416
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
417
+ },
418
+ {
419
+ "author": "beachball",
420
+ "package": "@fluentui/react-portal",
421
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
422
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
423
+ },
424
+ {
425
+ "author": "beachball",
426
+ "package": "@fluentui/react-portal",
427
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.25",
428
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
429
+ },
430
+ {
431
+ "author": "beachball",
432
+ "package": "@fluentui/react-portal",
433
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.63",
434
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
435
+ },
436
+ {
437
+ "author": "beachball",
438
+ "package": "@fluentui/react-portal",
439
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
440
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
441
+ }
442
+ ]
443
+ }
444
+ },
445
+ {
446
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
447
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.50",
448
+ "version": "9.0.0-alpha.50",
449
+ "comments": {
450
+ "none": [
451
+ {
452
+ "author": "lingfangao@hotmail.com",
453
+ "package": "@fluentui/react-portal",
454
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
455
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
456
+ }
457
+ ],
458
+ "prerelease": [
459
+ {
460
+ "author": "lingfangao@hotmail.com",
461
+ "package": "@fluentui/react-portal",
462
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
463
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.50"
464
+ }
465
+ ]
466
+ }
467
+ },
468
+ {
469
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
470
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.49",
471
+ "version": "9.0.0-alpha.49",
472
+ "comments": {
473
+ "prerelease": [
474
+ {
475
+ "author": "Humberto.Morimoto@microsoft.com",
476
+ "package": "@fluentui/react-portal",
477
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
478
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.49"
479
+ }
480
+ ]
481
+ }
482
+ },
483
+ {
484
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
485
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.48",
486
+ "version": "9.0.0-alpha.48",
487
+ "comments": {
488
+ "prerelease": [
489
+ {
490
+ "author": "behowell@microsoft.com",
491
+ "package": "@fluentui/react-portal",
492
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
493
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.48"
494
+ }
495
+ ]
496
+ }
497
+ },
498
+ {
499
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
500
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.47",
501
+ "version": "9.0.0-alpha.47",
502
+ "comments": {
503
+ "prerelease": [
504
+ {
505
+ "author": "bsunderhus@microsoft.com",
506
+ "package": "@fluentui/react-portal",
507
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
508
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.47"
509
+ }
510
+ ]
511
+ }
512
+ },
513
+ {
514
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
515
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.46",
516
+ "version": "9.0.0-alpha.46",
517
+ "comments": {
518
+ "prerelease": [
519
+ {
520
+ "author": "olfedias@microsoft.com",
521
+ "package": "@fluentui/react-portal",
522
+ "comment": "use simplified prop merging",
523
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
524
+ },
525
+ {
526
+ "author": "lingfangao@hotmail.com",
527
+ "package": "@fluentui/react-portal",
528
+ "comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
529
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
530
+ },
531
+ {
532
+ "author": "lingfangao@hotmail.com",
533
+ "package": "@fluentui/react-portal",
534
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
535
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.46"
536
+ }
537
+ ]
538
+ }
539
+ },
540
+ {
541
+ "date": "Fri, 10 Sep 2021 07:39:51 GMT",
542
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.45",
543
+ "version": "9.0.0-alpha.45",
544
+ "comments": {
545
+ "prerelease": [
546
+ {
547
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.38",
548
+ "author": "behowell@microsoft.com",
549
+ "commit": "8700a515c7f2659761c5b53f55c32453bc3510b1",
550
+ "package": "@fluentui/react-portal"
551
+ }
552
+ ]
553
+ }
554
+ },
555
+ {
556
+ "date": "Tue, 07 Sep 2021 07:34:55 GMT",
557
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.44",
558
+ "version": "9.0.0-alpha.44",
559
+ "comments": {
560
+ "none": [
561
+ {
562
+ "comment": "Bump @fluentui/react-conformance to v0.5.0",
563
+ "author": "olfedias@microsoft.com",
564
+ "commit": "37e0f35eb706d40c4537010de97db94a831022d3",
565
+ "package": "@fluentui/react-portal"
566
+ }
567
+ ]
568
+ }
569
+ },
570
+ {
571
+ "date": "Mon, 06 Sep 2021 07:34:53 GMT",
572
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.44",
573
+ "version": "9.0.0-alpha.44",
574
+ "comments": {
575
+ "prerelease": [
576
+ {
577
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.37",
578
+ "author": "lingfangao@hotmail.com",
579
+ "commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d",
580
+ "package": "@fluentui/react-portal"
581
+ }
582
+ ]
583
+ }
584
+ },
585
+ {
586
+ "date": "Thu, 02 Sep 2021 07:36:46 GMT",
587
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.43",
588
+ "version": "9.0.0-alpha.43",
589
+ "comments": {
590
+ "patch": [
591
+ {
592
+ "comment": "Bump @fluentui/react-conformance to v0.4.5",
593
+ "author": "olfedias@microsoft.com",
594
+ "commit": "8f887d05e8f2fed8433b147c6e175d8297455c51",
595
+ "package": "@fluentui/react-portal"
596
+ }
597
+ ]
598
+ }
599
+ },
600
+ {
601
+ "date": "Wed, 01 Sep 2021 07:39:56 GMT",
602
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.42",
603
+ "version": "9.0.0-alpha.42",
604
+ "comments": {
605
+ "prerelease": [
606
+ {
607
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.36",
608
+ "author": "bsunderhus@microsoft.com",
609
+ "commit": "40254a1b07bd51affd276e51af0b1d517714b45c",
610
+ "package": "@fluentui/react-portal"
611
+ }
612
+ ]
613
+ }
614
+ },
615
+ {
616
+ "date": "Tue, 31 Aug 2021 07:37:47 GMT",
617
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.41",
618
+ "version": "9.0.0-alpha.41",
619
+ "comments": {
620
+ "prerelease": [
621
+ {
622
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.54",
623
+ "author": "marata@microsoft.com",
624
+ "commit": "4a7f81f3d92f128a672717eda660af3ba50ee71b",
625
+ "package": "@fluentui/react-portal"
626
+ }
627
+ ]
628
+ }
629
+ },
630
+ {
631
+ "date": "Thu, 26 Aug 2021 07:35:43 GMT",
632
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.40",
633
+ "version": "9.0.0-alpha.40",
634
+ "comments": {
635
+ "none": [
636
+ {
637
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
638
+ "author": "martinhochel@microsoft.com",
639
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
640
+ "package": "@fluentui/react-portal"
641
+ }
642
+ ]
643
+ }
644
+ },
645
+ {
646
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
647
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.40",
648
+ "version": "9.0.0-alpha.40",
649
+ "comments": {
650
+ "prerelease": [
651
+ {
652
+ "comment": "Updating TypeScript type-only imports/exports to use import/export syntax.",
653
+ "author": "dzearing@hotmail.com",
654
+ "commit": "4eec618fe480b129e08914b1f091a8509af60379",
655
+ "package": "@fluentui/react-portal"
656
+ }
657
+ ],
658
+ "none": [
659
+ {
660
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.1",
661
+ "author": "dzearing@hotmail.com",
662
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
663
+ "package": "@fluentui/react-portal"
664
+ },
665
+ {
666
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
667
+ "author": "dzearing@hotmail.com",
668
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
669
+ "package": "@fluentui/react-portal"
670
+ },
671
+ {
672
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.41",
673
+ "author": "dzearing@hotmail.com",
674
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
675
+ "package": "@fluentui/react-portal"
676
+ },
677
+ {
678
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.59",
679
+ "author": "dzearing@hotmail.com",
680
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
681
+ "package": "@fluentui/react-portal"
682
+ },
683
+ {
684
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.53",
685
+ "author": "dzearing@hotmail.com",
686
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
687
+ "package": "@fluentui/react-portal"
688
+ },
689
+ {
690
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
691
+ "author": "dzearing@hotmail.com",
692
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
693
+ "package": "@fluentui/react-portal"
694
+ },
695
+ {
696
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.23",
697
+ "author": "dzearing@hotmail.com",
698
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
699
+ "package": "@fluentui/react-portal"
700
+ },
701
+ {
702
+ "comment": "Bump @fluentui/scripts to v1.0.0",
703
+ "author": "dzearing@hotmail.com",
704
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
705
+ "package": "@fluentui/react-portal"
706
+ }
707
+ ]
708
+ }
709
+ },
710
+ {
711
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
712
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.39",
713
+ "version": "9.0.0-alpha.39",
714
+ "comments": {
715
+ "prerelease": [
716
+ {
717
+ "comment": "Update .npmignore",
718
+ "author": "elcraig@microsoft.com",
719
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
720
+ "package": "@fluentui/react-portal"
721
+ }
722
+ ],
723
+ "none": [
724
+ {
725
+ "comment": "Update jest-environment comment formatting to fix lint error",
726
+ "author": "behowell@microsoft.com",
727
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
728
+ "package": "@fluentui/react-portal"
729
+ },
730
+ {
731
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.0",
732
+ "author": "behowell@microsoft.com",
733
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
734
+ "package": "@fluentui/react-portal"
735
+ },
736
+ {
737
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
738
+ "author": "elcraig@microsoft.com",
739
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
740
+ "package": "@fluentui/react-portal"
741
+ },
742
+ {
743
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.40",
744
+ "author": "elcraig@microsoft.com",
745
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
746
+ "package": "@fluentui/react-portal"
747
+ },
748
+ {
749
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.58",
750
+ "author": "elcraig@microsoft.com",
751
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
752
+ "package": "@fluentui/react-portal"
753
+ },
754
+ {
755
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.52",
756
+ "author": "elcraig@microsoft.com",
757
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
758
+ "package": "@fluentui/react-portal"
759
+ },
760
+ {
761
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
762
+ "author": "behowell@microsoft.com",
763
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
764
+ "package": "@fluentui/react-portal"
765
+ },
766
+ {
767
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.22",
768
+ "author": "elcraig@microsoft.com",
769
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
770
+ "package": "@fluentui/react-portal"
771
+ },
772
+ {
773
+ "comment": "Bump @fluentui/scripts to v1.0.0",
774
+ "author": "behowell@microsoft.com",
775
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
776
+ "package": "@fluentui/react-portal"
777
+ }
778
+ ]
779
+ }
780
+ },
781
+ {
782
+ "date": "Thu, 19 Aug 2021 07:41:35 GMT",
783
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.38",
784
+ "version": "9.0.0-alpha.38",
785
+ "comments": {
786
+ "prerelease": [
787
+ {
788
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.33",
789
+ "author": "bsunderhus@microsoft.com",
790
+ "commit": "e467d64e7d3edb2512a81efdaeca5813269039b4",
791
+ "package": "@fluentui/react-portal"
792
+ }
793
+ ]
794
+ }
795
+ },
796
+ {
797
+ "date": "Fri, 13 Aug 2021 07:36:34 GMT",
798
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.37",
799
+ "version": "9.0.0-alpha.37",
800
+ "comments": {
801
+ "prerelease": [
802
+ {
803
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.32",
804
+ "author": "olfedias@microsoft.com",
805
+ "commit": "284da7c9d57b33abce253aed5fc19b02898f6e0c",
806
+ "package": "@fluentui/react-portal"
807
+ }
808
+ ]
809
+ }
810
+ },
811
+ {
812
+ "date": "Fri, 06 Aug 2021 07:35:14 GMT",
813
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.36",
814
+ "version": "9.0.0-alpha.36",
815
+ "comments": {
816
+ "prerelease": [
817
+ {
818
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.31",
819
+ "author": "jspurlin@microsoft.com",
820
+ "commit": "8a09087b4215a36a50b6d3478cd2b74155c9c630",
821
+ "package": "@fluentui/react-portal"
822
+ }
823
+ ]
824
+ }
825
+ },
826
+ {
827
+ "date": "Wed, 04 Aug 2021 07:34:12 GMT",
828
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.35",
829
+ "version": "9.0.0-alpha.35",
830
+ "comments": {
831
+ "none": [
832
+ {
833
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.30",
834
+ "author": "czearing@outlook.com",
835
+ "commit": "109e85b19d8ee37a9c31ddf8e2083471bab64526",
836
+ "package": "@fluentui/react-portal"
837
+ }
838
+ ]
839
+ }
840
+ },
841
+ {
842
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
843
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.35",
844
+ "version": "9.0.0-alpha.35",
845
+ "comments": {
846
+ "patch": [
847
+ {
848
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
849
+ "author": "behowell@microsoft.com",
850
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
851
+ "package": "@fluentui/react-portal"
852
+ },
853
+ {
854
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
855
+ "author": "behowell@microsoft.com",
856
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
857
+ "package": "@fluentui/react-portal"
858
+ },
859
+ {
860
+ "comment": "Bump @fluentui/scripts to v1.0.0",
861
+ "author": "behowell@microsoft.com",
862
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
863
+ "package": "@fluentui/react-portal"
864
+ }
865
+ ],
866
+ "prerelease": [
867
+ {
868
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.30",
869
+ "author": "behowell@microsoft.com",
870
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
871
+ "package": "@fluentui/react-portal"
872
+ }
873
+ ]
874
+ }
875
+ },
876
+ {
877
+ "date": "Mon, 02 Aug 2021 07:36:20 GMT",
878
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.34",
879
+ "version": "9.0.0-alpha.34",
880
+ "comments": {
881
+ "prerelease": [
882
+ {
883
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.29",
884
+ "author": "lingfan.gao@microsoft.com",
885
+ "commit": "ab0e1bafdd9ace2974b3362cd2300fb32af466fb",
886
+ "package": "@fluentui/react-portal"
887
+ }
888
+ ]
889
+ }
890
+ },
891
+ {
892
+ "date": "Mon, 26 Jul 2021 07:37:30 GMT",
893
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.33",
894
+ "version": "9.0.0-alpha.33",
895
+ "comments": {
896
+ "prerelease": [
897
+ {
898
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.46",
899
+ "author": "olfedias@microsoft.com",
900
+ "commit": "19db6cb57a237073b0bb50d07eb921b1ce2e0c61",
901
+ "package": "@fluentui/react-portal"
902
+ }
903
+ ]
904
+ }
905
+ },
906
+ {
907
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
908
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.32",
909
+ "version": "9.0.0-alpha.32",
910
+ "comments": {
911
+ "prerelease": [
912
+ {
913
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.27",
914
+ "author": "miroslav.stastny@microsoft.com",
915
+ "commit": "5d812148593dc574a6f3a343a5657614b4d10456",
916
+ "package": "@fluentui/react-portal"
917
+ }
918
+ ]
919
+ }
920
+ },
921
+ {
922
+ "date": "Thu, 22 Jul 2021 07:36:55 GMT",
923
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.31",
924
+ "version": "9.0.0-alpha.31",
925
+ "comments": {
926
+ "prerelease": [
927
+ {
928
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.26",
929
+ "author": "behowell@microsoft.com",
930
+ "commit": "2e257154d0448b8d4fd64142f93fcc9a225995cc",
931
+ "package": "@fluentui/react-portal"
932
+ }
933
+ ]
934
+ }
935
+ },
936
+ {
937
+ "date": "Tue, 20 Jul 2021 22:23:17 GMT",
938
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.30",
939
+ "version": "9.0.0-alpha.30",
940
+ "comments": {
941
+ "none": [
942
+ {
943
+ "comment": "add bundle size fixtures",
944
+ "author": "olfedias@microsoft.com",
945
+ "commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
946
+ "package": "@fluentui/react-portal"
947
+ }
948
+ ]
949
+ }
950
+ },
951
+ {
952
+ "date": "Thu, 15 Jul 2021 07:36:18 GMT",
953
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.30",
954
+ "version": "9.0.0-alpha.30",
955
+ "comments": {
956
+ "prerelease": [
957
+ {
958
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.25",
959
+ "author": "bsunderhus@microsoft.com",
960
+ "commit": "b60234948eacb8c6fa9d08ab8e98d963f583d475",
961
+ "package": "@fluentui/react-portal"
962
+ }
963
+ ]
964
+ }
965
+ },
966
+ {
967
+ "date": "Tue, 13 Jul 2021 22:32:58 GMT",
968
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.29",
969
+ "version": "9.0.0-alpha.29",
970
+ "comments": {
971
+ "patch": [
972
+ {
973
+ "comment": "Bump @fluentui/react-conformance to v0.4.3",
974
+ "author": "elcraig@microsoft.com",
975
+ "commit": "12b74625dec55bd1919f6370513043d87705e5ea",
976
+ "package": "@fluentui/react-portal"
977
+ }
978
+ ]
979
+ }
980
+ },
981
+ {
982
+ "date": "Tue, 13 Jul 2021 07:35:36 GMT",
983
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.28",
984
+ "version": "9.0.0-alpha.28",
985
+ "comments": {
986
+ "prerelease": [
987
+ {
988
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.24",
989
+ "author": "behowell@microsoft.com",
990
+ "commit": "8e5969e291bcafac21df12c9fb591bdd5654c613",
991
+ "package": "@fluentui/react-portal"
992
+ }
993
+ ]
994
+ }
995
+ },
996
+ {
997
+ "date": "Fri, 09 Jul 2021 07:39:31 GMT",
998
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.27",
999
+ "version": "9.0.0-alpha.27",
1000
+ "comments": {
1001
+ "patch": [
1002
+ {
1003
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.2",
1004
+ "author": "martinhochel@microsoft.com",
1005
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1006
+ "package": "@fluentui/react-portal"
1007
+ },
1008
+ {
1009
+ "comment": "Bump @fluentui/react-conformance to v0.4.2",
1010
+ "author": "martinhochel@microsoft.com",
1011
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1012
+ "package": "@fluentui/react-portal"
1013
+ },
1014
+ {
1015
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1016
+ "author": "martinhochel@microsoft.com",
1017
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1018
+ "package": "@fluentui/react-portal"
1019
+ }
1020
+ ],
1021
+ "prerelease": [
1022
+ {
1023
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.23",
1024
+ "author": "martinhochel@microsoft.com",
1025
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1026
+ "package": "@fluentui/react-portal"
1027
+ }
1028
+ ]
1029
+ }
1030
+ },
1031
+ {
1032
+ "date": "Fri, 02 Jul 2021 23:15:55 GMT",
1033
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.26",
1034
+ "version": "9.0.0-alpha.26",
1035
+ "comments": {
1036
+ "prerelease": [
1037
+ {
1038
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.22",
1039
+ "author": "bsunderhus@microsoft.com",
1040
+ "commit": "6c37a1cb5c312d4be8b239bfd9f6c9f28e9f0d24",
1041
+ "package": "@fluentui/react-portal"
1042
+ }
1043
+ ]
1044
+ }
1045
+ },
1046
+ {
1047
+ "date": "Fri, 02 Jul 2021 07:37:06 GMT",
1048
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.25",
1049
+ "version": "9.0.0-alpha.25",
1050
+ "comments": {
1051
+ "prerelease": [
1052
+ {
1053
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.21",
1054
+ "author": "miroslav.stastny@microsoft.com",
1055
+ "commit": "7222c057ece8a528431a1860223d9d920685f975",
1056
+ "package": "@fluentui/react-portal"
1057
+ }
1058
+ ]
1059
+ }
1060
+ },
1061
+ {
1062
+ "date": "Thu, 01 Jul 2021 07:35:05 GMT",
1063
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.24",
1064
+ "version": "9.0.0-alpha.24",
1065
+ "comments": {
1066
+ "prerelease": [
1067
+ {
1068
+ "comment": "Fixing bug in start script of converged packages.",
1069
+ "author": "Humberto.Morimoto@microsoft.com",
1070
+ "commit": "c7eff2580a6fe159bbb3c4e77e549925187f3150",
1071
+ "package": "@fluentui/react-portal"
1072
+ }
1073
+ ]
1074
+ }
1075
+ },
1076
+ {
1077
+ "date": "Wed, 30 Jun 2021 07:38:35 GMT",
1078
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.23",
1079
+ "version": "9.0.0-alpha.23",
1080
+ "comments": {
1081
+ "prerelease": [
1082
+ {
1083
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.20",
1084
+ "author": "tristan.watanabe@gmail.com",
1085
+ "commit": "804ca93da84e19cec0737729473be5034a2e4939",
1086
+ "package": "@fluentui/react-portal"
1087
+ }
1088
+ ]
1089
+ }
1090
+ },
1091
+ {
1092
+ "date": "Tue, 29 Jun 2021 07:33:32 GMT",
1093
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.22",
1094
+ "version": "9.0.0-alpha.22",
1095
+ "comments": {
1096
+ "prerelease": [
1097
+ {
1098
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.19",
1099
+ "author": "olfedias@microsoft.com",
1100
+ "commit": "073ea5f67e3088a92f68caeeca32ef96410aabc5",
1101
+ "package": "@fluentui/react-portal"
1102
+ }
1103
+ ],
1104
+ "none": [
1105
+ {
1106
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.35",
1107
+ "author": "lingfan.gao@microsoft.com",
1108
+ "commit": "4f907a837f3b85923178b611e4fbb0d9ac222dda",
1109
+ "package": "@fluentui/react-portal"
1110
+ }
1111
+ ]
1112
+ }
1113
+ },
1114
+ {
1115
+ "date": "Mon, 28 Jun 2021 07:35:16 GMT",
1116
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.21",
1117
+ "version": "9.0.0-alpha.21",
1118
+ "comments": {
1119
+ "none": [
1120
+ {
1121
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.18",
1122
+ "author": "olfedias@microsoft.com",
1123
+ "commit": "bf6fd1290ea6c6861a5d80f704e0d6d0cadb71e0",
1124
+ "package": "@fluentui/react-portal"
1125
+ }
1126
+ ]
1127
+ }
1128
+ },
1129
+ {
1130
+ "date": "Wed, 23 Jun 2021 07:31:49 GMT",
1131
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.21",
1132
+ "version": "9.0.0-alpha.21",
1133
+ "comments": {
1134
+ "none": [
1135
+ {
1136
+ "comment": "Update build:local output path",
1137
+ "author": "miroslav.stastny@microsoft.com",
1138
+ "commit": "e4b6b9a9cbc90d5de498a85aeb793678b48f649b",
1139
+ "package": "@fluentui/react-portal"
1140
+ }
1141
+ ]
1142
+ }
1143
+ },
1144
+ {
1145
+ "date": "Mon, 21 Jun 2021 07:34:33 GMT",
1146
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.21",
1147
+ "version": "9.0.0-alpha.21",
1148
+ "comments": {
1149
+ "none": [
1150
+ {
1151
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.18",
1152
+ "author": "miroslav.stastny@microsoft.com",
1153
+ "commit": "7301e00ef64eefcbd9f20e4ac8fd45849b3f74f3",
1154
+ "package": "@fluentui/react-portal"
1155
+ }
1156
+ ]
1157
+ }
1158
+ },
1159
+ {
1160
+ "date": "Thu, 17 Jun 2021 07:34:11 GMT",
1161
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.21",
1162
+ "version": "9.0.0-alpha.21",
1163
+ "comments": {
1164
+ "none": [
1165
+ {
1166
+ "comment": "Colocate stories and use new DX",
1167
+ "author": "lingfan.gao@microsoft.com",
1168
+ "commit": "fc966e8121161aa0a2f339e5a44dc998e318c5c1",
1169
+ "package": "@fluentui/react-portal"
1170
+ }
1171
+ ]
1172
+ }
1173
+ },
1174
+ {
1175
+ "date": "Tue, 15 Jun 2021 07:40:20 GMT",
1176
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.21",
1177
+ "version": "9.0.0-alpha.21",
1178
+ "comments": {
1179
+ "prerelease": [
1180
+ {
1181
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.34",
1182
+ "author": "lingfan.gao@microsoft.com",
1183
+ "commit": "a224777cc0089bd715cc304282115a2cd9929889",
1184
+ "package": "@fluentui/react-portal"
1185
+ }
1186
+ ]
1187
+ }
1188
+ },
1189
+ {
1190
+ "date": "Mon, 07 Jun 2021 07:38:15 GMT",
1191
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.20",
1192
+ "version": "9.0.0-alpha.20",
1193
+ "comments": {
1194
+ "patch": [
1195
+ {
1196
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.1",
1197
+ "author": "martinhochel@microsoft.com",
1198
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1199
+ "package": "@fluentui/react-portal"
1200
+ },
1201
+ {
1202
+ "comment": "Bump @fluentui/react-conformance to v0.4.1",
1203
+ "author": "martinhochel@microsoft.com",
1204
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1205
+ "package": "@fluentui/react-portal"
1206
+ },
1207
+ {
1208
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1209
+ "author": "martinhochel@microsoft.com",
1210
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1211
+ "package": "@fluentui/react-portal"
1212
+ }
1213
+ ],
1214
+ "prerelease": [
1215
+ {
1216
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.17",
1217
+ "author": "martinhochel@microsoft.com",
1218
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1219
+ "package": "@fluentui/react-portal"
1220
+ }
1221
+ ]
1222
+ }
1223
+ },
1224
+ {
1225
+ "date": "Fri, 04 Jun 2021 07:37:23 GMT",
1226
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.19",
1227
+ "version": "9.0.0-alpha.19",
1228
+ "comments": {
1229
+ "prerelease": [
1230
+ {
1231
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.16",
1232
+ "author": "Humberto.Morimoto@microsoft.com",
1233
+ "commit": "1ca8c8f0c4eb633e6b34c0b6182c09103d4c7fcb",
1234
+ "package": "@fluentui/react-portal"
1235
+ }
1236
+ ]
1237
+ }
1238
+ },
1239
+ {
1240
+ "date": "Thu, 03 Jun 2021 07:36:03 GMT",
1241
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.18",
1242
+ "version": "9.0.0-alpha.18",
1243
+ "comments": {
1244
+ "prerelease": [
1245
+ {
1246
+ "comment": "Fix version of react-tabster dep",
1247
+ "author": "elcraig@microsoft.com",
1248
+ "commit": "6ee223627df7fc52726f04cef2d42d7cdb42b815",
1249
+ "package": "@fluentui/react-portal"
1250
+ }
1251
+ ],
1252
+ "none": [
1253
+ {
1254
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.31",
1255
+ "author": "martinhochel@microsoft.com",
1256
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
1257
+ "package": "@fluentui/react-portal"
1258
+ },
1259
+ {
1260
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.39",
1261
+ "author": "martinhochel@microsoft.com",
1262
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
1263
+ "package": "@fluentui/react-portal"
1264
+ },
1265
+ {
1266
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.15",
1267
+ "author": "martinhochel@microsoft.com",
1268
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
1269
+ "package": "@fluentui/react-portal"
1270
+ },
1271
+ {
1272
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.26",
1273
+ "author": "martinhochel@microsoft.com",
1274
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
1275
+ "package": "@fluentui/react-portal"
1276
+ }
1277
+ ]
1278
+ }
1279
+ },
1280
+ {
1281
+ "date": "Wed, 02 Jun 2021 07:37:15 GMT",
1282
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.17",
1283
+ "version": "9.0.0-alpha.17",
1284
+ "comments": {
1285
+ "prerelease": [
1286
+ {
1287
+ "comment": "Adds focus indicator attributes for react-portal",
1288
+ "author": "bsunderhus@microsoft.com",
1289
+ "commit": "d5d06382a85e2ddcc59f00c85120e1b3fc7ffa40",
1290
+ "package": "@fluentui/react-portal"
1291
+ }
1292
+ ]
1293
+ }
1294
+ },
1295
+ {
1296
+ "date": "Tue, 01 Jun 2021 07:31:58 GMT",
1297
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.16",
1298
+ "version": "9.0.0-alpha.16",
1299
+ "comments": {
1300
+ "none": [
1301
+ {
1302
+ "comment": "Revert \"chore: enable Jest aliases for converged packages (#18337)\"",
1303
+ "author": "olfedias@microsoft.com",
1304
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
1305
+ "package": "@fluentui/react-portal"
1306
+ }
1307
+ ]
1308
+ }
1309
+ },
1310
+ {
1311
+ "date": "Fri, 28 May 2021 07:33:57 GMT",
1312
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.16",
1313
+ "version": "9.0.0-alpha.16",
1314
+ "comments": {
1315
+ "none": [
1316
+ {
1317
+ "comment": "enable Jest aliases",
1318
+ "author": "olfedias@microsoft.com",
1319
+ "commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
1320
+ "package": "@fluentui/react-portal"
1321
+ }
1322
+ ]
1323
+ }
1324
+ },
1325
+ {
1326
+ "date": "Wed, 26 May 2021 07:35:43 GMT",
1327
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.16",
1328
+ "version": "9.0.0-alpha.16",
1329
+ "comments": {
1330
+ "none": [
1331
+ {
1332
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.14",
1333
+ "author": "olfedias@microsoft.com",
1334
+ "commit": "d2504c72ec7fba0cf4dcf1984c2e1a9322720225",
1335
+ "package": "@fluentui/react-portal"
1336
+ }
1337
+ ],
1338
+ "prerelease": [
1339
+ {
1340
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.25",
1341
+ "author": "lingfan.gao@microsoft.com",
1342
+ "commit": "6ffca36c9537a1852d8ec26478b8b7aeb059e17c",
1343
+ "package": "@fluentui/react-portal"
1344
+ }
1345
+ ]
1346
+ }
1347
+ },
1348
+ {
1349
+ "date": "Fri, 21 May 2021 07:34:54 GMT",
1350
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.15",
1351
+ "version": "9.0.0-alpha.15",
1352
+ "comments": {
1353
+ "prerelease": [
1354
+ {
1355
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.14",
1356
+ "author": "behowell@microsoft.com",
1357
+ "commit": "aabab8dedf6aa56a403b314157bcef84b6bcd585",
1358
+ "package": "@fluentui/react-portal"
1359
+ }
1360
+ ]
1361
+ }
1362
+ },
1363
+ {
1364
+ "date": "Thu, 20 May 2021 07:41:54 GMT",
1365
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.14",
1366
+ "version": "9.0.0-alpha.14",
1367
+ "comments": {
1368
+ "none": [
1369
+ {
1370
+ "comment": "Update conformance tests in all packages to use a package-level isConformant wrapper with appropriate generics for props",
1371
+ "author": "elcraig@microsoft.com",
1372
+ "commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
1373
+ "package": "@fluentui/react-portal"
1374
+ }
1375
+ ],
1376
+ "patch": [
1377
+ {
1378
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.0",
1379
+ "author": "elcraig@microsoft.com",
1380
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1381
+ "package": "@fluentui/react-portal"
1382
+ },
1383
+ {
1384
+ "comment": "Bump @fluentui/react-conformance to v0.4.0",
1385
+ "author": "elcraig@microsoft.com",
1386
+ "commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
1387
+ "package": "@fluentui/react-portal"
1388
+ },
1389
+ {
1390
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1391
+ "author": "elcraig@microsoft.com",
1392
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1393
+ "package": "@fluentui/react-portal"
1394
+ }
1395
+ ],
1396
+ "prerelease": [
1397
+ {
1398
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.13",
1399
+ "author": "elcraig@microsoft.com",
1400
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1401
+ "package": "@fluentui/react-portal"
1402
+ }
1403
+ ]
1404
+ }
1405
+ },
1406
+ {
1407
+ "date": "Wed, 19 May 2021 07:34:20 GMT",
1408
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.13",
1409
+ "version": "9.0.0-alpha.13",
1410
+ "comments": {
1411
+ "prerelease": [
1412
+ {
1413
+ "comment": "Render portals with virtual parent",
1414
+ "author": "lingfan.gao@microsoft.com",
1415
+ "commit": "90cd8ca21a6904680a1a06ba4800053dc69a9a48",
1416
+ "package": "@fluentui/react-portal"
1417
+ }
1418
+ ],
1419
+ "patch": [
1420
+ {
1421
+ "comment": "Bump @fluentui/react-conformance to v0.3.1",
1422
+ "author": "martinhochel@microsoft.com",
1423
+ "commit": "616b4b7c381c757871e8a590564d8eff7337834c",
1424
+ "package": "@fluentui/react-portal"
1425
+ }
1426
+ ]
1427
+ }
1428
+ },
1429
+ {
1430
+ "date": "Tue, 18 May 2021 07:34:38 GMT",
1431
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.12",
1432
+ "version": "9.0.0-alpha.12",
1433
+ "comments": {
1434
+ "prerelease": [
1435
+ {
1436
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.11",
1437
+ "author": "olfedias@microsoft.com",
1438
+ "commit": "c845a5045c99d8d83b2584cee016b1701cd3de57",
1439
+ "package": "@fluentui/react-portal"
1440
+ }
1441
+ ]
1442
+ }
1443
+ },
1444
+ {
1445
+ "date": "Thu, 13 May 2021 07:36:55 GMT",
1446
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.11",
1447
+ "version": "9.0.0-alpha.11",
1448
+ "comments": {
1449
+ "prerelease": [
1450
+ {
1451
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.10",
1452
+ "author": "olfedias@microsoft.com",
1453
+ "commit": "fb53fd67729d8236e0681d74322717f6974c8b72",
1454
+ "package": "@fluentui/react-portal"
1455
+ }
1456
+ ]
1457
+ }
1458
+ },
1459
+ {
1460
+ "date": "Wed, 12 May 2021 07:36:20 GMT",
1461
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.10",
1462
+ "version": "9.0.0-alpha.10",
1463
+ "comments": {
1464
+ "prerelease": [
1465
+ {
1466
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.9",
1467
+ "author": "olfedias@microsoft.com",
1468
+ "commit": "894712616ee3271fcf06e5fb24ad01e326e30bb5",
1469
+ "package": "@fluentui/react-portal"
1470
+ }
1471
+ ]
1472
+ }
1473
+ },
1474
+ {
1475
+ "date": "Mon, 10 May 2021 07:36:07 GMT",
1476
+ "tag": "@fluentui/react-portal_v9.0.0-alpha.9",
1477
+ "version": "9.0.0-alpha.9",
1478
+ "comments": {
1479
+ "prerelease": [
1480
+ {
1481
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.8",
1482
+ "author": "olfedias@microsoft.com",
1483
+ "commit": "78c12235fcfebe43b7a77d36cbdfc67461ec32dc",
1484
+ "package": "@fluentui/react-portal"
1485
+ }
1486
+ ]
1487
+ }
1488
+ },
1489
+ {
1490
+ "date": "Wed, 05 May 2021 07:36:50 GMT",
6
1491
  "tag": "@fluentui/react-portal_v9.0.0-alpha.8",
7
1492
  "version": "9.0.0-alpha.8",
8
1493
  "comments": {