beachball 2.27.1 → 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.
Files changed (76) hide show
  1. package/lib/bump/gatherBumpInfo.js.map +1 -1
  2. package/lib/bump/performBump.d.ts.map +1 -1
  3. package/lib/bump/performBump.js +3 -5
  4. package/lib/bump/performBump.js.map +1 -1
  5. package/lib/bump/updateRelatedChangeType.js.map +1 -1
  6. package/lib/changefile/getChangedPackages.d.ts.map +1 -1
  7. package/lib/changefile/getChangedPackages.js +67 -30
  8. package/lib/changefile/getChangedPackages.js.map +1 -1
  9. package/lib/changefile/promptForChange.js.map +1 -1
  10. package/lib/changefile/readChangeFiles.js +2 -2
  11. package/lib/changefile/readChangeFiles.js.map +1 -1
  12. package/lib/changefile/unlinkChangeFiles.js +1 -1
  13. package/lib/changefile/unlinkChangeFiles.js.map +1 -1
  14. package/lib/changefile/writeChangeFiles.js +1 -1
  15. package/lib/changefile/writeChangeFiles.js.map +1 -1
  16. package/lib/changelog/getPackageChangelogs.js.map +1 -1
  17. package/lib/changelog/renderPackageChangelog.js +1 -1
  18. package/lib/changelog/renderPackageChangelog.js.map +1 -1
  19. package/lib/changelog/writeChangelog.js +2 -2
  20. package/lib/changelog/writeChangelog.js.map +1 -1
  21. package/lib/commands/init.d.ts.map +1 -1
  22. package/lib/commands/init.js +8 -7
  23. package/lib/commands/init.js.map +1 -1
  24. package/lib/commands/publish.d.ts.map +1 -1
  25. package/lib/commands/publish.js +4 -1
  26. package/lib/commands/publish.js.map +1 -1
  27. package/lib/monorepo/getPackageGroups.js +2 -2
  28. package/lib/monorepo/getPackageGroups.js.map +1 -1
  29. package/lib/monorepo/getScopedPackages.js +2 -2
  30. package/lib/monorepo/getScopedPackages.js.map +1 -1
  31. package/lib/monorepo/{utils.d.ts → isPathIncluded.d.ts} +1 -1
  32. package/lib/monorepo/isPathIncluded.d.ts.map +1 -0
  33. package/lib/monorepo/{utils.js → isPathIncluded.js} +1 -1
  34. package/lib/monorepo/isPathIncluded.js.map +1 -0
  35. package/lib/options/getCliOptions.js +7 -1
  36. package/lib/options/getCliOptions.js.map +1 -1
  37. package/lib/packageManager/npm.d.ts +6 -2
  38. package/lib/packageManager/npm.d.ts.map +1 -1
  39. package/lib/packageManager/npm.js.map +1 -1
  40. package/lib/packageManager/packagePublish.d.ts +3 -1
  41. package/lib/packageManager/packagePublish.d.ts.map +1 -1
  42. package/lib/packageManager/packagePublish.js +1 -1
  43. package/lib/packageManager/packagePublish.js.map +1 -1
  44. package/lib/paths.d.ts +1 -1
  45. package/lib/paths.d.ts.map +1 -1
  46. package/lib/paths.js +1 -4
  47. package/lib/paths.js.map +1 -1
  48. package/lib/publish/bumpAndPush.d.ts.map +1 -1
  49. package/lib/publish/bumpAndPush.js +8 -9
  50. package/lib/publish/bumpAndPush.js.map +1 -1
  51. package/lib/publish/displayManualRecovery.d.ts.map +1 -1
  52. package/lib/publish/displayManualRecovery.js +8 -8
  53. package/lib/publish/displayManualRecovery.js.map +1 -1
  54. package/lib/publish/performPublishOverrides.js +1 -1
  55. package/lib/publish/publishToRegistry.d.ts.map +1 -1
  56. package/lib/publish/publishToRegistry.js +20 -9
  57. package/lib/publish/publishToRegistry.js.map +1 -1
  58. package/lib/publish/validatePackageDependencies.js +2 -2
  59. package/lib/publish/validatePackageDependencies.js.map +1 -1
  60. package/lib/publish/validatePackageVersions.js +2 -2
  61. package/lib/publish/validatePackageVersions.js.map +1 -1
  62. package/lib/types/BeachballOptions.d.ts +5 -0
  63. package/lib/types/BeachballOptions.d.ts.map +1 -1
  64. package/lib/validation/areChangeFilesDeleted.d.ts.map +1 -1
  65. package/lib/validation/areChangeFilesDeleted.js +1 -5
  66. package/lib/validation/areChangeFilesDeleted.js.map +1 -1
  67. package/lib/validation/isGitAvailable.d.ts +1 -1
  68. package/lib/validation/isGitAvailable.d.ts.map +1 -1
  69. package/lib/validation/isGitAvailable.js +6 -2
  70. package/lib/validation/isGitAvailable.js.map +1 -1
  71. package/lib/validation/validate.js.map +1 -1
  72. package/package.json +9 -8
  73. package/CHANGELOG.json +0 -3056
  74. package/CHANGELOG.md +0 -1397
  75. package/lib/monorepo/utils.d.ts.map +0 -1
  76. package/lib/monorepo/utils.js.map +0 -1
package/CHANGELOG.md DELETED
@@ -1,1397 +0,0 @@
1
- # Change Log - beachball
2
-
3
- This log was last generated on Tue, 09 Aug 2022 01:24:17 GMT and should not be manually modified.
4
-
5
- <!-- Start content -->
6
-
7
- ## 2.27.1
8
-
9
- Tue, 09 Aug 2022 01:24:17 GMT
10
-
11
- ### Patches
12
-
13
- - Update dependency execa to v5 (email not defined)
14
- - Update dependency cosmiconfig to v7 (now supports .cjs config files) (renovate@whitesourcesoftware.com)
15
- - Update dependency fs-extra to v10 (email not defined)
16
- - Update dependency yargs-parser to v21 (email not defined)
17
- - Remove unused human-id dependency (elcraig@microsoft.com)
18
-
19
- ## 2.27.0
20
-
21
- Mon, 08 Aug 2022 21:56:43 GMT
22
-
23
- ### Minor changes
24
-
25
- - Update dependency semver to v7 (renovate@whitesourcesoftware.com)
26
-
27
- ### Patches
28
-
29
- - Update dependency prompts to ^2.1.0 (widen allowed range) (email not defined)
30
-
31
- ## 2.26.1
32
-
33
- Fri, 05 Aug 2022 22:30:35 GMT
34
-
35
- ### Patches
36
-
37
- - Specify `files` in package.json to ensure only intended files are published (elcraig@microsoft.com)
38
-
39
- ## 2.26.0
40
-
41
- Thu, 21 Jul 2022 00:41:14 GMT
42
-
43
- ### Minor changes
44
-
45
- - Update workspace-tools to fix remote detection (elcraig@microsoft.com)
46
-
47
- ## 2.25.1
48
-
49
- Thu, 14 Jul 2022 21:17:09 GMT
50
-
51
- ### Patches
52
-
53
- - Added error handling for git fetch (viditganpi10@gmail.com)
54
-
55
- ## 2.25.0
56
-
57
- Wed, 13 Jul 2022 21:17:51 GMT
58
-
59
- ### Minor changes
60
-
61
- - 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)) (elcraig@microsoft.com)
62
-
63
- ### Patches
64
-
65
- - Remove unused direct dependencies on `git-url-parse` and `glob` (the code moved to `workspace-tools` awhile back) (elcraig@microsoft.com)
66
-
67
- ## 2.24.1
68
-
69
- Wed, 13 Jul 2022 20:33:51 GMT
70
-
71
- ### Patches
72
-
73
- - Bump git-url-parse to 12.0.0 (adam.gleitman@gmail.com)
74
-
75
- ## 2.24.0
76
-
77
- Thu, 07 Jul 2022 04:38:07 GMT
78
-
79
- ### Minor changes
80
-
81
- - Use path utilities from workspace-tools and remove beachball's redundant implementations (elcraig@microsoft.com)
82
-
83
- ## 2.23.1
84
-
85
- Wed, 06 Jul 2022 21:40:35 GMT
86
-
87
- ### Patches
88
-
89
- - fixes JSON parse failure when npm show output is an empty string and 0 exit code (dab5879@gmail.com)
90
-
91
- ## 2.23.0
92
-
93
- Tue, 14 Jun 2022 22:58:59 GMT
94
-
95
- ### Minor changes
96
-
97
- - Update package-lock.json after bumping packages (elcraig@microsoft.com)
98
-
99
- ## 2.22.4
100
-
101
- Wed, 01 Jun 2022 19:11:29 GMT
102
-
103
- ### Patches
104
-
105
- - Updating workspace-tools to v0.19.0. (dzearing@microsoft.com)
106
-
107
- ## 2.22.3
108
-
109
- Wed, 18 May 2022 18:21:01 GMT
110
-
111
- ### Patches
112
-
113
- - Update the api call for prerelease to semver (863023+radium-v@users.noreply.github.com)
114
-
115
- ## 2.22.2
116
-
117
- Wed, 04 May 2022 03:40:52 GMT
118
-
119
- ### Patches
120
-
121
- - Remove docs for nonexistent changelog command (elcraig@microsoft.com)
122
-
123
- ## 2.22.1
124
-
125
- Wed, 04 May 2022 03:07:37 GMT
126
-
127
- ### Patches
128
-
129
- - Update help and readme to not refer to 'master' branch (dannyvv@microsoft.com)
130
-
131
- ## 2.22.0
132
-
133
- Thu, 28 Apr 2022 20:28:37 GMT
134
-
135
- ### Minor changes
136
-
137
- - Add support for "workspace:" versions (dlannoye@microsoft.com)
138
-
139
- ## 2.21.1
140
-
141
- Wed, 27 Apr 2022 23:30:47 GMT
142
-
143
- ### Patches
144
-
145
- - Prevent generation of changelog files for private packages (dlannoye@microsoft.com)
146
-
147
- ## 2.21.0
148
-
149
- Thu, 06 Jan 2022 18:35:57 GMT
150
-
151
- ### Minor changes
152
-
153
- - Added fetch in cli options and check if fetch required for bump and push (viditganpi10@gmail.com)
154
-
155
- ## 2.20.0
156
-
157
- Thu, 04 Nov 2021 20:44:16 GMT
158
-
159
- ### Minor changes
160
-
161
- - Add Bump Hooks (ngerlem@microsoft.com)
162
-
163
- ## 2.19.0
164
-
165
- Wed, 03 Nov 2021 16:56:06 GMT
166
-
167
- ### Minor changes
168
-
169
- - add `--verbose` flag to make it easier to debug why some packages are being bumped (4123478+tido64@users.noreply.github.com)
170
-
171
- ## 2.18.0
172
-
173
- Thu, 21 Oct 2021 20:15:03 GMT
174
-
175
- ### Minor changes
176
-
177
- - Fix changelog entries to use the proper commit (elcraig@microsoft.com)
178
-
179
- ### Patches
180
-
181
- - Update writeChangeFiles signature (elcraig@microsoft.com)
182
-
183
- ## 2.17.0
184
-
185
- Tue, 19 Oct 2021 18:16:38 GMT
186
-
187
- ### Minor changes
188
-
189
- - Prevent grouped change infos from overwriting each other (elcraig@microsoft.com)
190
-
191
- ## 2.16.0
192
-
193
- Thu, 23 Sep 2021 22:00:18 GMT
194
-
195
- ### Minor changes
196
-
197
- - support multiple changes per changefile (jcreamer@microsoft.com)
198
-
199
- ## 2.15.0
200
-
201
- Mon, 20 Sep 2021 21:58:32 GMT
202
-
203
- ### Minor changes
204
-
205
- - chore(BeachballOptions): Move `scope` to `RepoOptions` type (lingfangao@hotmail.com)
206
-
207
- ## 2.14.0
208
-
209
- Thu, 16 Sep 2021 16:08:04 GMT
210
-
211
- ### Minor changes
212
-
213
- - Some refactoring; fixing the dependent change bump message generation so it is back in line with what we had (kchau@microsoft.com)
214
-
215
- ## 2.13.0
216
-
217
- Tue, 14 Sep 2021 16:52:55 GMT
218
-
219
- ### Minor changes
220
-
221
- - feat(mergeChangelogs): Add option to ignore depenent change entries (lingfangao@hotmail.com)
222
-
223
- ## 2.12.1
224
-
225
- Thu, 09 Sep 2021 21:15:31 GMT
226
-
227
- ### Patches
228
-
229
- - Allow prerelease changes to have dependentChangeType: patch (elcraig@microsoft.com)
230
-
231
- ## 2.12.0
232
-
233
- Thu, 09 Sep 2021 19:45:50 GMT
234
-
235
- ### Minor changes
236
-
237
- - Add ignorePatterns option (elcraig@microsoft.com)
238
-
239
- ## 2.11.2
240
-
241
- Thu, 09 Sep 2021 17:29:48 GMT
242
-
243
- ### Patches
244
-
245
- - Improve invalid change file error messages (elcraig@microsoft.com)
246
-
247
- ## 2.11.1
248
-
249
- Wed, 08 Sep 2021 18:31:30 GMT
250
-
251
- ### Patches
252
-
253
- - Fix the broken links to change-files (Rauno56@gmail.com)
254
-
255
- ## 2.11.0
256
-
257
- Tue, 07 Sep 2021 16:43:18 GMT
258
-
259
- ### Minor changes
260
-
261
- - Added custom transform option for the changeFiles (pravcha@microsoft.com)
262
-
263
- ## 2.10.2
264
-
265
- Fri, 30 Jul 2021 21:04:39 GMT
266
-
267
- ### Patches
268
-
269
- - fixes canary not to use latest tag for npm (kchau@microsoft.com)
270
-
271
- ## 2.10.1
272
-
273
- Fri, 30 Jul 2021 07:14:51 GMT
274
-
275
- ### Patches
276
-
277
- - Another attempt at ignoring test files (elcraig@microsoft.com)
278
-
279
- ## 2.10.0
280
-
281
- Fri, 30 Jul 2021 07:00:05 GMT
282
-
283
- ### Minor changes
284
-
285
- - Remove `group` from `PackageInfo`, and calculate as needed instead of setting it as a side effect (elcraig@microsoft.com)
286
-
287
- ### Patches
288
-
289
- - Stop publishing test and config files (elcraig@microsoft.com)
290
- - Reduce number of times `getPackageInfos` is called (elcraig@microsoft.com)
291
-
292
- ## 2.9.1
293
-
294
- Wed, 28 Jul 2021 21:59:24 GMT
295
-
296
- ### Patches
297
-
298
- - Stop publishing docs and configs in npm package (elcraig@microsoft.com)
299
-
300
- ## 2.9.0
301
-
302
- Wed, 28 Jul 2021 21:55:21 GMT
303
-
304
- ### Minor changes
305
-
306
- - Update typescript to 3.9 (elcraig@microsoft.com)
307
-
308
- ## 2.8.1
309
-
310
- Fri, 23 Jul 2021 00:04:33 GMT
311
-
312
- ### Patches
313
-
314
- - Add fallback logic for publishConfig values (scott.schmalz@gmail.com)
315
-
316
- ## 2.8.0
317
-
318
- Thu, 22 Jul 2021 23:33:10 GMT
319
-
320
- ### Minor changes
321
-
322
- - Fix for handling of custom schema while updating the CHANGELOG.json file (pravcha@microsoft.com)
323
-
324
- ## 2.7.0
325
-
326
- Thu, 22 Jul 2021 22:09:07 GMT
327
-
328
- ### Minor changes
329
-
330
- - Adding option to specify custom changelog at the package level (pravcha@microsoft.com)
331
-
332
- ## 2.6.3
333
-
334
- Fri, 16 Jul 2021 18:14:39 GMT
335
-
336
- ### Patches
337
-
338
- - Fixes changelogs comment count to be overridden by dependent bumps (kchau@microsoft.com)
339
-
340
- ## 2.6.2
341
-
342
- Tue, 22 Jun 2021 20:45:00 GMT
343
-
344
- ### Patches
345
-
346
- - Fixes a perf regression due to a change in getting remote default branch (kchau@microsoft.com)
347
-
348
- ## 2.6.1
349
-
350
- Thu, 03 Jun 2021 20:30:47 GMT
351
-
352
- ### Patches
353
-
354
- - actually query for the default branch rather than assuming master (kchau@microsoft.com)
355
-
356
- ## 2.6.0
357
-
358
- Thu, 03 Jun 2021 19:08:26 GMT
359
-
360
- ### Minor changes
361
-
362
- - Beachball check is going to be much faster (kchau@microsoft.com)
363
-
364
- ## 2.5.1
365
-
366
- Fri, 28 May 2021 02:09:13 GMT
367
-
368
- ### Patches
369
-
370
- - Improve tests to be robust angainst global setting for default branch (dannyvv@microsoft.com)
371
-
372
- ## 2.5.0
373
-
374
- Thu, 27 May 2021 22:24:48 GMT
375
-
376
- ### Minor changes
377
-
378
- - Add validation for the dependentChangeType field in changefiles (nickykalu@microsoft.com)
379
-
380
- ### Patches
381
-
382
- - bump workspace-tools (kchau@microsoft.com)
383
-
384
- ## 2.4.1
385
-
386
- Thu, 27 May 2021 22:23:24 GMT
387
-
388
- ### Patches
389
-
390
- - bump workspace-tools (kchau@microsoft.com)
391
-
392
- ## 2.4.0
393
-
394
- Thu, 20 May 2021 22:47:45 GMT
395
-
396
- ### Minor changes
397
-
398
- - Add npm basic auth capability via new authType argument. (jagore@microsoft.com)
399
-
400
- ## 2.3.0
401
-
402
- Fri, 07 May 2021 15:12:45 GMT
403
-
404
- ### Minor changes
405
-
406
- - Only commit changefiles and ignore other staged files on 'beachball change command' (nickykalu@microsoft.com)
407
-
408
- ## 2.2.0
409
-
410
- Wed, 14 Apr 2021 15:34:23 GMT
411
-
412
- ### Minor changes
413
-
414
- - feat: Bump workspace-tools (asgramme@microsoft.com)
415
-
416
- ## 2.1.0
417
-
418
- Fri, 02 Apr 2021 17:49:52 GMT
419
-
420
- ### Minor changes
421
-
422
- - adds a feature of adding publish-config, bumps requirement to node 12 (kchau@microsoft.com)
423
-
424
- ## 2.0.0
425
-
426
- Fri, 02 Apr 2021 17:34:25 GMT
427
-
428
- ### Major changes
429
-
430
- - BREAKING: Adding a requirement of node engine 12+
431
-
432
- ## 1.53.2
433
-
434
- Tue, 23 Mar 2021 17:35:03 GMT
435
-
436
- ### Patches
437
-
438
- - Update canary command to respect --no-publish flag (mail@jamesburnside.com)
439
-
440
- ## 1.53.1
441
-
442
- Thu, 04 Mar 2021 18:56:14 GMT
443
-
444
- ### Patches
445
-
446
- - Fix detection of default remote branch when it's not specified at CLI (elcraig@microsoft.com)
447
-
448
- ## 1.53.0
449
-
450
- Tue, 23 Feb 2021 20:40:17 GMT
451
-
452
- ### Minor changes
453
-
454
- - adds a --all canary option (kchau@microsoft.com)
455
-
456
- ## 1.52.0
457
-
458
- Thu, 18 Feb 2021 22:45:51 GMT
459
-
460
- ### Minor changes
461
-
462
- - adding an init command (kchau@microsoft.com)
463
-
464
- ## 1.51.2
465
-
466
- Thu, 18 Feb 2021 21:54:39 GMT
467
-
468
- ### Patches
469
-
470
- - more workspace-tools integration: getPackageInfos (kchau@microsoft.com)
471
-
472
- ## 1.51.1
473
-
474
- Wed, 17 Feb 2021 00:12:20 GMT
475
-
476
- ### Patches
477
-
478
- - replacing the git util from beachball with the workspace-tools one (kchau@microsoft.com)
479
-
480
- ## 1.51.0
481
-
482
- Tue, 16 Feb 2021 16:43:02 GMT
483
-
484
- ### Minor changes
485
-
486
- - Add postpublish hook (mmaclachlan@ccri.com)
487
-
488
- ## 1.50.1
489
-
490
- Thu, 04 Feb 2021 18:56:24 GMT
491
-
492
- ### Patches
493
-
494
- - check: Add validation of published package deps (elcraig@microsoft.com)
495
-
496
- ## 1.50.0
497
-
498
- Fri, 22 Jan 2021 23:56:47 GMT
499
-
500
- ### Minor changes
501
-
502
- - Allow passing --config to specify config file (ngerlem@microsoft.com)
503
-
504
- ## 1.49.0
505
-
506
- Tue, 12 Jan 2021 20:28:35 GMT
507
-
508
- ### Minor changes
509
-
510
- - Roll-up the changelogs to dependents (arabisho@microsoft.com)
511
-
512
- ## 1.48.3
513
-
514
- Mon, 11 Jan 2021 10:30:42 GMT
515
-
516
- ### Patches
517
-
518
- - Prevent prompt from overriding the message passed by CLI args (arabisho@microsoft.com)
519
-
520
- ## 1.48.2
521
-
522
- Tue, 05 Jan 2021 05:46:59 GMT
523
-
524
- ### Patches
525
-
526
- - Add support for multiple project roots within a repo (bewegger@microsoft.com)
527
-
528
- ## 1.48.1
529
-
530
- Fri, 18 Dec 2020 18:31:08 GMT
531
-
532
- ### Patches
533
-
534
- - Use merge base for comparing two refs (arabisho@microsoft.com)
535
-
536
- ## 1.48.0
537
-
538
- Mon, 14 Dec 2020 21:08:05 GMT
539
-
540
- ### Minor changes
541
-
542
- - Adding a new option that allows to specify a pre-release prefix (arabisho@microsoft.com)
543
-
544
- ## 1.47.1
545
-
546
- Thu, 10 Dec 2020 21:14:31 GMT
547
-
548
- ### Patches
549
-
550
- - Cap the output from git to avoid process crashing with enobufs (arabisho@microsoft.com)
551
-
552
- ## 1.47.0
553
-
554
- Tue, 08 Dec 2020 19:53:12 GMT
555
-
556
- ### Minor changes
557
-
558
- - Implement the 'disallow-deleted-change-files' flag (arabisho@microsoft.com)
559
-
560
- ## 1.46.0
561
-
562
- Tue, 08 Dec 2020 18:55:00 GMT
563
-
564
- ### Minor changes
565
-
566
- - Expose dependent-change-type as CLI argument (arabisho@microsoft.com)
567
-
568
- ## 1.45.1
569
-
570
- Tue, 08 Dec 2020 18:18:13 GMT
571
-
572
- ### Patches
573
-
574
- - Set disallowedChangeTypes property only if arg is present (arabisho@microsoft.com)
575
-
576
- ## 1.45.0
577
-
578
- Tue, 01 Dec 2020 23:16:33 GMT
579
-
580
- ### Minor changes
581
-
582
- - Expose 'disallowed-change-types' as a CLI option (arabisho@microsoft.com)
583
-
584
- ## 1.44.0
585
-
586
- Mon, 30 Nov 2020 18:16:10 GMT
587
-
588
- ### Minor changes
589
-
590
- - Bump yargs version (1581488+christiango@users.noreply.github.com)
591
-
592
- ## 1.43.1
593
-
594
- Fri, 20 Nov 2020 18:46:16 GMT
595
-
596
- ### Patches
597
-
598
- - Respect --token argument in the sync command (arabisho@microsoft.com)
599
-
600
- ## 1.43.0
601
-
602
- Fri, 20 Nov 2020 18:02:40 GMT
603
-
604
- ### Minor changes
605
-
606
- - Allow branch name to fall back to config file. Fixes #377 (jdh@microsoft.com)
607
-
608
- ## 1.42.0
609
-
610
- Wed, 28 Oct 2020 21:21:29 GMT
611
-
612
- ### Minor changes
613
-
614
- - Implements the --force flag for sync (arabisho@microsoft.com)
615
-
616
- ### Patches
617
-
618
- - Fix syncE2E tests (arabisho@microsoft.com)
619
-
620
- ## 1.41.0
621
-
622
- Wed, 28 Oct 2020 20:58:56 GMT
623
-
624
- ### Minor changes
625
-
626
- - Replace timestamps with uuids in change file names (arabisho@microsoft.com)
627
-
628
- ## 1.40.0
629
-
630
- Wed, 28 Oct 2020 20:56:33 GMT
631
-
632
- ### Minor changes
633
-
634
- - Remove timestamp from change files (arabisho@microsoft.com)
635
-
636
- ## 1.39.1
637
-
638
- Thu, 22 Oct 2020 00:00:35 GMT
639
-
640
- ### Patches
641
-
642
- - Fix package level tag option. (xgao@microsoft.com)
643
-
644
- ## 1.39.0
645
-
646
- Wed, 21 Oct 2020 18:27:09 GMT
647
-
648
- ### Minor changes
649
-
650
- - For out-of-scope package, do not update its dependencies versions along with its own version. (xgao@microsoft.com)
651
-
652
- ## 1.38.0
653
-
654
- Mon, 19 Oct 2020 16:43:47 GMT
655
-
656
- ### Minor changes
657
-
658
- - Update sync command to respect the --tag value (arabisho@microsoft.com)
659
-
660
- ## 1.37.0
661
-
662
- Wed, 07 Oct 2020 23:22:24 GMT
663
-
664
- ### Minor changes
665
-
666
- - bumps very specific deps, don't go overboard with spreading (kchau@microsoft.com)
667
-
668
- ## 1.36.2
669
-
670
- Mon, 28 Sep 2020 21:12:06 GMT
671
-
672
- ### Patches
673
-
674
- - avoid bump loop by being more selective about what gets bumped (kchau@microsoft.com)
675
-
676
- ## 1.36.1
677
-
678
- Tue, 22 Sep 2020 02:55:40 GMT
679
-
680
- ### Patches
681
-
682
- - be targeted in the fetch (kchau@microsoft.com)
683
-
684
- ## 1.36.0
685
-
686
- Fri, 11 Sep 2020 23:57:23 GMT
687
-
688
- ### Minor changes
689
-
690
- - Adds the ability to create and publish canary packages (kchau@microsoft.com)
691
-
692
- ## 1.35.6
693
-
694
- Fri, 11 Sep 2020 22:07:20 GMT
695
-
696
- ### Patches
697
-
698
- - making a distinction between packageOptions and combinedOptions (kchau@microsoft.com)
699
-
700
- ## 1.35.5
701
-
702
- Fri, 04 Sep 2020 21:04:07 GMT
703
-
704
- ### Patches
705
-
706
- - handles detached head when publishing (kchau@microsoft.com)
707
-
708
- ## 1.35.4
709
-
710
- Fri, 28 Aug 2020 21:28:56 GMT
711
-
712
- ### Patches
713
-
714
- - add testing and fixes to retries for pushes (kchau@microsoft.com)
715
-
716
- ## 1.35.3
717
-
718
- Sun, 23 Aug 2020 01:36:24 GMT
719
-
720
- ### Patches
721
-
722
- - Fix broken "beachball change" (#386). (reli@microsoft.com)
723
-
724
- ## 1.35.2
725
-
726
- Fri, 21 Aug 2020 16:14:19 GMT
727
-
728
- ### Patches
729
-
730
- - do not fetch before npm publish (kchau@microsoft.com)
731
-
732
- ## 1.35.1
733
-
734
- Mon, 17 Aug 2020 23:07:36 GMT
735
-
736
- ### Patches
737
-
738
- - making sync actually just ask for latest dist-tag (kchau@microsoft.com)
739
-
740
- ## 1.35.0
741
-
742
- Thu, 06 Aug 2020 19:31:46 GMT
743
-
744
- ### Minor changes
745
-
746
- - --no-bump flag implementation (arabisho@microsoft.com)
747
-
748
- ## 1.34.0
749
-
750
- Wed, 05 Aug 2020 20:06:03 GMT
751
-
752
- ### Minor changes
753
-
754
- - Implements the `--keep-change-files` flag to prevent change files from being deleted by bump and publish commands (arabisho@microsoft.com)
755
-
756
- ## 1.33.0
757
-
758
- Wed, 05 Aug 2020 19:12:35 GMT
759
-
760
- ### Minor changes
761
-
762
- - The `--since` flag implementation is added for filtering change files using git refs. (arabisho@microsoft.com)
763
-
764
- ## 1.32.2
765
-
766
- Mon, 20 Jul 2020 20:54:36 GMT
767
-
768
- ### Patches
769
-
770
- - adds a retry to git push (kchau@microsoft.com)
771
-
772
- ## 1.32.1
773
-
774
- Mon, 20 Jul 2020 19:32:41 GMT
775
-
776
- ### Patches
777
-
778
- - refactored to allow sync to fix dependent ranges as well (kchau@microsoft.com)
779
-
780
- ## 1.32.0
781
-
782
- Thu, 25 Jun 2020 16:07:16 GMT
783
-
784
- ### Minor changes
785
-
786
- - Allow Individual Packages to Opt Out of Git Tags (ngerlem@microsoft.com)
787
-
788
- ## 1.31.4
789
-
790
- Fri, 12 Jun 2020 15:55:32 GMT
791
-
792
- ### Patches
793
-
794
- - Change the fetch to be scoped to the branch needed to do the diffing not the entire remote (kchau@microsoft.com)
795
-
796
- ## 1.31.3
797
-
798
- Wed, 03 Jun 2020 20:35:49 GMT
799
-
800
- ### Patches
801
-
802
- - add gitTags option to control git created tags (ahkotb@microsoft.com)
803
-
804
- ## 1.31.2
805
-
806
- Wed, 03 Jun 2020 17:06:31 GMT
807
-
808
- ### Patches
809
-
810
- - publish: log errors for each retry attempt (elcraig@microsoft.com)
811
-
812
- ## 1.31.1
813
-
814
- Thu, 21 May 2020 23:56:52 GMT
815
-
816
- ### Patches
817
-
818
- - validate the disallowedChangeTypes for publishing (kchau@microsoft.com)
819
-
820
- ## 1.31.0
821
-
822
- Thu, 30 Apr 2020 19:33:20 GMT
823
-
824
- ### Minor changes
825
-
826
- - checks for invalid beachball change file on check and all operations (kchau@microsoft.com)
827
-
828
- ## 1.30.2
829
-
830
- Tue, 21 Apr 2020 00:12:02 GMT
831
-
832
- ### Patches
833
-
834
- - Formatting cleanup; use fs-extra everywhere (elcraig@microsoft.com)
835
-
836
- ## 1.30.1
837
-
838
- Mon, 20 Apr 2020 19:30:21 GMT
839
-
840
- ### Patches
841
-
842
- - Fix multi-package publishing regression (#327). (reli@microsoft.com)
843
-
844
- ## 1.30.0
845
-
846
- Sat, 18 Apr 2020 00:23:31 GMT
847
-
848
- ### Minor changes
849
-
850
- - update prepublish hook to work on files rather than bumpInfo (jasonmo@microsoft.com)
851
-
852
- ## 1.29.4
853
-
854
- Fri, 17 Apr 2020 22:32:59 GMT
855
-
856
- ### Patches
857
-
858
- - Publish packages in the right order based on their dependency graph (xgao@microsoft.com)
859
-
860
- ## 1.29.3
861
-
862
- Fri, 17 Apr 2020 22:15:02 GMT
863
-
864
- ### Patches
865
-
866
- - validate private package not being a dependency (xgao@microsoft.com)
867
-
868
- ## 1.29.2
869
-
870
- Fri, 17 Apr 2020 22:11:50 GMT
871
-
872
- ### Patches
873
-
874
- - reduce npm publish log by set loglevel to warn (xgao@microsoft.com)
875
-
876
- ## 1.29.1
877
-
878
- Thu, 16 Apr 2020 02:44:52 GMT
879
-
880
- ### Patches
881
-
882
- - 10x spawnSync max buffer (xgao@microsoft.com)
883
-
884
- ## 1.29.0
885
-
886
- Wed, 15 Apr 2020 23:41:45 GMT
887
-
888
- ### Minor changes
889
-
890
- - adding a hooks option for prepublish foolery (kchau@microsoft.com)
891
-
892
- ## 1.28.3
893
-
894
- Wed, 15 Apr 2020 23:24:07 GMT
895
-
896
- ### Patches
897
-
898
- - Sync: honor scope and avoid private package (xgao@microsoft.com)
899
-
900
- ## 1.28.2
901
-
902
- Mon, 13 Apr 2020 22:25:28 GMT
903
-
904
- ### Patches
905
-
906
- - Making beachball getPackageInfos scale much better with a different git command (kchau@microsoft.com)
907
-
908
- ## 1.28.1
909
-
910
- Wed, 08 Apr 2020 23:42:38 GMT
911
-
912
- ### Patches
913
-
914
- - Fix a bug with inferring the commit hash (elcraig@microsoft.com)
915
-
916
- ## 1.28.0
917
-
918
- Mon, 06 Apr 2020 21:44:28 GMT
919
-
920
- ### Minor changes
921
-
922
- - Export more types (elcraig@microsoft.com)
923
-
924
- ## 1.27.0
925
-
926
- Fri, 03 Apr 2020 15:58:44 GMT
927
-
928
- ### Minor changes
929
-
930
- - Export public-facing types from root (elcraig@microsoft.com)
931
-
932
- ## 1.26.0
933
-
934
- Fri, 03 Apr 2020 00:56:37 GMT
935
-
936
- ### Minor changes
937
-
938
- - Add custom render functions for changelog parts (elcraig@microsoft.com)
939
-
940
- ## 1.25.2
941
- Tue, 31 Mar 2020 18:55:18 GMT
942
-
943
- ### Patches
944
-
945
- - update isValidChangeType to allow none (xgao@microsoft.com)
946
- ## 1.25.1
947
- Tue, 31 Mar 2020 18:52:13 GMT
948
-
949
- ### Patches
950
-
951
- - adding a sync command to help recover (kchau@microsoft.com)
952
- ## 1.25.0
953
- Mon, 30 Mar 2020 20:58:37 GMT
954
-
955
- ### Minor changes
956
-
957
- - Change file prompt: support customizing prompt questions (xgao@microsoft.com)
958
- ## 1.24.0
959
- Mon, 30 Mar 2020 20:34:38 GMT
960
-
961
- ### Minor changes
962
-
963
- - adding a retries option (kchau@microsoft.com)
964
- ## 1.23.3
965
- Fri, 27 Mar 2020 23:29:23 GMT
966
-
967
- ### Patches
968
-
969
- - Add readme to beachball package (elcraig@microsoft.com)
970
- ## 1.23.2
971
- Fri, 27 Mar 2020 19:03:31 GMT
972
-
973
- ### Patches
974
-
975
- - Improve manual recovery message if some packages succeeded; increase maxBuffer for publish (elcraig@microsoft.com)
976
- ## 1.23.1
977
- Wed, 25 Mar 2020 20:20:02 GMT
978
-
979
- ### Patches
980
-
981
- - Change lodash from a devDepedency to a dependency (jdh@microsoft.com)
982
- ## 1.23.0
983
- Wed, 25 Mar 2020 19:43:44 GMT
984
-
985
- ### Minor changes
986
-
987
- - ChangeLog: support grouped change log generation (xgao@microsoft.com)
988
- ## 1.22.0
989
- Mon, 23 Mar 2020 21:24:15 GMT
990
-
991
- ### Minor changes
992
-
993
- - ChangeLog: add empty options interface (xgao@microsoft.com)
994
- ## 1.21.0
995
- Mon, 23 Mar 2020 19:20:05 GMT
996
-
997
- ### Minor changes
998
-
999
- - Delay inferring commit hash until changelog generation (and remove commit from changefiles) (elcraig@microsoft.com)
1000
- ## 1.20.4
1001
- Fri, 20 Mar 2020 23:50:38 GMT
1002
-
1003
- ### Patches
1004
-
1005
- - Fix version group bumping logic (xgao@microsoft.com)
1006
- ## 1.20.3
1007
- Fri, 20 Mar 2020 20:37:09 GMT
1008
-
1009
- ### Patches
1010
-
1011
- - Fix promptChangeFiles to honor disallowedChangeTypes defined in version groups (xgao@microsoft.com)
1012
- ## 1.20.2
1013
- Sat, 07 Mar 2020 00:06:17 GMT
1014
-
1015
- ### Patches
1016
-
1017
- - Scoped publish: make sure toskip validation/publish for out-of-scope package (xgao@microsoft.com)
1018
- ## 1.20.1
1019
- Thu, 05 Mar 2020 17:01:38 GMT
1020
-
1021
- ### Patches
1022
-
1023
- - adding some bumpminrange test and add support for * as range (kchau@microsoft.com)
1024
- ## 1.20.0
1025
- Wed, 04 Mar 2020 02:47:34 GMT
1026
-
1027
- ### Minor changes
1028
-
1029
- - Feature: scoped publish (xgao@microsoft.com)
1030
- ## 1.19.0
1031
- Wed, 04 Mar 2020 00:13:30 GMT
1032
-
1033
- ### Minor changes
1034
-
1035
- - Adds a new feature to do scoping of checks and change (kchau@microsoft.com)
1036
- ## 1.18.4
1037
- Fri, 17 Jan 2020 18:13:36 GMT
1038
-
1039
- ### Patches
1040
-
1041
- - fixing a bug about infinite loop in allowed type (kchau@microsoft.com)
1042
- ## 1.18.3
1043
- Thu, 16 Jan 2020 20:27:41 GMT
1044
-
1045
- ### Patches
1046
-
1047
- - update depedent package bump logic to propagate the change types (kchau@microsoft.com)
1048
- ## 1.18.2
1049
- Thu, 16 Jan 2020 04:52:54 GMT
1050
-
1051
- ### Patches
1052
-
1053
- - 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 (kchau@microsoft.com)
1054
- ## 1.18.1
1055
- Wed, 15 Jan 2020 04:54:51 GMT
1056
-
1057
- ### Patches
1058
-
1059
- - Fixes tagging and also publish brand new packages if not exists (kchau@microsoft.com)
1060
- ## 1.18.0
1061
- Wed, 15 Jan 2020 03:17:45 GMT
1062
-
1063
- ### Minor changes
1064
-
1065
- - adding ability to have config files (kchau@microsoft.com)
1066
- - refactored to get ready to support version groups (kchau@microsoft.com)
1067
- - Adds a new feature of version groups that would allow "locked versions" updates (kchau@microsoft.com)
1068
- ### Patches
1069
-
1070
- - Improve package list formatting (elcraig@microsoft.com)
1071
- - fixed a bug in getting the command right in the cli (kchau@microsoft.com)
1072
- ## 1.16.0
1073
- Thu, 05 Dec 2019 00:40:40 GMT
1074
-
1075
- ### Minor changes
1076
-
1077
- - Bump peerDependencies (rezha@microsoft.com)
1078
- ## 1.15.1
1079
- Fri, 15 Nov 2019 20:01:55 GMT
1080
-
1081
- ### Patches
1082
-
1083
- - catch eerrors throw and make sure we exit with a real status code (kchau@microsoft.com)
1084
- ## 1.15.0
1085
- Wed, 13 Nov 2019 23:31:43 GMT
1086
-
1087
- ### Minor changes
1088
-
1089
- - Add --bump-deps flag to bump all dependent packages (rezha@microsoft.com)
1090
- ## 1.14.3
1091
- Mon, 04 Nov 2019 23:56:08 GMT
1092
-
1093
- ### Patches
1094
-
1095
- - deletes none type change files (kchau@microsoft.com)
1096
- ## 1.14.2
1097
- Wed, 23 Oct 2019 17:32:05 GMT
1098
-
1099
- ### Patches
1100
-
1101
- - make sure that we don't have file names in change files (kchau@microsoft.com)
1102
- ## 1.14.1
1103
- Fri, 04 Oct 2019 15:11:40 GMT
1104
-
1105
- ### Patches
1106
-
1107
- - fixed package publishing for private packages (kchau@microsoft.com)
1108
- ## 1.14.0
1109
- Fri, 04 Oct 2019 00:52:18 GMT
1110
-
1111
- ### Minor changes
1112
-
1113
- - Adding robustness in how publish works so merging is safer (odbuild@microsoft.com)
1114
- ## 1.13.5
1115
- Fri, 27 Sep 2019 23:42:49 GMT
1116
-
1117
- ### Patches
1118
-
1119
- - adds publish test for git push as well as refactoring publish to be more readable (odbuild@microsoft.com)
1120
- ## 1.13.4
1121
- Wed, 25 Sep 2019 21:40:51 GMT
1122
-
1123
- ### Patches
1124
-
1125
- - Add option to specify a defaultNpmTag on a per package basis (acoates@microsoft.com)
1126
- ## 1.13.3
1127
- Wed, 25 Sep 2019 20:49:49 GMT
1128
-
1129
- ### Patches
1130
-
1131
- - make tests work on windows (kchau@microsoft.com)
1132
- ## 1.13.2
1133
- Mon, 16 Sep 2019 22:57:40 GMT
1134
-
1135
- ### Patches
1136
-
1137
- - adding fetching for specific remote instead of all (kchau@microsoft.com)
1138
- ## 1.13.1
1139
- Tue, 10 Sep 2019 19:37:18 GMT
1140
-
1141
- ### Patches
1142
-
1143
- - Fixing packageJsonPath to contain full path (kchau@microsoft.com)
1144
- ## 1.13.0
1145
- Tue, 03 Sep 2019 19:59:44 GMT
1146
-
1147
- ### Minor changes
1148
-
1149
- - allow staged files to be counted for changes as well (kchau@microsoft.com)
1150
- ## 1.12.2
1151
- Tue, 27 Aug 2019 17:44:33 GMT
1152
-
1153
- ### Patches
1154
-
1155
- - make sure to bump the deps of monorepo packages of other packages even if the packages are private (kchau@microsoft.com)
1156
- ## 1.12.1
1157
- Tue, 27 Aug 2019 03:11:47 GMT
1158
-
1159
- ### Patches
1160
-
1161
- - making publish skip when there is no changes (kchau@microsoft.com)
1162
- ## 1.12.0
1163
- Fri, 23 Aug 2019 16:30:54 GMT
1164
-
1165
- ### Minor changes
1166
-
1167
- - ignores changelogs (kchau@microsoft.com)
1168
- ## 1.11.9
1169
- Fri, 23 Aug 2019 03:52:35 GMT
1170
-
1171
- ### Patches
1172
-
1173
- - fixing changelog formatting (kchau@microsoft.com)
1174
- ## 1.11.8
1175
- Thu, 22 Aug 2019 18:17:34 GMT
1176
-
1177
- ### Patches
1178
-
1179
- - Integration tests with real on-disk repositories. (jdh@microsoft.com)
1180
- - modify logic to not run on private packages (legray@microsoft.com)
1181
-
1182
- ## 1.11.7
1183
- Tue, 20 Aug 2019 15:18:38 GMT
1184
-
1185
- ### Patches
1186
-
1187
- - fixes the issue with change command not generating change files due to the master having their change files deleted by publishing (kchau@microsoft.com)
1188
-
1189
- ## 1.11.6
1190
- Wed, 07 Aug 2019 00:23:45 GMT
1191
-
1192
- ### Patches
1193
-
1194
- - adds a fetch before diff changes, more info from when change files are needed (kchau@microsoft.com)
1195
-
1196
- ## 1.11.5
1197
- Sat, 03 Aug 2019 04:05:33 GMT
1198
-
1199
- ### Patches
1200
-
1201
- - change format of the error message a tiny bit (kchau@microsoft.com)
1202
-
1203
- ## 1.11.4
1204
- Sat, 03 Aug 2019 03:59:51 GMT
1205
-
1206
- ### Patches
1207
-
1208
- - make the mergepublish portion spit out more explicit messages (kchau@microsoft.com)
1209
-
1210
- ## 1.11.3
1211
- Sat, 03 Aug 2019 03:11:15 GMT
1212
-
1213
- ### Patches
1214
-
1215
- - adds some comment about git fail fast and when to use it (kchau@microsoft.com)
1216
-
1217
- ## 1.11.2
1218
- Sat, 03 Aug 2019 03:08:37 GMT
1219
-
1220
- ### Patches
1221
-
1222
- - Beachball publish should error if git commands fail (acoates@microsoft.com)
1223
-
1224
- ## 1.11.1
1225
- Wed, 31 Jul 2019 22:00:03 GMT
1226
-
1227
- ### Patches
1228
-
1229
- - default branch name should be master (kchau@microsoft.com)
1230
-
1231
- ## 1.11.0
1232
- Fri, 26 Jul 2019 18:00:02 GMT
1233
-
1234
- ### Minor changes
1235
-
1236
- - Fixes #64, #65, #62, #2 - usability changes (kchau@microsoft.com)
1237
-
1238
- ## 1.10.3
1239
- Fri, 26 Jul 2019 04:30:54 GMT
1240
-
1241
- ### Patches
1242
-
1243
- - make git tags to be pushed (kchau@microsoft.com)
1244
-
1245
- ## 1.10.2
1246
- Tue, 23 Jul 2019 21:27:22 GMT
1247
-
1248
- ### Patches
1249
-
1250
- - making beachball node 8 compatible (kchau@microsoft.com)
1251
-
1252
- ## 1.10.1
1253
- Thu, 18 Jul 2019 20:18:23 GMT
1254
-
1255
- ### Patches
1256
-
1257
- - Fix shouldPublish option (acoates@microsoft.com)
1258
-
1259
- ## 1.10.0
1260
- Thu, 18 Jul 2019 18:39:14 GMT
1261
-
1262
- ### Minor changes
1263
-
1264
- - Add prerelease option (kchau@microsoft.com)
1265
-
1266
- ## 1.9.2
1267
- Tue, 02 Jul 2019 16:05:08 GMT
1268
-
1269
- ### Patches
1270
-
1271
- - do not put none changes inside changelog.md (kchau@microsoft.com)
1272
-
1273
- ## 1.9.1
1274
- Tue, 02 Jul 2019 15:41:45 GMT
1275
-
1276
- ### Patches
1277
-
1278
- - makes the bump skip unknown packages (kchau@microsoft.com)
1279
-
1280
- ## 1.9.0
1281
- Fri, 28 Jun 2019 17:53:25 GMT
1282
-
1283
- ### Minor changes
1284
-
1285
- - adds support for tags in CHANGELOG.json (kchau@microsoft.com)
1286
-
1287
- ## 1.8.2
1288
- Thu, 27 Jun 2019 21:23:00 GMT
1289
-
1290
- ### Patches
1291
-
1292
- - matching changelog.json format to rush's formatting (kchau@microsoft.com)
1293
-
1294
- ## 1.8.1
1295
- Thu, 27 Jun 2019 21:10:15 GMT
1296
-
1297
- ### Patches
1298
-
1299
- - use object.values (kchau@microsoft.com)
1300
-
1301
- ## 1.8.0
1302
- Thu, 27 Jun 2019 17:50:36 GMT
1303
-
1304
- ### Minor
1305
-
1306
- - Also writes out json for changelogs while fixing the sitemap (kchau@microsoft.com)
1307
-
1308
- ## 1.7.0
1309
- Sun, 23 Jun 2019 00:40:35 GMT
1310
-
1311
- ### Minor
1312
-
1313
- - adding smarts about which change files are already in master (kchau@microsoft.com)
1314
-
1315
- ## 1.6.4
1316
- Tue, 18 Jun 2019 06:30:58 GMT
1317
-
1318
- ### Patches
1319
-
1320
- - making the default registry have a trailing slash to publish with token correctly (kchau@microsoft.com)
1321
-
1322
- ## 1.6.3
1323
- Tue, 18 Jun 2019 05:58:35 GMT
1324
-
1325
- ### Patches
1326
-
1327
- - enable token argument (kchau@microsoft.com)
1328
-
1329
- ## 1.6.2
1330
- Tue, 18 Jun 2019 05:44:02 GMT
1331
-
1332
- ### Patches
1333
-
1334
- - use a specific registry and also displaynpm publish command (kchau@microsoft.com)
1335
-
1336
- ## 1.6.1
1337
- Tue, 18 Jun 2019 05:27:14 GMT
1338
-
1339
- ### Patches
1340
-
1341
- - display publish errors (kchau@microsoft.com)
1342
-
1343
- ## 1.6.0
1344
- Tue, 18 Jun 2019 05:13:35 GMT
1345
-
1346
- ### Minor
1347
-
1348
- - -b now takes remote branch full name (kchau@microsoft.com)
1349
-
1350
- ## 1.5.1
1351
- Mon, 17 Jun 2019 17:36:58 GMT
1352
-
1353
- ### Patches
1354
-
1355
- - Be more specific in publish to disambiguate the tag and target branch (kchau@microsoft.com)
1356
-
1357
- ## 1.5.0
1358
- Fri, 14 Jun 2019 19:35:56 GMT
1359
-
1360
- ### Minor
1361
-
1362
- - find the right fork point (kchau@microsoft.com)
1363
-
1364
- ## 1.4.0
1365
- Wed, 12 Jun 2019 01:53:04 GMT
1366
-
1367
- ### Minor
1368
-
1369
- - adds no-publish and no-push, skips bump of none (kchau@microsoft.com)
1370
-
1371
- ## 1.3.1
1372
- Tue, 11 Jun 2019 19:34:32 GMT
1373
-
1374
- ### Patches
1375
-
1376
- - fail on change files (kchau@microsoft.com)
1377
-
1378
- ## 1.3.0
1379
- Tue, 11 Jun 2019 17:49:00 GMT
1380
-
1381
- ### Minor
1382
-
1383
- - adds support for auth token (kchau@microsoft.com)
1384
-
1385
- ## 1.2.0
1386
- Mon, 10 Jun 2019 23:53:27 GMT
1387
-
1388
- ### Minor
1389
-
1390
- - adding docs and publishes safe guards (kchau@microsoft.com)
1391
-
1392
- ## 1.1.0
1393
- Mon, 10 Jun 2019 21:29:49 GMT
1394
-
1395
- ### Minor
1396
-
1397
- - First real release (kchau@microsoft.com)