beachball 2.29.0 → 2.29.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/bump/performBump.d.ts.map +1 -1
- package/lib/bump/performBump.js +3 -5
- package/lib/bump/performBump.js.map +1 -1
- package/lib/changefile/getChangedPackages.d.ts.map +1 -1
- package/lib/changefile/getChangedPackages.js +66 -29
- package/lib/changefile/getChangedPackages.js.map +1 -1
- package/lib/changelog/writeChangelog.js +2 -2
- package/lib/changelog/writeChangelog.js.map +1 -1
- package/lib/commands/init.d.ts.map +1 -1
- package/lib/commands/init.js +2 -4
- package/lib/commands/init.js.map +1 -1
- package/lib/monorepo/getPackageGroups.js +2 -2
- package/lib/monorepo/getPackageGroups.js.map +1 -1
- package/lib/monorepo/getScopedPackages.js +2 -2
- package/lib/monorepo/getScopedPackages.js.map +1 -1
- package/lib/monorepo/{utils.d.ts → isPathIncluded.d.ts} +1 -1
- package/lib/monorepo/isPathIncluded.d.ts.map +1 -0
- package/lib/monorepo/{utils.js → isPathIncluded.js} +1 -1
- package/lib/monorepo/isPathIncluded.js.map +1 -0
- package/lib/packageManager/npm.d.ts +6 -2
- package/lib/packageManager/npm.d.ts.map +1 -1
- package/lib/packageManager/npm.js.map +1 -1
- package/lib/packageManager/packagePublish.d.ts +3 -1
- package/lib/packageManager/packagePublish.d.ts.map +1 -1
- package/lib/packageManager/packagePublish.js +1 -1
- package/lib/packageManager/packagePublish.js.map +1 -1
- package/lib/publish/displayManualRecovery.d.ts.map +1 -1
- package/lib/publish/displayManualRecovery.js +8 -8
- package/lib/publish/displayManualRecovery.js.map +1 -1
- package/lib/publish/publishToRegistry.d.ts.map +1 -1
- package/lib/publish/publishToRegistry.js +20 -9
- package/lib/publish/publishToRegistry.js.map +1 -1
- package/lib/publish/validatePackageVersions.js +2 -2
- package/lib/publish/validatePackageVersions.js.map +1 -1
- package/lib/types/BeachballOptions.d.ts +5 -0
- package/lib/types/BeachballOptions.d.ts.map +1 -1
- package/package.json +7 -6
- package/CHANGELOG.json +0 -3100
- package/CHANGELOG.md +0 -1418
- package/lib/monorepo/utils.d.ts.map +0 -1
- package/lib/monorepo/utils.js.map +0 -1
package/CHANGELOG.json
DELETED
|
@@ -1,3100 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "beachball",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"date": "Wed, 10 Aug 2022 08:03:08 GMT",
|
|
6
|
-
"tag": "beachball_v2.29.0",
|
|
7
|
-
"version": "2.29.0",
|
|
8
|
-
"comments": {
|
|
9
|
-
"minor": [
|
|
10
|
-
{
|
|
11
|
-
"author": "elcraig@microsoft.com",
|
|
12
|
-
"package": "beachball",
|
|
13
|
-
"commit": "cdf7e775cf403111c645776b7bb6b8822ebc8d18",
|
|
14
|
-
"comment": "Update typescript to 4.3"
|
|
15
|
-
}
|
|
16
|
-
],
|
|
17
|
-
"patch": [
|
|
18
|
-
{
|
|
19
|
-
"author": "elcraig@microsoft.com",
|
|
20
|
-
"package": "beachball",
|
|
21
|
-
"commit": "cdf7e775cf403111c645776b7bb6b8822ebc8d18",
|
|
22
|
-
"comment": "Always use console.log not process.stdout for logging"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"author": "viditganpi10@gmail.com",
|
|
26
|
-
"package": "beachball",
|
|
27
|
-
"commit": "cdf7e775cf403111c645776b7bb6b8822ebc8d18",
|
|
28
|
-
"comment": "Moving non essential and retried commands to git from gitFailFast"
|
|
29
|
-
}
|
|
30
|
-
]
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"date": "Tue, 09 Aug 2022 06:34:24 GMT",
|
|
35
|
-
"tag": "beachball_v2.28.0",
|
|
36
|
-
"version": "2.28.0",
|
|
37
|
-
"comments": {
|
|
38
|
-
"minor": [
|
|
39
|
-
{
|
|
40
|
-
"author": "email not defined",
|
|
41
|
-
"package": "beachball",
|
|
42
|
-
"commit": "8b14fe25d19f93be5880dbf82ab654d343caf967",
|
|
43
|
-
"comment": "Update dependency workspace-tools to ^0.26.0"
|
|
44
|
-
}
|
|
45
|
-
]
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"date": "Tue, 09 Aug 2022 01:24:22 GMT",
|
|
50
|
-
"tag": "beachball_v2.27.1",
|
|
51
|
-
"version": "2.27.1",
|
|
52
|
-
"comments": {
|
|
53
|
-
"patch": [
|
|
54
|
-
{
|
|
55
|
-
"author": "email not defined",
|
|
56
|
-
"package": "beachball",
|
|
57
|
-
"commit": "7a173adb00b9eaefab678a86d9e80c0a0e9f873a",
|
|
58
|
-
"comment": "Update dependency execa to v5"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
62
|
-
"package": "beachball",
|
|
63
|
-
"commit": "7a173adb00b9eaefab678a86d9e80c0a0e9f873a",
|
|
64
|
-
"comment": "Update dependency cosmiconfig to v7 (now supports .cjs config files)"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"author": "email not defined",
|
|
68
|
-
"package": "beachball",
|
|
69
|
-
"commit": "7a173adb00b9eaefab678a86d9e80c0a0e9f873a",
|
|
70
|
-
"comment": "Update dependency fs-extra to v10"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"author": "email not defined",
|
|
74
|
-
"package": "beachball",
|
|
75
|
-
"commit": "7a173adb00b9eaefab678a86d9e80c0a0e9f873a",
|
|
76
|
-
"comment": "Update dependency yargs-parser to v21"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"author": "elcraig@microsoft.com",
|
|
80
|
-
"package": "beachball",
|
|
81
|
-
"commit": "7a173adb00b9eaefab678a86d9e80c0a0e9f873a",
|
|
82
|
-
"comment": "Remove unused human-id dependency"
|
|
83
|
-
}
|
|
84
|
-
],
|
|
85
|
-
"none": [
|
|
86
|
-
{
|
|
87
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
88
|
-
"package": "beachball",
|
|
89
|
-
"commit": "7a173adb00b9eaefab678a86d9e80c0a0e9f873a",
|
|
90
|
-
"comment": "Update devDependency gh-pages to v4"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
94
|
-
"package": "beachball",
|
|
95
|
-
"commit": "7a173adb00b9eaefab678a86d9e80c0a0e9f873a",
|
|
96
|
-
"comment": "Update devDependency vuepress-plugin-mermaidjs to v1.9.1"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"author": "email not defined",
|
|
100
|
-
"package": "beachball",
|
|
101
|
-
"commit": "7a173adb00b9eaefab678a86d9e80c0a0e9f873a",
|
|
102
|
-
"comment": "Update devDependency vuepress to v1.9.7"
|
|
103
|
-
}
|
|
104
|
-
]
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"date": "Mon, 08 Aug 2022 21:56:43 GMT",
|
|
109
|
-
"tag": "beachball_v2.27.0",
|
|
110
|
-
"version": "2.27.0",
|
|
111
|
-
"comments": {
|
|
112
|
-
"none": [
|
|
113
|
-
{
|
|
114
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
115
|
-
"package": "beachball",
|
|
116
|
-
"commit": "69f86e1be53f1c0ccf616783c5543bf6aa6c26b3",
|
|
117
|
-
"comment": "Update devDependency jest to v27.5.1"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"author": "email not defined",
|
|
121
|
-
"package": "beachball",
|
|
122
|
-
"commit": "69f86e1be53f1c0ccf616783c5543bf6aa6c26b3",
|
|
123
|
-
"comment": "Update devDependency @types/node to v12.20.55"
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
127
|
-
"package": "beachball",
|
|
128
|
-
"commit": "69f86e1be53f1c0ccf616783c5543bf6aa6c26b3",
|
|
129
|
-
"comment": "Update devDependency verdaccio-memory to v8.5.2"
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
133
|
-
"package": "beachball",
|
|
134
|
-
"commit": "69f86e1be53f1c0ccf616783c5543bf6aa6c26b3",
|
|
135
|
-
"comment": "Update devDependency verdaccio to v4.13.2"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
139
|
-
"package": "beachball",
|
|
140
|
-
"commit": "69f86e1be53f1c0ccf616783c5543bf6aa6c26b3",
|
|
141
|
-
"comment": "Update devDependency gh-pages to v3.2.3"
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
145
|
-
"package": "beachball",
|
|
146
|
-
"commit": "69f86e1be53f1c0ccf616783c5543bf6aa6c26b3",
|
|
147
|
-
"comment": "Update devDependency prettier to v2.7.1"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
151
|
-
"package": "beachball",
|
|
152
|
-
"commit": "69f86e1be53f1c0ccf616783c5543bf6aa6c26b3",
|
|
153
|
-
"comment": "Update devDependency ts-jest to v27.1.5"
|
|
154
|
-
}
|
|
155
|
-
],
|
|
156
|
-
"minor": [
|
|
157
|
-
{
|
|
158
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
159
|
-
"package": "beachball",
|
|
160
|
-
"commit": "69f86e1be53f1c0ccf616783c5543bf6aa6c26b3",
|
|
161
|
-
"comment": "Update dependency semver to v7"
|
|
162
|
-
}
|
|
163
|
-
],
|
|
164
|
-
"patch": [
|
|
165
|
-
{
|
|
166
|
-
"author": "email not defined",
|
|
167
|
-
"package": "beachball",
|
|
168
|
-
"commit": "69f86e1be53f1c0ccf616783c5543bf6aa6c26b3",
|
|
169
|
-
"comment": "Update dependency prompts to ^2.1.0 (widen allowed range)"
|
|
170
|
-
}
|
|
171
|
-
]
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"date": "Sat, 06 Aug 2022 03:04:18 GMT",
|
|
176
|
-
"tag": "beachball_v2.26.1",
|
|
177
|
-
"version": "2.26.1",
|
|
178
|
-
"comments": {
|
|
179
|
-
"none": [
|
|
180
|
-
{
|
|
181
|
-
"author": "email not defined",
|
|
182
|
-
"package": "beachball",
|
|
183
|
-
"commit": "84f50a908845bfbfd90aa7483a02dd8c7c4366ab",
|
|
184
|
-
"comment": "Update devDependency @types/lodash to v4.14.182"
|
|
185
|
-
}
|
|
186
|
-
]
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"date": "Sat, 06 Aug 2022 03:01:26 GMT",
|
|
191
|
-
"tag": "beachball_v2.26.1",
|
|
192
|
-
"version": "2.26.1",
|
|
193
|
-
"comments": {
|
|
194
|
-
"none": [
|
|
195
|
-
{
|
|
196
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
197
|
-
"package": "beachball",
|
|
198
|
-
"commit": "not available",
|
|
199
|
-
"comment": "Update devDependency tmp to v0.2.1"
|
|
200
|
-
}
|
|
201
|
-
]
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"date": "Sat, 06 Aug 2022 03:01:09 GMT",
|
|
206
|
-
"tag": "beachball_v2.26.1",
|
|
207
|
-
"version": "2.26.1",
|
|
208
|
-
"comments": {
|
|
209
|
-
"none": [
|
|
210
|
-
{
|
|
211
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
212
|
-
"package": "beachball",
|
|
213
|
-
"commit": "not available",
|
|
214
|
-
"comment": "Update devDependency tmp to v0.2.1"
|
|
215
|
-
}
|
|
216
|
-
]
|
|
217
|
-
}
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"date": "Sat, 06 Aug 2022 03:00:27 GMT",
|
|
221
|
-
"tag": "beachball_v2.26.1",
|
|
222
|
-
"version": "2.26.1",
|
|
223
|
-
"comments": {
|
|
224
|
-
"none": [
|
|
225
|
-
{
|
|
226
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
227
|
-
"package": "beachball",
|
|
228
|
-
"commit": "not available",
|
|
229
|
-
"comment": "Update devDependency @types/minimatch to v3.0.5"
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
233
|
-
"package": "beachball",
|
|
234
|
-
"commit": "not available",
|
|
235
|
-
"comment": "Update devDependency tmp to v0.2.1"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
239
|
-
"package": "beachball",
|
|
240
|
-
"commit": "not available",
|
|
241
|
-
"comment": "Update devDependency @types/fs-extra to v8.1.2"
|
|
242
|
-
}
|
|
243
|
-
]
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"date": "Sat, 06 Aug 2022 02:59:21 GMT",
|
|
248
|
-
"tag": "beachball_v2.26.1",
|
|
249
|
-
"version": "2.26.1",
|
|
250
|
-
"comments": {
|
|
251
|
-
"none": [
|
|
252
|
-
{
|
|
253
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
254
|
-
"package": "beachball",
|
|
255
|
-
"commit": "not available",
|
|
256
|
-
"comment": "Update devDependency @types/minimatch to v3.0.5"
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
260
|
-
"package": "beachball",
|
|
261
|
-
"commit": "5764cd4df9aa504aeb633650fd8a3b6a749c3b0a",
|
|
262
|
-
"comment": "Update devDependency tmp to v0.2.1"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
266
|
-
"package": "beachball",
|
|
267
|
-
"commit": "not available",
|
|
268
|
-
"comment": "Update devDependency @types/fs-extra to v8.1.2"
|
|
269
|
-
}
|
|
270
|
-
]
|
|
271
|
-
}
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"date": "Sat, 06 Aug 2022 02:58:48 GMT",
|
|
275
|
-
"tag": "beachball_v2.26.1",
|
|
276
|
-
"version": "2.26.1",
|
|
277
|
-
"comments": {
|
|
278
|
-
"none": [
|
|
279
|
-
{
|
|
280
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
281
|
-
"package": "beachball",
|
|
282
|
-
"commit": "b5afa8d903e4e4891ff2aa15e1a92a23044905c9",
|
|
283
|
-
"comment": "Update devDependency @types/minimatch to v3.0.5"
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
287
|
-
"package": "beachball",
|
|
288
|
-
"commit": "b5afa8d903e4e4891ff2aa15e1a92a23044905c9",
|
|
289
|
-
"comment": "Update devDependency @types/fs-extra to v8.1.2"
|
|
290
|
-
}
|
|
291
|
-
]
|
|
292
|
-
}
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"date": "Sat, 06 Aug 2022 02:29:10 GMT",
|
|
296
|
-
"tag": "beachball_v2.26.1",
|
|
297
|
-
"version": "2.26.1",
|
|
298
|
-
"comments": {
|
|
299
|
-
"none": [
|
|
300
|
-
{
|
|
301
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
302
|
-
"package": "beachball",
|
|
303
|
-
"commit": "not available",
|
|
304
|
-
"comment": "Update devDependency @types/uuid to v8.3.4"
|
|
305
|
-
}
|
|
306
|
-
]
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"date": "Sat, 06 Aug 2022 02:28:13 GMT",
|
|
311
|
-
"tag": "beachball_v2.26.1",
|
|
312
|
-
"version": "2.26.1",
|
|
313
|
-
"comments": {
|
|
314
|
-
"none": [
|
|
315
|
-
{
|
|
316
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
317
|
-
"package": "beachball",
|
|
318
|
-
"commit": "8d4adefa9496f24d2e2b2c03b8d0f6b5d76baac8",
|
|
319
|
-
"comment": "Update devDependency @types/uuid to v8.3.4"
|
|
320
|
-
}
|
|
321
|
-
]
|
|
322
|
-
}
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"date": "Sat, 06 Aug 2022 02:14:58 GMT",
|
|
326
|
-
"tag": "beachball_v2.26.1",
|
|
327
|
-
"version": "2.26.1",
|
|
328
|
-
"comments": {
|
|
329
|
-
"none": [
|
|
330
|
-
{
|
|
331
|
-
"author": "email not defined",
|
|
332
|
-
"package": "beachball",
|
|
333
|
-
"commit": "not available",
|
|
334
|
-
"comment": "Pin devDependencies"
|
|
335
|
-
}
|
|
336
|
-
]
|
|
337
|
-
}
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"date": "Sat, 06 Aug 2022 02:14:36 GMT",
|
|
341
|
-
"tag": "beachball_v2.26.1",
|
|
342
|
-
"version": "2.26.1",
|
|
343
|
-
"comments": {
|
|
344
|
-
"none": [
|
|
345
|
-
{
|
|
346
|
-
"author": "email not defined",
|
|
347
|
-
"package": "beachball",
|
|
348
|
-
"commit": "not available",
|
|
349
|
-
"comment": "Pin devDependencies"
|
|
350
|
-
}
|
|
351
|
-
]
|
|
352
|
-
}
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"date": "Sat, 06 Aug 2022 02:14:04 GMT",
|
|
356
|
-
"tag": "beachball_v2.26.1",
|
|
357
|
-
"version": "2.26.1",
|
|
358
|
-
"comments": {
|
|
359
|
-
"none": [
|
|
360
|
-
{
|
|
361
|
-
"author": "email not defined",
|
|
362
|
-
"package": "beachball",
|
|
363
|
-
"commit": "5fee178f7f31bf7e80ecad085198e2fc80c40eea",
|
|
364
|
-
"comment": "Pin devDependencies"
|
|
365
|
-
}
|
|
366
|
-
]
|
|
367
|
-
}
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"date": "Sat, 06 Aug 2022 01:33:25 GMT",
|
|
371
|
-
"tag": "beachball_v2.26.1",
|
|
372
|
-
"version": "2.26.1",
|
|
373
|
-
"comments": {
|
|
374
|
-
"none": [
|
|
375
|
-
{
|
|
376
|
-
"author": "elcraig@microsoft.com",
|
|
377
|
-
"package": "beachball",
|
|
378
|
-
"commit": "ad533bfb667b9792648fdf0fa9a9f0d08cf008d6",
|
|
379
|
-
"comment": "Configure Renovate"
|
|
380
|
-
}
|
|
381
|
-
]
|
|
382
|
-
}
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"date": "Fri, 05 Aug 2022 22:30:35 GMT",
|
|
386
|
-
"tag": "beachball_v2.26.1",
|
|
387
|
-
"version": "2.26.1",
|
|
388
|
-
"comments": {
|
|
389
|
-
"patch": [
|
|
390
|
-
{
|
|
391
|
-
"author": "elcraig@microsoft.com",
|
|
392
|
-
"package": "beachball",
|
|
393
|
-
"commit": "b243be7c2944ab90bd613b5a1fac1bc7c366f607",
|
|
394
|
-
"comment": "Specify `files` in package.json to ensure only intended files are published"
|
|
395
|
-
}
|
|
396
|
-
]
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"date": "Thu, 21 Jul 2022 00:41:14 GMT",
|
|
401
|
-
"tag": "beachball_v2.26.0",
|
|
402
|
-
"version": "2.26.0",
|
|
403
|
-
"comments": {
|
|
404
|
-
"minor": [
|
|
405
|
-
{
|
|
406
|
-
"author": "elcraig@microsoft.com",
|
|
407
|
-
"package": "beachball",
|
|
408
|
-
"commit": "1e95735b4897363a2100c797129b30db495d0bb6",
|
|
409
|
-
"comment": "Update workspace-tools to fix remote detection"
|
|
410
|
-
}
|
|
411
|
-
]
|
|
412
|
-
}
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
"date": "Thu, 14 Jul 2022 21:17:09 GMT",
|
|
416
|
-
"tag": "beachball_v2.25.1",
|
|
417
|
-
"version": "2.25.1",
|
|
418
|
-
"comments": {
|
|
419
|
-
"patch": [
|
|
420
|
-
{
|
|
421
|
-
"author": "viditganpi10@gmail.com",
|
|
422
|
-
"package": "beachball",
|
|
423
|
-
"commit": "c1490d51e33daf38ff7d0d14c79a8bcfc1708f61",
|
|
424
|
-
"comment": "Added error handling for git fetch"
|
|
425
|
-
}
|
|
426
|
-
]
|
|
427
|
-
}
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
"date": "Wed, 13 Jul 2022 21:17:51 GMT",
|
|
431
|
-
"tag": "beachball_v2.25.0",
|
|
432
|
-
"version": "2.25.0",
|
|
433
|
-
"comments": {
|
|
434
|
-
"minor": [
|
|
435
|
-
{
|
|
436
|
-
"author": "elcraig@microsoft.com",
|
|
437
|
-
"package": "beachball",
|
|
438
|
-
"commit": "bddbce4525f76d209fc91a07ac4128348dcb269d",
|
|
439
|
-
"comment": "Update `workspace-tools` to pick up new `git-url-parse` (may include [breaking changes](https://github.com/IonicaBizau/git-url-parse/releases/tag/12.0.0))"
|
|
440
|
-
}
|
|
441
|
-
],
|
|
442
|
-
"patch": [
|
|
443
|
-
{
|
|
444
|
-
"author": "elcraig@microsoft.com",
|
|
445
|
-
"package": "beachball",
|
|
446
|
-
"commit": "bddbce4525f76d209fc91a07ac4128348dcb269d",
|
|
447
|
-
"comment": "Remove unused direct dependencies on `git-url-parse` and `glob` (the code moved to `workspace-tools` awhile back)"
|
|
448
|
-
}
|
|
449
|
-
]
|
|
450
|
-
}
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"date": "Wed, 13 Jul 2022 20:33:51 GMT",
|
|
454
|
-
"tag": "beachball_v2.24.1",
|
|
455
|
-
"version": "2.24.1",
|
|
456
|
-
"comments": {
|
|
457
|
-
"patch": [
|
|
458
|
-
{
|
|
459
|
-
"author": "adam.gleitman@gmail.com",
|
|
460
|
-
"package": "beachball",
|
|
461
|
-
"commit": "511dc118032faf4326d7bd071e5ccea80332cea8",
|
|
462
|
-
"comment": "Bump git-url-parse to 12.0.0"
|
|
463
|
-
}
|
|
464
|
-
]
|
|
465
|
-
}
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"date": "Thu, 07 Jul 2022 04:38:07 GMT",
|
|
469
|
-
"tag": "beachball_v2.24.0",
|
|
470
|
-
"version": "2.24.0",
|
|
471
|
-
"comments": {
|
|
472
|
-
"minor": [
|
|
473
|
-
{
|
|
474
|
-
"author": "elcraig@microsoft.com",
|
|
475
|
-
"package": "beachball",
|
|
476
|
-
"commit": "c35db0c42c5b755066e0bf2434e55c15d7b0dbf1",
|
|
477
|
-
"comment": "Use path utilities from workspace-tools and remove beachball's redundant implementations"
|
|
478
|
-
}
|
|
479
|
-
]
|
|
480
|
-
}
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"date": "Wed, 06 Jul 2022 21:40:35 GMT",
|
|
484
|
-
"tag": "beachball_v2.23.1",
|
|
485
|
-
"version": "2.23.1",
|
|
486
|
-
"comments": {
|
|
487
|
-
"patch": [
|
|
488
|
-
{
|
|
489
|
-
"author": "dab5879@gmail.com",
|
|
490
|
-
"package": "beachball",
|
|
491
|
-
"commit": "3106bf8f003ef07340d65c9727c01c6d281c822a",
|
|
492
|
-
"comment": "fixes JSON parse failure when npm show output is an empty string and 0 exit code"
|
|
493
|
-
}
|
|
494
|
-
]
|
|
495
|
-
}
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"date": "Tue, 14 Jun 2022 22:58:59 GMT",
|
|
499
|
-
"tag": "beachball_v2.23.0",
|
|
500
|
-
"version": "2.23.0",
|
|
501
|
-
"comments": {
|
|
502
|
-
"minor": [
|
|
503
|
-
{
|
|
504
|
-
"author": "elcraig@microsoft.com",
|
|
505
|
-
"package": "beachball",
|
|
506
|
-
"commit": "4f3cd1330acf199f628bb72271b606071f33e063",
|
|
507
|
-
"comment": "Update package-lock.json after bumping packages"
|
|
508
|
-
}
|
|
509
|
-
]
|
|
510
|
-
}
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"date": "Wed, 01 Jun 2022 19:11:29 GMT",
|
|
514
|
-
"tag": "beachball_v2.22.4",
|
|
515
|
-
"version": "2.22.4",
|
|
516
|
-
"comments": {
|
|
517
|
-
"patch": [
|
|
518
|
-
{
|
|
519
|
-
"author": "dzearing@microsoft.com",
|
|
520
|
-
"package": "beachball",
|
|
521
|
-
"commit": "a34f2901a4bbbc6e35b74057a8f9d0faabe4c3f7",
|
|
522
|
-
"comment": "Updating workspace-tools to v0.19.0."
|
|
523
|
-
}
|
|
524
|
-
]
|
|
525
|
-
}
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"date": "Wed, 18 May 2022 18:21:01 GMT",
|
|
529
|
-
"tag": "beachball_v2.22.3",
|
|
530
|
-
"version": "2.22.3",
|
|
531
|
-
"comments": {
|
|
532
|
-
"patch": [
|
|
533
|
-
{
|
|
534
|
-
"author": "863023+radium-v@users.noreply.github.com",
|
|
535
|
-
"package": "beachball",
|
|
536
|
-
"commit": "e00354e7701109d9fe1c8cf0f75381e96d4b20f2",
|
|
537
|
-
"comment": "Update the api call for prerelease to semver"
|
|
538
|
-
}
|
|
539
|
-
]
|
|
540
|
-
}
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"date": "Wed, 04 May 2022 03:40:52 GMT",
|
|
544
|
-
"tag": "beachball_v2.22.2",
|
|
545
|
-
"version": "2.22.2",
|
|
546
|
-
"comments": {
|
|
547
|
-
"patch": [
|
|
548
|
-
{
|
|
549
|
-
"author": "elcraig@microsoft.com",
|
|
550
|
-
"package": "beachball",
|
|
551
|
-
"commit": "d7e0f53fb513de48e781a1b71123a49cf1486db0",
|
|
552
|
-
"comment": "Remove docs for nonexistent changelog command"
|
|
553
|
-
}
|
|
554
|
-
]
|
|
555
|
-
}
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
"date": "Wed, 04 May 2022 03:07:37 GMT",
|
|
559
|
-
"tag": "beachball_v2.22.1",
|
|
560
|
-
"version": "2.22.1",
|
|
561
|
-
"comments": {
|
|
562
|
-
"patch": [
|
|
563
|
-
{
|
|
564
|
-
"author": "dannyvv@microsoft.com",
|
|
565
|
-
"package": "beachball",
|
|
566
|
-
"commit": "bf86ecb4ac13021ac255d365b33079f1bbcde15f",
|
|
567
|
-
"comment": "Update help and readme to not refer to 'master' branch"
|
|
568
|
-
}
|
|
569
|
-
]
|
|
570
|
-
}
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"date": "Thu, 28 Apr 2022 20:28:37 GMT",
|
|
574
|
-
"tag": "beachball_v2.22.0",
|
|
575
|
-
"version": "2.22.0",
|
|
576
|
-
"comments": {
|
|
577
|
-
"minor": [
|
|
578
|
-
{
|
|
579
|
-
"author": "dlannoye@microsoft.com",
|
|
580
|
-
"package": "beachball",
|
|
581
|
-
"commit": "12e8625052ded947b881e4ff2cdf81f098279c42",
|
|
582
|
-
"comment": "Add support for \"workspace:\" versions"
|
|
583
|
-
}
|
|
584
|
-
]
|
|
585
|
-
}
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"date": "Wed, 27 Apr 2022 23:30:47 GMT",
|
|
589
|
-
"tag": "beachball_v2.21.1",
|
|
590
|
-
"version": "2.21.1",
|
|
591
|
-
"comments": {
|
|
592
|
-
"patch": [
|
|
593
|
-
{
|
|
594
|
-
"author": "dlannoye@microsoft.com",
|
|
595
|
-
"package": "beachball",
|
|
596
|
-
"commit": "0162c709538afacc6143d46cfb610a5373afd6b6",
|
|
597
|
-
"comment": "Prevent generation of changelog files for private packages"
|
|
598
|
-
}
|
|
599
|
-
]
|
|
600
|
-
}
|
|
601
|
-
},
|
|
602
|
-
{
|
|
603
|
-
"date": "Thu, 06 Jan 2022 18:35:57 GMT",
|
|
604
|
-
"tag": "beachball_v2.21.0",
|
|
605
|
-
"version": "2.21.0",
|
|
606
|
-
"comments": {
|
|
607
|
-
"minor": [
|
|
608
|
-
{
|
|
609
|
-
"author": "viditganpi10@gmail.com",
|
|
610
|
-
"package": "beachball",
|
|
611
|
-
"commit": "f1e12127e9a04f0bb388f7e2fe93cda7cef82df2",
|
|
612
|
-
"comment": "Added fetch in cli options and check if fetch required for bump and push"
|
|
613
|
-
}
|
|
614
|
-
]
|
|
615
|
-
}
|
|
616
|
-
},
|
|
617
|
-
{
|
|
618
|
-
"date": "Thu, 04 Nov 2021 20:44:16 GMT",
|
|
619
|
-
"tag": "beachball_v2.20.0",
|
|
620
|
-
"version": "2.20.0",
|
|
621
|
-
"comments": {
|
|
622
|
-
"minor": [
|
|
623
|
-
{
|
|
624
|
-
"author": "ngerlem@microsoft.com",
|
|
625
|
-
"package": "beachball",
|
|
626
|
-
"commit": "c93d0e3e72dcfe87956dbe86f3e41adf07b07e26",
|
|
627
|
-
"comment": "Add Bump Hooks"
|
|
628
|
-
}
|
|
629
|
-
]
|
|
630
|
-
}
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"date": "Wed, 03 Nov 2021 16:56:06 GMT",
|
|
634
|
-
"tag": "beachball_v2.19.0",
|
|
635
|
-
"version": "2.19.0",
|
|
636
|
-
"comments": {
|
|
637
|
-
"minor": [
|
|
638
|
-
{
|
|
639
|
-
"author": "4123478+tido64@users.noreply.github.com",
|
|
640
|
-
"package": "beachball",
|
|
641
|
-
"commit": "b7de8021c0d90adfb3733deb384968a189e49e17",
|
|
642
|
-
"comment": "add `--verbose` flag to make it easier to debug why some packages are being bumped"
|
|
643
|
-
}
|
|
644
|
-
]
|
|
645
|
-
}
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"date": "Thu, 21 Oct 2021 20:15:03 GMT",
|
|
649
|
-
"tag": "beachball_v2.18.0",
|
|
650
|
-
"version": "2.18.0",
|
|
651
|
-
"comments": {
|
|
652
|
-
"minor": [
|
|
653
|
-
{
|
|
654
|
-
"author": "elcraig@microsoft.com",
|
|
655
|
-
"package": "beachball",
|
|
656
|
-
"commit": "f05223cdf1008b554b610b731db3e66665c98a8d",
|
|
657
|
-
"comment": "Fix changelog entries to use the proper commit"
|
|
658
|
-
}
|
|
659
|
-
],
|
|
660
|
-
"patch": [
|
|
661
|
-
{
|
|
662
|
-
"author": "elcraig@microsoft.com",
|
|
663
|
-
"package": "beachball",
|
|
664
|
-
"commit": "f05223cdf1008b554b610b731db3e66665c98a8d",
|
|
665
|
-
"comment": "Update writeChangeFiles signature"
|
|
666
|
-
}
|
|
667
|
-
]
|
|
668
|
-
}
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
"date": "Tue, 19 Oct 2021 18:16:38 GMT",
|
|
672
|
-
"tag": "beachball_v2.17.0",
|
|
673
|
-
"version": "2.17.0",
|
|
674
|
-
"comments": {
|
|
675
|
-
"minor": [
|
|
676
|
-
{
|
|
677
|
-
"author": "elcraig@microsoft.com",
|
|
678
|
-
"package": "beachball",
|
|
679
|
-
"comment": "Prevent grouped change infos from overwriting each other",
|
|
680
|
-
"commit": "e538fc9600bff296680cab23a9980dee347f7227"
|
|
681
|
-
}
|
|
682
|
-
]
|
|
683
|
-
}
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"date": "Thu, 23 Sep 2021 22:00:18 GMT",
|
|
687
|
-
"tag": "beachball_v2.16.0",
|
|
688
|
-
"version": "2.16.0",
|
|
689
|
-
"comments": {
|
|
690
|
-
"minor": [
|
|
691
|
-
{
|
|
692
|
-
"author": "jcreamer@microsoft.com",
|
|
693
|
-
"package": "beachball",
|
|
694
|
-
"comment": "support multiple changes per changefile",
|
|
695
|
-
"commit": "08e8c027c6abc57f162e3f82af8d0dcc7273aea7"
|
|
696
|
-
}
|
|
697
|
-
]
|
|
698
|
-
}
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"date": "Mon, 20 Sep 2021 21:58:32 GMT",
|
|
702
|
-
"tag": "beachball_v2.15.0",
|
|
703
|
-
"version": "2.15.0",
|
|
704
|
-
"comments": {
|
|
705
|
-
"minor": [
|
|
706
|
-
{
|
|
707
|
-
"author": "lingfangao@hotmail.com",
|
|
708
|
-
"package": "beachball",
|
|
709
|
-
"comment": "chore(BeachballOptions): Move `scope` to `RepoOptions` type",
|
|
710
|
-
"commit": "d8b8297c4b38ffa1cb5eb67ef8c7d0d08a243dd9"
|
|
711
|
-
}
|
|
712
|
-
]
|
|
713
|
-
}
|
|
714
|
-
},
|
|
715
|
-
{
|
|
716
|
-
"date": "Thu, 16 Sep 2021 16:08:04 GMT",
|
|
717
|
-
"tag": "beachball_v2.14.0",
|
|
718
|
-
"version": "2.14.0",
|
|
719
|
-
"comments": {
|
|
720
|
-
"minor": [
|
|
721
|
-
{
|
|
722
|
-
"author": "kchau@microsoft.com",
|
|
723
|
-
"package": "beachball",
|
|
724
|
-
"comment": "Some refactoring; fixing the dependent change bump message generation so it is back in line with what we had",
|
|
725
|
-
"commit": "aefbc1ac37ee85961cc787133c827f1fd3925550"
|
|
726
|
-
}
|
|
727
|
-
]
|
|
728
|
-
}
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"date": "Tue, 14 Sep 2021 16:52:55 GMT",
|
|
732
|
-
"tag": "beachball_v2.13.0",
|
|
733
|
-
"version": "2.13.0",
|
|
734
|
-
"comments": {
|
|
735
|
-
"minor": [
|
|
736
|
-
{
|
|
737
|
-
"author": "lingfangao@hotmail.com",
|
|
738
|
-
"package": "beachball",
|
|
739
|
-
"comment": "feat(mergeChangelogs): Add option to ignore depenent change entries",
|
|
740
|
-
"commit": "ede6bf0d6ea1a9a48ed8ad66ee1d4f2a668733f0"
|
|
741
|
-
}
|
|
742
|
-
]
|
|
743
|
-
}
|
|
744
|
-
},
|
|
745
|
-
{
|
|
746
|
-
"date": "Thu, 09 Sep 2021 21:15:31 GMT",
|
|
747
|
-
"tag": "beachball_v2.12.1",
|
|
748
|
-
"version": "2.12.1",
|
|
749
|
-
"comments": {
|
|
750
|
-
"patch": [
|
|
751
|
-
{
|
|
752
|
-
"author": "elcraig@microsoft.com",
|
|
753
|
-
"package": "beachball",
|
|
754
|
-
"comment": "Allow prerelease changes to have dependentChangeType: patch",
|
|
755
|
-
"commit": "3018eaba8d802175d1f0c77756ed59d78158b413"
|
|
756
|
-
}
|
|
757
|
-
]
|
|
758
|
-
}
|
|
759
|
-
},
|
|
760
|
-
{
|
|
761
|
-
"date": "Thu, 09 Sep 2021 19:45:50 GMT",
|
|
762
|
-
"tag": "beachball_v2.12.0",
|
|
763
|
-
"version": "2.12.0",
|
|
764
|
-
"comments": {
|
|
765
|
-
"minor": [
|
|
766
|
-
{
|
|
767
|
-
"author": "elcraig@microsoft.com",
|
|
768
|
-
"package": "beachball",
|
|
769
|
-
"comment": "Add ignorePatterns option",
|
|
770
|
-
"commit": "245ac20af492134054406b80808bfadebf391759"
|
|
771
|
-
}
|
|
772
|
-
]
|
|
773
|
-
}
|
|
774
|
-
},
|
|
775
|
-
{
|
|
776
|
-
"date": "Thu, 09 Sep 2021 17:29:48 GMT",
|
|
777
|
-
"tag": "beachball_v2.11.2",
|
|
778
|
-
"version": "2.11.2",
|
|
779
|
-
"comments": {
|
|
780
|
-
"patch": [
|
|
781
|
-
{
|
|
782
|
-
"author": "elcraig@microsoft.com",
|
|
783
|
-
"package": "beachball",
|
|
784
|
-
"comment": "Improve invalid change file error messages",
|
|
785
|
-
"commit": "0acb38a6496bc354d06947f7435d40ffd7618d40"
|
|
786
|
-
}
|
|
787
|
-
]
|
|
788
|
-
}
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
"date": "Wed, 08 Sep 2021 18:31:30 GMT",
|
|
792
|
-
"tag": "beachball_v2.11.1",
|
|
793
|
-
"version": "2.11.1",
|
|
794
|
-
"comments": {
|
|
795
|
-
"patch": [
|
|
796
|
-
{
|
|
797
|
-
"author": "Rauno56@gmail.com",
|
|
798
|
-
"package": "beachball",
|
|
799
|
-
"comment": "Fix the broken links to change-files",
|
|
800
|
-
"commit": "c4c2941360707505f3febc832b2565a8a2d6d98e"
|
|
801
|
-
}
|
|
802
|
-
]
|
|
803
|
-
}
|
|
804
|
-
},
|
|
805
|
-
{
|
|
806
|
-
"date": "Tue, 07 Sep 2021 16:43:18 GMT",
|
|
807
|
-
"tag": "beachball_v2.11.0",
|
|
808
|
-
"version": "2.11.0",
|
|
809
|
-
"comments": {
|
|
810
|
-
"minor": [
|
|
811
|
-
{
|
|
812
|
-
"author": "pravcha@microsoft.com",
|
|
813
|
-
"package": "beachball",
|
|
814
|
-
"comment": "Added custom transform option for the changeFiles",
|
|
815
|
-
"commit": "b5ceceb8f0f7f54fa53303385c1e97a226acdce0"
|
|
816
|
-
}
|
|
817
|
-
]
|
|
818
|
-
}
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
"date": "Fri, 30 Jul 2021 21:04:39 GMT",
|
|
822
|
-
"tag": "beachball_v2.10.2",
|
|
823
|
-
"version": "2.10.2",
|
|
824
|
-
"comments": {
|
|
825
|
-
"patch": [
|
|
826
|
-
{
|
|
827
|
-
"author": "kchau@microsoft.com",
|
|
828
|
-
"package": "beachball",
|
|
829
|
-
"comment": "fixes canary not to use latest tag for npm",
|
|
830
|
-
"commit": "490bc4a71d8f5435373ad92ed2f420216c76db01"
|
|
831
|
-
}
|
|
832
|
-
]
|
|
833
|
-
}
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
"date": "Fri, 30 Jul 2021 07:14:51 GMT",
|
|
837
|
-
"tag": "beachball_v2.10.1",
|
|
838
|
-
"version": "2.10.1",
|
|
839
|
-
"comments": {
|
|
840
|
-
"patch": [
|
|
841
|
-
{
|
|
842
|
-
"author": "elcraig@microsoft.com",
|
|
843
|
-
"package": "beachball",
|
|
844
|
-
"comment": "Another attempt at ignoring test files",
|
|
845
|
-
"commit": "8ec91182c38fc20d4baa65246952384b9f61a0ef"
|
|
846
|
-
}
|
|
847
|
-
]
|
|
848
|
-
}
|
|
849
|
-
},
|
|
850
|
-
{
|
|
851
|
-
"date": "Fri, 30 Jul 2021 07:00:05 GMT",
|
|
852
|
-
"tag": "beachball_v2.10.0",
|
|
853
|
-
"version": "2.10.0",
|
|
854
|
-
"comments": {
|
|
855
|
-
"patch": [
|
|
856
|
-
{
|
|
857
|
-
"author": "elcraig@microsoft.com",
|
|
858
|
-
"package": "beachball",
|
|
859
|
-
"comment": "Stop publishing test and config files",
|
|
860
|
-
"commit": "f131accfc3bb83c816f9bdaef1b72383d846c277"
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"author": "elcraig@microsoft.com",
|
|
864
|
-
"package": "beachball",
|
|
865
|
-
"comment": "Reduce number of times `getPackageInfos` is called",
|
|
866
|
-
"commit": "f131accfc3bb83c816f9bdaef1b72383d846c277"
|
|
867
|
-
}
|
|
868
|
-
],
|
|
869
|
-
"minor": [
|
|
870
|
-
{
|
|
871
|
-
"author": "elcraig@microsoft.com",
|
|
872
|
-
"package": "beachball",
|
|
873
|
-
"comment": "Remove `group` from `PackageInfo`, and calculate as needed instead of setting it as a side effect",
|
|
874
|
-
"commit": "f131accfc3bb83c816f9bdaef1b72383d846c277"
|
|
875
|
-
}
|
|
876
|
-
]
|
|
877
|
-
}
|
|
878
|
-
},
|
|
879
|
-
{
|
|
880
|
-
"date": "Wed, 28 Jul 2021 22:17:37 GMT",
|
|
881
|
-
"tag": "beachball_v2.9.1",
|
|
882
|
-
"version": "2.9.1",
|
|
883
|
-
"comments": {
|
|
884
|
-
"none": [
|
|
885
|
-
{
|
|
886
|
-
"author": "elcraig@microsoft.com",
|
|
887
|
-
"package": "beachball",
|
|
888
|
-
"comment": "Remove unnecessary async/await in tests",
|
|
889
|
-
"commit": "86fcdd11979d82863da3f3837f072f66d4b58cbc"
|
|
890
|
-
}
|
|
891
|
-
]
|
|
892
|
-
}
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
"date": "Wed, 28 Jul 2021 21:59:24 GMT",
|
|
896
|
-
"tag": "beachball_v2.9.1",
|
|
897
|
-
"version": "2.9.1",
|
|
898
|
-
"comments": {
|
|
899
|
-
"patch": [
|
|
900
|
-
{
|
|
901
|
-
"author": "elcraig@microsoft.com",
|
|
902
|
-
"package": "beachball",
|
|
903
|
-
"comment": "Stop publishing docs and configs in npm package",
|
|
904
|
-
"commit": "1eb553983be08d3481d55073a6e6edee76d6e151"
|
|
905
|
-
}
|
|
906
|
-
]
|
|
907
|
-
}
|
|
908
|
-
},
|
|
909
|
-
{
|
|
910
|
-
"date": "Wed, 28 Jul 2021 21:55:21 GMT",
|
|
911
|
-
"tag": "beachball_v2.9.0",
|
|
912
|
-
"version": "2.9.0",
|
|
913
|
-
"comments": {
|
|
914
|
-
"minor": [
|
|
915
|
-
{
|
|
916
|
-
"author": "elcraig@microsoft.com",
|
|
917
|
-
"package": "beachball",
|
|
918
|
-
"comment": "Update typescript to 3.9",
|
|
919
|
-
"commit": "5e51cf6e0fc449788931724fe19d354b8203f03d"
|
|
920
|
-
}
|
|
921
|
-
]
|
|
922
|
-
}
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"date": "Wed, 28 Jul 2021 21:52:19 GMT",
|
|
926
|
-
"tag": "beachball_v2.8.1",
|
|
927
|
-
"version": "2.8.1",
|
|
928
|
-
"comments": {
|
|
929
|
-
"none": [
|
|
930
|
-
{
|
|
931
|
-
"author": "elcraig@microsoft.com",
|
|
932
|
-
"package": "beachball",
|
|
933
|
-
"comment": "Add note about setting up check in github actions",
|
|
934
|
-
"commit": "ffb98fbe58257f34d004179bed49478dd1058b05"
|
|
935
|
-
}
|
|
936
|
-
]
|
|
937
|
-
}
|
|
938
|
-
},
|
|
939
|
-
{
|
|
940
|
-
"date": "Fri, 23 Jul 2021 01:18:00 GMT",
|
|
941
|
-
"tag": "beachball_v2.8.1",
|
|
942
|
-
"version": "2.8.1",
|
|
943
|
-
"comments": {
|
|
944
|
-
"none": [
|
|
945
|
-
{
|
|
946
|
-
"author": "elcraig@microsoft.com",
|
|
947
|
-
"package": "beachball",
|
|
948
|
-
"comment": "Deduplicate locally installed deps",
|
|
949
|
-
"commit": "642c51370af50c70d0cf39ca00b5e094c48d2a5e"
|
|
950
|
-
}
|
|
951
|
-
]
|
|
952
|
-
}
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"date": "Fri, 23 Jul 2021 00:04:33 GMT",
|
|
956
|
-
"tag": "beachball_v2.8.1",
|
|
957
|
-
"version": "2.8.1",
|
|
958
|
-
"comments": {
|
|
959
|
-
"patch": [
|
|
960
|
-
{
|
|
961
|
-
"author": "scott.schmalz@gmail.com",
|
|
962
|
-
"package": "beachball",
|
|
963
|
-
"comment": "Add fallback logic for publishConfig values",
|
|
964
|
-
"commit": "b50f8ca98ef14451eba4c6c74283160140055d06"
|
|
965
|
-
}
|
|
966
|
-
]
|
|
967
|
-
}
|
|
968
|
-
},
|
|
969
|
-
{
|
|
970
|
-
"date": "Thu, 22 Jul 2021 23:33:10 GMT",
|
|
971
|
-
"tag": "beachball_v2.8.0",
|
|
972
|
-
"version": "2.8.0",
|
|
973
|
-
"comments": {
|
|
974
|
-
"minor": [
|
|
975
|
-
{
|
|
976
|
-
"author": "pravcha@microsoft.com",
|
|
977
|
-
"package": "beachball",
|
|
978
|
-
"comment": "Fix for handling of custom schema while updating the CHANGELOG.json file",
|
|
979
|
-
"commit": "61e6a01bf0e6782eae7d436b9ad6edd62f654509"
|
|
980
|
-
}
|
|
981
|
-
]
|
|
982
|
-
}
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
"date": "Thu, 22 Jul 2021 22:56:40 GMT",
|
|
986
|
-
"tag": "beachball_v2.7.0",
|
|
987
|
-
"version": "2.7.0",
|
|
988
|
-
"comments": {
|
|
989
|
-
"none": [
|
|
990
|
-
{
|
|
991
|
-
"comment": "Update prettier",
|
|
992
|
-
"author": "elcraig@microsoft.com",
|
|
993
|
-
"commit": "45d18e57ddee5651068418d46e940e3b00a452d2",
|
|
994
|
-
"package": "beachball"
|
|
995
|
-
}
|
|
996
|
-
]
|
|
997
|
-
}
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"date": "Thu, 22 Jul 2021 22:09:07 GMT",
|
|
1001
|
-
"tag": "beachball_v2.7.0",
|
|
1002
|
-
"version": "2.7.0",
|
|
1003
|
-
"comments": {
|
|
1004
|
-
"minor": [
|
|
1005
|
-
{
|
|
1006
|
-
"comment": "Adding option to specify custom changelog at the package level",
|
|
1007
|
-
"author": "pravcha@microsoft.com",
|
|
1008
|
-
"commit": "5504b62f75adc607c560bbebe15d872e32cabe3f",
|
|
1009
|
-
"package": "beachball"
|
|
1010
|
-
}
|
|
1011
|
-
]
|
|
1012
|
-
}
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"date": "Fri, 16 Jul 2021 18:38:32 GMT",
|
|
1016
|
-
"tag": "beachball_v2.6.3",
|
|
1017
|
-
"version": "2.6.3",
|
|
1018
|
-
"comments": {
|
|
1019
|
-
"none": [
|
|
1020
|
-
{
|
|
1021
|
-
"comment": "fixing up some tests",
|
|
1022
|
-
"author": "kchau@microsoft.com",
|
|
1023
|
-
"commit": "5db50ba38ace3faa0b03c46a215179c347cefbe0",
|
|
1024
|
-
"package": "beachball"
|
|
1025
|
-
}
|
|
1026
|
-
]
|
|
1027
|
-
}
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"date": "Fri, 16 Jul 2021 18:14:39 GMT",
|
|
1031
|
-
"tag": "beachball_v2.6.3",
|
|
1032
|
-
"version": "2.6.3",
|
|
1033
|
-
"comments": {
|
|
1034
|
-
"patch": [
|
|
1035
|
-
{
|
|
1036
|
-
"comment": "Fixes changelogs comment count to be overridden by dependent bumps",
|
|
1037
|
-
"author": "kchau@microsoft.com",
|
|
1038
|
-
"commit": "5b314c7292fad48e482bcc270f8dc9008230cc59",
|
|
1039
|
-
"package": "beachball"
|
|
1040
|
-
}
|
|
1041
|
-
]
|
|
1042
|
-
}
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"date": "Tue, 22 Jun 2021 21:13:07 GMT",
|
|
1046
|
-
"tag": "beachball_v2.6.2",
|
|
1047
|
-
"version": "2.6.2",
|
|
1048
|
-
"comments": {
|
|
1049
|
-
"none": [
|
|
1050
|
-
{
|
|
1051
|
-
"comment": "release docs",
|
|
1052
|
-
"author": "kchau@microsoft.com",
|
|
1053
|
-
"commit": "7e8ac56675714f2ad918bc462bbad8ad5abc4f14",
|
|
1054
|
-
"package": "beachball"
|
|
1055
|
-
}
|
|
1056
|
-
]
|
|
1057
|
-
}
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"date": "Tue, 22 Jun 2021 20:45:00 GMT",
|
|
1061
|
-
"tag": "beachball_v2.6.2",
|
|
1062
|
-
"version": "2.6.2",
|
|
1063
|
-
"comments": {
|
|
1064
|
-
"patch": [
|
|
1065
|
-
{
|
|
1066
|
-
"comment": "Fixes a perf regression due to a change in getting remote default branch",
|
|
1067
|
-
"author": "kchau@microsoft.com",
|
|
1068
|
-
"commit": "ef2d50f07c12f4a812b7d3625874a95168c771e5",
|
|
1069
|
-
"package": "beachball"
|
|
1070
|
-
}
|
|
1071
|
-
]
|
|
1072
|
-
}
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
"date": "Thu, 03 Jun 2021 20:30:47 GMT",
|
|
1076
|
-
"tag": "beachball_v2.6.1",
|
|
1077
|
-
"version": "2.6.1",
|
|
1078
|
-
"comments": {
|
|
1079
|
-
"patch": [
|
|
1080
|
-
{
|
|
1081
|
-
"comment": "actually query for the default branch rather than assuming master",
|
|
1082
|
-
"author": "kchau@microsoft.com",
|
|
1083
|
-
"commit": "9bc6cefae1cc3894790427a7f88013ed960416c7",
|
|
1084
|
-
"package": "beachball"
|
|
1085
|
-
}
|
|
1086
|
-
]
|
|
1087
|
-
}
|
|
1088
|
-
},
|
|
1089
|
-
{
|
|
1090
|
-
"date": "Thu, 03 Jun 2021 19:08:26 GMT",
|
|
1091
|
-
"tag": "beachball_v2.6.0",
|
|
1092
|
-
"version": "2.6.0",
|
|
1093
|
-
"comments": {
|
|
1094
|
-
"minor": [
|
|
1095
|
-
{
|
|
1096
|
-
"comment": "Beachball check is going to be much faster",
|
|
1097
|
-
"author": "kchau@microsoft.com",
|
|
1098
|
-
"commit": "29251e6707e922c64661e5659c92e16954c28281",
|
|
1099
|
-
"package": "beachball"
|
|
1100
|
-
}
|
|
1101
|
-
]
|
|
1102
|
-
}
|
|
1103
|
-
},
|
|
1104
|
-
{
|
|
1105
|
-
"date": "Fri, 28 May 2021 02:09:13 GMT",
|
|
1106
|
-
"tag": "beachball_v2.5.1",
|
|
1107
|
-
"version": "2.5.1",
|
|
1108
|
-
"comments": {
|
|
1109
|
-
"patch": [
|
|
1110
|
-
{
|
|
1111
|
-
"comment": "Improve tests to be robust angainst global setting for default branch",
|
|
1112
|
-
"author": "dannyvv@microsoft.com",
|
|
1113
|
-
"commit": "dda50add15e70a0f700643e92732702a39eaaaf1",
|
|
1114
|
-
"package": "beachball"
|
|
1115
|
-
}
|
|
1116
|
-
]
|
|
1117
|
-
}
|
|
1118
|
-
},
|
|
1119
|
-
{
|
|
1120
|
-
"date": "Thu, 27 May 2021 22:24:48 GMT",
|
|
1121
|
-
"tag": "beachball_v2.5.0",
|
|
1122
|
-
"version": "2.5.0",
|
|
1123
|
-
"comments": {
|
|
1124
|
-
"patch": [
|
|
1125
|
-
{
|
|
1126
|
-
"comment": "bump workspace-tools",
|
|
1127
|
-
"author": "kchau@microsoft.com",
|
|
1128
|
-
"commit": "895323e59aa11cfebf2a6eee0edfaec18f932d51",
|
|
1129
|
-
"package": "beachball"
|
|
1130
|
-
}
|
|
1131
|
-
],
|
|
1132
|
-
"minor": [
|
|
1133
|
-
{
|
|
1134
|
-
"comment": "Add validation for the dependentChangeType field in changefiles",
|
|
1135
|
-
"author": "nickykalu@microsoft.com",
|
|
1136
|
-
"commit": "895323e59aa11cfebf2a6eee0edfaec18f932d51",
|
|
1137
|
-
"package": "beachball"
|
|
1138
|
-
}
|
|
1139
|
-
]
|
|
1140
|
-
}
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"date": "Thu, 27 May 2021 22:23:24 GMT",
|
|
1144
|
-
"tag": "beachball_v2.4.1",
|
|
1145
|
-
"version": "2.4.1",
|
|
1146
|
-
"comments": {
|
|
1147
|
-
"patch": [
|
|
1148
|
-
{
|
|
1149
|
-
"comment": "bump workspace-tools",
|
|
1150
|
-
"author": "kchau@microsoft.com",
|
|
1151
|
-
"commit": "03d1849570e6db63d9a38b64113d0d7162d47344",
|
|
1152
|
-
"package": "beachball"
|
|
1153
|
-
}
|
|
1154
|
-
]
|
|
1155
|
-
}
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"date": "Thu, 20 May 2021 22:47:45 GMT",
|
|
1159
|
-
"tag": "beachball_v2.4.0",
|
|
1160
|
-
"version": "2.4.0",
|
|
1161
|
-
"comments": {
|
|
1162
|
-
"minor": [
|
|
1163
|
-
{
|
|
1164
|
-
"comment": "Add npm basic auth capability via new authType argument.",
|
|
1165
|
-
"author": "jagore@microsoft.com",
|
|
1166
|
-
"commit": "de07010e1621bb220eb569ebb8217f48e5556099",
|
|
1167
|
-
"package": "beachball"
|
|
1168
|
-
}
|
|
1169
|
-
]
|
|
1170
|
-
}
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
"date": "Fri, 07 May 2021 15:12:45 GMT",
|
|
1174
|
-
"tag": "beachball_v2.3.0",
|
|
1175
|
-
"version": "2.3.0",
|
|
1176
|
-
"comments": {
|
|
1177
|
-
"minor": [
|
|
1178
|
-
{
|
|
1179
|
-
"comment": "Only commit changefiles and ignore other staged files on 'beachball change command'",
|
|
1180
|
-
"author": "nickykalu@microsoft.com",
|
|
1181
|
-
"commit": "76e09dcbab67fe663588db768ff49dfd7aacf7a5",
|
|
1182
|
-
"package": "beachball"
|
|
1183
|
-
}
|
|
1184
|
-
]
|
|
1185
|
-
}
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"date": "Wed, 14 Apr 2021 15:34:23 GMT",
|
|
1189
|
-
"tag": "beachball_v2.2.0",
|
|
1190
|
-
"version": "2.2.0",
|
|
1191
|
-
"comments": {
|
|
1192
|
-
"minor": [
|
|
1193
|
-
{
|
|
1194
|
-
"comment": "feat: Bump workspace-tools",
|
|
1195
|
-
"author": "asgramme@microsoft.com",
|
|
1196
|
-
"commit": "ef711902e218bc624a1f33ea1c6bbac2eecc0d23",
|
|
1197
|
-
"package": "beachball"
|
|
1198
|
-
}
|
|
1199
|
-
]
|
|
1200
|
-
}
|
|
1201
|
-
},
|
|
1202
|
-
{
|
|
1203
|
-
"date": "Fri, 02 Apr 2021 17:49:52 GMT",
|
|
1204
|
-
"tag": "beachball_v2.1.0",
|
|
1205
|
-
"version": "2.1.0",
|
|
1206
|
-
"comments": {
|
|
1207
|
-
"minor": [
|
|
1208
|
-
{
|
|
1209
|
-
"comment": "adds a feature of adding publish-config, bumps requirement to node 12",
|
|
1210
|
-
"author": "kchau@microsoft.com",
|
|
1211
|
-
"commit": "2b0e17b388ced2801941a6fc6f0d1a4ef9f3e961",
|
|
1212
|
-
"package": "beachball"
|
|
1213
|
-
}
|
|
1214
|
-
]
|
|
1215
|
-
}
|
|
1216
|
-
},
|
|
1217
|
-
{
|
|
1218
|
-
"date": "Fri, 02 Apr 2021 17:34:25 GMT",
|
|
1219
|
-
"tag": "beachball_v2.0.0",
|
|
1220
|
-
"version": "2.0.0",
|
|
1221
|
-
"comments": {
|
|
1222
|
-
"none": [
|
|
1223
|
-
{
|
|
1224
|
-
"comment": "MAJOR BUMP! Adding a requirement of node engine 12+",
|
|
1225
|
-
"author": "kchau@microsoft.com",
|
|
1226
|
-
"commit": "490d791eca1ad854df73202c88ae5fb99ca57c89",
|
|
1227
|
-
"package": "beachball"
|
|
1228
|
-
}
|
|
1229
|
-
]
|
|
1230
|
-
}
|
|
1231
|
-
},
|
|
1232
|
-
{
|
|
1233
|
-
"date": "Tue, 23 Mar 2021 17:35:03 GMT",
|
|
1234
|
-
"tag": "beachball_v1.53.2",
|
|
1235
|
-
"version": "1.53.2",
|
|
1236
|
-
"comments": {
|
|
1237
|
-
"patch": [
|
|
1238
|
-
{
|
|
1239
|
-
"comment": "Update canary command to respect --no-publish flag",
|
|
1240
|
-
"author": "mail@jamesburnside.com",
|
|
1241
|
-
"commit": "1e75f811ceb20338da4416559d7b6abfa94bf3eb",
|
|
1242
|
-
"package": "beachball"
|
|
1243
|
-
}
|
|
1244
|
-
]
|
|
1245
|
-
}
|
|
1246
|
-
},
|
|
1247
|
-
{
|
|
1248
|
-
"date": "Thu, 04 Mar 2021 18:56:14 GMT",
|
|
1249
|
-
"tag": "beachball_v1.53.1",
|
|
1250
|
-
"version": "1.53.1",
|
|
1251
|
-
"comments": {
|
|
1252
|
-
"patch": [
|
|
1253
|
-
{
|
|
1254
|
-
"comment": "Fix detection of default remote branch when it's not specified at CLI",
|
|
1255
|
-
"author": "elcraig@microsoft.com",
|
|
1256
|
-
"commit": "cd61645e8e50de5893d7361b85eeca86ed9cb64a",
|
|
1257
|
-
"package": "beachball"
|
|
1258
|
-
}
|
|
1259
|
-
]
|
|
1260
|
-
}
|
|
1261
|
-
},
|
|
1262
|
-
{
|
|
1263
|
-
"date": "Tue, 23 Feb 2021 20:40:17 GMT",
|
|
1264
|
-
"tag": "beachball_v1.53.0",
|
|
1265
|
-
"version": "1.53.0",
|
|
1266
|
-
"comments": {
|
|
1267
|
-
"minor": [
|
|
1268
|
-
{
|
|
1269
|
-
"comment": "adds a --all canary option",
|
|
1270
|
-
"author": "kchau@microsoft.com",
|
|
1271
|
-
"commit": "db651cab1c284436c12fa0e676f669226aff0ea3",
|
|
1272
|
-
"package": "beachball"
|
|
1273
|
-
}
|
|
1274
|
-
]
|
|
1275
|
-
}
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"date": "Thu, 18 Feb 2021 22:45:51 GMT",
|
|
1279
|
-
"tag": "beachball_v1.52.0",
|
|
1280
|
-
"version": "1.52.0",
|
|
1281
|
-
"comments": {
|
|
1282
|
-
"minor": [
|
|
1283
|
-
{
|
|
1284
|
-
"comment": "adding an init command",
|
|
1285
|
-
"author": "kchau@microsoft.com",
|
|
1286
|
-
"commit": "4901eaa73f68d18d613b339d4ee29511452183c4",
|
|
1287
|
-
"package": "beachball"
|
|
1288
|
-
}
|
|
1289
|
-
]
|
|
1290
|
-
}
|
|
1291
|
-
},
|
|
1292
|
-
{
|
|
1293
|
-
"date": "Thu, 18 Feb 2021 21:54:39 GMT",
|
|
1294
|
-
"tag": "beachball_v1.51.2",
|
|
1295
|
-
"version": "1.51.2",
|
|
1296
|
-
"comments": {
|
|
1297
|
-
"patch": [
|
|
1298
|
-
{
|
|
1299
|
-
"comment": "more workspace-tools integration: getPackageInfos",
|
|
1300
|
-
"author": "kchau@microsoft.com",
|
|
1301
|
-
"commit": "8d3b312f514b46d111a4c27f420498c3ce6edbe1",
|
|
1302
|
-
"package": "beachball"
|
|
1303
|
-
}
|
|
1304
|
-
]
|
|
1305
|
-
}
|
|
1306
|
-
},
|
|
1307
|
-
{
|
|
1308
|
-
"date": "Wed, 17 Feb 2021 00:12:20 GMT",
|
|
1309
|
-
"tag": "beachball_v1.51.1",
|
|
1310
|
-
"version": "1.51.1",
|
|
1311
|
-
"comments": {
|
|
1312
|
-
"patch": [
|
|
1313
|
-
{
|
|
1314
|
-
"comment": "replacing the git util from beachball with the workspace-tools one",
|
|
1315
|
-
"author": "kchau@microsoft.com",
|
|
1316
|
-
"commit": "7fddbdea5866cfbcb602e63ff04dadd51748a683",
|
|
1317
|
-
"package": "beachball"
|
|
1318
|
-
}
|
|
1319
|
-
]
|
|
1320
|
-
}
|
|
1321
|
-
},
|
|
1322
|
-
{
|
|
1323
|
-
"date": "Tue, 16 Feb 2021 16:43:02 GMT",
|
|
1324
|
-
"tag": "beachball_v1.51.0",
|
|
1325
|
-
"version": "1.51.0",
|
|
1326
|
-
"comments": {
|
|
1327
|
-
"none": [
|
|
1328
|
-
{
|
|
1329
|
-
"comment": "Add docs for sync; doc formatting improvements",
|
|
1330
|
-
"author": "elcraig@microsoft.com",
|
|
1331
|
-
"commit": "fd914e83a7227026955cb4b40c728a6d38439a4d",
|
|
1332
|
-
"package": "beachball"
|
|
1333
|
-
}
|
|
1334
|
-
],
|
|
1335
|
-
"minor": [
|
|
1336
|
-
{
|
|
1337
|
-
"comment": "Add postpublish hook",
|
|
1338
|
-
"author": "mmaclachlan@ccri.com",
|
|
1339
|
-
"commit": "fd914e83a7227026955cb4b40c728a6d38439a4d",
|
|
1340
|
-
"package": "beachball"
|
|
1341
|
-
}
|
|
1342
|
-
]
|
|
1343
|
-
}
|
|
1344
|
-
},
|
|
1345
|
-
{
|
|
1346
|
-
"date": "Tue, 16 Feb 2021 16:40:49 GMT",
|
|
1347
|
-
"tag": "beachball_v1.50.1",
|
|
1348
|
-
"version": "1.50.1",
|
|
1349
|
-
"comments": {
|
|
1350
|
-
"none": [
|
|
1351
|
-
{
|
|
1352
|
-
"comment": "Add docs for sync; doc formatting improvements",
|
|
1353
|
-
"author": "elcraig@microsoft.com",
|
|
1354
|
-
"commit": "226ff044337c5f539cdd9016389c9e6d468f6439",
|
|
1355
|
-
"package": "beachball"
|
|
1356
|
-
}
|
|
1357
|
-
]
|
|
1358
|
-
}
|
|
1359
|
-
},
|
|
1360
|
-
{
|
|
1361
|
-
"date": "Thu, 04 Feb 2021 18:56:24 GMT",
|
|
1362
|
-
"tag": "beachball_v1.50.1",
|
|
1363
|
-
"version": "1.50.1",
|
|
1364
|
-
"comments": {
|
|
1365
|
-
"patch": [
|
|
1366
|
-
{
|
|
1367
|
-
"comment": "check: Add validation of published package deps",
|
|
1368
|
-
"author": "elcraig@microsoft.com",
|
|
1369
|
-
"commit": "fc8a0abccfae73a9e7dda68d3ed147101f16978e",
|
|
1370
|
-
"package": "beachball"
|
|
1371
|
-
}
|
|
1372
|
-
]
|
|
1373
|
-
}
|
|
1374
|
-
},
|
|
1375
|
-
{
|
|
1376
|
-
"date": "Fri, 22 Jan 2021 23:56:47 GMT",
|
|
1377
|
-
"tag": "beachball_v1.50.0",
|
|
1378
|
-
"version": "1.50.0",
|
|
1379
|
-
"comments": {
|
|
1380
|
-
"minor": [
|
|
1381
|
-
{
|
|
1382
|
-
"comment": "Allow passing --config to specify config file",
|
|
1383
|
-
"author": "ngerlem@microsoft.com",
|
|
1384
|
-
"commit": "63f41d44014d929448b0e8d01229b5cb7354bc05",
|
|
1385
|
-
"package": "beachball"
|
|
1386
|
-
}
|
|
1387
|
-
]
|
|
1388
|
-
}
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"date": "Tue, 12 Jan 2021 20:28:35 GMT",
|
|
1392
|
-
"tag": "beachball_v1.49.0",
|
|
1393
|
-
"version": "1.49.0",
|
|
1394
|
-
"comments": {
|
|
1395
|
-
"minor": [
|
|
1396
|
-
{
|
|
1397
|
-
"comment": "Roll-up the changelogs to dependents",
|
|
1398
|
-
"author": "arabisho@microsoft.com",
|
|
1399
|
-
"commit": "3a2f081fd36cedc6124ba4253d8abac2e8a145b7",
|
|
1400
|
-
"package": "beachball"
|
|
1401
|
-
}
|
|
1402
|
-
]
|
|
1403
|
-
}
|
|
1404
|
-
},
|
|
1405
|
-
{
|
|
1406
|
-
"date": "Mon, 11 Jan 2021 10:30:42 GMT",
|
|
1407
|
-
"tag": "beachball_v1.48.3",
|
|
1408
|
-
"version": "1.48.3",
|
|
1409
|
-
"comments": {
|
|
1410
|
-
"patch": [
|
|
1411
|
-
{
|
|
1412
|
-
"comment": "Prevent prompt from overriding the message passed by CLI args",
|
|
1413
|
-
"author": "arabisho@microsoft.com",
|
|
1414
|
-
"commit": "a0eab37c0a4880304b79232e63c65241daabde51",
|
|
1415
|
-
"package": "beachball"
|
|
1416
|
-
}
|
|
1417
|
-
]
|
|
1418
|
-
}
|
|
1419
|
-
},
|
|
1420
|
-
{
|
|
1421
|
-
"date": "Tue, 05 Jan 2021 05:46:59 GMT",
|
|
1422
|
-
"tag": "beachball_v1.48.2",
|
|
1423
|
-
"version": "1.48.2",
|
|
1424
|
-
"comments": {
|
|
1425
|
-
"patch": [
|
|
1426
|
-
{
|
|
1427
|
-
"comment": "Add support for multiple project roots within a repo",
|
|
1428
|
-
"author": "bewegger@microsoft.com",
|
|
1429
|
-
"commit": "e752b65c09276a27a2564140d41ee882fa0862d7",
|
|
1430
|
-
"package": "beachball"
|
|
1431
|
-
}
|
|
1432
|
-
]
|
|
1433
|
-
}
|
|
1434
|
-
},
|
|
1435
|
-
{
|
|
1436
|
-
"date": "Fri, 18 Dec 2020 18:31:08 GMT",
|
|
1437
|
-
"tag": "beachball_v1.48.1",
|
|
1438
|
-
"version": "1.48.1",
|
|
1439
|
-
"comments": {
|
|
1440
|
-
"patch": [
|
|
1441
|
-
{
|
|
1442
|
-
"comment": "Use merge base for comparing two refs",
|
|
1443
|
-
"author": "arabisho@microsoft.com",
|
|
1444
|
-
"commit": "57fa2163ea6ba6db3835071bbe1e1fd783db08e8",
|
|
1445
|
-
"package": "beachball"
|
|
1446
|
-
}
|
|
1447
|
-
]
|
|
1448
|
-
}
|
|
1449
|
-
},
|
|
1450
|
-
{
|
|
1451
|
-
"date": "Mon, 14 Dec 2020 21:08:05 GMT",
|
|
1452
|
-
"tag": "beachball_v1.48.0",
|
|
1453
|
-
"version": "1.48.0",
|
|
1454
|
-
"comments": {
|
|
1455
|
-
"minor": [
|
|
1456
|
-
{
|
|
1457
|
-
"comment": "Adding a new option that allows to specify a pre-release prefix",
|
|
1458
|
-
"author": "arabisho@microsoft.com",
|
|
1459
|
-
"commit": "7c69d8e23da108b91488084314d3c811607a6842",
|
|
1460
|
-
"package": "beachball"
|
|
1461
|
-
}
|
|
1462
|
-
]
|
|
1463
|
-
}
|
|
1464
|
-
},
|
|
1465
|
-
{
|
|
1466
|
-
"date": "Thu, 10 Dec 2020 21:14:31 GMT",
|
|
1467
|
-
"tag": "beachball_v1.47.1",
|
|
1468
|
-
"version": "1.47.1",
|
|
1469
|
-
"comments": {
|
|
1470
|
-
"patch": [
|
|
1471
|
-
{
|
|
1472
|
-
"comment": "Cap the output from git to avoid process crashing with enobufs",
|
|
1473
|
-
"author": "arabisho@microsoft.com",
|
|
1474
|
-
"commit": "13810657966c31e44857ceef375b3804e1d036f9",
|
|
1475
|
-
"package": "beachball"
|
|
1476
|
-
}
|
|
1477
|
-
]
|
|
1478
|
-
}
|
|
1479
|
-
},
|
|
1480
|
-
{
|
|
1481
|
-
"date": "Tue, 08 Dec 2020 19:53:12 GMT",
|
|
1482
|
-
"tag": "beachball_v1.47.0",
|
|
1483
|
-
"version": "1.47.0",
|
|
1484
|
-
"comments": {
|
|
1485
|
-
"minor": [
|
|
1486
|
-
{
|
|
1487
|
-
"comment": "Implement the 'disallow-deleted-change-files' flag",
|
|
1488
|
-
"author": "arabisho@microsoft.com",
|
|
1489
|
-
"commit": "a023cbe084645b9f411e6d43e7ca95cb0e27d31d",
|
|
1490
|
-
"package": "beachball"
|
|
1491
|
-
}
|
|
1492
|
-
]
|
|
1493
|
-
}
|
|
1494
|
-
},
|
|
1495
|
-
{
|
|
1496
|
-
"date": "Tue, 08 Dec 2020 18:55:00 GMT",
|
|
1497
|
-
"tag": "beachball_v1.46.0",
|
|
1498
|
-
"version": "1.46.0",
|
|
1499
|
-
"comments": {
|
|
1500
|
-
"minor": [
|
|
1501
|
-
{
|
|
1502
|
-
"comment": "Expose dependent-change-type as CLI argument",
|
|
1503
|
-
"author": "arabisho@microsoft.com",
|
|
1504
|
-
"commit": "a919976c7db6d1fbca0695485ca627b1a606f3b2",
|
|
1505
|
-
"package": "beachball"
|
|
1506
|
-
}
|
|
1507
|
-
]
|
|
1508
|
-
}
|
|
1509
|
-
},
|
|
1510
|
-
{
|
|
1511
|
-
"date": "Tue, 08 Dec 2020 18:18:13 GMT",
|
|
1512
|
-
"tag": "beachball_v1.45.1",
|
|
1513
|
-
"version": "1.45.1",
|
|
1514
|
-
"comments": {
|
|
1515
|
-
"patch": [
|
|
1516
|
-
{
|
|
1517
|
-
"comment": "Set disallowedChangeTypes property only if arg is present",
|
|
1518
|
-
"author": "arabisho@microsoft.com",
|
|
1519
|
-
"commit": "7cc7f6a769e1d6ad4e39c01cdff9c42fe8a1bce7",
|
|
1520
|
-
"package": "beachball"
|
|
1521
|
-
}
|
|
1522
|
-
]
|
|
1523
|
-
}
|
|
1524
|
-
},
|
|
1525
|
-
{
|
|
1526
|
-
"date": "Tue, 01 Dec 2020 23:16:33 GMT",
|
|
1527
|
-
"tag": "beachball_v1.45.0",
|
|
1528
|
-
"version": "1.45.0",
|
|
1529
|
-
"comments": {
|
|
1530
|
-
"minor": [
|
|
1531
|
-
{
|
|
1532
|
-
"comment": "Expose 'disallowed-change-types' as a CLI option",
|
|
1533
|
-
"author": "arabisho@microsoft.com",
|
|
1534
|
-
"commit": "5a75f948137a811193dcf73e07e5067be6e3aeb2",
|
|
1535
|
-
"package": "beachball"
|
|
1536
|
-
}
|
|
1537
|
-
]
|
|
1538
|
-
}
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"date": "Mon, 30 Nov 2020 18:16:10 GMT",
|
|
1542
|
-
"tag": "beachball_v1.44.0",
|
|
1543
|
-
"version": "1.44.0",
|
|
1544
|
-
"comments": {
|
|
1545
|
-
"minor": [
|
|
1546
|
-
{
|
|
1547
|
-
"comment": "Bump yargs version",
|
|
1548
|
-
"author": "1581488+christiango@users.noreply.github.com",
|
|
1549
|
-
"commit": "f180748cf98d1e26ba69f55146e24cf90f28efb2",
|
|
1550
|
-
"package": "beachball"
|
|
1551
|
-
}
|
|
1552
|
-
]
|
|
1553
|
-
}
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
"date": "Fri, 20 Nov 2020 18:46:16 GMT",
|
|
1557
|
-
"tag": "beachball_v1.43.1",
|
|
1558
|
-
"version": "1.43.1",
|
|
1559
|
-
"comments": {
|
|
1560
|
-
"patch": [
|
|
1561
|
-
{
|
|
1562
|
-
"comment": "Respect --token argument in the sync command",
|
|
1563
|
-
"author": "arabisho@microsoft.com",
|
|
1564
|
-
"commit": "0fc24595ec6e273c66159fbb6e67c3f4f1e2fbaa",
|
|
1565
|
-
"package": "beachball"
|
|
1566
|
-
}
|
|
1567
|
-
]
|
|
1568
|
-
}
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
"date": "Fri, 20 Nov 2020 18:02:40 GMT",
|
|
1572
|
-
"tag": "beachball_v1.43.0",
|
|
1573
|
-
"version": "1.43.0",
|
|
1574
|
-
"comments": {
|
|
1575
|
-
"minor": [
|
|
1576
|
-
{
|
|
1577
|
-
"comment": "Allow branch name to fall back to config file. Fixes #377",
|
|
1578
|
-
"author": "jdh@microsoft.com",
|
|
1579
|
-
"commit": "7d3a8b9d996653ddb09c44c89fbde0d7d1eafff9",
|
|
1580
|
-
"package": "beachball"
|
|
1581
|
-
}
|
|
1582
|
-
]
|
|
1583
|
-
}
|
|
1584
|
-
},
|
|
1585
|
-
{
|
|
1586
|
-
"date": "Wed, 28 Oct 2020 21:21:29 GMT",
|
|
1587
|
-
"tag": "beachball_v1.42.0",
|
|
1588
|
-
"version": "1.42.0",
|
|
1589
|
-
"comments": {
|
|
1590
|
-
"minor": [
|
|
1591
|
-
{
|
|
1592
|
-
"comment": "Implements the --force flag for sync",
|
|
1593
|
-
"author": "arabisho@microsoft.com",
|
|
1594
|
-
"commit": "519ea76461edec413c1f045921cf1c3467af950a",
|
|
1595
|
-
"package": "beachball"
|
|
1596
|
-
}
|
|
1597
|
-
],
|
|
1598
|
-
"patch": [
|
|
1599
|
-
{
|
|
1600
|
-
"comment": "Fix syncE2E tests",
|
|
1601
|
-
"author": "arabisho@microsoft.com",
|
|
1602
|
-
"commit": "519ea76461edec413c1f045921cf1c3467af950a",
|
|
1603
|
-
"package": "beachball"
|
|
1604
|
-
}
|
|
1605
|
-
]
|
|
1606
|
-
}
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
"date": "Wed, 28 Oct 2020 20:58:56 GMT",
|
|
1610
|
-
"tag": "beachball_v1.41.0",
|
|
1611
|
-
"version": "1.41.0",
|
|
1612
|
-
"comments": {
|
|
1613
|
-
"minor": [
|
|
1614
|
-
{
|
|
1615
|
-
"comment": "Replace timestamps with uuids in change file names",
|
|
1616
|
-
"author": "arabisho@microsoft.com",
|
|
1617
|
-
"commit": "e72ab212c3b3cd7dc5c531050f52c8ec300786ae",
|
|
1618
|
-
"package": "beachball"
|
|
1619
|
-
}
|
|
1620
|
-
]
|
|
1621
|
-
}
|
|
1622
|
-
},
|
|
1623
|
-
{
|
|
1624
|
-
"date": "Wed, 28 Oct 2020 20:56:33 GMT",
|
|
1625
|
-
"tag": "beachball_v1.40.0",
|
|
1626
|
-
"version": "1.40.0",
|
|
1627
|
-
"comments": {
|
|
1628
|
-
"minor": [
|
|
1629
|
-
{
|
|
1630
|
-
"comment": "Remove timestamp from change files",
|
|
1631
|
-
"author": "arabisho@microsoft.com",
|
|
1632
|
-
"commit": "58884b64f40aca08c38c6130400d3b48f789d213",
|
|
1633
|
-
"package": "beachball"
|
|
1634
|
-
}
|
|
1635
|
-
]
|
|
1636
|
-
}
|
|
1637
|
-
},
|
|
1638
|
-
{
|
|
1639
|
-
"date": "Thu, 22 Oct 2020 00:00:35 GMT",
|
|
1640
|
-
"tag": "beachball_v1.39.1",
|
|
1641
|
-
"version": "1.39.1",
|
|
1642
|
-
"comments": {
|
|
1643
|
-
"patch": [
|
|
1644
|
-
{
|
|
1645
|
-
"comment": "Fix package level tag option.",
|
|
1646
|
-
"author": "xgao@microsoft.com",
|
|
1647
|
-
"commit": "208abfcf9a4c9f6b8a25f99f3016c410157e3352",
|
|
1648
|
-
"package": "beachball"
|
|
1649
|
-
}
|
|
1650
|
-
]
|
|
1651
|
-
}
|
|
1652
|
-
},
|
|
1653
|
-
{
|
|
1654
|
-
"date": "Wed, 21 Oct 2020 18:27:09 GMT",
|
|
1655
|
-
"tag": "beachball_v1.39.0",
|
|
1656
|
-
"version": "1.39.0",
|
|
1657
|
-
"comments": {
|
|
1658
|
-
"minor": [
|
|
1659
|
-
{
|
|
1660
|
-
"comment": "For out-of-scope package, do not update its dependencies versions along with its own version.",
|
|
1661
|
-
"author": "xgao@microsoft.com",
|
|
1662
|
-
"commit": "d2c075b372d0eaece29c6bfbb0805cd5fc96d6b0",
|
|
1663
|
-
"package": "beachball"
|
|
1664
|
-
}
|
|
1665
|
-
]
|
|
1666
|
-
}
|
|
1667
|
-
},
|
|
1668
|
-
{
|
|
1669
|
-
"date": "Mon, 19 Oct 2020 16:43:47 GMT",
|
|
1670
|
-
"tag": "beachball_v1.38.0",
|
|
1671
|
-
"version": "1.38.0",
|
|
1672
|
-
"comments": {
|
|
1673
|
-
"minor": [
|
|
1674
|
-
{
|
|
1675
|
-
"comment": "Update sync command to respect the --tag value",
|
|
1676
|
-
"author": "arabisho@microsoft.com",
|
|
1677
|
-
"commit": "757e85a27149659b36952d47b58b2ffa333e8841",
|
|
1678
|
-
"package": "beachball"
|
|
1679
|
-
}
|
|
1680
|
-
]
|
|
1681
|
-
}
|
|
1682
|
-
},
|
|
1683
|
-
{
|
|
1684
|
-
"date": "Wed, 07 Oct 2020 23:22:24 GMT",
|
|
1685
|
-
"tag": "beachball_v1.37.0",
|
|
1686
|
-
"version": "1.37.0",
|
|
1687
|
-
"comments": {
|
|
1688
|
-
"minor": [
|
|
1689
|
-
{
|
|
1690
|
-
"comment": "bumps very specific deps, don't go overboard with spreading",
|
|
1691
|
-
"author": "kchau@microsoft.com",
|
|
1692
|
-
"commit": "93a95c0c3a0d79db44a1d30f78b3e1daa28967af",
|
|
1693
|
-
"package": "beachball"
|
|
1694
|
-
}
|
|
1695
|
-
]
|
|
1696
|
-
}
|
|
1697
|
-
},
|
|
1698
|
-
{
|
|
1699
|
-
"date": "Mon, 28 Sep 2020 21:12:06 GMT",
|
|
1700
|
-
"tag": "beachball_v1.36.2",
|
|
1701
|
-
"version": "1.36.2",
|
|
1702
|
-
"comments": {
|
|
1703
|
-
"patch": [
|
|
1704
|
-
{
|
|
1705
|
-
"comment": "avoid bump loop by being more selective about what gets bumped",
|
|
1706
|
-
"author": "kchau@microsoft.com",
|
|
1707
|
-
"commit": "b2694eda86c6c73dbbff3d58a71969370789a0aa",
|
|
1708
|
-
"package": "beachball"
|
|
1709
|
-
}
|
|
1710
|
-
]
|
|
1711
|
-
}
|
|
1712
|
-
},
|
|
1713
|
-
{
|
|
1714
|
-
"date": "Tue, 22 Sep 2020 02:55:40 GMT",
|
|
1715
|
-
"tag": "beachball_v1.36.1",
|
|
1716
|
-
"version": "1.36.1",
|
|
1717
|
-
"comments": {
|
|
1718
|
-
"patch": [
|
|
1719
|
-
{
|
|
1720
|
-
"comment": "be targeted in the fetch",
|
|
1721
|
-
"author": "kchau@microsoft.com",
|
|
1722
|
-
"commit": "425b4b662a0e4436d6fb5b24e885e8b8034d35bf",
|
|
1723
|
-
"package": "beachball"
|
|
1724
|
-
}
|
|
1725
|
-
]
|
|
1726
|
-
}
|
|
1727
|
-
},
|
|
1728
|
-
{
|
|
1729
|
-
"date": "Fri, 11 Sep 2020 23:57:23 GMT",
|
|
1730
|
-
"tag": "beachball_v1.36.0",
|
|
1731
|
-
"version": "1.36.0",
|
|
1732
|
-
"comments": {
|
|
1733
|
-
"minor": [
|
|
1734
|
-
{
|
|
1735
|
-
"comment": "Adds the ability to create and publish canary packages",
|
|
1736
|
-
"author": "kchau@microsoft.com",
|
|
1737
|
-
"commit": "72fce75636b9b300d3712df9952caef97d14842c",
|
|
1738
|
-
"package": "beachball"
|
|
1739
|
-
}
|
|
1740
|
-
]
|
|
1741
|
-
}
|
|
1742
|
-
},
|
|
1743
|
-
{
|
|
1744
|
-
"date": "Fri, 11 Sep 2020 22:07:20 GMT",
|
|
1745
|
-
"tag": "beachball_v1.35.6",
|
|
1746
|
-
"version": "1.35.6",
|
|
1747
|
-
"comments": {
|
|
1748
|
-
"patch": [
|
|
1749
|
-
{
|
|
1750
|
-
"comment": "making a distinction between packageOptions and combinedOptions",
|
|
1751
|
-
"author": "kchau@microsoft.com",
|
|
1752
|
-
"commit": "f4e854d13e57219a8393a62c5c6f322a1fa25bba",
|
|
1753
|
-
"package": "beachball"
|
|
1754
|
-
}
|
|
1755
|
-
]
|
|
1756
|
-
}
|
|
1757
|
-
},
|
|
1758
|
-
{
|
|
1759
|
-
"date": "Fri, 04 Sep 2020 21:04:07 GMT",
|
|
1760
|
-
"tag": "beachball_v1.35.5",
|
|
1761
|
-
"version": "1.35.5",
|
|
1762
|
-
"comments": {
|
|
1763
|
-
"patch": [
|
|
1764
|
-
{
|
|
1765
|
-
"comment": "handles detached head when publishing",
|
|
1766
|
-
"author": "kchau@microsoft.com",
|
|
1767
|
-
"commit": "0652d431ab31b5d40f5a6eaa3ac7cb1dba3f4bdf",
|
|
1768
|
-
"package": "beachball"
|
|
1769
|
-
}
|
|
1770
|
-
]
|
|
1771
|
-
}
|
|
1772
|
-
},
|
|
1773
|
-
{
|
|
1774
|
-
"date": "Fri, 28 Aug 2020 21:28:56 GMT",
|
|
1775
|
-
"tag": "beachball_v1.35.4",
|
|
1776
|
-
"version": "1.35.4",
|
|
1777
|
-
"comments": {
|
|
1778
|
-
"patch": [
|
|
1779
|
-
{
|
|
1780
|
-
"comment": "add testing and fixes to retries for pushes",
|
|
1781
|
-
"author": "kchau@microsoft.com",
|
|
1782
|
-
"commit": "b2d5096f936a9e0879c42663d76461f98eb7a63e",
|
|
1783
|
-
"package": "beachball"
|
|
1784
|
-
}
|
|
1785
|
-
]
|
|
1786
|
-
}
|
|
1787
|
-
},
|
|
1788
|
-
{
|
|
1789
|
-
"date": "Sun, 23 Aug 2020 01:36:24 GMT",
|
|
1790
|
-
"tag": "beachball_v1.35.3",
|
|
1791
|
-
"version": "1.35.3",
|
|
1792
|
-
"comments": {
|
|
1793
|
-
"patch": [
|
|
1794
|
-
{
|
|
1795
|
-
"comment": "Fix broken \"beachball change\" (#386).",
|
|
1796
|
-
"author": "reli@microsoft.com",
|
|
1797
|
-
"commit": "a6e2ad3ad9489eb2bb49a6b650eaa65478fc80cb",
|
|
1798
|
-
"package": "beachball"
|
|
1799
|
-
}
|
|
1800
|
-
]
|
|
1801
|
-
}
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"date": "Fri, 21 Aug 2020 16:14:19 GMT",
|
|
1805
|
-
"tag": "beachball_v1.35.2",
|
|
1806
|
-
"version": "1.35.2",
|
|
1807
|
-
"comments": {
|
|
1808
|
-
"patch": [
|
|
1809
|
-
{
|
|
1810
|
-
"comment": "do not fetch before npm publish",
|
|
1811
|
-
"author": "kchau@microsoft.com",
|
|
1812
|
-
"commit": "e11b4e9860d204ab395dfa4437269da4e1051aa8",
|
|
1813
|
-
"package": "beachball"
|
|
1814
|
-
}
|
|
1815
|
-
]
|
|
1816
|
-
}
|
|
1817
|
-
},
|
|
1818
|
-
{
|
|
1819
|
-
"date": "Mon, 17 Aug 2020 23:07:36 GMT",
|
|
1820
|
-
"tag": "beachball_v1.35.1",
|
|
1821
|
-
"version": "1.35.1",
|
|
1822
|
-
"comments": {
|
|
1823
|
-
"patch": [
|
|
1824
|
-
{
|
|
1825
|
-
"comment": "making sync actually just ask for latest dist-tag",
|
|
1826
|
-
"author": "kchau@microsoft.com",
|
|
1827
|
-
"commit": "da7cf72d27041b1e69fb956ae0ff7e097919a5b1",
|
|
1828
|
-
"package": "beachball"
|
|
1829
|
-
}
|
|
1830
|
-
]
|
|
1831
|
-
}
|
|
1832
|
-
},
|
|
1833
|
-
{
|
|
1834
|
-
"date": "Thu, 06 Aug 2020 19:31:46 GMT",
|
|
1835
|
-
"tag": "beachball_v1.35.0",
|
|
1836
|
-
"version": "1.35.0",
|
|
1837
|
-
"comments": {
|
|
1838
|
-
"minor": [
|
|
1839
|
-
{
|
|
1840
|
-
"comment": "--no-bump flag implementation",
|
|
1841
|
-
"author": "arabisho@microsoft.com",
|
|
1842
|
-
"commit": "ad160a5a45a0af898e720f6faa2fa3bfc04f1ecd",
|
|
1843
|
-
"package": "beachball"
|
|
1844
|
-
}
|
|
1845
|
-
]
|
|
1846
|
-
}
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
"date": "Wed, 05 Aug 2020 20:06:03 GMT",
|
|
1850
|
-
"tag": "beachball_v1.34.0",
|
|
1851
|
-
"version": "1.34.0",
|
|
1852
|
-
"comments": {
|
|
1853
|
-
"minor": [
|
|
1854
|
-
{
|
|
1855
|
-
"comment": "Implements the `--keep-change-files` flag to prevent change files from being deleted by bump and publish commands",
|
|
1856
|
-
"author": "arabisho@microsoft.com",
|
|
1857
|
-
"commit": "7e9aa8a91e560d182556accd309c2dda561b1527",
|
|
1858
|
-
"package": "beachball"
|
|
1859
|
-
}
|
|
1860
|
-
]
|
|
1861
|
-
}
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"date": "Wed, 05 Aug 2020 19:12:35 GMT",
|
|
1865
|
-
"tag": "beachball_v1.33.0",
|
|
1866
|
-
"version": "1.33.0",
|
|
1867
|
-
"comments": {
|
|
1868
|
-
"minor": [
|
|
1869
|
-
{
|
|
1870
|
-
"comment": "The `--since` flag implementation is added for filtering change files using git refs.",
|
|
1871
|
-
"author": "arabisho@microsoft.com",
|
|
1872
|
-
"commit": "580aecbb33127170e3af3a63655beb4c26a38194",
|
|
1873
|
-
"package": "beachball"
|
|
1874
|
-
}
|
|
1875
|
-
]
|
|
1876
|
-
}
|
|
1877
|
-
},
|
|
1878
|
-
{
|
|
1879
|
-
"date": "Mon, 20 Jul 2020 20:54:36 GMT",
|
|
1880
|
-
"tag": "beachball_v1.32.2",
|
|
1881
|
-
"version": "1.32.2",
|
|
1882
|
-
"comments": {
|
|
1883
|
-
"patch": [
|
|
1884
|
-
{
|
|
1885
|
-
"comment": "adds a retry to git push",
|
|
1886
|
-
"author": "kchau@microsoft.com",
|
|
1887
|
-
"commit": "a47fc66b7d0350df9991a8bfde766d3781cdb007",
|
|
1888
|
-
"package": "beachball"
|
|
1889
|
-
}
|
|
1890
|
-
]
|
|
1891
|
-
}
|
|
1892
|
-
},
|
|
1893
|
-
{
|
|
1894
|
-
"date": "Mon, 20 Jul 2020 19:32:41 GMT",
|
|
1895
|
-
"tag": "beachball_v1.32.1",
|
|
1896
|
-
"version": "1.32.1",
|
|
1897
|
-
"comments": {
|
|
1898
|
-
"patch": [
|
|
1899
|
-
{
|
|
1900
|
-
"comment": "refactored to allow sync to fix dependent ranges as well",
|
|
1901
|
-
"author": "kchau@microsoft.com",
|
|
1902
|
-
"commit": "9dde4646348bf1b224896d02c8ee8d0d7c30acd2",
|
|
1903
|
-
"package": "beachball"
|
|
1904
|
-
}
|
|
1905
|
-
]
|
|
1906
|
-
}
|
|
1907
|
-
},
|
|
1908
|
-
{
|
|
1909
|
-
"date": "Thu, 25 Jun 2020 16:07:16 GMT",
|
|
1910
|
-
"tag": "beachball_v1.32.0",
|
|
1911
|
-
"version": "1.32.0",
|
|
1912
|
-
"comments": {
|
|
1913
|
-
"minor": [
|
|
1914
|
-
{
|
|
1915
|
-
"comment": "Allow Individual Packages to Opt Out of Git Tags",
|
|
1916
|
-
"author": "ngerlem@microsoft.com",
|
|
1917
|
-
"commit": "e363eb386be02506adc0e5d3e89aa5080f105389",
|
|
1918
|
-
"package": "beachball"
|
|
1919
|
-
}
|
|
1920
|
-
]
|
|
1921
|
-
}
|
|
1922
|
-
},
|
|
1923
|
-
{
|
|
1924
|
-
"date": "Fri, 12 Jun 2020 15:55:32 GMT",
|
|
1925
|
-
"tag": "beachball_v1.31.4",
|
|
1926
|
-
"version": "1.31.4",
|
|
1927
|
-
"comments": {
|
|
1928
|
-
"patch": [
|
|
1929
|
-
{
|
|
1930
|
-
"comment": "Change the fetch to be scoped to the branch needed to do the diffing not the entire remote",
|
|
1931
|
-
"author": "kchau@microsoft.com",
|
|
1932
|
-
"commit": "4190afd94193672a13207b774f89a7ceeb2e026f",
|
|
1933
|
-
"package": "beachball"
|
|
1934
|
-
}
|
|
1935
|
-
]
|
|
1936
|
-
}
|
|
1937
|
-
},
|
|
1938
|
-
{
|
|
1939
|
-
"date": "Wed, 03 Jun 2020 20:35:49 GMT",
|
|
1940
|
-
"tag": "beachball_v1.31.3",
|
|
1941
|
-
"version": "1.31.3",
|
|
1942
|
-
"comments": {
|
|
1943
|
-
"patch": [
|
|
1944
|
-
{
|
|
1945
|
-
"comment": "add gitTags option to control git created tags",
|
|
1946
|
-
"author": "ahkotb@microsoft.com",
|
|
1947
|
-
"commit": "97535c45ffd0256ccb7cb681ca44694defc275a7",
|
|
1948
|
-
"package": "beachball"
|
|
1949
|
-
}
|
|
1950
|
-
]
|
|
1951
|
-
}
|
|
1952
|
-
},
|
|
1953
|
-
{
|
|
1954
|
-
"date": "Wed, 03 Jun 2020 17:06:31 GMT",
|
|
1955
|
-
"tag": "beachball_v1.31.2",
|
|
1956
|
-
"version": "1.31.2",
|
|
1957
|
-
"comments": {
|
|
1958
|
-
"patch": [
|
|
1959
|
-
{
|
|
1960
|
-
"comment": "publish: log errors for each retry attempt",
|
|
1961
|
-
"author": "elcraig@microsoft.com",
|
|
1962
|
-
"commit": "a906f07bc4df8c73070c1cbf2cd703b6ef923693",
|
|
1963
|
-
"package": "beachball"
|
|
1964
|
-
}
|
|
1965
|
-
]
|
|
1966
|
-
}
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
"date": "Thu, 21 May 2020 23:56:52 GMT",
|
|
1970
|
-
"tag": "beachball_v1.31.1",
|
|
1971
|
-
"version": "1.31.1",
|
|
1972
|
-
"comments": {
|
|
1973
|
-
"patch": [
|
|
1974
|
-
{
|
|
1975
|
-
"comment": "validate the disallowedChangeTypes for publishing",
|
|
1976
|
-
"author": "kchau@microsoft.com",
|
|
1977
|
-
"commit": "994e357205bd6fd244f2660d7be7c744bba2d703",
|
|
1978
|
-
"package": "beachball"
|
|
1979
|
-
}
|
|
1980
|
-
]
|
|
1981
|
-
}
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
"date": "Thu, 30 Apr 2020 19:33:20 GMT",
|
|
1985
|
-
"tag": "beachball_v1.31.0",
|
|
1986
|
-
"version": "1.31.0",
|
|
1987
|
-
"comments": {
|
|
1988
|
-
"minor": [
|
|
1989
|
-
{
|
|
1990
|
-
"comment": "checks for invalid beachball change file on check and all operations",
|
|
1991
|
-
"author": "kchau@microsoft.com",
|
|
1992
|
-
"commit": "ad457fe2273d14aaac97e8f6a4bbb1c0c9406d4f",
|
|
1993
|
-
"package": "beachball"
|
|
1994
|
-
}
|
|
1995
|
-
]
|
|
1996
|
-
}
|
|
1997
|
-
},
|
|
1998
|
-
{
|
|
1999
|
-
"date": "Tue, 21 Apr 2020 00:12:02 GMT",
|
|
2000
|
-
"tag": "beachball_v1.30.2",
|
|
2001
|
-
"version": "1.30.2",
|
|
2002
|
-
"comments": {
|
|
2003
|
-
"patch": [
|
|
2004
|
-
{
|
|
2005
|
-
"comment": "Formatting cleanup; use fs-extra everywhere",
|
|
2006
|
-
"author": "elcraig@microsoft.com",
|
|
2007
|
-
"commit": "4f8272b375140c1a9f685a0a1b0f15d3a662a1f9",
|
|
2008
|
-
"package": "beachball"
|
|
2009
|
-
}
|
|
2010
|
-
]
|
|
2011
|
-
}
|
|
2012
|
-
},
|
|
2013
|
-
{
|
|
2014
|
-
"date": "Mon, 20 Apr 2020 22:43:02 GMT",
|
|
2015
|
-
"tag": "beachball_v1.30.1",
|
|
2016
|
-
"version": "1.30.1",
|
|
2017
|
-
"comments": {
|
|
2018
|
-
"none": [
|
|
2019
|
-
{
|
|
2020
|
-
"comment": "fixing tests to be able to be run on windows",
|
|
2021
|
-
"author": "kchau@microsoft.com",
|
|
2022
|
-
"commit": "a441a6b95638c296e0c07acce722fefc49ed93a4",
|
|
2023
|
-
"package": "beachball"
|
|
2024
|
-
}
|
|
2025
|
-
]
|
|
2026
|
-
}
|
|
2027
|
-
},
|
|
2028
|
-
{
|
|
2029
|
-
"date": "Mon, 20 Apr 2020 19:30:21 GMT",
|
|
2030
|
-
"tag": "beachball_v1.30.1",
|
|
2031
|
-
"version": "1.30.1",
|
|
2032
|
-
"comments": {
|
|
2033
|
-
"patch": [
|
|
2034
|
-
{
|
|
2035
|
-
"comment": "Fix multi-package publishing regression (#327).",
|
|
2036
|
-
"author": "reli@microsoft.com",
|
|
2037
|
-
"commit": "c77675b2f414a050ca1d49d66ebfd46c6cc2e5c8",
|
|
2038
|
-
"package": "beachball"
|
|
2039
|
-
}
|
|
2040
|
-
]
|
|
2041
|
-
}
|
|
2042
|
-
},
|
|
2043
|
-
{
|
|
2044
|
-
"date": "Sat, 18 Apr 2020 00:23:31 GMT",
|
|
2045
|
-
"tag": "beachball_v1.30.0",
|
|
2046
|
-
"version": "1.30.0",
|
|
2047
|
-
"comments": {
|
|
2048
|
-
"minor": [
|
|
2049
|
-
{
|
|
2050
|
-
"comment": "update prepublish hook to work on files rather than bumpInfo",
|
|
2051
|
-
"author": "jasonmo@microsoft.com",
|
|
2052
|
-
"commit": "9f79bfd9c7b1f656a9277237129faf8297f43084",
|
|
2053
|
-
"package": "beachball"
|
|
2054
|
-
}
|
|
2055
|
-
]
|
|
2056
|
-
}
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"date": "Fri, 17 Apr 2020 22:32:59 GMT",
|
|
2060
|
-
"tag": "beachball_v1.29.4",
|
|
2061
|
-
"version": "1.29.4",
|
|
2062
|
-
"comments": {
|
|
2063
|
-
"patch": [
|
|
2064
|
-
{
|
|
2065
|
-
"comment": "Publish packages in the right order based on their dependency graph",
|
|
2066
|
-
"author": "xgao@microsoft.com",
|
|
2067
|
-
"commit": "096b3fc845467fddd90976582f520305ad3045bc",
|
|
2068
|
-
"package": "beachball"
|
|
2069
|
-
}
|
|
2070
|
-
]
|
|
2071
|
-
}
|
|
2072
|
-
},
|
|
2073
|
-
{
|
|
2074
|
-
"date": "Fri, 17 Apr 2020 22:15:02 GMT",
|
|
2075
|
-
"tag": "beachball_v1.29.3",
|
|
2076
|
-
"version": "1.29.3",
|
|
2077
|
-
"comments": {
|
|
2078
|
-
"patch": [
|
|
2079
|
-
{
|
|
2080
|
-
"comment": "validate private package not being a dependency",
|
|
2081
|
-
"author": "xgao@microsoft.com",
|
|
2082
|
-
"commit": "8917472911b7cd6980a2d7a85b525f041484224f",
|
|
2083
|
-
"package": "beachball"
|
|
2084
|
-
}
|
|
2085
|
-
]
|
|
2086
|
-
}
|
|
2087
|
-
},
|
|
2088
|
-
{
|
|
2089
|
-
"date": "Fri, 17 Apr 2020 22:11:50 GMT",
|
|
2090
|
-
"tag": "beachball_v1.29.2",
|
|
2091
|
-
"version": "1.29.2",
|
|
2092
|
-
"comments": {
|
|
2093
|
-
"patch": [
|
|
2094
|
-
{
|
|
2095
|
-
"comment": "reduce npm publish log by set loglevel to warn",
|
|
2096
|
-
"author": "xgao@microsoft.com",
|
|
2097
|
-
"commit": "42db255ec3772920d3a000b7808fb002b01e83fb",
|
|
2098
|
-
"package": "beachball"
|
|
2099
|
-
}
|
|
2100
|
-
]
|
|
2101
|
-
}
|
|
2102
|
-
},
|
|
2103
|
-
{
|
|
2104
|
-
"date": "Thu, 16 Apr 2020 02:44:52 GMT",
|
|
2105
|
-
"tag": "beachball_v1.29.1",
|
|
2106
|
-
"version": "1.29.1",
|
|
2107
|
-
"comments": {
|
|
2108
|
-
"patch": [
|
|
2109
|
-
{
|
|
2110
|
-
"comment": "10x spawnSync max buffer",
|
|
2111
|
-
"author": "xgao@microsoft.com",
|
|
2112
|
-
"commit": "6e11ebb74888ab0800f50540431084170630b292",
|
|
2113
|
-
"package": "beachball"
|
|
2114
|
-
}
|
|
2115
|
-
]
|
|
2116
|
-
}
|
|
2117
|
-
},
|
|
2118
|
-
{
|
|
2119
|
-
"date": "Wed, 15 Apr 2020 23:41:45 GMT",
|
|
2120
|
-
"tag": "beachball_v1.29.0",
|
|
2121
|
-
"version": "1.29.0",
|
|
2122
|
-
"comments": {
|
|
2123
|
-
"minor": [
|
|
2124
|
-
{
|
|
2125
|
-
"comment": "adding a hooks option for prepublish foolery",
|
|
2126
|
-
"author": "kchau@microsoft.com",
|
|
2127
|
-
"commit": "bddea2333552ba0d5fabfb5c18396ffcb00e39ce",
|
|
2128
|
-
"package": "beachball"
|
|
2129
|
-
}
|
|
2130
|
-
]
|
|
2131
|
-
}
|
|
2132
|
-
},
|
|
2133
|
-
{
|
|
2134
|
-
"date": "Wed, 15 Apr 2020 23:24:07 GMT",
|
|
2135
|
-
"tag": "beachball_v1.28.3",
|
|
2136
|
-
"version": "1.28.3",
|
|
2137
|
-
"comments": {
|
|
2138
|
-
"patch": [
|
|
2139
|
-
{
|
|
2140
|
-
"comment": "Sync: honor scope and avoid private package",
|
|
2141
|
-
"author": "xgao@microsoft.com",
|
|
2142
|
-
"commit": "6d8fdbfc6b64883d3ab2146bb8dbafaaa3ace28f",
|
|
2143
|
-
"package": "beachball"
|
|
2144
|
-
}
|
|
2145
|
-
]
|
|
2146
|
-
}
|
|
2147
|
-
},
|
|
2148
|
-
{
|
|
2149
|
-
"date": "Mon, 13 Apr 2020 22:25:28 GMT",
|
|
2150
|
-
"tag": "beachball_v1.28.2",
|
|
2151
|
-
"version": "1.28.2",
|
|
2152
|
-
"comments": {
|
|
2153
|
-
"patch": [
|
|
2154
|
-
{
|
|
2155
|
-
"comment": "Making beachball getPackageInfos scale much better with a different git command",
|
|
2156
|
-
"author": "kchau@microsoft.com",
|
|
2157
|
-
"commit": "171ee8989a561c43cf099d1dd41d2de0c1a1654e",
|
|
2158
|
-
"package": "beachball"
|
|
2159
|
-
}
|
|
2160
|
-
]
|
|
2161
|
-
}
|
|
2162
|
-
},
|
|
2163
|
-
{
|
|
2164
|
-
"date": "Wed, 08 Apr 2020 23:42:38 GMT",
|
|
2165
|
-
"tag": "beachball_v1.28.1",
|
|
2166
|
-
"version": "1.28.1",
|
|
2167
|
-
"comments": {
|
|
2168
|
-
"patch": [
|
|
2169
|
-
{
|
|
2170
|
-
"comment": "Fix a bug with inferring the commit hash",
|
|
2171
|
-
"author": "elcraig@microsoft.com",
|
|
2172
|
-
"commit": "bd47c12ced6091b369a4a19008e6e32f3c95cf99",
|
|
2173
|
-
"package": "beachball"
|
|
2174
|
-
}
|
|
2175
|
-
]
|
|
2176
|
-
}
|
|
2177
|
-
},
|
|
2178
|
-
{
|
|
2179
|
-
"date": "Mon, 06 Apr 2020 21:44:28 GMT",
|
|
2180
|
-
"tag": "beachball_v1.28.0",
|
|
2181
|
-
"version": "1.28.0",
|
|
2182
|
-
"comments": {
|
|
2183
|
-
"minor": [
|
|
2184
|
-
{
|
|
2185
|
-
"comment": "Export more types",
|
|
2186
|
-
"author": "elcraig@microsoft.com",
|
|
2187
|
-
"commit": "c06fc11ed9fc3fc724a85e433bd7db770c56fe8b",
|
|
2188
|
-
"package": "beachball"
|
|
2189
|
-
}
|
|
2190
|
-
]
|
|
2191
|
-
}
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"date": "Fri, 03 Apr 2020 15:58:44 GMT",
|
|
2195
|
-
"tag": "beachball_v1.27.0",
|
|
2196
|
-
"version": "1.27.0",
|
|
2197
|
-
"comments": {
|
|
2198
|
-
"minor": [
|
|
2199
|
-
{
|
|
2200
|
-
"comment": "Export public-facing types from root",
|
|
2201
|
-
"author": "elcraig@microsoft.com",
|
|
2202
|
-
"commit": "c06fc11ed9fc3fc724a85e433bd7db770c56fe8b",
|
|
2203
|
-
"package": "beachball"
|
|
2204
|
-
}
|
|
2205
|
-
]
|
|
2206
|
-
}
|
|
2207
|
-
},
|
|
2208
|
-
{
|
|
2209
|
-
"date": "Fri, 03 Apr 2020 00:56:37 GMT",
|
|
2210
|
-
"tag": "beachball_v1.26.0",
|
|
2211
|
-
"version": "1.26.0",
|
|
2212
|
-
"comments": {
|
|
2213
|
-
"minor": [
|
|
2214
|
-
{
|
|
2215
|
-
"comment": "Add custom render functions for changelog parts",
|
|
2216
|
-
"author": "elcraig@microsoft.com",
|
|
2217
|
-
"commit": "c06fc11ed9fc3fc724a85e433bd7db770c56fe8b",
|
|
2218
|
-
"package": "beachball"
|
|
2219
|
-
}
|
|
2220
|
-
]
|
|
2221
|
-
}
|
|
2222
|
-
},
|
|
2223
|
-
{
|
|
2224
|
-
"date": "Thu, 02 Apr 2020 23:34:28 GMT",
|
|
2225
|
-
"tag": "beachball_v1.25.2",
|
|
2226
|
-
"version": "1.25.2",
|
|
2227
|
-
"comments": {
|
|
2228
|
-
"none": [
|
|
2229
|
-
{
|
|
2230
|
-
"comment": "e2e tests should clean up properly",
|
|
2231
|
-
"author": "elcraig@microsoft.com",
|
|
2232
|
-
"commit": "c06fc11ed9fc3fc724a85e433bd7db770c56fe8b",
|
|
2233
|
-
"package": "beachball"
|
|
2234
|
-
}
|
|
2235
|
-
]
|
|
2236
|
-
}
|
|
2237
|
-
},
|
|
2238
|
-
{
|
|
2239
|
-
"date": "Tue, 31 Mar 2020 18:55:18 GMT",
|
|
2240
|
-
"tag": "beachball_v1.25.2",
|
|
2241
|
-
"version": "1.25.2",
|
|
2242
|
-
"comments": {
|
|
2243
|
-
"patch": [
|
|
2244
|
-
{
|
|
2245
|
-
"comment": "update isValidChangeType to allow none",
|
|
2246
|
-
"author": "xgao@microsoft.com",
|
|
2247
|
-
"commit": "c06fc11ed9fc3fc724a85e433bd7db770c56fe8b",
|
|
2248
|
-
"package": "beachball"
|
|
2249
|
-
}
|
|
2250
|
-
]
|
|
2251
|
-
}
|
|
2252
|
-
},
|
|
2253
|
-
{
|
|
2254
|
-
"date": "Tue, 31 Mar 2020 18:52:13 GMT",
|
|
2255
|
-
"tag": "beachball_v1.25.1",
|
|
2256
|
-
"version": "1.25.1",
|
|
2257
|
-
"comments": {
|
|
2258
|
-
"patch": [
|
|
2259
|
-
{
|
|
2260
|
-
"comment": "adding a sync command to help recover",
|
|
2261
|
-
"author": "kchau@microsoft.com",
|
|
2262
|
-
"commit": "c06fc11ed9fc3fc724a85e433bd7db770c56fe8b",
|
|
2263
|
-
"package": "beachball"
|
|
2264
|
-
}
|
|
2265
|
-
]
|
|
2266
|
-
}
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"date": "Mon, 30 Mar 2020 20:58:37 GMT",
|
|
2270
|
-
"tag": "beachball_v1.25.0",
|
|
2271
|
-
"version": "1.25.0",
|
|
2272
|
-
"comments": {
|
|
2273
|
-
"minor": [
|
|
2274
|
-
{
|
|
2275
|
-
"comment": "Change file prompt: support customizing prompt questions",
|
|
2276
|
-
"author": "xgao@microsoft.com",
|
|
2277
|
-
"commit": "c06fc11ed9fc3fc724a85e433bd7db770c56fe8b",
|
|
2278
|
-
"package": "beachball"
|
|
2279
|
-
}
|
|
2280
|
-
]
|
|
2281
|
-
}
|
|
2282
|
-
},
|
|
2283
|
-
{
|
|
2284
|
-
"date": "Mon, 30 Mar 2020 20:34:38 GMT",
|
|
2285
|
-
"tag": "beachball_v1.24.0",
|
|
2286
|
-
"version": "1.24.0",
|
|
2287
|
-
"comments": {
|
|
2288
|
-
"minor": [
|
|
2289
|
-
{
|
|
2290
|
-
"comment": "adding a retries option",
|
|
2291
|
-
"author": "kchau@microsoft.com",
|
|
2292
|
-
"commit": "c06fc11ed9fc3fc724a85e433bd7db770c56fe8b",
|
|
2293
|
-
"package": "beachball"
|
|
2294
|
-
}
|
|
2295
|
-
]
|
|
2296
|
-
}
|
|
2297
|
-
},
|
|
2298
|
-
{
|
|
2299
|
-
"date": "Fri, 27 Mar 2020 23:29:23 GMT",
|
|
2300
|
-
"tag": "beachball_v1.23.3",
|
|
2301
|
-
"version": "1.23.3",
|
|
2302
|
-
"comments": {
|
|
2303
|
-
"patch": [
|
|
2304
|
-
{
|
|
2305
|
-
"comment": "Add readme to beachball package",
|
|
2306
|
-
"author": "elcraig@microsoft.com",
|
|
2307
|
-
"commit": "c06fc11ed9fc3fc724a85e433bd7db770c56fe8b",
|
|
2308
|
-
"package": "beachball"
|
|
2309
|
-
}
|
|
2310
|
-
]
|
|
2311
|
-
}
|
|
2312
|
-
},
|
|
2313
|
-
{
|
|
2314
|
-
"date": "Fri, 27 Mar 2020 19:03:31 GMT",
|
|
2315
|
-
"tag": "beachball_v1.23.2",
|
|
2316
|
-
"version": "1.23.2",
|
|
2317
|
-
"comments": {
|
|
2318
|
-
"patch": [
|
|
2319
|
-
{
|
|
2320
|
-
"comment": "Improve manual recovery message if some packages succeeded; increase maxBuffer for publish",
|
|
2321
|
-
"author": "elcraig@microsoft.com",
|
|
2322
|
-
"commit": "c06fc11ed9fc3fc724a85e433bd7db770c56fe8b",
|
|
2323
|
-
"package": "beachball"
|
|
2324
|
-
}
|
|
2325
|
-
]
|
|
2326
|
-
}
|
|
2327
|
-
},
|
|
2328
|
-
{
|
|
2329
|
-
"date": "Fri, 27 Mar 2020 17:05:51 GMT",
|
|
2330
|
-
"tag": "beachball_v1.23.1",
|
|
2331
|
-
"version": "1.23.1",
|
|
2332
|
-
"comments": {
|
|
2333
|
-
"none": [
|
|
2334
|
-
{
|
|
2335
|
-
"comment": "fix unstable tests by having change files read in deterministic order",
|
|
2336
|
-
"author": "xgao@microsoft.com",
|
|
2337
|
-
"commit": "c06fc11ed9fc3fc724a85e433bd7db770c56fe8b",
|
|
2338
|
-
"package": "beachball"
|
|
2339
|
-
}
|
|
2340
|
-
]
|
|
2341
|
-
}
|
|
2342
|
-
},
|
|
2343
|
-
{
|
|
2344
|
-
"date": "Wed, 25 Mar 2020 20:20:02 GMT",
|
|
2345
|
-
"tag": "beachball_v1.23.1",
|
|
2346
|
-
"version": "1.23.1",
|
|
2347
|
-
"comments": {
|
|
2348
|
-
"patch": [
|
|
2349
|
-
{
|
|
2350
|
-
"comment": "Change lodash from a devDepedency to a dependency",
|
|
2351
|
-
"author": "jdh@microsoft.com",
|
|
2352
|
-
"commit": "c06fc11ed9fc3fc724a85e433bd7db770c56fe8b",
|
|
2353
|
-
"package": "beachball"
|
|
2354
|
-
}
|
|
2355
|
-
]
|
|
2356
|
-
}
|
|
2357
|
-
},
|
|
2358
|
-
{
|
|
2359
|
-
"date": "Wed, 25 Mar 2020 19:43:44 GMT",
|
|
2360
|
-
"tag": "beachball_v1.23.0",
|
|
2361
|
-
"version": "1.23.0",
|
|
2362
|
-
"comments": {
|
|
2363
|
-
"minor": [
|
|
2364
|
-
{
|
|
2365
|
-
"comment": "ChangeLog: support grouped change log generation",
|
|
2366
|
-
"author": "xgao@microsoft.com",
|
|
2367
|
-
"commit": "c06fc11ed9fc3fc724a85e433bd7db770c56fe8b",
|
|
2368
|
-
"package": "beachball"
|
|
2369
|
-
}
|
|
2370
|
-
]
|
|
2371
|
-
}
|
|
2372
|
-
},
|
|
2373
|
-
{
|
|
2374
|
-
"date": "Mon, 23 Mar 2020 21:24:15 GMT",
|
|
2375
|
-
"tag": "beachball_v1.22.0",
|
|
2376
|
-
"version": "1.22.0",
|
|
2377
|
-
"comments": {
|
|
2378
|
-
"minor": [
|
|
2379
|
-
{
|
|
2380
|
-
"comment": "ChangeLog: add empty options interface",
|
|
2381
|
-
"author": "xgao@microsoft.com",
|
|
2382
|
-
"commit": "c06fc11ed9fc3fc724a85e433bd7db770c56fe8b"
|
|
2383
|
-
}
|
|
2384
|
-
]
|
|
2385
|
-
}
|
|
2386
|
-
},
|
|
2387
|
-
{
|
|
2388
|
-
"date": "Mon, 23 Mar 2020 19:20:05 GMT",
|
|
2389
|
-
"tag": "beachball_v1.21.0",
|
|
2390
|
-
"version": "1.21.0",
|
|
2391
|
-
"comments": {
|
|
2392
|
-
"minor": [
|
|
2393
|
-
{
|
|
2394
|
-
"comment": "Delay inferring commit hash until changelog generation (and remove commit from changefiles)",
|
|
2395
|
-
"author": "elcraig@microsoft.com",
|
|
2396
|
-
"commit": "c06fc11ed9fc3fc724a85e433bd7db770c56fe8b"
|
|
2397
|
-
}
|
|
2398
|
-
]
|
|
2399
|
-
}
|
|
2400
|
-
},
|
|
2401
|
-
{
|
|
2402
|
-
"date": "Fri, 20 Mar 2020 23:50:38 GMT",
|
|
2403
|
-
"tag": "beachball_v1.20.4",
|
|
2404
|
-
"version": "1.20.4",
|
|
2405
|
-
"comments": {
|
|
2406
|
-
"patch": [
|
|
2407
|
-
{
|
|
2408
|
-
"comment": "Fix version group bumping logic",
|
|
2409
|
-
"author": "xgao@microsoft.com",
|
|
2410
|
-
"commit": "42fc3bc037fbaf2bdf27d4b501af011f3652e145"
|
|
2411
|
-
}
|
|
2412
|
-
]
|
|
2413
|
-
}
|
|
2414
|
-
},
|
|
2415
|
-
{
|
|
2416
|
-
"date": "Fri, 20 Mar 2020 20:37:09 GMT",
|
|
2417
|
-
"tag": "beachball_v1.20.3",
|
|
2418
|
-
"version": "1.20.3",
|
|
2419
|
-
"comments": {
|
|
2420
|
-
"patch": [
|
|
2421
|
-
{
|
|
2422
|
-
"comment": "Fix promptChangeFiles to honor disallowedChangeTypes defined in version groups",
|
|
2423
|
-
"author": "xgao@microsoft.com",
|
|
2424
|
-
"commit": "632170f7e1bcf16cfdf06551cd671a45d754a857"
|
|
2425
|
-
}
|
|
2426
|
-
]
|
|
2427
|
-
}
|
|
2428
|
-
},
|
|
2429
|
-
{
|
|
2430
|
-
"date": "Sat, 07 Mar 2020 00:06:17 GMT",
|
|
2431
|
-
"tag": "beachball_v1.20.2",
|
|
2432
|
-
"version": "1.20.2",
|
|
2433
|
-
"comments": {
|
|
2434
|
-
"patch": [
|
|
2435
|
-
{
|
|
2436
|
-
"comment": "Scoped publish: make sure toskip validation/publish for out-of-scope package",
|
|
2437
|
-
"author": "xgao@microsoft.com",
|
|
2438
|
-
"commit": "ffe05b2858745d25f6a4b6810fa5dc87ad8ed271"
|
|
2439
|
-
}
|
|
2440
|
-
]
|
|
2441
|
-
}
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"date": "Thu, 05 Mar 2020 17:01:38 GMT",
|
|
2445
|
-
"tag": "beachball_v1.20.1",
|
|
2446
|
-
"version": "1.20.1",
|
|
2447
|
-
"comments": {
|
|
2448
|
-
"patch": [
|
|
2449
|
-
{
|
|
2450
|
-
"comment": "adding some bumpminrange test and add support for * as range",
|
|
2451
|
-
"author": "kchau@microsoft.com",
|
|
2452
|
-
"commit": "1d6abc44cea96fafbfbbafa7f6792d97ee2c545d"
|
|
2453
|
-
}
|
|
2454
|
-
]
|
|
2455
|
-
}
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"date": "Wed, 04 Mar 2020 02:47:34 GMT",
|
|
2459
|
-
"tag": "beachball_v1.20.0",
|
|
2460
|
-
"version": "1.20.0",
|
|
2461
|
-
"comments": {
|
|
2462
|
-
"minor": [
|
|
2463
|
-
{
|
|
2464
|
-
"comment": "Feature: scoped publish",
|
|
2465
|
-
"author": "xgao@microsoft.com",
|
|
2466
|
-
"commit": "c551ade2e318c0c36a06b8777e53813d9ee1cf25"
|
|
2467
|
-
}
|
|
2468
|
-
]
|
|
2469
|
-
}
|
|
2470
|
-
},
|
|
2471
|
-
{
|
|
2472
|
-
"date": "Wed, 04 Mar 2020 00:13:30 GMT",
|
|
2473
|
-
"tag": "beachball_v1.19.0",
|
|
2474
|
-
"version": "1.19.0",
|
|
2475
|
-
"comments": {
|
|
2476
|
-
"minor": [
|
|
2477
|
-
{
|
|
2478
|
-
"comment": "Adds a new feature to do scoping of checks and change",
|
|
2479
|
-
"author": "kchau@microsoft.com",
|
|
2480
|
-
"commit": "a0abcc58d5b41011d370b5751fce768339dff2d5"
|
|
2481
|
-
}
|
|
2482
|
-
]
|
|
2483
|
-
}
|
|
2484
|
-
},
|
|
2485
|
-
{
|
|
2486
|
-
"date": "Tue, 21 Jan 2020 21:05:43 GMT",
|
|
2487
|
-
"tag": "beachball_v1.18.4",
|
|
2488
|
-
"version": "1.18.4",
|
|
2489
|
-
"comments": {
|
|
2490
|
-
"none": [
|
|
2491
|
-
{
|
|
2492
|
-
"comment": "get rid of comment that was unnecessary",
|
|
2493
|
-
"author": "kchau@microsoft.com",
|
|
2494
|
-
"commit": "4323fc24f7eb96db43676cdbbdac3187a30ac713"
|
|
2495
|
-
}
|
|
2496
|
-
]
|
|
2497
|
-
}
|
|
2498
|
-
},
|
|
2499
|
-
{
|
|
2500
|
-
"date": "Fri, 17 Jan 2020 18:13:36 GMT",
|
|
2501
|
-
"tag": "beachball_v1.18.4",
|
|
2502
|
-
"version": "1.18.4",
|
|
2503
|
-
"comments": {
|
|
2504
|
-
"patch": [
|
|
2505
|
-
{
|
|
2506
|
-
"comment": "fixing a bug about infinite loop in allowed type",
|
|
2507
|
-
"author": "kchau@microsoft.com",
|
|
2508
|
-
"commit": "0344896618e0e5874288389c99e7d9530cc64c18"
|
|
2509
|
-
}
|
|
2510
|
-
]
|
|
2511
|
-
}
|
|
2512
|
-
},
|
|
2513
|
-
{
|
|
2514
|
-
"date": "Thu, 16 Jan 2020 20:27:41 GMT",
|
|
2515
|
-
"tag": "beachball_v1.18.3",
|
|
2516
|
-
"version": "1.18.3",
|
|
2517
|
-
"comments": {
|
|
2518
|
-
"patch": [
|
|
2519
|
-
{
|
|
2520
|
-
"comment": "update depedent package bump logic to propagate the change types",
|
|
2521
|
-
"author": "kchau@microsoft.com",
|
|
2522
|
-
"commit": "39146f5f7094b19732e04659c7df8f7a3fc9922a"
|
|
2523
|
-
}
|
|
2524
|
-
]
|
|
2525
|
-
}
|
|
2526
|
-
},
|
|
2527
|
-
{
|
|
2528
|
-
"date": "Thu, 16 Jan 2020 04:52:54 GMT",
|
|
2529
|
-
"tag": "beachball_v1.18.2",
|
|
2530
|
-
"version": "1.18.2",
|
|
2531
|
-
"comments": {
|
|
2532
|
-
"patch": [
|
|
2533
|
-
{
|
|
2534
|
-
"comment": "adding some unit tests for bump low level logic as well as adding ability to have change files dictate what change type to use for dependent bumps",
|
|
2535
|
-
"author": "kchau@microsoft.com",
|
|
2536
|
-
"commit": "5b585063249326737061db439aa52c35f67b8fe3"
|
|
2537
|
-
}
|
|
2538
|
-
]
|
|
2539
|
-
}
|
|
2540
|
-
},
|
|
2541
|
-
{
|
|
2542
|
-
"date": "Wed, 15 Jan 2020 06:49:10 GMT",
|
|
2543
|
-
"tag": "beachball_v1.18.1",
|
|
2544
|
-
"version": "1.18.1",
|
|
2545
|
-
"comments": {
|
|
2546
|
-
"none": [
|
|
2547
|
-
{
|
|
2548
|
-
"comment": "adding a e2e test case, testing both git and registry",
|
|
2549
|
-
"author": "kchau@microsoft.com",
|
|
2550
|
-
"commit": "693b67138e091a5fc62c31fff90dd93b9984d79e"
|
|
2551
|
-
}
|
|
2552
|
-
]
|
|
2553
|
-
}
|
|
2554
|
-
},
|
|
2555
|
-
{
|
|
2556
|
-
"date": "Wed, 15 Jan 2020 04:54:51 GMT",
|
|
2557
|
-
"tag": "beachball_v1.18.1",
|
|
2558
|
-
"version": "1.18.1",
|
|
2559
|
-
"comments": {
|
|
2560
|
-
"patch": [
|
|
2561
|
-
{
|
|
2562
|
-
"comment": "Fixes tagging and also publish brand new packages if not exists",
|
|
2563
|
-
"author": "kchau@microsoft.com",
|
|
2564
|
-
"commit": "09a7071c0c71193224e203aaa0f51fa2dfc395c4"
|
|
2565
|
-
}
|
|
2566
|
-
]
|
|
2567
|
-
}
|
|
2568
|
-
},
|
|
2569
|
-
{
|
|
2570
|
-
"date": "Wed, 15 Jan 2020 03:17:45 GMT",
|
|
2571
|
-
"tag": "beachball_v1.18.0",
|
|
2572
|
-
"version": "1.18.0",
|
|
2573
|
-
"comments": {
|
|
2574
|
-
"patch": [
|
|
2575
|
-
{
|
|
2576
|
-
"comment": "Improve package list formatting",
|
|
2577
|
-
"author": "elcraig@microsoft.com",
|
|
2578
|
-
"commit": "0249b760217e50fdd510fe34e67242893c5cd601"
|
|
2579
|
-
},
|
|
2580
|
-
{
|
|
2581
|
-
"comment": "fixed a bug in getting the command right in the cli",
|
|
2582
|
-
"author": "kchau@microsoft.com",
|
|
2583
|
-
"commit": "00fae278120296bda44cab5778cc28a31fa18b89"
|
|
2584
|
-
}
|
|
2585
|
-
],
|
|
2586
|
-
"minor": [
|
|
2587
|
-
{
|
|
2588
|
-
"comment": "adding ability to have config files",
|
|
2589
|
-
"author": "kchau@microsoft.com",
|
|
2590
|
-
"commit": "d8350f4ef0758ccf185066d9694dbe024f4ca666"
|
|
2591
|
-
},
|
|
2592
|
-
{
|
|
2593
|
-
"comment": "refactored to get ready to support version groups",
|
|
2594
|
-
"author": "kchau@microsoft.com",
|
|
2595
|
-
"commit": "3a7f106759d2fdd386e485f99ddd6d6d7502c5c5"
|
|
2596
|
-
},
|
|
2597
|
-
{
|
|
2598
|
-
"comment": "Adds a new feature of version groups that would allow \"locked versions\" updates",
|
|
2599
|
-
"author": "kchau@microsoft.com",
|
|
2600
|
-
"commit": "89059dddb028ff0f704effca2b1b4232806e5d5f"
|
|
2601
|
-
}
|
|
2602
|
-
]
|
|
2603
|
-
}
|
|
2604
|
-
},
|
|
2605
|
-
{
|
|
2606
|
-
"date": "Thu, 05 Dec 2019 00:40:40 GMT",
|
|
2607
|
-
"tag": "beachball_v1.16.0",
|
|
2608
|
-
"version": "1.16.0",
|
|
2609
|
-
"comments": {
|
|
2610
|
-
"minor": [
|
|
2611
|
-
{
|
|
2612
|
-
"comment": "Bump peerDependencies",
|
|
2613
|
-
"author": "rezha@microsoft.com",
|
|
2614
|
-
"commit": "db97eb0aa7067a166b0b147ff5f8306459e1b940"
|
|
2615
|
-
}
|
|
2616
|
-
]
|
|
2617
|
-
}
|
|
2618
|
-
},
|
|
2619
|
-
{
|
|
2620
|
-
"date": "Fri, 15 Nov 2019 20:01:55 GMT",
|
|
2621
|
-
"tag": "beachball_v1.15.1",
|
|
2622
|
-
"version": "1.15.1",
|
|
2623
|
-
"comments": {
|
|
2624
|
-
"patch": [
|
|
2625
|
-
{
|
|
2626
|
-
"comment": "catch eerrors throw and make sure we exit with a real status code",
|
|
2627
|
-
"author": "kchau@microsoft.com",
|
|
2628
|
-
"commit": "09f66b7836ff2618a535cc33d80c432c8a18c38c"
|
|
2629
|
-
}
|
|
2630
|
-
]
|
|
2631
|
-
}
|
|
2632
|
-
},
|
|
2633
|
-
{
|
|
2634
|
-
"date": "Wed, 13 Nov 2019 23:31:43 GMT",
|
|
2635
|
-
"tag": "beachball_v1.15.0",
|
|
2636
|
-
"version": "1.15.0",
|
|
2637
|
-
"comments": {
|
|
2638
|
-
"minor": [
|
|
2639
|
-
{
|
|
2640
|
-
"comment": "Add --bump-deps flag to bump all dependent packages",
|
|
2641
|
-
"author": "rezha@microsoft.com",
|
|
2642
|
-
"commit": "134d94a729dcc5d67bf8901ade19fca44a8b5a6a"
|
|
2643
|
-
}
|
|
2644
|
-
]
|
|
2645
|
-
}
|
|
2646
|
-
},
|
|
2647
|
-
{
|
|
2648
|
-
"date": "Mon, 04 Nov 2019 23:56:08 GMT",
|
|
2649
|
-
"tag": "beachball_v1.14.3",
|
|
2650
|
-
"version": "1.14.3",
|
|
2651
|
-
"comments": {
|
|
2652
|
-
"patch": [
|
|
2653
|
-
{
|
|
2654
|
-
"comment": "deletes none type change files",
|
|
2655
|
-
"author": "kchau@microsoft.com",
|
|
2656
|
-
"commit": "979cd078441993ad8b0ad5617003c9e204f47679"
|
|
2657
|
-
}
|
|
2658
|
-
]
|
|
2659
|
-
}
|
|
2660
|
-
},
|
|
2661
|
-
{
|
|
2662
|
-
"date": "Wed, 23 Oct 2019 17:32:05 GMT",
|
|
2663
|
-
"tag": "beachball_v1.14.2",
|
|
2664
|
-
"version": "1.14.2",
|
|
2665
|
-
"comments": {
|
|
2666
|
-
"patch": [
|
|
2667
|
-
{
|
|
2668
|
-
"comment": "make sure that we don't have file names in change files",
|
|
2669
|
-
"author": "kchau@microsoft.com",
|
|
2670
|
-
"commit": "ff943956e212d97df0e781a50b8cfce189108a51"
|
|
2671
|
-
}
|
|
2672
|
-
]
|
|
2673
|
-
}
|
|
2674
|
-
},
|
|
2675
|
-
{
|
|
2676
|
-
"date": "Fri, 04 Oct 2019 15:11:40 GMT",
|
|
2677
|
-
"tag": "beachball_v1.14.1",
|
|
2678
|
-
"version": "1.14.1",
|
|
2679
|
-
"comments": {
|
|
2680
|
-
"patch": [
|
|
2681
|
-
{
|
|
2682
|
-
"comment": "fixed package publishing for private packages",
|
|
2683
|
-
"author": "kchau@microsoft.com",
|
|
2684
|
-
"commit": "72363ccc692514ac2129ecf46e73cd9d562762f1"
|
|
2685
|
-
}
|
|
2686
|
-
]
|
|
2687
|
-
}
|
|
2688
|
-
},
|
|
2689
|
-
{
|
|
2690
|
-
"date": "Fri, 04 Oct 2019 00:52:18 GMT",
|
|
2691
|
-
"tag": "beachball_v1.14.0",
|
|
2692
|
-
"version": "1.14.0",
|
|
2693
|
-
"comments": {
|
|
2694
|
-
"minor": [
|
|
2695
|
-
{
|
|
2696
|
-
"comment": "Adding robustness in how publish works so merging is safer",
|
|
2697
|
-
"author": "odbuild@microsoft.com",
|
|
2698
|
-
"commit": "76425bfb7e76b1471cf7fe1de40930af4ecf4938"
|
|
2699
|
-
}
|
|
2700
|
-
]
|
|
2701
|
-
}
|
|
2702
|
-
},
|
|
2703
|
-
{
|
|
2704
|
-
"date": "Fri, 27 Sep 2019 23:42:49 GMT",
|
|
2705
|
-
"tag": "beachball_v1.13.5",
|
|
2706
|
-
"version": "1.13.5",
|
|
2707
|
-
"comments": {
|
|
2708
|
-
"none": [
|
|
2709
|
-
{
|
|
2710
|
-
"comment": "fix a clean up routine in test fixture for repositories",
|
|
2711
|
-
"author": "odbuild@microsoft.com",
|
|
2712
|
-
"commit": "13610e182b36fc99a66c8d0a55e309fbd63857f3"
|
|
2713
|
-
}
|
|
2714
|
-
],
|
|
2715
|
-
"patch": [
|
|
2716
|
-
{
|
|
2717
|
-
"comment": "adds publish test for git push as well as refactoring publish to be more readable",
|
|
2718
|
-
"author": "odbuild@microsoft.com",
|
|
2719
|
-
"commit": "085a15a91e592e7119c9a3d1222b781e197f1bd7"
|
|
2720
|
-
}
|
|
2721
|
-
]
|
|
2722
|
-
}
|
|
2723
|
-
},
|
|
2724
|
-
{
|
|
2725
|
-
"date": "Wed, 25 Sep 2019 21:40:51 GMT",
|
|
2726
|
-
"tag": "beachball_v1.13.4",
|
|
2727
|
-
"version": "1.13.4",
|
|
2728
|
-
"comments": {
|
|
2729
|
-
"patch": [
|
|
2730
|
-
{
|
|
2731
|
-
"comment": "Add option to specify a defaultNpmTag on a per package basis",
|
|
2732
|
-
"author": "acoates@microsoft.com",
|
|
2733
|
-
"commit": "e5a188e542554b22ca01a8b5ecb979dccf44095a"
|
|
2734
|
-
}
|
|
2735
|
-
]
|
|
2736
|
-
}
|
|
2737
|
-
},
|
|
2738
|
-
{
|
|
2739
|
-
"date": "Wed, 25 Sep 2019 20:49:49 GMT",
|
|
2740
|
-
"tag": "beachball_v1.13.3",
|
|
2741
|
-
"version": "1.13.3",
|
|
2742
|
-
"comments": {
|
|
2743
|
-
"patch": [
|
|
2744
|
-
{
|
|
2745
|
-
"comment": "make tests work on windows",
|
|
2746
|
-
"author": "kchau@microsoft.com",
|
|
2747
|
-
"commit": "45b5ed66ec87d05678f62dbd383ff7425015c3d4"
|
|
2748
|
-
}
|
|
2749
|
-
]
|
|
2750
|
-
}
|
|
2751
|
-
},
|
|
2752
|
-
{
|
|
2753
|
-
"date": "Mon, 16 Sep 2019 22:57:40 GMT",
|
|
2754
|
-
"tag": "beachball_v1.13.2",
|
|
2755
|
-
"version": "1.13.2",
|
|
2756
|
-
"comments": {
|
|
2757
|
-
"patch": [
|
|
2758
|
-
{
|
|
2759
|
-
"comment": "adding fetching for specific remote instead of all",
|
|
2760
|
-
"author": "kchau@microsoft.com",
|
|
2761
|
-
"commit": "7513d7ec192a5ddfc9e802a382fd4667bdb2b53d"
|
|
2762
|
-
}
|
|
2763
|
-
]
|
|
2764
|
-
}
|
|
2765
|
-
},
|
|
2766
|
-
{
|
|
2767
|
-
"date": "Tue, 10 Sep 2019 19:37:18 GMT",
|
|
2768
|
-
"tag": "beachball_v1.13.1",
|
|
2769
|
-
"version": "1.13.1",
|
|
2770
|
-
"comments": {
|
|
2771
|
-
"none": [
|
|
2772
|
-
{
|
|
2773
|
-
"comment": "Add publish unit tests using verdaccio.",
|
|
2774
|
-
"author": "jagore@microsoft.com",
|
|
2775
|
-
"commit": "3f512dc332c525abb677ba491804b17611e6bc86"
|
|
2776
|
-
}
|
|
2777
|
-
],
|
|
2778
|
-
"patch": [
|
|
2779
|
-
{
|
|
2780
|
-
"comment": "Fixing packageJsonPath to contain full path",
|
|
2781
|
-
"author": "kchau@microsoft.com",
|
|
2782
|
-
"commit": "89d0be658b6afb0e3082593680c9f0a4a6174b7d"
|
|
2783
|
-
}
|
|
2784
|
-
]
|
|
2785
|
-
}
|
|
2786
|
-
},
|
|
2787
|
-
{
|
|
2788
|
-
"date": "Tue, 03 Sep 2019 19:59:44 GMT",
|
|
2789
|
-
"tag": "beachball_v1.13.0",
|
|
2790
|
-
"version": "1.13.0",
|
|
2791
|
-
"comments": {
|
|
2792
|
-
"minor": [
|
|
2793
|
-
{
|
|
2794
|
-
"comment": "allow staged files to be counted for changes as well",
|
|
2795
|
-
"author": "kchau@microsoft.com",
|
|
2796
|
-
"commit": "7c4f51cdf4131bbf415781dc8af98cc575a78f73"
|
|
2797
|
-
}
|
|
2798
|
-
]
|
|
2799
|
-
}
|
|
2800
|
-
},
|
|
2801
|
-
{
|
|
2802
|
-
"date": "Tue, 27 Aug 2019 17:44:33 GMT",
|
|
2803
|
-
"tag": "beachball_v1.12.2",
|
|
2804
|
-
"version": "1.12.2",
|
|
2805
|
-
"comments": {
|
|
2806
|
-
"patch": [
|
|
2807
|
-
{
|
|
2808
|
-
"comment": "make sure to bump the deps of monorepo packages of other packages even if the packages are private",
|
|
2809
|
-
"author": "kchau@microsoft.com",
|
|
2810
|
-
"commit": "f44c276e8e1d1dc350dd184d88f73f0ab31904f8"
|
|
2811
|
-
}
|
|
2812
|
-
]
|
|
2813
|
-
}
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
"date": "Tue, 27 Aug 2019 03:11:47 GMT",
|
|
2817
|
-
"tag": "beachball_v1.12.1",
|
|
2818
|
-
"version": "1.12.1",
|
|
2819
|
-
"comments": {
|
|
2820
|
-
"patch": [
|
|
2821
|
-
{
|
|
2822
|
-
"comment": "making publish skip when there is no changes",
|
|
2823
|
-
"author": "kchau@microsoft.com",
|
|
2824
|
-
"commit": "e1657c4891dd180282e8c1e5578536ab8bbc8576"
|
|
2825
|
-
}
|
|
2826
|
-
]
|
|
2827
|
-
}
|
|
2828
|
-
},
|
|
2829
|
-
{
|
|
2830
|
-
"date": "Fri, 23 Aug 2019 16:30:54 GMT",
|
|
2831
|
-
"tag": "beachball_v1.12.0",
|
|
2832
|
-
"version": "1.12.0",
|
|
2833
|
-
"comments": {
|
|
2834
|
-
"minor": [
|
|
2835
|
-
{
|
|
2836
|
-
"comment": "ignores changelogs",
|
|
2837
|
-
"author": "kchau@microsoft.com",
|
|
2838
|
-
"commit": "beffde9ca9e2b54bee42a0c00e108f533656d9a7"
|
|
2839
|
-
}
|
|
2840
|
-
]
|
|
2841
|
-
}
|
|
2842
|
-
},
|
|
2843
|
-
{
|
|
2844
|
-
"date": "Fri, 23 Aug 2019 03:52:35 GMT",
|
|
2845
|
-
"tag": "beachball_v1.11.9",
|
|
2846
|
-
"version": "1.11.9",
|
|
2847
|
-
"comments": {
|
|
2848
|
-
"patch": [
|
|
2849
|
-
{
|
|
2850
|
-
"comment": "fixing changelog formatting",
|
|
2851
|
-
"author": "kchau@microsoft.com",
|
|
2852
|
-
"commit": "c4997de03aca9b1219fba3300dadf13a7d51fc2b"
|
|
2853
|
-
}
|
|
2854
|
-
]
|
|
2855
|
-
}
|
|
2856
|
-
},
|
|
2857
|
-
{
|
|
2858
|
-
"date": "Thu, 22 Aug 2019 18:17:34 GMT",
|
|
2859
|
-
"tag": "beachball_v1.11.8",
|
|
2860
|
-
"version": "1.11.8",
|
|
2861
|
-
"comments": {
|
|
2862
|
-
"patch": [
|
|
2863
|
-
{
|
|
2864
|
-
"comment": "Integration tests with real on-disk repositories.",
|
|
2865
|
-
"author": "jdh@microsoft.com",
|
|
2866
|
-
"commit": "0a72a2512360cc2eb1543941d83481c44fc9cdb0"
|
|
2867
|
-
},
|
|
2868
|
-
{
|
|
2869
|
-
"comment": "modify logic to not run on private packages",
|
|
2870
|
-
"author": "legray@microsoft.com",
|
|
2871
|
-
"commit": "0d6a560425d15d376c7382bb822fb8aa99315eb5"
|
|
2872
|
-
}
|
|
2873
|
-
]
|
|
2874
|
-
}
|
|
2875
|
-
},
|
|
2876
|
-
{
|
|
2877
|
-
"date": "Tue, 20 Aug 2019 15:18:38 GMT",
|
|
2878
|
-
"tag": "beachball_v1.11.7",
|
|
2879
|
-
"version": "1.11.7",
|
|
2880
|
-
"comments": {
|
|
2881
|
-
"patch": [
|
|
2882
|
-
{
|
|
2883
|
-
"comment": "fixes the issue with change command not generating change files due to the master having their change files deleted by publishing",
|
|
2884
|
-
"author": "kchau@microsoft.com",
|
|
2885
|
-
"commit": "4d5fa644a4c9ea7abcf4d482c63f52c2649a4835"
|
|
2886
|
-
}
|
|
2887
|
-
]
|
|
2888
|
-
}
|
|
2889
|
-
},
|
|
2890
|
-
{
|
|
2891
|
-
"date": "Wed, 07 Aug 2019 00:23:45 GMT",
|
|
2892
|
-
"tag": "beachball_v1.11.6",
|
|
2893
|
-
"version": "1.11.6",
|
|
2894
|
-
"comments": {
|
|
2895
|
-
"patch": [
|
|
2896
|
-
{
|
|
2897
|
-
"comment": "adds a fetch before diff changes, more info from when change files are needed",
|
|
2898
|
-
"author": "kchau@microsoft.com",
|
|
2899
|
-
"commit": "a84a82e8c6b57286d56c84e9b6cc8f6e5908f7db"
|
|
2900
|
-
}
|
|
2901
|
-
]
|
|
2902
|
-
}
|
|
2903
|
-
},
|
|
2904
|
-
{
|
|
2905
|
-
"date": "Sat, 03 Aug 2019 04:05:33 GMT",
|
|
2906
|
-
"tag": "beachball_v1.11.5",
|
|
2907
|
-
"version": "1.11.5",
|
|
2908
|
-
"comments": {
|
|
2909
|
-
"patch": [
|
|
2910
|
-
{
|
|
2911
|
-
"comment": "change format of the error message a tiny bit",
|
|
2912
|
-
"author": "kchau@microsoft.com",
|
|
2913
|
-
"commit": "3c6c1bb8122eaa94a3c536b0bca371eac14d5c93"
|
|
2914
|
-
}
|
|
2915
|
-
]
|
|
2916
|
-
}
|
|
2917
|
-
},
|
|
2918
|
-
{
|
|
2919
|
-
"date": "Sat, 03 Aug 2019 03:59:51 GMT",
|
|
2920
|
-
"tag": "beachball_v1.11.4",
|
|
2921
|
-
"version": "1.11.4",
|
|
2922
|
-
"comments": {
|
|
2923
|
-
"patch": [
|
|
2924
|
-
{
|
|
2925
|
-
"comment": "make the mergepublish portion spit out more explicit messages",
|
|
2926
|
-
"author": "kchau@microsoft.com",
|
|
2927
|
-
"commit": "0c523af46d6acb4cc578fec20076491b8457c668"
|
|
2928
|
-
}
|
|
2929
|
-
]
|
|
2930
|
-
}
|
|
2931
|
-
},
|
|
2932
|
-
{
|
|
2933
|
-
"date": "Sat, 03 Aug 2019 03:11:15 GMT",
|
|
2934
|
-
"tag": "beachball_v1.11.3",
|
|
2935
|
-
"version": "1.11.3",
|
|
2936
|
-
"comments": {
|
|
2937
|
-
"patch": [
|
|
2938
|
-
{
|
|
2939
|
-
"comment": "adds some comment about git fail fast and when to use it",
|
|
2940
|
-
"author": "kchau@microsoft.com",
|
|
2941
|
-
"commit": "7f47ba9e4fae797be7e0e12d19055bb3ba0cd39a"
|
|
2942
|
-
}
|
|
2943
|
-
]
|
|
2944
|
-
}
|
|
2945
|
-
},
|
|
2946
|
-
{
|
|
2947
|
-
"date": "Sat, 03 Aug 2019 03:08:37 GMT",
|
|
2948
|
-
"tag": "beachball_v1.11.2",
|
|
2949
|
-
"version": "1.11.2",
|
|
2950
|
-
"comments": {
|
|
2951
|
-
"patch": [
|
|
2952
|
-
{
|
|
2953
|
-
"comment": "Beachball publish should error if git commands fail",
|
|
2954
|
-
"author": "acoates@microsoft.com",
|
|
2955
|
-
"commit": "23088348c2c82d9194ed49112a426579e215b935"
|
|
2956
|
-
}
|
|
2957
|
-
]
|
|
2958
|
-
}
|
|
2959
|
-
},
|
|
2960
|
-
{
|
|
2961
|
-
"date": "Wed, 31 Jul 2019 22:00:03 GMT",
|
|
2962
|
-
"tag": "beachball_v1.11.1",
|
|
2963
|
-
"version": "1.11.1",
|
|
2964
|
-
"comments": {
|
|
2965
|
-
"patch": [
|
|
2966
|
-
{
|
|
2967
|
-
"comment": "default branch name should be master",
|
|
2968
|
-
"author": "kchau@microsoft.com",
|
|
2969
|
-
"commit": "edb36e3f8744bc6e6d5400280d2dad31b8e8db17"
|
|
2970
|
-
}
|
|
2971
|
-
]
|
|
2972
|
-
}
|
|
2973
|
-
},
|
|
2974
|
-
{
|
|
2975
|
-
"date": "Fri, 26 Jul 2019 18:00:02 GMT",
|
|
2976
|
-
"tag": "beachball_v1.11.0",
|
|
2977
|
-
"version": "1.11.0",
|
|
2978
|
-
"comments": {
|
|
2979
|
-
"minor": [
|
|
2980
|
-
{
|
|
2981
|
-
"comment": "Fixes #64, #65, #62, #2 - usability changes",
|
|
2982
|
-
"author": "kchau@microsoft.com",
|
|
2983
|
-
"commit": "805be76628f7762f628825e3031eac76187e7f59"
|
|
2984
|
-
}
|
|
2985
|
-
]
|
|
2986
|
-
}
|
|
2987
|
-
},
|
|
2988
|
-
{
|
|
2989
|
-
"date": "Fri, 26 Jul 2019 04:30:54 GMT",
|
|
2990
|
-
"tag": "beachball_v1.10.3",
|
|
2991
|
-
"version": "1.10.3",
|
|
2992
|
-
"comments": {
|
|
2993
|
-
"patch": [
|
|
2994
|
-
{
|
|
2995
|
-
"comment": "make git tags to be pushed",
|
|
2996
|
-
"author": "kchau@microsoft.com",
|
|
2997
|
-
"commit": "1a5d86eab58d1ff35e95b61af196e2df9d28212c"
|
|
2998
|
-
}
|
|
2999
|
-
]
|
|
3000
|
-
}
|
|
3001
|
-
},
|
|
3002
|
-
{
|
|
3003
|
-
"date": "Tue, 23 Jul 2019 21:27:22 GMT",
|
|
3004
|
-
"tag": "beachball_v1.10.2",
|
|
3005
|
-
"version": "1.10.2",
|
|
3006
|
-
"comments": {
|
|
3007
|
-
"patch": [
|
|
3008
|
-
{
|
|
3009
|
-
"comment": "making beachball node 8 compatible",
|
|
3010
|
-
"author": "kchau@microsoft.com",
|
|
3011
|
-
"commit": "557b8a2234a2f5ec8026422767bf90ad0080e74a"
|
|
3012
|
-
}
|
|
3013
|
-
]
|
|
3014
|
-
}
|
|
3015
|
-
},
|
|
3016
|
-
{
|
|
3017
|
-
"date": "Thu, 18 Jul 2019 20:18:23 GMT",
|
|
3018
|
-
"tag": "beachball_v1.10.1",
|
|
3019
|
-
"version": "1.10.1",
|
|
3020
|
-
"comments": {
|
|
3021
|
-
"patch": [
|
|
3022
|
-
{
|
|
3023
|
-
"comment": "Fix shouldPublish option",
|
|
3024
|
-
"author": "acoates@microsoft.com",
|
|
3025
|
-
"commit": "601fceda704673ba053ac66be029b0850217ffe4"
|
|
3026
|
-
}
|
|
3027
|
-
]
|
|
3028
|
-
}
|
|
3029
|
-
},
|
|
3030
|
-
{
|
|
3031
|
-
"date": "Thu, 18 Jul 2019 18:39:14 GMT",
|
|
3032
|
-
"tag": "beachball_v1.10.0",
|
|
3033
|
-
"version": "1.10.0",
|
|
3034
|
-
"comments": {
|
|
3035
|
-
"minor": [
|
|
3036
|
-
{
|
|
3037
|
-
"comment": "Add prerelease option",
|
|
3038
|
-
"author": "kchau@microsoft.com",
|
|
3039
|
-
"commit": "17d5af93c9843a14c06cf8b1e72c1a6e2397b986"
|
|
3040
|
-
}
|
|
3041
|
-
]
|
|
3042
|
-
}
|
|
3043
|
-
},
|
|
3044
|
-
{
|
|
3045
|
-
"date": "Tue, 02 Jul 2019 16:05:08 GMT",
|
|
3046
|
-
"tag": "beachball_v1.9.2",
|
|
3047
|
-
"version": "1.9.2",
|
|
3048
|
-
"comments": {
|
|
3049
|
-
"patch": [
|
|
3050
|
-
{
|
|
3051
|
-
"comment": "do not put none changes inside changelog.md",
|
|
3052
|
-
"author": "kchau@microsoft.com",
|
|
3053
|
-
"commit": "6d7be8b787535a212e7a1f0e6a985de0424672ce"
|
|
3054
|
-
}
|
|
3055
|
-
]
|
|
3056
|
-
}
|
|
3057
|
-
},
|
|
3058
|
-
{
|
|
3059
|
-
"date": "Tue, 02 Jul 2019 15:41:45 GMT",
|
|
3060
|
-
"tag": "beachball_v1.9.1",
|
|
3061
|
-
"version": "1.9.1",
|
|
3062
|
-
"comments": {
|
|
3063
|
-
"patch": [
|
|
3064
|
-
{
|
|
3065
|
-
"comment": "makes the bump skip unknown packages",
|
|
3066
|
-
"author": "kchau@microsoft.com",
|
|
3067
|
-
"commit": "2421da762b583cf4fbaa86d04e9a3c8d9d11a53d"
|
|
3068
|
-
}
|
|
3069
|
-
]
|
|
3070
|
-
}
|
|
3071
|
-
},
|
|
3072
|
-
{
|
|
3073
|
-
"date": "Fri, 28 Jun 2019 17:53:25 GMT",
|
|
3074
|
-
"tag": "beachball_v1.9.0",
|
|
3075
|
-
"version": "1.9.0",
|
|
3076
|
-
"comments": {
|
|
3077
|
-
"minor": [
|
|
3078
|
-
{
|
|
3079
|
-
"comment": "adds support for tags in CHANGELOG.json",
|
|
3080
|
-
"author": "kchau@microsoft.com",
|
|
3081
|
-
"commit": "8cc04ec43d3346dde7ad7eb84a1f4ce985f61a4c"
|
|
3082
|
-
}
|
|
3083
|
-
]
|
|
3084
|
-
}
|
|
3085
|
-
},
|
|
3086
|
-
{
|
|
3087
|
-
"date": "Thu, 27 Jun 2019 21:23:00 GMT",
|
|
3088
|
-
"version": "1.8.2",
|
|
3089
|
-
"comments": {
|
|
3090
|
-
"patch": [
|
|
3091
|
-
{
|
|
3092
|
-
"comment": "matching changelog.json format to rush's formatting",
|
|
3093
|
-
"author": "kchau@microsoft.com",
|
|
3094
|
-
"commit": "4825d4100cc29c5b08f9531b2d96780c2a992500"
|
|
3095
|
-
}
|
|
3096
|
-
]
|
|
3097
|
-
}
|
|
3098
|
-
}
|
|
3099
|
-
]
|
|
3100
|
-
}
|