@fluentui/react-portal-compat-context 9.0.8 → 9.0.10

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/react-portal-compat-context
2
2
 
3
- This log was last generated on Tue, 26 Sep 2023 15:14:57 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 09 Nov 2023 17:23:09 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.10)
8
+
9
+ Thu, 09 Nov 2023 17:23:09 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat-context_v9.0.9..@fluentui/react-portal-compat-context_v9.0.10)
11
+
12
+ ### Patches
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
+
16
+ ## [9.0.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.9)
17
+
18
+ Tue, 26 Sep 2023 17:49:09 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat-context_v9.0.8..@fluentui/react-portal-compat-context_v9.0.9)
20
+
21
+ ### Patches
22
+
23
+ - chore: trigger manual version bump after broken release ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by yuanboxue@microsoft.com)
24
+
7
25
  ## [9.0.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.8)
8
26
 
9
- Tue, 26 Sep 2023 15:14:57 GMT
27
+ Tue, 26 Sep 2023 15:31:52 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat-context_v9.0.7..@fluentui/react-portal-compat-context_v9.0.8)
11
29
 
12
30
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal-compat-context",
3
- "version": "9.0.8",
3
+ "version": "9.0.10",
4
4
  "description": "A package that holds React context for compatibility of React Contexts",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -48,5 +48,12 @@
48
48
  "require": "./lib-commonjs/index.js"
49
49
  },
50
50
  "./package.json": "./package.json"
51
- }
51
+ },
52
+ "files": [
53
+ "*.md",
54
+ "dist/*.d.ts",
55
+ "lib",
56
+ "lib-amd",
57
+ "lib-commonjs"
58
+ ]
52
59
  }
package/CHANGELOG.json DELETED
@@ -1,356 +0,0 @@
1
- {
2
- "name": "@fluentui/react-portal-compat-context",
3
- "entries": [
4
- {
5
- "date": "Tue, 26 Sep 2023 15:14:57 GMT",
6
- "tag": "@fluentui/react-portal-compat-context_v9.0.8",
7
- "version": "9.0.8",
8
- "comments": {
9
- "patch": [
10
- {
11
- "author": "martinhochel@microsoft.com",
12
- "package": "@fluentui/react-portal-compat-context",
13
- "commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
14
- "comment": "fix: bump swc core to mitigate transpilation memory leaks"
15
- }
16
- ]
17
- }
18
- },
19
- {
20
- "date": "Tue, 05 Sep 2023 13:28:59 GMT",
21
- "tag": "@fluentui/react-portal-compat-context_v9.0.7",
22
- "version": "9.0.7",
23
- "comments": {
24
- "patch": [
25
- {
26
- "author": "bernardo.sunderhus@gmail.com",
27
- "package": "@fluentui/react-portal-compat-context",
28
- "commit": "b93c2ac22355b6cb6f33dd509c6cd9c21f4fffc8",
29
- "comment": "bumps @swc/helpers version to 0.5.1"
30
- },
31
- {
32
- "author": "bernardo.sunderhus@gmail.com",
33
- "package": "@fluentui/react-portal-compat-context",
34
- "commit": "eea6d93a62249ba4fba3347fb291c67ee1a3fb24",
35
- "comment": "bumps react peer dependencies to v16.14.0"
36
- }
37
- ]
38
- }
39
- },
40
- {
41
- "date": "Wed, 28 Jun 2023 11:12:30 GMT",
42
- "tag": "@fluentui/react-portal-compat-context_v9.0.6",
43
- "version": "9.0.6",
44
- "comments": {
45
- "none": [
46
- {
47
- "author": "martinhochel@microsoft.com",
48
- "package": "@fluentui/react-portal-compat-context",
49
- "commit": "fbe878e9c9785588197481f172c42c2c0a230292",
50
- "comment": "fix: update .npmignore to unify v8 packages and exclude project.json"
51
- }
52
- ]
53
- }
54
- },
55
- {
56
- "date": "Wed, 24 May 2023 20:45:31 GMT",
57
- "tag": "@fluentui/react-portal-compat-context_v9.0.6",
58
- "version": "9.0.6",
59
- "comments": {
60
- "none": [
61
- {
62
- "author": "olfedias@microsoft.com",
63
- "package": "@fluentui/react-portal-compat-context",
64
- "commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3",
65
- "comment": "chore: update test-ssr script"
66
- }
67
- ]
68
- }
69
- },
70
- {
71
- "date": "Thu, 18 May 2023 00:39:11 GMT",
72
- "tag": "@fluentui/react-portal-compat-context_v9.0.6",
73
- "version": "9.0.6",
74
- "comments": {
75
- "none": [
76
- {
77
- "author": "olfedias@microsoft.com",
78
- "package": "@fluentui/react-portal-compat-context",
79
- "commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208",
80
- "comment": "chore: add test-ssr script to v9 packages"
81
- }
82
- ]
83
- }
84
- },
85
- {
86
- "date": "Fri, 12 May 2023 20:27:35 GMT",
87
- "tag": "@fluentui/react-portal-compat-context_v9.0.6",
88
- "version": "9.0.6",
89
- "comments": {
90
- "none": [
91
- {
92
- "author": "martinhochel@microsoft.com",
93
- "package": "@fluentui/react-portal-compat-context",
94
- "commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
95
- "comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
96
- }
97
- ],
98
- "patch": [
99
- {
100
- "author": "olfedias@microsoft.com",
101
- "package": "@fluentui/react-portal-compat-context",
102
- "commit": "c28decb23d191a0daaaf6d5d1832429715102129",
103
- "comment": "chore: exclude .swcrc from being published"
104
- }
105
- ]
106
- }
107
- },
108
- {
109
- "date": "Tue, 21 Mar 2023 21:23:45 GMT",
110
- "tag": "@fluentui/react-portal-compat-context_v9.0.5",
111
- "version": "9.0.5",
112
- "comments": {
113
- "patch": [
114
- {
115
- "author": "tristan.watanabe@gmail.com",
116
- "package": "@fluentui/react-portal-compat-context",
117
- "commit": "ead1c6d4c2ac3f3596b62b8cbc07b0a03041f11f",
118
- "comment": "fix: add node field to package.json exports map."
119
- },
120
- {
121
- "author": "tristan.watanabe@gmail.com",
122
- "package": "@fluentui/react-portal-compat-context",
123
- "commit": "2fac1a139149bd13b76b1306207bc988dca9c72c",
124
- "comment": "chore: migrate to swc transpilation approach."
125
- }
126
- ]
127
- }
128
- },
129
- {
130
- "date": "Wed, 08 Mar 2023 17:42:37 GMT",
131
- "tag": "@fluentui/react-portal-compat-context_v9.0.4",
132
- "version": "9.0.4",
133
- "comments": {
134
- "none": [
135
- {
136
- "author": "martinhochel@microsoft.com",
137
- "package": "@fluentui/react-portal-compat-context",
138
- "commit": "db203b7c6eae1174b0bb910bf49eaee4dde14786",
139
- "comment": "chore: re-enable AMD import checks for only mixed and v8 packages"
140
- }
141
- ]
142
- }
143
- },
144
- {
145
- "date": "Mon, 16 Jan 2023 08:39:06 GMT",
146
- "tag": "@fluentui/react-portal-compat-context_v9.0.4",
147
- "version": "9.0.4",
148
- "comments": {
149
- "none": [
150
- {
151
- "author": "martinhochel@microsoft.com",
152
- "package": "@fluentui/react-portal-compat-context",
153
- "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
154
- "comment": "chore: migrate to packaged scripts"
155
- }
156
- ]
157
- }
158
- },
159
- {
160
- "date": "Wed, 04 Jan 2023 01:40:19 GMT",
161
- "tag": "@fluentui/react-portal-compat-context_v9.0.4",
162
- "version": "9.0.4",
163
- "comments": {
164
- "none": [
165
- {
166
- "author": "martinhochel@microsoft.com",
167
- "package": "@fluentui/react-portal-compat-context",
168
- "commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
169
- "comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
170
- },
171
- {
172
- "author": "martinhochel@microsoft.com",
173
- "package": "@fluentui/react-portal-compat-context",
174
- "commit": "194b0cf0cc27c1c1233aa945f09b3ad29778d8ca",
175
- "comment": "chore(scripts): use for @fluentui/scripts version within all package.json"
176
- }
177
- ]
178
- }
179
- },
180
- {
181
- "date": "Thu, 17 Nov 2022 23:05:44 GMT",
182
- "tag": "@fluentui/react-portal-compat-context_v9.0.4",
183
- "version": "9.0.4",
184
- "comments": {
185
- "none": [
186
- {
187
- "author": "martinhochel@microsoft.com",
188
- "package": "@fluentui/react-portal-compat-context",
189
- "commit": "ea768501802d65d63ddc63fff3816fb6b5008ae4",
190
- "comment": "chore: update package scaffold"
191
- }
192
- ]
193
- }
194
- },
195
- {
196
- "date": "Fri, 11 Nov 2022 14:57:32 GMT",
197
- "tag": "@fluentui/react-portal-compat-context_v9.0.4",
198
- "version": "9.0.4",
199
- "comments": {
200
- "patch": [
201
- {
202
- "author": "tristan.watanabe@gmail.com",
203
- "package": "@fluentui/react-portal-compat-context",
204
- "commit": "792bd72b19e360afe9ac8e9da298dc3d85776c74",
205
- "comment": "chore: Migrate to new package structure."
206
- },
207
- {
208
- "author": "martinhochel@microsoft.com",
209
- "package": "@fluentui/react-portal-compat-context",
210
- "commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
211
- "comment": "fix: create valid export maps"
212
- }
213
- ]
214
- }
215
- },
216
- {
217
- "date": "Thu, 20 Oct 2022 08:39:41 GMT",
218
- "tag": "@fluentui/react-portal-compat-context_v9.0.3",
219
- "version": "9.0.3",
220
- "comments": {
221
- "patch": [
222
- {
223
- "author": "mgodbolt@microsoft.com",
224
- "package": "@fluentui/react-portal-compat-context",
225
- "commit": "772f9e3ebde2d5b8157a3204c1a4e007e56f5508",
226
- "comment": "chore: Bump react peer dependency to react 18."
227
- }
228
- ]
229
- }
230
- },
231
- {
232
- "date": "Thu, 15 Sep 2022 09:49:16 GMT",
233
- "tag": "@fluentui/react-portal-compat-context_v9.0.2",
234
- "version": "9.0.2",
235
- "comments": {
236
- "none": [
237
- {
238
- "author": "martinhochel@microsoft.com",
239
- "package": "@fluentui/react-portal-compat-context",
240
- "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
241
- "comment": "chore: update package scaffold"
242
- }
243
- ],
244
- "patch": [
245
- {
246
- "author": "lingfangao@hotmail.com",
247
- "package": "@fluentui/react-portal-compat-context",
248
- "commit": "a0cfab0e5f74e3a3bfa9c269fff574295042d7f2",
249
- "comment": "chore: fix no-context-default-value lint violations"
250
- }
251
- ]
252
- }
253
- },
254
- {
255
- "date": "Wed, 03 Aug 2022 16:03:55 GMT",
256
- "tag": "@fluentui/react-portal-compat-context_v9.0.1",
257
- "version": "9.0.1",
258
- "comments": {
259
- "none": [
260
- {
261
- "author": "bernardo.sunderhus@gmail.com",
262
- "package": "@fluentui/react-portal-compat-context",
263
- "commit": "d966ea3d9169f2e8d69f0d2a4daf86fe4ca328d6",
264
- "comment": "disables eslint rule @fluentui/no-context-default-value for local component context"
265
- },
266
- {
267
- "author": "lingfangao@hotmail.com",
268
- "package": "@fluentui/react-portal-compat-context",
269
- "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
270
- "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
271
- },
272
- {
273
- "author": "martinhochel@microsoft.com",
274
- "package": "@fluentui/react-portal-compat-context",
275
- "commit": "30737a497e7787fe8b4efddeadb4a261ba19933f",
276
- "comment": "refactor(scripts): replace isCompatibilityPackage with new --module build flag"
277
- },
278
- {
279
- "author": "lingfangao@hotmail.com",
280
- "package": "@fluentui/react-portal-compat-context",
281
- "commit": "6731ada047afe1d79d2765d1464cfa9acb90bee8",
282
- "comment": "chore: Explicitly enable AMD lint-imports rule"
283
- }
284
- ]
285
- }
286
- },
287
- {
288
- "date": "Fri, 15 Jul 2022 18:27:27 GMT",
289
- "tag": "@fluentui/react-portal-compat-context_v9.0.1",
290
- "version": "9.0.1",
291
- "comments": {
292
- "patch": [
293
- {
294
- "author": "gcox@microsoft.com",
295
- "package": "@fluentui/react-portal-compat-context",
296
- "commit": "9252601953bb2462fec25d22748149665868fb89",
297
- "comment": "Added mechanism for marking fluent-compatibility packages"
298
- }
299
- ]
300
- }
301
- },
302
- {
303
- "date": "Tue, 28 Jun 2022 15:13:50 GMT",
304
- "tag": "@fluentui/react-portal-compat-context_v9.0.0",
305
- "version": "9.0.0",
306
- "comments": {
307
- "patch": [
308
- {
309
- "author": "lingfangao@hotmail.com",
310
- "package": "@fluentui/react-portal-compat-context",
311
- "commit": "c7b1348bdad7aa883c29bfbc96ef2a32e6ebc7dd",
312
- "comment": "feat: Initial 9.0.0 release"
313
- }
314
- ]
315
- }
316
- },
317
- {
318
- "date": "Mon, 23 May 2022 12:13:34 GMT",
319
- "tag": "@fluentui/react-portal-compat-context_v9.0.0-rc.2",
320
- "version": "9.0.0-rc.2",
321
- "comments": {
322
- "prerelease": [
323
- {
324
- "author": "martinhochel@microsoft.com",
325
- "package": "@fluentui/react-portal-compat-context",
326
- "commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
327
- "comment": "feat: ship rolluped only dts"
328
- }
329
- ]
330
- }
331
- },
332
- {
333
- "date": "Wed, 04 May 2022 13:26:46 GMT",
334
- "tag": "@fluentui/react-portal-compat-context_v9.0.0-rc.1",
335
- "version": "9.0.0-rc.1",
336
- "comments": {
337
- "none": [
338
- {
339
- "author": "tristan.watanabe@gmail.com",
340
- "package": "@fluentui/react-portal-compat-context",
341
- "commit": "8997f88bdd280b6831338d6c231b387fd554046e",
342
- "comment": "react-portal-compat-context: Move to new common folder."
343
- }
344
- ],
345
- "prerelease": [
346
- {
347
- "author": "olfedias@microsoft.com",
348
- "package": "@fluentui/react-portal-compat-context",
349
- "commit": "280cf2336d814d7380d5cbf4999ce56da763919c",
350
- "comment": "initial release"
351
- }
352
- ]
353
- }
354
- }
355
- ]
356
- }