@fluentui/global-context 9.0.0-beta.48 → 9.0.0-beta.49

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 (3) hide show
  1. package/CHANGELOG.md +13 -2
  2. package/package.json +10 -4
  3. package/CHANGELOG.json +0 -1269
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui/global-context
2
2
 
3
- This log was last generated on Wed, 18 Oct 2023 17:47:37 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 09 Nov 2023 17:23:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.49](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.49)
8
+
9
+ Thu, 09 Nov 2023 17:23:18 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.48..@fluentui/global-context_v9.0.0-beta.49)
11
+
12
+ ### Changes
13
+
14
+ - chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
15
+ - Bump @fluentui/react-context-selector to v9.1.42 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.15.2 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
17
+
7
18
  ## [9.0.0-beta.48](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.48)
8
19
 
9
- Wed, 18 Oct 2023 17:47:37 GMT
20
+ Wed, 18 Oct 2023 17:54:08 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.47..@fluentui/global-context_v9.0.0-beta.48)
11
22
 
12
23
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/global-context",
3
- "version": "9.0.0-beta.48",
3
+ "version": "9.0.0-beta.49",
4
4
  "description": "Extension of React createContext to be a true singleton on the global scope",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,8 +32,8 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-context-selector": "^9.1.41",
36
- "@fluentui/react-utilities": "^9.15.1",
35
+ "@fluentui/react-context-selector": "^9.1.42",
36
+ "@fluentui/react-utilities": "^9.15.2",
37
37
  "@swc/helpers": "^0.5.1"
38
38
  },
39
39
  "peerDependencies": {
@@ -58,5 +58,11 @@
58
58
  "require": "./lib-commonjs/index.js"
59
59
  },
60
60
  "./package.json": "./package.json"
61
- }
61
+ },
62
+ "files": [
63
+ "*.md",
64
+ "dist/*.d.ts",
65
+ "lib",
66
+ "lib-commonjs"
67
+ ]
62
68
  }
package/CHANGELOG.json DELETED
@@ -1,1269 +0,0 @@
1
- {
2
- "name": "@fluentui/global-context",
3
- "entries": [
4
- {
5
- "date": "Wed, 18 Oct 2023 17:47:37 GMT",
6
- "tag": "@fluentui/global-context_v9.0.0-beta.48",
7
- "version": "9.0.0-beta.48",
8
- "comments": {
9
- "prerelease": [
10
- {
11
- "author": "beachball",
12
- "package": "@fluentui/global-context",
13
- "comment": "Bump @fluentui/react-context-selector to v9.1.41",
14
- "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
15
- },
16
- {
17
- "author": "beachball",
18
- "package": "@fluentui/global-context",
19
- "comment": "Bump @fluentui/react-utilities to v9.15.1",
20
- "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
21
- }
22
- ]
23
- }
24
- },
25
- {
26
- "date": "Wed, 11 Oct 2023 13:54:26 GMT",
27
- "tag": "@fluentui/global-context_v9.0.0-beta.47",
28
- "version": "9.0.0-beta.47",
29
- "comments": {
30
- "prerelease": [
31
- {
32
- "author": "beachball",
33
- "package": "@fluentui/global-context",
34
- "comment": "Bump @fluentui/react-context-selector to v9.1.40",
35
- "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
36
- },
37
- {
38
- "author": "beachball",
39
- "package": "@fluentui/global-context",
40
- "comment": "Bump @fluentui/react-utilities to v9.15.0",
41
- "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
42
- }
43
- ]
44
- }
45
- },
46
- {
47
- "date": "Mon, 09 Oct 2023 20:45:44 GMT",
48
- "tag": "@fluentui/global-context_v9.0.0-beta.46",
49
- "version": "9.0.0-beta.46",
50
- "comments": {
51
- "prerelease": [
52
- {
53
- "author": "beachball",
54
- "package": "@fluentui/global-context",
55
- "comment": "Bump @fluentui/react-context-selector to v9.1.39",
56
- "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
57
- },
58
- {
59
- "author": "beachball",
60
- "package": "@fluentui/global-context",
61
- "comment": "Bump @fluentui/react-utilities to v9.14.2",
62
- "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
63
- }
64
- ]
65
- }
66
- },
67
- {
68
- "date": "Thu, 05 Oct 2023 15:25:35 GMT",
69
- "tag": "@fluentui/global-context_v9.0.0-beta.45",
70
- "version": "9.0.0-beta.45",
71
- "comments": {
72
- "prerelease": [
73
- {
74
- "author": "beachball",
75
- "package": "@fluentui/global-context",
76
- "comment": "Bump @fluentui/react-context-selector to v9.1.38",
77
- "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
78
- },
79
- {
80
- "author": "beachball",
81
- "package": "@fluentui/global-context",
82
- "comment": "Bump @fluentui/react-utilities to v9.14.1",
83
- "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
84
- }
85
- ]
86
- }
87
- },
88
- {
89
- "date": "Wed, 04 Oct 2023 08:45:47 GMT",
90
- "tag": "@fluentui/global-context_v9.0.0-beta.44",
91
- "version": "9.0.0-beta.44",
92
- "comments": {
93
- "prerelease": [
94
- {
95
- "author": "beachball",
96
- "package": "@fluentui/global-context",
97
- "comment": "Bump @fluentui/react-context-selector to v9.1.37",
98
- "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
99
- },
100
- {
101
- "author": "beachball",
102
- "package": "@fluentui/global-context",
103
- "comment": "Bump @fluentui/react-utilities to v9.14.0",
104
- "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
105
- }
106
- ]
107
- }
108
- },
109
- {
110
- "date": "Tue, 26 Sep 2023 17:49:01 GMT",
111
- "tag": "@fluentui/global-context_v9.0.0-beta.43",
112
- "version": "9.0.0-beta.43",
113
- "comments": {
114
- "prerelease": [
115
- {
116
- "author": "yuanboxue@microsoft.com",
117
- "package": "@fluentui/global-context",
118
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
119
- "comment": "chore: trigger manual version bump after broken release"
120
- },
121
- {
122
- "author": "beachball",
123
- "package": "@fluentui/global-context",
124
- "comment": "Bump @fluentui/react-context-selector to v9.1.36",
125
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
126
- },
127
- {
128
- "author": "beachball",
129
- "package": "@fluentui/global-context",
130
- "comment": "Bump @fluentui/react-utilities to v9.13.5",
131
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
132
- }
133
- ]
134
- }
135
- },
136
- {
137
- "date": "Tue, 26 Sep 2023 15:32:07 GMT",
138
- "tag": "@fluentui/global-context_v9.0.0-beta.42",
139
- "version": "9.0.0-beta.42",
140
- "comments": {
141
- "prerelease": [
142
- {
143
- "author": "martinhochel@microsoft.com",
144
- "package": "@fluentui/global-context",
145
- "commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
146
- "comment": "fix: bump swc core to mitigate transpilation memory leaks"
147
- },
148
- {
149
- "author": "beachball",
150
- "package": "@fluentui/global-context",
151
- "comment": "Bump @fluentui/react-context-selector to v9.1.35",
152
- "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
153
- },
154
- {
155
- "author": "beachball",
156
- "package": "@fluentui/global-context",
157
- "comment": "Bump @fluentui/react-utilities to v9.13.4",
158
- "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
159
- }
160
- ]
161
- }
162
- },
163
- {
164
- "date": "Wed, 06 Sep 2023 13:31:31 GMT",
165
- "tag": "@fluentui/global-context_v9.0.0-beta.41",
166
- "version": "9.0.0-beta.41",
167
- "comments": {
168
- "prerelease": [
169
- {
170
- "author": "beachball",
171
- "package": "@fluentui/global-context",
172
- "comment": "Bump @fluentui/react-context-selector to v9.1.34",
173
- "commit": "52532950407fd4d3664ec6aa337855214233813b"
174
- },
175
- {
176
- "author": "beachball",
177
- "package": "@fluentui/global-context",
178
- "comment": "Bump @fluentui/react-utilities to v9.13.3",
179
- "commit": "52532950407fd4d3664ec6aa337855214233813b"
180
- }
181
- ]
182
- }
183
- },
184
- {
185
- "date": "Tue, 05 Sep 2023 15:39:04 GMT",
186
- "tag": "@fluentui/global-context_v9.0.0-beta.40",
187
- "version": "9.0.0-beta.40",
188
- "comments": {
189
- "prerelease": [
190
- {
191
- "author": "beachball",
192
- "package": "@fluentui/global-context",
193
- "comment": "Bump @fluentui/react-context-selector to v9.1.33",
194
- "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
195
- },
196
- {
197
- "author": "beachball",
198
- "package": "@fluentui/global-context",
199
- "comment": "Bump @fluentui/react-utilities to v9.13.2",
200
- "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
201
- }
202
- ]
203
- }
204
- },
205
- {
206
- "date": "Tue, 05 Sep 2023 13:29:13 GMT",
207
- "tag": "@fluentui/global-context_v9.0.0-beta.39",
208
- "version": "9.0.0-beta.39",
209
- "comments": {
210
- "prerelease": [
211
- {
212
- "author": "bernardo.sunderhus@gmail.com",
213
- "package": "@fluentui/global-context",
214
- "commit": "b93c2ac22355b6cb6f33dd509c6cd9c21f4fffc8",
215
- "comment": "bumps @swc/helpers version to 0.5.1"
216
- },
217
- {
218
- "author": "bernardo.sunderhus@gmail.com",
219
- "package": "@fluentui/global-context",
220
- "commit": "eea6d93a62249ba4fba3347fb291c67ee1a3fb24",
221
- "comment": "bumps react peer dependencies to v16.14.0"
222
- },
223
- {
224
- "author": "beachball",
225
- "package": "@fluentui/global-context",
226
- "comment": "Bump @fluentui/react-context-selector to v9.1.32",
227
- "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
228
- },
229
- {
230
- "author": "beachball",
231
- "package": "@fluentui/global-context",
232
- "comment": "Bump @fluentui/react-utilities to v9.13.1",
233
- "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
234
- }
235
- ]
236
- }
237
- },
238
- {
239
- "date": "Tue, 29 Aug 2023 12:57:36 GMT",
240
- "tag": "@fluentui/global-context_v9.0.0-beta.38",
241
- "version": "9.0.0-beta.38",
242
- "comments": {
243
- "prerelease": [
244
- {
245
- "author": "beachball",
246
- "package": "@fluentui/global-context",
247
- "comment": "Bump @fluentui/react-context-selector to v9.1.31",
248
- "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
249
- },
250
- {
251
- "author": "beachball",
252
- "package": "@fluentui/global-context",
253
- "comment": "Bump @fluentui/react-utilities to v9.13.0",
254
- "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
255
- }
256
- ]
257
- }
258
- },
259
- {
260
- "date": "Thu, 24 Aug 2023 10:26:35 GMT",
261
- "tag": "@fluentui/global-context_v9.0.0-beta.37",
262
- "version": "9.0.0-beta.37",
263
- "comments": {
264
- "prerelease": [
265
- {
266
- "author": "beachball",
267
- "package": "@fluentui/global-context",
268
- "comment": "Bump @fluentui/react-context-selector to v9.1.30",
269
- "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
270
- },
271
- {
272
- "author": "beachball",
273
- "package": "@fluentui/global-context",
274
- "comment": "Bump @fluentui/react-utilities to v9.12.0",
275
- "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
276
- }
277
- ]
278
- }
279
- },
280
- {
281
- "date": "Wed, 23 Aug 2023 12:01:49 GMT",
282
- "tag": "@fluentui/global-context_v9.0.0-beta.36",
283
- "version": "9.0.0-beta.36",
284
- "comments": {
285
- "prerelease": [
286
- {
287
- "author": "beachball",
288
- "package": "@fluentui/global-context",
289
- "comment": "Bump @fluentui/react-context-selector to v9.1.29",
290
- "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
291
- },
292
- {
293
- "author": "beachball",
294
- "package": "@fluentui/global-context",
295
- "comment": "Bump @fluentui/react-utilities to v9.11.2",
296
- "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
297
- }
298
- ]
299
- }
300
- },
301
- {
302
- "date": "Fri, 11 Aug 2023 12:14:26 GMT",
303
- "tag": "@fluentui/global-context_v9.0.0-beta.35",
304
- "version": "9.0.0-beta.35",
305
- "comments": {
306
- "prerelease": [
307
- {
308
- "author": "beachball",
309
- "package": "@fluentui/global-context",
310
- "comment": "Bump @fluentui/react-context-selector to v9.1.28",
311
- "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
312
- },
313
- {
314
- "author": "beachball",
315
- "package": "@fluentui/global-context",
316
- "comment": "Bump @fluentui/react-utilities to v9.11.1",
317
- "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
318
- }
319
- ]
320
- }
321
- },
322
- {
323
- "date": "Fri, 04 Aug 2023 08:52:58 GMT",
324
- "tag": "@fluentui/global-context_v9.0.0-beta.34",
325
- "version": "9.0.0-beta.34",
326
- "comments": {
327
- "prerelease": [
328
- {
329
- "author": "beachball",
330
- "package": "@fluentui/global-context",
331
- "comment": "Bump @fluentui/react-context-selector to v9.1.27",
332
- "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
333
- },
334
- {
335
- "author": "beachball",
336
- "package": "@fluentui/global-context",
337
- "comment": "Bump @fluentui/react-utilities to v9.11.0",
338
- "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
339
- }
340
- ]
341
- }
342
- },
343
- {
344
- "date": "Thu, 20 Jul 2023 18:27:25 GMT",
345
- "tag": "@fluentui/global-context_v9.0.0-beta.33",
346
- "version": "9.0.0-beta.33",
347
- "comments": {
348
- "none": [
349
- {
350
- "author": "olfedias@microsoft.com",
351
- "package": "@fluentui/global-context",
352
- "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6",
353
- "comment": "chore: migrate to monosize"
354
- }
355
- ]
356
- }
357
- },
358
- {
359
- "date": "Mon, 03 Jul 2023 11:57:14 GMT",
360
- "tag": "@fluentui/global-context_v9.0.0-beta.33",
361
- "version": "9.0.0-beta.33",
362
- "comments": {
363
- "prerelease": [
364
- {
365
- "author": "beachball",
366
- "package": "@fluentui/global-context",
367
- "comment": "Bump @fluentui/react-context-selector to v9.1.26",
368
- "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
369
- },
370
- {
371
- "author": "beachball",
372
- "package": "@fluentui/global-context",
373
- "comment": "Bump @fluentui/react-utilities to v9.10.1",
374
- "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
375
- }
376
- ]
377
- }
378
- },
379
- {
380
- "date": "Wed, 28 Jun 2023 11:12:21 GMT",
381
- "tag": "@fluentui/global-context_v9.0.0-beta.32",
382
- "version": "9.0.0-beta.32",
383
- "comments": {
384
- "none": [
385
- {
386
- "author": "martinhochel@microsoft.com",
387
- "package": "@fluentui/global-context",
388
- "commit": "fbe878e9c9785588197481f172c42c2c0a230292",
389
- "comment": "fix: update .npmignore to unify v8 packages and exclude project.json"
390
- }
391
- ],
392
- "prerelease": [
393
- {
394
- "author": "beachball",
395
- "package": "@fluentui/global-context",
396
- "comment": "Bump @fluentui/react-context-selector to v9.1.25",
397
- "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
398
- },
399
- {
400
- "author": "beachball",
401
- "package": "@fluentui/global-context",
402
- "comment": "Bump @fluentui/react-utilities to v9.10.0",
403
- "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
404
- }
405
- ]
406
- }
407
- },
408
- {
409
- "date": "Mon, 26 Jun 2023 09:53:55 GMT",
410
- "tag": "@fluentui/global-context_v9.0.0-beta.31",
411
- "version": "9.0.0-beta.31",
412
- "comments": {
413
- "prerelease": [
414
- {
415
- "author": "beachball",
416
- "package": "@fluentui/global-context",
417
- "comment": "Bump @fluentui/react-context-selector to v9.1.24",
418
- "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
419
- },
420
- {
421
- "author": "beachball",
422
- "package": "@fluentui/global-context",
423
- "comment": "Bump @fluentui/react-utilities to v9.9.4",
424
- "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
425
- }
426
- ]
427
- }
428
- },
429
- {
430
- "date": "Tue, 20 Jun 2023 12:39:07 GMT",
431
- "tag": "@fluentui/global-context_v9.0.0-beta.30",
432
- "version": "9.0.0-beta.30",
433
- "comments": {
434
- "prerelease": [
435
- {
436
- "author": "beachball",
437
- "package": "@fluentui/global-context",
438
- "comment": "Bump @fluentui/react-context-selector to v9.1.23",
439
- "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
440
- },
441
- {
442
- "author": "beachball",
443
- "package": "@fluentui/global-context",
444
- "comment": "Bump @fluentui/react-utilities to v9.9.3",
445
- "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
446
- }
447
- ]
448
- }
449
- },
450
- {
451
- "date": "Wed, 31 May 2023 06:46:08 GMT",
452
- "tag": "@fluentui/global-context_v9.0.0-beta.29",
453
- "version": "9.0.0-beta.29",
454
- "comments": {
455
- "none": [
456
- {
457
- "author": "martinhochel@microsoft.com",
458
- "package": "@fluentui/global-context",
459
- "commit": "4b637ced41e430bf8d79c7fc67c103d5efdfd3a8",
460
- "comment": "fix: tweak type errors exposed in ts 4.5"
461
- }
462
- ],
463
- "prerelease": [
464
- {
465
- "author": "beachball",
466
- "package": "@fluentui/global-context",
467
- "comment": "Bump @fluentui/react-context-selector to v9.1.22",
468
- "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
469
- },
470
- {
471
- "author": "beachball",
472
- "package": "@fluentui/global-context",
473
- "comment": "Bump @fluentui/react-utilities to v9.9.2",
474
- "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
475
- }
476
- ]
477
- }
478
- },
479
- {
480
- "date": "Thu, 25 May 2023 10:00:48 GMT",
481
- "tag": "@fluentui/global-context_v9.0.0-beta.28",
482
- "version": "9.0.0-beta.28",
483
- "comments": {
484
- "prerelease": [
485
- {
486
- "author": "beachball",
487
- "package": "@fluentui/global-context",
488
- "comment": "Bump @fluentui/react-context-selector to v9.1.21",
489
- "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
490
- },
491
- {
492
- "author": "beachball",
493
- "package": "@fluentui/global-context",
494
- "comment": "Bump @fluentui/react-utilities to v9.9.1",
495
- "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
496
- }
497
- ]
498
- }
499
- },
500
- {
501
- "date": "Wed, 24 May 2023 20:45:22 GMT",
502
- "tag": "@fluentui/global-context_v9.0.0-beta.27",
503
- "version": "9.0.0-beta.27",
504
- "comments": {
505
- "none": [
506
- {
507
- "author": "olfedias@microsoft.com",
508
- "package": "@fluentui/global-context",
509
- "commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3",
510
- "comment": "chore: update test-ssr script"
511
- }
512
- ]
513
- }
514
- },
515
- {
516
- "date": "Thu, 18 May 2023 00:39:00 GMT",
517
- "tag": "@fluentui/global-context_v9.0.0-beta.27",
518
- "version": "9.0.0-beta.27",
519
- "comments": {
520
- "none": [
521
- {
522
- "author": "olfedias@microsoft.com",
523
- "package": "@fluentui/global-context",
524
- "commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208",
525
- "comment": "chore: add test-ssr script to v9 packages"
526
- }
527
- ],
528
- "prerelease": [
529
- {
530
- "author": "beachball",
531
- "package": "@fluentui/global-context",
532
- "comment": "Bump @fluentui/react-context-selector to v9.1.20",
533
- "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
534
- },
535
- {
536
- "author": "beachball",
537
- "package": "@fluentui/global-context",
538
- "comment": "Bump @fluentui/react-utilities to v9.9.0",
539
- "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
540
- }
541
- ]
542
- }
543
- },
544
- {
545
- "date": "Fri, 12 May 2023 20:28:08 GMT",
546
- "tag": "@fluentui/global-context_v9.0.0-beta.26",
547
- "version": "9.0.0-beta.26",
548
- "comments": {
549
- "prerelease": [
550
- {
551
- "author": "olfedias@microsoft.com",
552
- "package": "@fluentui/global-context",
553
- "commit": "c28decb23d191a0daaaf6d5d1832429715102129",
554
- "comment": "chore: exclude .swcrc from being published"
555
- },
556
- {
557
- "author": "beachball",
558
- "package": "@fluentui/global-context",
559
- "comment": "Bump @fluentui/react-context-selector to v9.1.19",
560
- "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
561
- },
562
- {
563
- "author": "beachball",
564
- "package": "@fluentui/global-context",
565
- "comment": "Bump @fluentui/react-utilities to v9.8.1",
566
- "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
567
- }
568
- ],
569
- "none": [
570
- {
571
- "author": "martinhochel@microsoft.com",
572
- "package": "@fluentui/global-context",
573
- "commit": "09937fe78c4eea94e150976c9e7b44fe586a4bba",
574
- "comment": "chore: update internal types to reflect node 16 types"
575
- },
576
- {
577
- "author": "martinhochel@microsoft.com",
578
- "package": "@fluentui/global-context",
579
- "commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
580
- "comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
581
- }
582
- ]
583
- }
584
- },
585
- {
586
- "date": "Mon, 17 Apr 2023 17:54:02 GMT",
587
- "tag": "@fluentui/global-context_v9.0.0-beta.25",
588
- "version": "9.0.0-beta.25",
589
- "comments": {
590
- "prerelease": [
591
- {
592
- "author": "beachball",
593
- "package": "@fluentui/global-context",
594
- "comment": "Bump @fluentui/react-context-selector to v9.1.18",
595
- "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
596
- },
597
- {
598
- "author": "beachball",
599
- "package": "@fluentui/global-context",
600
- "comment": "Bump @fluentui/react-utilities to v9.8.0",
601
- "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
602
- }
603
- ]
604
- }
605
- },
606
- {
607
- "date": "Wed, 12 Apr 2023 09:31:45 GMT",
608
- "tag": "@fluentui/global-context_v9.0.0-beta.24",
609
- "version": "9.0.0-beta.24",
610
- "comments": {
611
- "prerelease": [
612
- {
613
- "author": "beachball",
614
- "package": "@fluentui/global-context",
615
- "comment": "Bump @fluentui/react-context-selector to v9.1.17",
616
- "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
617
- },
618
- {
619
- "author": "beachball",
620
- "package": "@fluentui/global-context",
621
- "comment": "Bump @fluentui/react-utilities to v9.7.4",
622
- "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
623
- }
624
- ]
625
- }
626
- },
627
- {
628
- "date": "Tue, 04 Apr 2023 18:44:50 GMT",
629
- "tag": "@fluentui/global-context_v9.0.0-beta.23",
630
- "version": "9.0.0-beta.23",
631
- "comments": {
632
- "prerelease": [
633
- {
634
- "author": "beachball",
635
- "package": "@fluentui/global-context",
636
- "comment": "Bump @fluentui/react-context-selector to v9.1.16",
637
- "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
638
- },
639
- {
640
- "author": "beachball",
641
- "package": "@fluentui/global-context",
642
- "comment": "Bump @fluentui/react-utilities to v9.7.3",
643
- "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
644
- }
645
- ]
646
- }
647
- },
648
- {
649
- "date": "Tue, 21 Mar 2023 21:23:18 GMT",
650
- "tag": "@fluentui/global-context_v9.0.0-beta.22",
651
- "version": "9.0.0-beta.22",
652
- "comments": {
653
- "prerelease": [
654
- {
655
- "author": "tristan.watanabe@gmail.com",
656
- "package": "@fluentui/global-context",
657
- "commit": "2fac1a139149bd13b76b1306207bc988dca9c72c",
658
- "comment": "chore: migrate to swc transpilation approach."
659
- },
660
- {
661
- "author": "tristan.watanabe@gmail.com",
662
- "package": "@fluentui/global-context",
663
- "commit": "ead1c6d4c2ac3f3596b62b8cbc07b0a03041f11f",
664
- "comment": "fix: add node field to package.json exports map."
665
- },
666
- {
667
- "author": "beachball",
668
- "package": "@fluentui/global-context",
669
- "comment": "Bump @fluentui/react-context-selector to v9.1.15",
670
- "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
671
- },
672
- {
673
- "author": "beachball",
674
- "package": "@fluentui/global-context",
675
- "comment": "Bump @fluentui/react-utilities to v9.7.2",
676
- "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
677
- }
678
- ]
679
- }
680
- },
681
- {
682
- "date": "Thu, 16 Mar 2023 14:36:59 GMT",
683
- "tag": "@fluentui/global-context_v9.0.0-beta.21",
684
- "version": "9.0.0-beta.21",
685
- "comments": {
686
- "prerelease": [
687
- {
688
- "author": "beachball",
689
- "package": "@fluentui/global-context",
690
- "comment": "Bump @fluentui/react-context-selector to v9.1.14",
691
- "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
692
- },
693
- {
694
- "author": "beachball",
695
- "package": "@fluentui/global-context",
696
- "comment": "Bump @fluentui/react-utilities to v9.7.1",
697
- "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
698
- }
699
- ]
700
- }
701
- },
702
- {
703
- "date": "Mon, 13 Mar 2023 08:58:26 GMT",
704
- "tag": "@fluentui/global-context_v9.0.0-beta.20",
705
- "version": "9.0.0-beta.20",
706
- "comments": {
707
- "prerelease": [
708
- {
709
- "author": "beachball",
710
- "package": "@fluentui/global-context",
711
- "comment": "Bump @fluentui/react-context-selector to v9.1.13",
712
- "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
713
- },
714
- {
715
- "author": "beachball",
716
- "package": "@fluentui/global-context",
717
- "comment": "Bump @fluentui/react-utilities to v9.7.0",
718
- "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
719
- }
720
- ]
721
- }
722
- },
723
- {
724
- "date": "Fri, 10 Mar 2023 07:14:01 GMT",
725
- "tag": "@fluentui/global-context_v9.0.0-beta.19",
726
- "version": "9.0.0-beta.19",
727
- "comments": {
728
- "prerelease": [
729
- {
730
- "author": "beachball",
731
- "package": "@fluentui/global-context",
732
- "comment": "Bump @fluentui/react-context-selector to v9.1.12",
733
- "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
734
- },
735
- {
736
- "author": "beachball",
737
- "package": "@fluentui/global-context",
738
- "comment": "Bump @fluentui/react-utilities to v9.6.2",
739
- "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
740
- }
741
- ]
742
- }
743
- },
744
- {
745
- "date": "Wed, 08 Mar 2023 17:42:51 GMT",
746
- "tag": "@fluentui/global-context_v9.0.0-beta.18",
747
- "version": "9.0.0-beta.18",
748
- "comments": {
749
- "prerelease": [
750
- {
751
- "author": "beachball",
752
- "package": "@fluentui/global-context",
753
- "comment": "Bump @fluentui/react-context-selector to v9.1.11",
754
- "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
755
- },
756
- {
757
- "author": "beachball",
758
- "package": "@fluentui/global-context",
759
- "comment": "Bump @fluentui/react-utilities to v9.6.1",
760
- "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
761
- }
762
- ]
763
- }
764
- },
765
- {
766
- "date": "Wed, 15 Feb 2023 11:44:52 GMT",
767
- "tag": "@fluentui/global-context_v9.0.0-beta.17",
768
- "version": "9.0.0-beta.17",
769
- "comments": {
770
- "prerelease": [
771
- {
772
- "author": "beachball",
773
- "package": "@fluentui/global-context",
774
- "comment": "Bump @fluentui/react-context-selector to v9.1.10",
775
- "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
776
- },
777
- {
778
- "author": "beachball",
779
- "package": "@fluentui/global-context",
780
- "comment": "Bump @fluentui/react-utilities to v9.6.0",
781
- "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
782
- }
783
- ]
784
- }
785
- },
786
- {
787
- "date": "Mon, 13 Feb 2023 23:43:14 GMT",
788
- "tag": "@fluentui/global-context_v9.0.0-beta.16",
789
- "version": "9.0.0-beta.16",
790
- "comments": {
791
- "prerelease": [
792
- {
793
- "author": "beachball",
794
- "package": "@fluentui/global-context",
795
- "comment": "Bump @fluentui/react-context-selector to v9.1.9",
796
- "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
797
- },
798
- {
799
- "author": "beachball",
800
- "package": "@fluentui/global-context",
801
- "comment": "Bump @fluentui/react-utilities to v9.5.3",
802
- "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
803
- }
804
- ]
805
- }
806
- },
807
- {
808
- "date": "Fri, 10 Feb 2023 08:50:02 GMT",
809
- "tag": "@fluentui/global-context_v9.0.0-beta.15",
810
- "version": "9.0.0-beta.15",
811
- "comments": {
812
- "prerelease": [
813
- {
814
- "author": "beachball",
815
- "package": "@fluentui/global-context",
816
- "comment": "Bump @fluentui/react-context-selector to v9.1.8",
817
- "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
818
- },
819
- {
820
- "author": "beachball",
821
- "package": "@fluentui/global-context",
822
- "comment": "Bump @fluentui/react-utilities to v9.5.2",
823
- "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
824
- }
825
- ]
826
- }
827
- },
828
- {
829
- "date": "Tue, 31 Jan 2023 19:53:58 GMT",
830
- "tag": "@fluentui/global-context_v9.0.0-beta.14",
831
- "version": "9.0.0-beta.14",
832
- "comments": {
833
- "prerelease": [
834
- {
835
- "author": "beachball",
836
- "package": "@fluentui/global-context",
837
- "comment": "Bump @fluentui/react-context-selector to v9.1.7",
838
- "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
839
- },
840
- {
841
- "author": "beachball",
842
- "package": "@fluentui/global-context",
843
- "comment": "Bump @fluentui/react-utilities to v9.5.1",
844
- "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
845
- }
846
- ]
847
- }
848
- },
849
- {
850
- "date": "Thu, 26 Jan 2023 13:31:03 GMT",
851
- "tag": "@fluentui/global-context_v9.0.0-beta.13",
852
- "version": "9.0.0-beta.13",
853
- "comments": {
854
- "prerelease": [
855
- {
856
- "author": "beachball",
857
- "package": "@fluentui/global-context",
858
- "comment": "Bump @fluentui/react-context-selector to v9.1.6",
859
- "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
860
- },
861
- {
862
- "author": "beachball",
863
- "package": "@fluentui/global-context",
864
- "comment": "Bump @fluentui/react-utilities to v9.5.0",
865
- "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
866
- }
867
- ]
868
- }
869
- },
870
- {
871
- "date": "Mon, 16 Jan 2023 08:38:53 GMT",
872
- "tag": "@fluentui/global-context_v9.0.0-beta.12",
873
- "version": "9.0.0-beta.12",
874
- "comments": {
875
- "none": [
876
- {
877
- "author": "martinhochel@microsoft.com",
878
- "package": "@fluentui/global-context",
879
- "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
880
- "comment": "chore: migrate to packaged scripts"
881
- }
882
- ]
883
- }
884
- },
885
- {
886
- "date": "Mon, 09 Jan 2023 14:34:54 GMT",
887
- "tag": "@fluentui/global-context_v9.0.0-beta.12",
888
- "version": "9.0.0-beta.12",
889
- "comments": {
890
- "none": [
891
- {
892
- "author": "martinhochel@microsoft.com",
893
- "package": "@fluentui/global-context",
894
- "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
895
- "comment": "chore: introduce more barrel file api within /scripts"
896
- }
897
- ],
898
- "prerelease": [
899
- {
900
- "author": "beachball",
901
- "package": "@fluentui/global-context",
902
- "comment": "Bump @fluentui/react-context-selector to v9.1.5",
903
- "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
904
- },
905
- {
906
- "author": "beachball",
907
- "package": "@fluentui/global-context",
908
- "comment": "Bump @fluentui/react-utilities to v9.4.0",
909
- "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
910
- }
911
- ]
912
- }
913
- },
914
- {
915
- "date": "Wed, 04 Jan 2023 01:40:46 GMT",
916
- "tag": "@fluentui/global-context_v9.0.0-beta.11",
917
- "version": "9.0.0-beta.11",
918
- "comments": {
919
- "none": [
920
- {
921
- "author": "martinhochel@microsoft.com",
922
- "package": "@fluentui/global-context",
923
- "commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
924
- "comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
925
- },
926
- {
927
- "author": "martinhochel@microsoft.com",
928
- "package": "@fluentui/global-context",
929
- "commit": "194b0cf0cc27c1c1233aa945f09b3ad29778d8ca",
930
- "comment": "chore(scripts): use for @fluentui/scripts version within all package.json"
931
- }
932
- ],
933
- "prerelease": [
934
- {
935
- "author": "beachball",
936
- "package": "@fluentui/global-context",
937
- "comment": "Bump @fluentui/react-context-selector to v9.1.4",
938
- "commit": "3e322d15529451be153e97298873253e21af4082"
939
- },
940
- {
941
- "author": "beachball",
942
- "package": "@fluentui/global-context",
943
- "comment": "Bump @fluentui/react-utilities to v9.3.1",
944
- "commit": "3e322d15529451be153e97298873253e21af4082"
945
- }
946
- ]
947
- }
948
- },
949
- {
950
- "date": "Tue, 20 Dec 2022 14:59:34 GMT",
951
- "tag": "@fluentui/global-context_v9.0.0-beta.10",
952
- "version": "9.0.0-beta.10",
953
- "comments": {
954
- "prerelease": [
955
- {
956
- "author": "beachball",
957
- "package": "@fluentui/global-context",
958
- "comment": "Bump @fluentui/react-context-selector to v9.1.3",
959
- "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
960
- },
961
- {
962
- "author": "beachball",
963
- "package": "@fluentui/global-context",
964
- "comment": "Bump @fluentui/react-utilities to v9.3.0",
965
- "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
966
- }
967
- ]
968
- }
969
- },
970
- {
971
- "date": "Thu, 17 Nov 2022 23:05:31 GMT",
972
- "tag": "@fluentui/global-context_v9.0.0-beta.9",
973
- "version": "9.0.0-beta.9",
974
- "comments": {
975
- "none": [
976
- {
977
- "author": "martinhochel@microsoft.com",
978
- "package": "@fluentui/global-context",
979
- "commit": "ea768501802d65d63ddc63fff3816fb6b5008ae4",
980
- "comment": "chore: update package scaffold"
981
- }
982
- ],
983
- "prerelease": [
984
- {
985
- "author": "beachball",
986
- "package": "@fluentui/global-context",
987
- "comment": "Bump @fluentui/react-context-selector to v9.1.2",
988
- "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
989
- },
990
- {
991
- "author": "beachball",
992
- "package": "@fluentui/global-context",
993
- "comment": "Bump @fluentui/react-utilities to v9.2.2",
994
- "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
995
- }
996
- ]
997
- }
998
- },
999
- {
1000
- "date": "Fri, 11 Nov 2022 14:57:50 GMT",
1001
- "tag": "@fluentui/global-context_v9.0.0-beta.8",
1002
- "version": "9.0.0-beta.8",
1003
- "comments": {
1004
- "prerelease": [
1005
- {
1006
- "author": "martinhochel@microsoft.com",
1007
- "package": "@fluentui/global-context",
1008
- "commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
1009
- "comment": "fix: create valid export maps"
1010
- },
1011
- {
1012
- "author": "beachball",
1013
- "package": "@fluentui/global-context",
1014
- "comment": "Bump @fluentui/react-context-selector to v9.1.1",
1015
- "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
1016
- },
1017
- {
1018
- "author": "beachball",
1019
- "package": "@fluentui/global-context",
1020
- "comment": "Bump @fluentui/react-utilities to v9.2.1",
1021
- "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
1022
- }
1023
- ]
1024
- }
1025
- },
1026
- {
1027
- "date": "Wed, 02 Nov 2022 11:58:07 GMT",
1028
- "tag": "@fluentui/global-context_v9.0.0-beta.7",
1029
- "version": "9.0.0-beta.7",
1030
- "comments": {
1031
- "prerelease": [
1032
- {
1033
- "author": "beachball",
1034
- "package": "@fluentui/global-context",
1035
- "comment": "Bump @fluentui/react-context-selector to v9.1.0",
1036
- "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
1037
- },
1038
- {
1039
- "author": "beachball",
1040
- "package": "@fluentui/global-context",
1041
- "comment": "Bump @fluentui/react-utilities to v9.2.0",
1042
- "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
1043
- }
1044
- ]
1045
- }
1046
- },
1047
- {
1048
- "date": "Tue, 25 Oct 2022 00:35:27 GMT",
1049
- "tag": "@fluentui/global-context_v9.0.0-beta.6",
1050
- "version": "9.0.0-beta.6",
1051
- "comments": {
1052
- "none": [
1053
- {
1054
- "author": "miroslav.stastny@microsoft.com",
1055
- "package": "@fluentui/global-context",
1056
- "commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
1057
- "comment": "Update package readme"
1058
- },
1059
- {
1060
- "author": "tristan.watanabe@gmail.com",
1061
- "package": "@fluentui/global-context",
1062
- "commit": "07141711530bbdba82fd5198fe4bcef462403f40",
1063
- "comment": "chore: Migrate to new package structure."
1064
- }
1065
- ]
1066
- }
1067
- },
1068
- {
1069
- "date": "Thu, 20 Oct 2022 08:39:56 GMT",
1070
- "tag": "@fluentui/global-context_v9.0.0-beta.6",
1071
- "version": "9.0.0-beta.6",
1072
- "comments": {
1073
- "prerelease": [
1074
- {
1075
- "author": "mgodbolt@microsoft.com",
1076
- "package": "@fluentui/global-context",
1077
- "commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
1078
- "comment": "chore: Bump peer deps to support React 18"
1079
- },
1080
- {
1081
- "author": "beachball",
1082
- "package": "@fluentui/global-context",
1083
- "comment": "Bump @fluentui/react-context-selector to v9.0.5",
1084
- "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
1085
- },
1086
- {
1087
- "author": "beachball",
1088
- "package": "@fluentui/global-context",
1089
- "comment": "Bump @fluentui/react-utilities to v9.1.2",
1090
- "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
1091
- }
1092
- ]
1093
- }
1094
- },
1095
- {
1096
- "date": "Thu, 13 Oct 2022 11:03:06 GMT",
1097
- "tag": "@fluentui/global-context_v9.0.0-beta.5",
1098
- "version": "9.0.0-beta.5",
1099
- "comments": {
1100
- "prerelease": [
1101
- {
1102
- "author": "beachball",
1103
- "package": "@fluentui/global-context",
1104
- "comment": "Bump @fluentui/react-context-selector to v9.0.4",
1105
- "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
1106
- },
1107
- {
1108
- "author": "beachball",
1109
- "package": "@fluentui/global-context",
1110
- "comment": "Bump @fluentui/react-utilities to v9.1.1",
1111
- "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
1112
- }
1113
- ]
1114
- }
1115
- },
1116
- {
1117
- "date": "Thu, 15 Sep 2022 09:49:44 GMT",
1118
- "tag": "@fluentui/global-context_v9.0.0-beta.4",
1119
- "version": "9.0.0-beta.4",
1120
- "comments": {
1121
- "none": [
1122
- {
1123
- "author": "martinhochel@microsoft.com",
1124
- "package": "@fluentui/global-context",
1125
- "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
1126
- "comment": "chore: update package scaffold"
1127
- },
1128
- {
1129
- "author": "martinhochel@microsoft.com",
1130
- "package": "@fluentui/global-context",
1131
- "commit": "ba9444d594f3a960cc590eae5237c08bf7c5a07f",
1132
- "comment": "chore: consume cypress.config from it's package boundary"
1133
- }
1134
- ],
1135
- "prerelease": [
1136
- {
1137
- "author": "beachball",
1138
- "package": "@fluentui/global-context",
1139
- "comment": "Bump @fluentui/react-context-selector to v9.0.3",
1140
- "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
1141
- },
1142
- {
1143
- "author": "beachball",
1144
- "package": "@fluentui/global-context",
1145
- "comment": "Bump @fluentui/react-utilities to v9.1.0",
1146
- "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
1147
- }
1148
- ]
1149
- }
1150
- },
1151
- {
1152
- "date": "Wed, 03 Aug 2022 16:03:35 GMT",
1153
- "tag": "@fluentui/global-context_v9.0.0-beta.3",
1154
- "version": "9.0.0-beta.3",
1155
- "comments": {
1156
- "none": [
1157
- {
1158
- "author": "bernardo.sunderhus@gmail.com",
1159
- "package": "@fluentui/global-context",
1160
- "commit": "d966ea3d9169f2e8d69f0d2a4daf86fe4ca328d6",
1161
- "comment": "disables eslint rule @fluentui/no-context-default-value for local component context"
1162
- }
1163
- ]
1164
- }
1165
- },
1166
- {
1167
- "date": "Thu, 14 Jul 2022 21:21:07 GMT",
1168
- "tag": "@fluentui/global-context_v9.0.0-beta.3",
1169
- "version": "9.0.0-beta.3",
1170
- "comments": {
1171
- "prerelease": [
1172
- {
1173
- "author": "Humberto.Morimoto@microsoft.com",
1174
- "package": "@fluentui/global-context",
1175
- "commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2",
1176
- "comment": "fix: Fixing bad version bump of @fluentui/react-utilities."
1177
- },
1178
- {
1179
- "author": "beachball",
1180
- "package": "@fluentui/global-context",
1181
- "comment": "Bump @fluentui/react-context-selector to v9.0.2",
1182
- "commit": "79b513146194367544160f364b0a7dd749ed93e4"
1183
- },
1184
- {
1185
- "author": "beachball",
1186
- "package": "@fluentui/global-context",
1187
- "comment": "Bump @fluentui/react-utilities to v9.0.2",
1188
- "commit": "79b513146194367544160f364b0a7dd749ed93e4"
1189
- }
1190
- ]
1191
- }
1192
- },
1193
- {
1194
- "date": "Thu, 14 Jul 2022 17:06:26 GMT",
1195
- "tag": "@fluentui/global-context_v9.0.0-beta.2",
1196
- "version": "9.0.0-beta.2",
1197
- "comments": {
1198
- "prerelease": [
1199
- {
1200
- "author": "beachball",
1201
- "package": "@fluentui/global-context",
1202
- "comment": "Bump @fluentui/react-context-selector to v9.0.1",
1203
- "commit": "35237381e941c8935b1892c9217096cea3e5601f"
1204
- },
1205
- {
1206
- "author": "beachball",
1207
- "package": "@fluentui/global-context",
1208
- "comment": "Bump @fluentui/react-utilities to v9.0.1-0",
1209
- "commit": "35237381e941c8935b1892c9217096cea3e5601f"
1210
- }
1211
- ]
1212
- }
1213
- },
1214
- {
1215
- "date": "Tue, 28 Jun 2022 15:14:09 GMT",
1216
- "tag": "@fluentui/global-context_v9.0.0-beta.1",
1217
- "version": "9.0.0-beta.1",
1218
- "comments": {
1219
- "prerelease": [
1220
- {
1221
- "author": "lingfangao@hotmail.com",
1222
- "package": "@fluentui/global-context",
1223
- "commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
1224
- "comment": "Update 9.0.0-rc dependencies to use caret range"
1225
- },
1226
- {
1227
- "author": "Humberto.Morimoto@microsoft.com",
1228
- "package": "@fluentui/global-context",
1229
- "commit": "ddf16d80c50d80bc07331b478f567629775f2898",
1230
- "comment": "chore: Adding scheduler as a peer dependency since this package has a dependency on @fluentui/react-context-selector."
1231
- },
1232
- {
1233
- "author": "lingfangao@hotmail.com",
1234
- "package": "@fluentui/global-context",
1235
- "commit": "f36aa2ce92a7ac67bcdc246604d675a91b561e53",
1236
- "comment": "feat: beta release"
1237
- },
1238
- {
1239
- "author": "beachball",
1240
- "package": "@fluentui/global-context",
1241
- "comment": "Bump @fluentui/react-context-selector to v9.0.0",
1242
- "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
1243
- },
1244
- {
1245
- "author": "beachball",
1246
- "package": "@fluentui/global-context",
1247
- "comment": "Bump @fluentui/react-utilities to v9.0.0",
1248
- "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
1249
- }
1250
- ]
1251
- }
1252
- },
1253
- {
1254
- "date": "Tue, 31 May 2022 21:28:50 GMT",
1255
- "tag": "@fluentui/global-context_v9.0.0-alpha.0",
1256
- "version": "9.0.0-alpha.0",
1257
- "comments": {
1258
- "prerelease": [
1259
- {
1260
- "author": "beachball",
1261
- "package": "@fluentui/global-context",
1262
- "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.10",
1263
- "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
1264
- }
1265
- ]
1266
- }
1267
- }
1268
- ]
1269
- }