@fluentui/react-shared-contexts 0.0.0-nightly0025eeb82020211108.1

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 (121) hide show
  1. package/CHANGELOG.json +965 -0
  2. package/CHANGELOG.md +367 -0
  3. package/LICENSE +15 -0
  4. package/README.md +7 -0
  5. package/dist/react-shared-contexts.d.ts +64 -0
  6. package/lib/MenuContext/MenuContext.d.ts +4 -0
  7. package/lib/MenuContext/MenuContext.js +6 -0
  8. package/lib/MenuContext/MenuContext.js.map +1 -0
  9. package/lib/MenuContext/index.d.ts +2 -0
  10. package/lib/MenuContext/index.js +3 -0
  11. package/lib/MenuContext/index.js.map +1 -0
  12. package/lib/MenuContext/types.d.ts +6 -0
  13. package/lib/MenuContext/types.js +2 -0
  14. package/lib/MenuContext/types.js.map +1 -0
  15. package/lib/MenuContext.d.ts +1 -0
  16. package/lib/MenuContext.js +2 -0
  17. package/lib/MenuContext.js.map +1 -0
  18. package/lib/ProviderContext/ProviderContext.d.ts +4 -0
  19. package/lib/ProviderContext/ProviderContext.js +9 -0
  20. package/lib/ProviderContext/ProviderContext.js.map +1 -0
  21. package/lib/ProviderContext/ProviderContext.types.d.ts +6 -0
  22. package/lib/ProviderContext/ProviderContext.types.js +2 -0
  23. package/lib/ProviderContext/ProviderContext.types.js.map +1 -0
  24. package/lib/ProviderContext/index.d.ts +2 -0
  25. package/lib/ProviderContext/index.js +3 -0
  26. package/lib/ProviderContext/index.js.map +1 -0
  27. package/lib/ProviderContext.d.ts +1 -0
  28. package/lib/ProviderContext.js +2 -0
  29. package/lib/ProviderContext.js.map +1 -0
  30. package/lib/ThemeClassNameContext/ThemeClassNameContext.d.ts +12 -0
  31. package/lib/ThemeClassNameContext/ThemeClassNameContext.js +16 -0
  32. package/lib/ThemeClassNameContext/ThemeClassNameContext.js.map +1 -0
  33. package/lib/ThemeClassNameContext/index.d.ts +1 -0
  34. package/lib/ThemeClassNameContext/index.js +2 -0
  35. package/lib/ThemeClassNameContext/index.js.map +1 -0
  36. package/lib/ThemeClassNameContext.d.ts +1 -0
  37. package/lib/ThemeClassNameContext.js +2 -0
  38. package/lib/ThemeClassNameContext.js.map +1 -0
  39. package/lib/ThemeContext/ThemeContext.d.ts +4 -0
  40. package/lib/ThemeContext/ThemeContext.js +6 -0
  41. package/lib/ThemeContext/ThemeContext.js.map +1 -0
  42. package/lib/ThemeContext/ThemeContext.types.d.ts +3 -0
  43. package/lib/ThemeContext/ThemeContext.types.js +2 -0
  44. package/lib/ThemeContext/ThemeContext.types.js.map +1 -0
  45. package/lib/ThemeContext/index.d.ts +2 -0
  46. package/lib/ThemeContext/index.js +3 -0
  47. package/lib/ThemeContext/index.js.map +1 -0
  48. package/lib/ThemeContext.d.ts +1 -0
  49. package/lib/ThemeContext.js +2 -0
  50. package/lib/ThemeContext.js.map +1 -0
  51. package/lib/TooltipContext/TooltipContext.d.ts +17 -0
  52. package/lib/TooltipContext/TooltipContext.js +7 -0
  53. package/lib/TooltipContext/TooltipContext.js.map +1 -0
  54. package/lib/TooltipContext/index.d.ts +1 -0
  55. package/lib/TooltipContext/index.js +2 -0
  56. package/lib/TooltipContext/index.js.map +1 -0
  57. package/lib/TooltipContext.d.ts +1 -0
  58. package/lib/TooltipContext.js +2 -0
  59. package/lib/TooltipContext.js.map +1 -0
  60. package/lib/index.d.ts +5 -0
  61. package/lib/index.js +6 -0
  62. package/lib/index.js.map +1 -0
  63. package/lib/tsdoc-metadata.json +11 -0
  64. package/lib-commonjs/MenuContext/MenuContext.d.ts +4 -0
  65. package/lib-commonjs/MenuContext/MenuContext.js +17 -0
  66. package/lib-commonjs/MenuContext/MenuContext.js.map +1 -0
  67. package/lib-commonjs/MenuContext/index.d.ts +2 -0
  68. package/lib-commonjs/MenuContext/index.js +12 -0
  69. package/lib-commonjs/MenuContext/index.js.map +1 -0
  70. package/lib-commonjs/MenuContext/types.d.ts +6 -0
  71. package/lib-commonjs/MenuContext/types.js +6 -0
  72. package/lib-commonjs/MenuContext/types.js.map +1 -0
  73. package/lib-commonjs/MenuContext.d.ts +1 -0
  74. package/lib-commonjs/MenuContext.js +10 -0
  75. package/lib-commonjs/MenuContext.js.map +1 -0
  76. package/lib-commonjs/ProviderContext/ProviderContext.d.ts +4 -0
  77. package/lib-commonjs/ProviderContext/ProviderContext.js +20 -0
  78. package/lib-commonjs/ProviderContext/ProviderContext.js.map +1 -0
  79. package/lib-commonjs/ProviderContext/ProviderContext.types.d.ts +6 -0
  80. package/lib-commonjs/ProviderContext/ProviderContext.types.js +6 -0
  81. package/lib-commonjs/ProviderContext/ProviderContext.types.js.map +1 -0
  82. package/lib-commonjs/ProviderContext/index.d.ts +2 -0
  83. package/lib-commonjs/ProviderContext/index.js +12 -0
  84. package/lib-commonjs/ProviderContext/index.js.map +1 -0
  85. package/lib-commonjs/ProviderContext.d.ts +1 -0
  86. package/lib-commonjs/ProviderContext.js +10 -0
  87. package/lib-commonjs/ProviderContext.js.map +1 -0
  88. package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.d.ts +12 -0
  89. package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.js +26 -0
  90. package/lib-commonjs/ThemeClassNameContext/ThemeClassNameContext.js.map +1 -0
  91. package/lib-commonjs/ThemeClassNameContext/index.d.ts +1 -0
  92. package/lib-commonjs/ThemeClassNameContext/index.js +10 -0
  93. package/lib-commonjs/ThemeClassNameContext/index.js.map +1 -0
  94. package/lib-commonjs/ThemeClassNameContext.d.ts +1 -0
  95. package/lib-commonjs/ThemeClassNameContext.js +10 -0
  96. package/lib-commonjs/ThemeClassNameContext.js.map +1 -0
  97. package/lib-commonjs/ThemeContext/ThemeContext.d.ts +4 -0
  98. package/lib-commonjs/ThemeContext/ThemeContext.js +17 -0
  99. package/lib-commonjs/ThemeContext/ThemeContext.js.map +1 -0
  100. package/lib-commonjs/ThemeContext/ThemeContext.types.d.ts +3 -0
  101. package/lib-commonjs/ThemeContext/ThemeContext.types.js +6 -0
  102. package/lib-commonjs/ThemeContext/ThemeContext.types.js.map +1 -0
  103. package/lib-commonjs/ThemeContext/index.d.ts +2 -0
  104. package/lib-commonjs/ThemeContext/index.js +12 -0
  105. package/lib-commonjs/ThemeContext/index.js.map +1 -0
  106. package/lib-commonjs/ThemeContext.d.ts +1 -0
  107. package/lib-commonjs/ThemeContext.js +10 -0
  108. package/lib-commonjs/ThemeContext.js.map +1 -0
  109. package/lib-commonjs/TooltipContext/TooltipContext.d.ts +17 -0
  110. package/lib-commonjs/TooltipContext/TooltipContext.js +15 -0
  111. package/lib-commonjs/TooltipContext/TooltipContext.js.map +1 -0
  112. package/lib-commonjs/TooltipContext/index.d.ts +1 -0
  113. package/lib-commonjs/TooltipContext/index.js +10 -0
  114. package/lib-commonjs/TooltipContext/index.js.map +1 -0
  115. package/lib-commonjs/TooltipContext.d.ts +1 -0
  116. package/lib-commonjs/TooltipContext.js +10 -0
  117. package/lib-commonjs/TooltipContext.js.map +1 -0
  118. package/lib-commonjs/index.d.ts +5 -0
  119. package/lib-commonjs/index.js +18 -0
  120. package/lib-commonjs/index.js.map +1 -0
  121. package/package.json +52 -0
package/CHANGELOG.json ADDED
@@ -0,0 +1,965 @@
1
+ {
2
+ "name": "@fluentui/react-shared-contexts",
3
+ "entries": [
4
+ {
5
+ "date": "Mon, 08 Nov 2021 04:16:58 GMT",
6
+ "tag": "@fluentui/react-shared-contexts_v0.0.0-nightly0025eeb82020211108.1",
7
+ "version": "0.0.0-nightly0025eeb82020211108.1",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@fluentui/react-shared-contexts",
13
+ "commit": "e827ff6b79e47c8702651bbdc55176c0f505f4e9",
14
+ "comment": "Release nightly v9"
15
+ },
16
+ {
17
+ "author": "gcox@microsoft.com",
18
+ "package": "@fluentui/react-shared-contexts",
19
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
20
+ "comment": "Updated beta and RC components to ES2019"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-shared-contexts",
25
+ "comment": "Bump @fluentui/react-theme to v0.0.0-nightly0025eeb82020211108.1",
26
+ "commit": "e827ff6b79e47c8702651bbdc55176c0f505f4e9"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Wed, 27 Oct 2021 12:14:24 GMT",
33
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-beta.2",
34
+ "version": "9.0.0-beta.2",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-shared-contexts",
40
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
41
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
48
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-beta.1",
49
+ "version": "9.0.0-beta.1",
50
+ "comments": {
51
+ "prerelease": [
52
+ {
53
+ "author": "lingfangao@hotmail.com",
54
+ "package": "@fluentui/react-shared-contexts",
55
+ "comment": "Bump all v9 components to beta prerelease tag",
56
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-shared-contexts",
61
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.1",
62
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
69
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.28",
70
+ "version": "9.0.0-alpha.28",
71
+ "comments": {
72
+ "prerelease": [
73
+ {
74
+ "author": "lingfangao@hotmail.com",
75
+ "package": "@fluentui/react-shared-contexts",
76
+ "comment": "Bump v9 prerelease versions to rerelease",
77
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-shared-contexts",
82
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.26",
83
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
84
+ }
85
+ ]
86
+ }
87
+ },
88
+ {
89
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
90
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.26",
91
+ "version": "9.0.0-alpha.26",
92
+ "comments": {
93
+ "prerelease": [
94
+ {
95
+ "author": "beachball",
96
+ "package": "@fluentui/react-shared-contexts",
97
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.24",
98
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
99
+ }
100
+ ]
101
+ }
102
+ },
103
+ {
104
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
105
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.25",
106
+ "version": "9.0.0-alpha.25",
107
+ "comments": {
108
+ "none": [
109
+ {
110
+ "author": "elcraig@microsoft.com",
111
+ "package": "@fluentui/react-shared-contexts",
112
+ "comment": "Remove unnecessary docCategory tags",
113
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
114
+ }
115
+ ],
116
+ "prerelease": [
117
+ {
118
+ "author": "beachball",
119
+ "package": "@fluentui/react-shared-contexts",
120
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.23",
121
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
122
+ }
123
+ ]
124
+ }
125
+ },
126
+ {
127
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
128
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.24",
129
+ "version": "9.0.0-alpha.24",
130
+ "comments": {
131
+ "none": [
132
+ {
133
+ "author": "lingfangao@hotmail.com",
134
+ "package": "@fluentui/react-shared-contexts",
135
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
136
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
137
+ },
138
+ {
139
+ "author": "lingfangao@hotmail.com",
140
+ "package": "@fluentui/react-shared-contexts",
141
+ "comment": "chore(react-shared-context): Remove unnecessary dev dependency",
142
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
143
+ },
144
+ {
145
+ "author": "lingfangao@hotmail.com",
146
+ "package": "@fluentui/react-shared-contexts",
147
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
148
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.24"
149
+ }
150
+ ]
151
+ }
152
+ },
153
+ {
154
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
155
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.24",
156
+ "version": "9.0.0-alpha.24",
157
+ "comments": {
158
+ "prerelease": [
159
+ {
160
+ "author": "lingfangao@hotmail.com",
161
+ "package": "@fluentui/react-shared-contexts",
162
+ "comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
163
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
164
+ }
165
+ ]
166
+ }
167
+ },
168
+ {
169
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
170
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.23",
171
+ "version": "9.0.0-alpha.23",
172
+ "comments": {
173
+ "prerelease": [
174
+ {
175
+ "comment": "Updating TypeScript type-only imports/exports to use import/export syntax.",
176
+ "author": "dzearing@hotmail.com",
177
+ "commit": "4eec618fe480b129e08914b1f091a8509af60379",
178
+ "package": "@fluentui/react-shared-contexts"
179
+ }
180
+ ],
181
+ "none": [
182
+ {
183
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.1",
184
+ "author": "dzearing@hotmail.com",
185
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
186
+ "package": "@fluentui/react-shared-contexts"
187
+ },
188
+ {
189
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.22",
190
+ "author": "dzearing@hotmail.com",
191
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
192
+ "package": "@fluentui/react-shared-contexts"
193
+ },
194
+ {
195
+ "comment": "Bump @fluentui/test-utilities to v8.0.8",
196
+ "author": "dzearing@hotmail.com",
197
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
198
+ "package": "@fluentui/react-shared-contexts"
199
+ },
200
+ {
201
+ "comment": "Bump @fluentui/scripts to v1.0.0",
202
+ "author": "dzearing@hotmail.com",
203
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
204
+ "package": "@fluentui/react-shared-contexts"
205
+ }
206
+ ]
207
+ }
208
+ },
209
+ {
210
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
211
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.22",
212
+ "version": "9.0.0-alpha.22",
213
+ "comments": {
214
+ "prerelease": [
215
+ {
216
+ "comment": "Update .npmignore",
217
+ "author": "elcraig@microsoft.com",
218
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
219
+ "package": "@fluentui/react-shared-contexts"
220
+ }
221
+ ],
222
+ "none": [
223
+ {
224
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.0",
225
+ "author": "behowell@microsoft.com",
226
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
227
+ "package": "@fluentui/react-shared-contexts"
228
+ },
229
+ {
230
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.21",
231
+ "author": "elcraig@microsoft.com",
232
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
233
+ "package": "@fluentui/react-shared-contexts"
234
+ },
235
+ {
236
+ "comment": "Bump @fluentui/test-utilities to v8.0.8",
237
+ "author": "behowell@microsoft.com",
238
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
239
+ "package": "@fluentui/react-shared-contexts"
240
+ },
241
+ {
242
+ "comment": "Bump @fluentui/scripts to v1.0.0",
243
+ "author": "behowell@microsoft.com",
244
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
245
+ "package": "@fluentui/react-shared-contexts"
246
+ }
247
+ ]
248
+ }
249
+ },
250
+ {
251
+ "date": "Fri, 13 Aug 2021 07:36:34 GMT",
252
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.21",
253
+ "version": "9.0.0-alpha.21",
254
+ "comments": {
255
+ "prerelease": [
256
+ {
257
+ "comment": "create type for ThemeClassNameContext value and export it",
258
+ "author": "olfedias@microsoft.com",
259
+ "commit": "284da7c9d57b33abce253aed5fc19b02898f6e0c",
260
+ "package": "@fluentui/react-shared-contexts"
261
+ }
262
+ ]
263
+ }
264
+ },
265
+ {
266
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
267
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.20",
268
+ "version": "9.0.0-alpha.20",
269
+ "comments": {
270
+ "patch": [
271
+ {
272
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
273
+ "author": "behowell@microsoft.com",
274
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
275
+ "package": "@fluentui/react-shared-contexts"
276
+ },
277
+ {
278
+ "comment": "Bump @fluentui/test-utilities to v8.0.8",
279
+ "author": "behowell@microsoft.com",
280
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
281
+ "package": "@fluentui/react-shared-contexts"
282
+ },
283
+ {
284
+ "comment": "Bump @fluentui/scripts to v1.0.0",
285
+ "author": "behowell@microsoft.com",
286
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
287
+ "package": "@fluentui/react-shared-contexts"
288
+ }
289
+ ]
290
+ }
291
+ },
292
+ {
293
+ "date": "Mon, 26 Jul 2021 07:37:30 GMT",
294
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.19",
295
+ "version": "9.0.0-alpha.19",
296
+ "comments": {
297
+ "prerelease": [
298
+ {
299
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.19",
300
+ "author": "miroslav.stastny@microsoft.com",
301
+ "commit": "aa570c511fdcef015696f07182af8bb251311406",
302
+ "package": "@fluentui/react-shared-contexts"
303
+ }
304
+ ]
305
+ }
306
+ },
307
+ {
308
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
309
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.18",
310
+ "version": "9.0.0-alpha.18",
311
+ "comments": {
312
+ "prerelease": [
313
+ {
314
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.18",
315
+ "author": "miroslav.stastny@microsoft.com",
316
+ "commit": "5d812148593dc574a6f3a343a5657614b4d10456",
317
+ "package": "@fluentui/react-shared-contexts"
318
+ }
319
+ ]
320
+ }
321
+ },
322
+ {
323
+ "date": "Tue, 20 Jul 2021 22:23:17 GMT",
324
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.17",
325
+ "version": "9.0.0-alpha.17",
326
+ "comments": {
327
+ "none": [
328
+ {
329
+ "comment": "migrate to new DX",
330
+ "author": "olfedias@microsoft.com",
331
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
332
+ "package": "@fluentui/react-shared-contexts"
333
+ }
334
+ ]
335
+ }
336
+ },
337
+ {
338
+ "date": "Fri, 09 Jul 2021 07:39:31 GMT",
339
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.17",
340
+ "version": "9.0.0-alpha.17",
341
+ "comments": {
342
+ "patch": [
343
+ {
344
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.2",
345
+ "author": "martinhochel@microsoft.com",
346
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
347
+ "package": "@fluentui/react-shared-contexts"
348
+ },
349
+ {
350
+ "comment": "Bump @fluentui/test-utilities to v8.0.7",
351
+ "author": "martinhochel@microsoft.com",
352
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
353
+ "package": "@fluentui/react-shared-contexts"
354
+ },
355
+ {
356
+ "comment": "Bump @fluentui/scripts to v1.0.0",
357
+ "author": "martinhochel@microsoft.com",
358
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
359
+ "package": "@fluentui/react-shared-contexts"
360
+ }
361
+ ]
362
+ }
363
+ },
364
+ {
365
+ "date": "Fri, 02 Jul 2021 07:37:06 GMT",
366
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.16",
367
+ "version": "9.0.0-alpha.16",
368
+ "comments": {
369
+ "prerelease": [
370
+ {
371
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.16",
372
+ "author": "miroslav.stastny@microsoft.com",
373
+ "commit": "7222c057ece8a528431a1860223d9d920685f975",
374
+ "package": "@fluentui/react-shared-contexts"
375
+ }
376
+ ]
377
+ }
378
+ },
379
+ {
380
+ "date": "Mon, 21 Jun 2021 07:34:33 GMT",
381
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.15",
382
+ "version": "9.0.0-alpha.15",
383
+ "comments": {
384
+ "none": [
385
+ {
386
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.15",
387
+ "author": "miroslav.stastny@microsoft.com",
388
+ "commit": "7301e00ef64eefcbd9f20e4ac8fd45849b3f74f3",
389
+ "package": "@fluentui/react-shared-contexts"
390
+ }
391
+ ]
392
+ }
393
+ },
394
+ {
395
+ "date": "Mon, 07 Jun 2021 07:38:15 GMT",
396
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.15",
397
+ "version": "9.0.0-alpha.15",
398
+ "comments": {
399
+ "patch": [
400
+ {
401
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.1",
402
+ "author": "martinhochel@microsoft.com",
403
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
404
+ "package": "@fluentui/react-shared-contexts"
405
+ },
406
+ {
407
+ "comment": "Bump @fluentui/test-utilities to v8.0.6",
408
+ "author": "martinhochel@microsoft.com",
409
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
410
+ "package": "@fluentui/react-shared-contexts"
411
+ },
412
+ {
413
+ "comment": "Bump @fluentui/scripts to v1.0.0",
414
+ "author": "martinhochel@microsoft.com",
415
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
416
+ "package": "@fluentui/react-shared-contexts"
417
+ }
418
+ ]
419
+ }
420
+ },
421
+ {
422
+ "date": "Fri, 04 Jun 2021 07:37:23 GMT",
423
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.14",
424
+ "version": "9.0.0-alpha.14",
425
+ "comments": {
426
+ "prerelease": [
427
+ {
428
+ "comment": "Modifying MinimalMenuProps target prop to only be React.Ref<HTMLElement> instead of React.Ref<HTMLElement | undefined>.",
429
+ "author": "Humberto.Morimoto@microsoft.com",
430
+ "commit": "1ca8c8f0c4eb633e6b34c0b6182c09103d4c7fcb",
431
+ "package": "@fluentui/react-shared-contexts"
432
+ }
433
+ ]
434
+ }
435
+ },
436
+ {
437
+ "date": "Thu, 03 Jun 2021 07:36:03 GMT",
438
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.13",
439
+ "version": "9.0.0-alpha.13",
440
+ "comments": {
441
+ "prerelease": [
442
+ {
443
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.14",
444
+ "author": "miroslav.stastny@microsoft.com",
445
+ "commit": "32aed1a91b19ac1beb161a7a2ab43e78b51f53d1",
446
+ "package": "@fluentui/react-shared-contexts"
447
+ }
448
+ ]
449
+ }
450
+ },
451
+ {
452
+ "date": "Tue, 01 Jun 2021 07:31:58 GMT",
453
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.12",
454
+ "version": "9.0.0-alpha.12",
455
+ "comments": {
456
+ "none": [
457
+ {
458
+ "comment": "Revert \"chore: enable Jest aliases for converged packages (#18337)\"",
459
+ "author": "olfedias@microsoft.com",
460
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
461
+ "package": "@fluentui/react-shared-contexts"
462
+ }
463
+ ]
464
+ }
465
+ },
466
+ {
467
+ "date": "Fri, 28 May 2021 07:33:57 GMT",
468
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.12",
469
+ "version": "9.0.0-alpha.12",
470
+ "comments": {
471
+ "none": [
472
+ {
473
+ "comment": "enable Jest aliases",
474
+ "author": "olfedias@microsoft.com",
475
+ "commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
476
+ "package": "@fluentui/react-shared-contexts"
477
+ }
478
+ ]
479
+ }
480
+ },
481
+ {
482
+ "date": "Fri, 21 May 2021 07:34:54 GMT",
483
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.12",
484
+ "version": "9.0.0-alpha.12",
485
+ "comments": {
486
+ "none": [
487
+ {
488
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.13",
489
+ "author": "miroslav.stastny@microsoft.com",
490
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
491
+ "package": "@fluentui/react-shared-contexts"
492
+ }
493
+ ]
494
+ }
495
+ },
496
+ {
497
+ "date": "Thu, 20 May 2021 07:41:54 GMT",
498
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.12",
499
+ "version": "9.0.0-alpha.12",
500
+ "comments": {
501
+ "patch": [
502
+ {
503
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.0",
504
+ "author": "elcraig@microsoft.com",
505
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
506
+ "package": "@fluentui/react-shared-contexts"
507
+ },
508
+ {
509
+ "comment": "Bump @fluentui/test-utilities to v8.0.5",
510
+ "author": "elcraig@microsoft.com",
511
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
512
+ "package": "@fluentui/react-shared-contexts"
513
+ },
514
+ {
515
+ "comment": "Bump @fluentui/scripts to v1.0.0",
516
+ "author": "elcraig@microsoft.com",
517
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
518
+ "package": "@fluentui/react-shared-contexts"
519
+ }
520
+ ]
521
+ }
522
+ },
523
+ {
524
+ "date": "Wed, 19 May 2021 07:34:20 GMT",
525
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.11",
526
+ "version": "9.0.0-alpha.11",
527
+ "comments": {
528
+ "prerelease": [
529
+ {
530
+ "comment": "chore: add more Babel plugins",
531
+ "author": "olfedias@microsoft.com",
532
+ "commit": "975140887c6ad2391f8db63003ed440239ec9c25",
533
+ "package": "@fluentui/react-shared-contexts"
534
+ }
535
+ ]
536
+ }
537
+ },
538
+ {
539
+ "date": "Thu, 13 May 2021 07:36:55 GMT",
540
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.10",
541
+ "version": "9.0.0-alpha.10",
542
+ "comments": {
543
+ "prerelease": [
544
+ {
545
+ "comment": "set null as default value for ThemeContext",
546
+ "author": "olfedias@microsoft.com",
547
+ "commit": "d1d73e5ea7be50ad93077fad7d3b05af4db1cc94",
548
+ "package": "@fluentui/react-shared-contexts"
549
+ }
550
+ ]
551
+ }
552
+ },
553
+ {
554
+ "date": "Wed, 12 May 2021 07:36:20 GMT",
555
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.9",
556
+ "version": "9.0.0-alpha.9",
557
+ "comments": {
558
+ "prerelease": [
559
+ {
560
+ "comment": "Add TooltipContext and TooltipManager interface",
561
+ "author": "behowell@microsoft.com",
562
+ "commit": "e0b7d62f54c1b6e7ff8847ec60307ebac692ff7e",
563
+ "package": "@fluentui/react-shared-contexts"
564
+ }
565
+ ]
566
+ }
567
+ },
568
+ {
569
+ "date": "Fri, 30 Apr 2021 07:42:23 GMT",
570
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.8",
571
+ "version": "9.0.0-alpha.8",
572
+ "comments": {
573
+ "prerelease": [
574
+ {
575
+ "comment": "Upgrade to ts 4.0",
576
+ "author": "joschect@microsoft.com",
577
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
578
+ "package": "@fluentui/react-shared-contexts"
579
+ }
580
+ ],
581
+ "patch": [
582
+ {
583
+ "comment": "Bump @fluentui/eslint-plugin to v1.2.0",
584
+ "author": "joschect@microsoft.com",
585
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
586
+ "package": "@fluentui/react-shared-contexts"
587
+ },
588
+ {
589
+ "comment": "Bump @fluentui/test-utilities to v8.0.4",
590
+ "author": "joschect@microsoft.com",
591
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
592
+ "package": "@fluentui/react-shared-contexts"
593
+ },
594
+ {
595
+ "comment": "Bump @fluentui/scripts to v1.0.0",
596
+ "author": "joschect@microsoft.com",
597
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
598
+ "package": "@fluentui/react-shared-contexts"
599
+ }
600
+ ]
601
+ }
602
+ },
603
+ {
604
+ "date": "Fri, 23 Apr 2021 07:37:10 GMT",
605
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.7",
606
+ "version": "9.0.0-alpha.7",
607
+ "comments": {
608
+ "patch": [
609
+ {
610
+ "comment": "Bump @fluentui/eslint-plugin to v1.1.1",
611
+ "author": "olfedias@microsoft.com",
612
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
613
+ "package": "@fluentui/react-shared-contexts"
614
+ },
615
+ {
616
+ "comment": "Bump @fluentui/test-utilities to v8.0.3",
617
+ "author": "olfedias@microsoft.com",
618
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
619
+ "package": "@fluentui/react-shared-contexts"
620
+ },
621
+ {
622
+ "comment": "Bump @fluentui/scripts to v1.0.0",
623
+ "author": "olfedias@microsoft.com",
624
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
625
+ "package": "@fluentui/react-shared-contexts"
626
+ }
627
+ ]
628
+ }
629
+ },
630
+ {
631
+ "date": "Tue, 20 Apr 2021 07:31:35 GMT",
632
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.6",
633
+ "version": "9.0.0-alpha.6",
634
+ "comments": {
635
+ "prerelease": [
636
+ {
637
+ "comment": "Rename internal document to targetDocument",
638
+ "author": "lingfan.gao@microsoft.com",
639
+ "commit": "01e2e2ce7b042308c503e642a1bb94ff371b7dd1",
640
+ "package": "@fluentui/react-shared-contexts"
641
+ }
642
+ ]
643
+ }
644
+ },
645
+ {
646
+ "date": "Mon, 19 Apr 2021 07:33:33 GMT",
647
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.5",
648
+ "version": "9.0.0-alpha.5",
649
+ "comments": {
650
+ "none": [
651
+ {
652
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.8",
653
+ "author": "elcraig@microsoft.com",
654
+ "commit": "fdc32557d49e5d70ea7e4af8957102d415b44547",
655
+ "package": "@fluentui/react-shared-contexts"
656
+ }
657
+ ]
658
+ }
659
+ },
660
+ {
661
+ "date": "Fri, 16 Apr 2021 18:08:21 GMT",
662
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.5",
663
+ "version": "9.0.0-alpha.5",
664
+ "comments": {
665
+ "prerelease": [
666
+ {
667
+ "comment": "Add ThemeClassNameContext for CSS variable class",
668
+ "author": "lingfan.gao@microsoft.com",
669
+ "commit": "202f547fef3255f5c59ff4ad912c67b4978ef457",
670
+ "package": "@fluentui/react-shared-contexts"
671
+ }
672
+ ]
673
+ }
674
+ },
675
+ {
676
+ "date": "Thu, 08 Apr 2021 07:33:06 GMT",
677
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.4",
678
+ "version": "9.0.0-alpha.4",
679
+ "comments": {
680
+ "prerelease": [
681
+ {
682
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.8",
683
+ "author": "Humberto.Morimoto@microsoft.com",
684
+ "commit": "25e841e469f1a7b33278f8a5dccd2f7865b3a557",
685
+ "package": "@fluentui/react-shared-contexts"
686
+ }
687
+ ]
688
+ }
689
+ },
690
+ {
691
+ "date": "Wed, 31 Mar 2021 00:53:43 GMT",
692
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.3",
693
+ "version": "9.0.0-alpha.3",
694
+ "comments": {
695
+ "patch": [
696
+ {
697
+ "comment": "Bump @fluentui/eslint-plugin to v1.1.0",
698
+ "author": "elcraig@microsoft.com",
699
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
700
+ "package": "@fluentui/react-shared-contexts"
701
+ },
702
+ {
703
+ "comment": "Bump @fluentui/test-utilities to v8.0.2",
704
+ "author": "elcraig@microsoft.com",
705
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
706
+ "package": "@fluentui/react-shared-contexts"
707
+ },
708
+ {
709
+ "comment": "Bump @fluentui/scripts to v1.0.0",
710
+ "author": "elcraig@microsoft.com",
711
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
712
+ "package": "@fluentui/react-shared-contexts"
713
+ }
714
+ ]
715
+ }
716
+ },
717
+ {
718
+ "date": "Tue, 30 Mar 2021 07:34:45 GMT",
719
+ "tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.2",
720
+ "version": "9.0.0-alpha.2",
721
+ "comments": {
722
+ "prerelease": [
723
+ {
724
+ "comment": "chore: restore \"sideEffects\" to enable treeshaking",
725
+ "author": "olfedias@microsoft.com",
726
+ "commit": "8d6eb6f174660017e96d2c539a08e1d64ccdf4a3",
727
+ "package": "@fluentui/react-shared-contexts"
728
+ },
729
+ {
730
+ "comment": "Lifts ThemeContext and FluentProviderContext to react-shared-contexts",
731
+ "author": "bsunderhus@microsoft.com",
732
+ "commit": "0e497f76bceee79ee6f15524b9903a9eda653c44",
733
+ "package": "@fluentui/react-shared-contexts"
734
+ }
735
+ ]
736
+ }
737
+ },
738
+ {
739
+ "date": "Mon, 15 Mar 2021 07:36:20 GMT",
740
+ "tag": "@fluentui/react-shared-contexts_v1.0.0-beta.11",
741
+ "version": "1.0.0-beta.11",
742
+ "comments": {
743
+ "prerelease": [
744
+ {
745
+ "comment": "Remove set-version references",
746
+ "author": "elcraig@microsoft.com",
747
+ "commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
748
+ "package": "@fluentui/react-shared-contexts"
749
+ }
750
+ ],
751
+ "none": [
752
+ {
753
+ "comment": "Remove unneeded scripts",
754
+ "author": "elcraig@microsoft.com",
755
+ "commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
756
+ "package": "@fluentui/react-shared-contexts"
757
+ },
758
+ {
759
+ "comment": "Bump @fluentui/test-utilities to v8.0.1",
760
+ "author": "elcraig@microsoft.com",
761
+ "commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
762
+ "package": "@fluentui/react-shared-contexts"
763
+ }
764
+ ]
765
+ }
766
+ },
767
+ {
768
+ "date": "Fri, 26 Feb 2021 01:16:27 GMT",
769
+ "tag": "@fluentui/react-shared-contexts_v1.0.0-beta.10",
770
+ "version": "1.0.0-beta.10",
771
+ "comments": {
772
+ "prerelease": [
773
+ {
774
+ "comment": "Update references to major-bumped packages",
775
+ "author": "elcraig@microsoft.com",
776
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
777
+ "package": "@fluentui/react-shared-contexts"
778
+ }
779
+ ],
780
+ "patch": [
781
+ {
782
+ "comment": "Bump @fluentui/eslint-plugin to v1.0.1",
783
+ "author": "elcraig@microsoft.com",
784
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
785
+ "package": "@fluentui/react-shared-contexts"
786
+ },
787
+ {
788
+ "comment": "Bump @fluentui/scripts to v1.0.0",
789
+ "author": "elcraig@microsoft.com",
790
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
791
+ "package": "@fluentui/react-shared-contexts"
792
+ },
793
+ {
794
+ "comment": "Bump @fluentui/set-version to v8.0.1",
795
+ "author": "elcraig@microsoft.com",
796
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
797
+ "package": "@fluentui/react-shared-contexts"
798
+ },
799
+ {
800
+ "comment": "Bump @fluentui/test-utilities to v8.0.1",
801
+ "author": "elcraig@microsoft.com",
802
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
803
+ "package": "@fluentui/react-shared-contexts"
804
+ }
805
+ ]
806
+ }
807
+ },
808
+ {
809
+ "date": "Mon, 22 Feb 2021 12:26:22 GMT",
810
+ "tag": "@fluentui/react-shared-contexts_v1.0.0-beta.9",
811
+ "version": "1.0.0-beta.9",
812
+ "comments": {
813
+ "prerelease": [
814
+ {
815
+ "comment": "Bump @fluentui/test-utilities to v8.0.0-beta.9",
816
+ "author": "elcraig@microsoft.com",
817
+ "commit": "a37bab178f676de967b937a8bad1a309e3e67fd8",
818
+ "package": "@fluentui/react-shared-contexts"
819
+ }
820
+ ]
821
+ }
822
+ },
823
+ {
824
+ "date": "Thu, 18 Feb 2021 19:38:50 GMT",
825
+ "tag": "@fluentui/react-shared-contexts_v1.0.0-beta.8",
826
+ "version": "1.0.0-beta.8",
827
+ "comments": {
828
+ "prerelease": [
829
+ {
830
+ "comment": "Allow React 17 in peerDependencies",
831
+ "author": "elcraig@microsoft.com",
832
+ "commit": "3b7379fde2d54e677a1d65ae86468bb5fdaf9fa4",
833
+ "package": "@fluentui/react-shared-contexts"
834
+ }
835
+ ]
836
+ }
837
+ },
838
+ {
839
+ "date": "Thu, 18 Feb 2021 12:27:34 GMT",
840
+ "tag": "@fluentui/react-shared-contexts_v1.0.0-beta.7",
841
+ "version": "1.0.0-beta.7",
842
+ "comments": {
843
+ "prerelease": [
844
+ {
845
+ "comment": "Bump @fluentui/test-utilities to v8.0.0-beta.7",
846
+ "author": "elcraig@microsoft.com",
847
+ "commit": "1072765ed2e0ffda34688d84d376a8bc4bf928f0",
848
+ "package": "@fluentui/react-shared-contexts"
849
+ }
850
+ ]
851
+ }
852
+ },
853
+ {
854
+ "date": "Wed, 17 Feb 2021 12:21:39 GMT",
855
+ "tag": "@fluentui/react-shared-contexts_v1.0.0-beta.6",
856
+ "version": "1.0.0-beta.6",
857
+ "comments": {
858
+ "none": [
859
+ {
860
+ "comment": "chore: apply single version policy on jest",
861
+ "author": "martinhochel@microsoft.com",
862
+ "commit": "0de01d003589b5e2f166bc070729dca20125a091",
863
+ "package": "@fluentui/react-shared-contexts"
864
+ }
865
+ ]
866
+ }
867
+ },
868
+ {
869
+ "date": "Mon, 15 Feb 2021 12:22:00 GMT",
870
+ "tag": "@fluentui/react-shared-contexts_v1.0.0-beta.6",
871
+ "version": "1.0.0-beta.6",
872
+ "comments": {
873
+ "prerelease": [
874
+ {
875
+ "comment": "Bump @fluentui/test-utilities to v8.0.0-beta.6",
876
+ "author": "xgao@microsoft.com",
877
+ "commit": "d5a5a4f26ce900b3e1b3c0f6c46a17c2e3430439",
878
+ "package": "@fluentui/react-shared-contexts"
879
+ }
880
+ ]
881
+ }
882
+ },
883
+ {
884
+ "date": "Thu, 11 Feb 2021 12:18:41 GMT",
885
+ "tag": "@fluentui/react-shared-contexts_v1.0.0-beta.5",
886
+ "version": "1.0.0-beta.5",
887
+ "comments": {
888
+ "none": [
889
+ {
890
+ "comment": "Bump @fluentui/test-utilities to v8.0.0-beta.5",
891
+ "author": "martinhochel@microsoft.com",
892
+ "commit": "7566015a7edd355b4fcd3796bc8f44f732ef0877",
893
+ "package": "@fluentui/react-shared-contexts"
894
+ }
895
+ ]
896
+ }
897
+ },
898
+ {
899
+ "date": "Wed, 03 Feb 2021 05:51:40 GMT",
900
+ "tag": "@fluentui/react-shared-contexts_v1.0.0-beta.5",
901
+ "version": "1.0.0-beta.5",
902
+ "comments": {
903
+ "none": [
904
+ {
905
+ "comment": "refactor: remove unused .npmrc in packages",
906
+ "author": "hantatsang@gmail.com",
907
+ "commit": "c688ee2ea6f192c4874974ebf11598523ccf6db9",
908
+ "package": "@fluentui/react-shared-contexts"
909
+ }
910
+ ]
911
+ }
912
+ },
913
+ {
914
+ "date": "Thu, 28 Jan 2021 12:25:56 GMT",
915
+ "tag": "@fluentui/react-shared-contexts_v1.0.0-beta.5",
916
+ "version": "1.0.0-beta.5",
917
+ "comments": {
918
+ "none": [
919
+ {
920
+ "comment": "Delete update-api script which is no longer needed",
921
+ "author": "elcraig@microsoft.com",
922
+ "commit": "943a9ef5768a9cd77ade84217d142f93b1be6127",
923
+ "package": "@fluentui/react-shared-contexts"
924
+ },
925
+ {
926
+ "comment": "Remove incorrect mock of requestAnimationFrame",
927
+ "author": "elcraig@microsoft.com",
928
+ "commit": "6bd0ce75decd9f62c40967bd7a59bfff960a0105",
929
+ "package": "@fluentui/react-shared-contexts"
930
+ }
931
+ ]
932
+ }
933
+ },
934
+ {
935
+ "date": "Thu, 21 Jan 2021 12:36:12 GMT",
936
+ "tag": "@fluentui/react-shared-contexts_v1.0.0-beta.4",
937
+ "version": "1.0.0-beta.4",
938
+ "comments": {
939
+ "prerelease": [
940
+ {
941
+ "comment": " Updating dev dependencies.",
942
+ "author": "dzearing@microsoft.com",
943
+ "commit": "f7813725750ecc893ca37792bbb004e554591279",
944
+ "package": "@fluentui/react-shared-contexts"
945
+ }
946
+ ]
947
+ }
948
+ },
949
+ {
950
+ "date": "Fri, 06 Nov 2020 12:34:34 GMT",
951
+ "tag": "@fluentui/react-shared-contexts_v1.0.0-beta.1",
952
+ "version": "1.0.0-beta.1",
953
+ "comments": {
954
+ "prerelease": [
955
+ {
956
+ "comment": "Creating @fluentui/react-shared-contexts package and moving MenuContext from @fluentui/react-button into it.",
957
+ "author": "humbertomakotomorimoto@gmail.com",
958
+ "commit": "beb55393551e4e06a3864a6e2351c7cad7777dd6",
959
+ "package": "@fluentui/react-shared-contexts"
960
+ }
961
+ ]
962
+ }
963
+ }
964
+ ]
965
+ }