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