UNPKG

16.7 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6# [4.0.0](https://github.com/lerna/lerna/compare/v3.22.1...v4.0.0) (2021-02-10)
7
8
9### Features
10
11* Consume named exports of sibling modules ([63499e3](https://github.com/lerna/lerna/commit/63499e33652bc78fe23751875d74017e2f16a689))
12* **deps:** import-local@^3.0.2 ([e0e74d4](https://github.com/lerna/lerna/commit/e0e74d46c61ae884c1a27627c6e77e488061c9ba))
13* Drop support for Node v6.x & v8.x ([ff4bb4d](https://github.com/lerna/lerna/commit/ff4bb4da215555e3bb136f5af09b5cbc631e57bb))
14
15
16### BREAKING CHANGES
17
18* Node v6.x & v8.x are no longer supported. Please upgrade to the latest LTS release.
19
20Here's the gnarly one-liner I used to make these changes:
21```
22npx lerna exec --concurrency 1 --stream -- 'json -I -f package.json -e '"'"'this.engines=this.engines||{};this.engines.node=">= 10.18.0"'"'"
23```
24(requires `npm i -g json` beforehand)
25
26
27
28
29
30## [3.22.1](https://github.com/lerna/lerna/compare/v3.22.0...v3.22.1) (2020-06-09)
31
32**Note:** Version bump only for package lerna
33
34
35
36
37
38# [3.22.0](https://github.com/lerna/lerna/compare/v3.21.0...v3.22.0) (2020-05-24)
39
40**Note:** Version bump only for package lerna
41
42
43
44
45
46# [3.21.0](https://github.com/lerna/lerna/compare/v3.20.2...v3.21.0) (2020-05-13)
47
48**Note:** Version bump only for package lerna
49
50
51
52
53
54## [3.20.2](https://github.com/lerna/lerna/compare/v3.20.1...v3.20.2) (2020-01-02)
55
56**Note:** Version bump only for package lerna
57
58
59
60
61
62## [3.20.1](https://github.com/lerna/lerna/compare/v3.20.0...v3.20.1) (2019-12-29)
63
64**Note:** Version bump only for package lerna
65
66
67
68
69
70# [3.20.0](https://github.com/lerna/lerna/compare/v3.19.0...v3.20.0) (2019-12-27)
71
72
73### Features
74
75* **cli:** Add new `info` command to output information about local environment ([#2106](https://github.com/lerna/lerna/issues/2106)) ([7abfe43](https://github.com/lerna/lerna/commit/7abfe43426197fbc7f18c44b0c994324609fc769))
76
77
78
79
80
81# [3.19.0](https://github.com/lerna/lerna/compare/v3.18.5...v3.19.0) (2019-11-20)
82
83**Note:** Version bump only for package lerna
84
85
86
87
88
89## [3.18.5](https://github.com/lerna/lerna/compare/v3.18.4...v3.18.5) (2019-11-20)
90
91**Note:** Version bump only for package lerna
92
93
94
95
96
97## [3.18.4](https://github.com/lerna/lerna/compare/v3.18.3...v3.18.4) (2019-11-08)
98
99**Note:** Version bump only for package lerna
100
101
102
103
104
105## [3.18.3](https://github.com/lerna/lerna/compare/v3.18.2...v3.18.3) (2019-10-22)
106
107**Note:** Version bump only for package lerna
108
109
110
111
112
113## [3.18.2](https://github.com/lerna/lerna/compare/v3.18.1...v3.18.2) (2019-10-21)
114
115**Note:** Version bump only for package lerna
116
117
118
119
120
121## [3.18.1](https://github.com/lerna/lerna/compare/v3.18.0...v3.18.1) (2019-10-15)
122
123**Note:** Version bump only for package lerna
124
125
126
127
128
129# [3.18.0](https://github.com/lerna/lerna/compare/v3.17.0...v3.18.0) (2019-10-15)
130
131
132### Features
133
134* Upgrade to yargs@14 ([5e60213](https://github.com/lerna/lerna/commit/5e60213e93e3ee229a9341a14e420ed2401001dd))
135
136
137
138
139
140# [3.17.0](https://github.com/lerna/lerna/compare/v3.16.5...v3.17.0) (2019-10-10)
141
142**Note:** Version bump only for package lerna
143
144
145
146
147
148## [3.16.5](https://github.com/lerna/lerna/compare/v3.16.4...v3.16.5) (2019-10-07)
149
150**Note:** Version bump only for package lerna
151
152
153
154
155
156## [3.16.4](https://github.com/lerna/lerna/compare/v3.16.3...v3.16.4) (2019-07-24)
157
158**Note:** Version bump only for package lerna
159
160
161
162
163
164## [3.16.3](https://github.com/lerna/lerna/compare/v3.16.2...v3.16.3) (2019-07-23)
165
166**Note:** Version bump only for package lerna
167
168
169
170
171
172## [3.16.2](https://github.com/lerna/lerna/compare/v3.16.1...v3.16.2) (2019-07-22)
173
174**Note:** Version bump only for package lerna
175
176
177
178
179
180## [3.16.1](https://github.com/lerna/lerna/compare/v3.16.0...v3.16.1) (2019-07-19)
181
182**Note:** Version bump only for package lerna
183
184
185
186
187
188# [3.16.0](https://github.com/lerna/lerna/compare/v3.15.0...v3.16.0) (2019-07-18)
189
190
191### Features
192
193* **deps:** `import-local@^2.0.0` ([14d2c66](https://github.com/lerna/lerna/commit/14d2c66))
194
195
196
197
198
199# [3.15.0](https://github.com/lerna/lerna/compare/v3.14.2...v3.15.0) (2019-06-09)
200
201**Note:** Version bump only for package lerna
202
203
204
205
206
207## [3.14.2](https://github.com/lerna/lerna/compare/v3.14.1...v3.14.2) (2019-06-09)
208
209**Note:** Version bump only for package lerna
210
211
212
213
214
215## [3.14.1](https://github.com/lerna/lerna/compare/v3.14.0...v3.14.1) (2019-05-15)
216
217**Note:** Version bump only for package lerna
218
219
220
221
222
223# [3.14.0](https://github.com/lerna/lerna/compare/v3.13.4...v3.14.0) (2019-05-14)
224
225**Note:** Version bump only for package lerna
226
227
228
229
230
231## [3.13.4](https://github.com/lerna/lerna/compare/v3.13.3...v3.13.4) (2019-04-24)
232
233**Note:** Version bump only for package lerna
234
235
236
237
238
239## [3.13.3](https://github.com/lerna/lerna/compare/v3.13.2...v3.13.3) (2019-04-17)
240
241**Note:** Version bump only for package lerna
242
243
244
245
246
247## [3.13.2](https://github.com/lerna/lerna/compare/v3.13.1...v3.13.2) (2019-04-08)
248
249**Note:** Version bump only for package lerna
250
251
252
253
254
255## [3.13.1](https://github.com/lerna/lerna/compare/v3.13.0...v3.13.1) (2019-02-26)
256
257**Note:** Version bump only for package lerna
258
259
260
261
262
263# [3.13.0](https://github.com/lerna/lerna/compare/v3.12.1...v3.13.0) (2019-02-15)
264
265
266### Features
267
268* **meta:** Add `repository.directory` field to package.json ([aec5023](https://github.com/lerna/lerna/commit/aec5023))
269* **meta:** Normalize package.json `homepage` field ([abeb4dc](https://github.com/lerna/lerna/commit/abeb4dc))
270
271
272
273
274
275## [3.12.1](https://github.com/lerna/lerna/compare/v3.12.0...v3.12.1) (2019-02-14)
276
277**Note:** Version bump only for package lerna
278
279
280
281
282
283# [3.12.0](https://github.com/lerna/lerna/compare/v3.11.1...v3.12.0) (2019-02-14)
284
285**Note:** Version bump only for package lerna
286
287
288
289
290
291## [3.11.1](https://github.com/lerna/lerna/compare/v3.11.0...v3.11.1) (2019-02-11)
292
293**Note:** Version bump only for package lerna
294
295
296
297
298
299# [3.11.0](https://github.com/lerna/lerna/compare/v3.10.8...v3.11.0) (2019-02-08)
300
301
302### Bug Fixes
303
304* **deps:** Explicit npmlog ^4.1.2 ([571c2e2](https://github.com/lerna/lerna/commit/571c2e2))
305* **deps:** Remove unused libnpm (replaced by direct sub-packages) ([1caeb28](https://github.com/lerna/lerna/commit/1caeb28))
306
307
308
309
310
311## [3.10.8](https://github.com/lerna/lerna/compare/v3.10.7...v3.10.8) (2019-02-01)
312
313**Note:** Version bump only for package lerna
314
315
316
317
318
319## [3.10.7](https://github.com/lerna/lerna/compare/v3.10.6...v3.10.7) (2019-01-22)
320
321**Note:** Version bump only for package lerna
322
323
324
325
326
327## [3.10.6](https://github.com/lerna/lerna/compare/v3.10.5...v3.10.6) (2019-01-19)
328
329**Note:** Version bump only for package lerna
330
331
332
333
334
335## [3.10.5](https://github.com/lerna/lerna/compare/v3.10.4...v3.10.5) (2019-01-11)
336
337**Note:** Version bump only for package lerna
338
339
340
341
342
343## [3.10.4](https://github.com/lerna/lerna/compare/v3.10.3...v3.10.4) (2019-01-10)
344
345**Note:** Version bump only for package lerna
346
347
348
349
350
351## [3.10.3](https://github.com/lerna/lerna/compare/v3.10.2...v3.10.3) (2019-01-10)
352
353**Note:** Version bump only for package lerna
354
355
356
357
358
359## [3.10.2](https://github.com/lerna/lerna/compare/v3.10.1...v3.10.2) (2019-01-09)
360
361**Note:** Version bump only for package lerna
362
363
364
365
366
367## [3.10.1](https://github.com/lerna/lerna/compare/v3.10.0...v3.10.1) (2019-01-09)
368
369**Note:** Version bump only for package lerna
370
371
372
373
374
375# [3.10.0](https://github.com/lerna/lerna/compare/v3.9.1...v3.10.0) (2019-01-08)
376
377**Note:** Version bump only for package lerna
378
379
380
381
382
383## [3.9.1](https://github.com/lerna/lerna/compare/v3.9.0...v3.9.1) (2019-01-08)
384
385**Note:** Version bump only for package lerna
386
387
388
389
390
391# [3.9.0](https://github.com/lerna/lerna/compare/v3.8.5...v3.9.0) (2019-01-08)
392
393**Note:** Version bump only for package lerna
394
395
396
397
398
399## [3.8.5](https://github.com/lerna/lerna/compare/v3.8.4...v3.8.5) (2019-01-05)
400
401**Note:** Version bump only for package lerna
402
403
404
405
406
407## [3.8.4](https://github.com/lerna/lerna/compare/v3.8.3...v3.8.4) (2019-01-03)
408
409**Note:** Version bump only for package lerna
410
411
412
413
414
415## [3.8.3](https://github.com/lerna/lerna/compare/v3.8.2...v3.8.3) (2019-01-03)
416
417**Note:** Version bump only for package lerna
418
419
420
421
422
423## [3.8.2](https://github.com/lerna/lerna/compare/v3.8.1...v3.8.2) (2019-01-03)
424
425**Note:** Version bump only for package lerna
426
427
428
429
430
431## [3.8.1](https://github.com/lerna/lerna/compare/v3.8.0...v3.8.1) (2018-12-31)
432
433**Note:** Version bump only for package lerna
434
435
436
437
438
439# [3.8.0](https://github.com/lerna/lerna/compare/v3.7.2...v3.8.0) (2018-12-21)
440
441**Note:** Version bump only for package lerna
442
443
444
445
446
447## [3.7.2](https://github.com/lerna/lerna/compare/v3.7.1...v3.7.2) (2018-12-21)
448
449**Note:** Version bump only for package lerna
450
451
452
453
454
455## [3.7.1](https://github.com/lerna/lerna/compare/v3.7.0...v3.7.1) (2018-12-20)
456
457**Note:** Version bump only for package lerna
458
459
460
461
462
463# [3.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)
464
465**Note:** Version bump only for package lerna
466
467
468
469
470
471# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)
472
473
474### Features
475
476* Migrate existing usage to libnpm ([0d3a786](https://github.com/lerna/lerna/commit/0d3a786)), closes [#1767](https://github.com/lerna/lerna/issues/1767)
477
478
479
480
481
482## [3.5.1](https://github.com/lerna/lerna/compare/v3.5.0...v3.5.1) (2018-11-29)
483
484**Note:** Version bump only for package lerna
485
486
487
488
489
490# [3.5.0](https://github.com/lerna/lerna/compare/v3.4.3...v3.5.0) (2018-11-27)
491
492**Note:** Version bump only for package lerna
493
494
495
496
497
498## [3.4.3](https://github.com/lerna/lerna/compare/v3.4.2...v3.4.3) (2018-10-10)
499
500**Note:** Version bump only for package lerna
501
502
503
504
505
506## [3.4.2](https://github.com/lerna/lerna/compare/v3.4.1...v3.4.2) (2018-10-09)
507
508**Note:** Version bump only for package lerna
509
510
511
512
513
514## [3.4.1](https://github.com/lerna/lerna/compare/v3.4.0...v3.4.1) (2018-10-04)
515
516**Note:** Version bump only for package lerna
517
518
519
520
521
522<a name="3.4.0"></a>
523# [3.4.0](https://github.com/lerna/lerna/compare/v3.3.2...v3.4.0) (2018-09-14)
524
525**Note:** Version bump only for package lerna
526
527
528
529
530
531<a name="3.3.2"></a>
532## [3.3.2](https://github.com/lerna/lerna/compare/v3.3.1...v3.3.2) (2018-09-12)
533
534**Note:** Version bump only for package lerna
535
536
537
538
539
540<a name="3.3.1"></a>
541## [3.3.1](https://github.com/lerna/lerna/compare/v3.3.0...v3.3.1) (2018-09-11)
542
543**Note:** Version bump only for package lerna
544
545
546
547
548
549<a name="3.3.0"></a>
550# [3.3.0](https://github.com/lerna/lerna/compare/v3.2.1...v3.3.0) (2018-09-06)
551
552**Note:** Version bump only for package lerna
553
554
555
556
557
558<a name="3.2.1"></a>
559## [3.2.1](https://github.com/lerna/lerna/compare/v3.2.0...v3.2.1) (2018-08-28)
560
561**Note:** Version bump only for package lerna
562
563
564
565
566
567<a name="3.2.0"></a>
568# [3.2.0](https://github.com/lerna/lerna/compare/v3.1.4...v3.2.0) (2018-08-28)
569
570
571### Features
572
573* **cli:** Configure commands in root package, all other bits in cli package ([7200fd0](https://github.com/lerna/lerna/commit/7200fd0)), closes [#1584](https://github.com/lerna/lerna/issues/1584)
574
575
576
577
578
579<a name="3.1.4"></a>
580## [3.1.4](https://github.com/lerna/lerna/compare/v3.1.3...v3.1.4) (2018-08-21)
581
582**Note:** Version bump only for package lerna
583
584
585
586
587
588<a name="3.1.3"></a>
589## [3.1.3](https://github.com/lerna/lerna/compare/v3.1.2...v3.1.3) (2018-08-21)
590
591**Note:** Version bump only for package lerna
592
593
594
595
596
597<a name="3.1.2"></a>
598## [3.1.2](https://github.com/lerna/lerna/compare/v3.1.1...v3.1.2) (2018-08-20)
599
600**Note:** Version bump only for package lerna
601
602
603
604
605
606<a name="3.1.1"></a>
607## [3.1.1](https://github.com/lerna/lerna/compare/v3.1.0...v3.1.1) (2018-08-17)
608
609**Note:** Version bump only for package lerna
610
611
612
613
614
615<a name="3.1.0"></a>
616# [3.1.0](https://github.com/lerna/lerna/compare/v3.0.6...v3.1.0) (2018-08-17)
617
618**Note:** Version bump only for package lerna
619
620
621
622
623
624<a name="3.0.6"></a>
625## [3.0.6](https://github.com/lerna/lerna/compare/v3.0.5...v3.0.6) (2018-08-16)
626
627**Note:** Version bump only for package lerna
628
629
630
631
632
633<a name="3.0.5"></a>
634## [3.0.5](https://github.com/lerna/lerna/compare/v3.0.4...v3.0.5) (2018-08-15)
635
636**Note:** Version bump only for package lerna
637
638
639
640
641
642<a name="3.0.4"></a>
643## [3.0.4](https://github.com/lerna/lerna/compare/v3.0.3...v3.0.4) (2018-08-14)
644
645**Note:** Version bump only for package lerna
646
647
648
649
650
651<a name="3.0.3"></a>
652## [3.0.3](https://github.com/lerna/lerna/compare/v3.0.2...v3.0.3) (2018-08-11)
653
654**Note:** Version bump only for package lerna
655
656
657
658
659
660<a name="3.0.2"></a>
661## [3.0.2](https://github.com/lerna/lerna/compare/v3.0.1...v3.0.2) (2018-08-11)
662
663**Note:** Version bump only for package lerna
664
665
666
667
668
669<a name="3.0.1"></a>
670## [3.0.1](https://github.com/lerna/lerna/compare/v3.0.0...v3.0.1) (2018-08-10)
671
672**Note:** Version bump only for package lerna
673
674
675
676
677
678<a name="3.0.0"></a>
679# [3.0.0](https://github.com/lerna/lerna/compare/v3.0.0-rc.0...v3.0.0) (2018-08-10)
680
681**Note:** Version bump only for package lerna
682
683
684
685
686
687<a name="3.0.0-rc.0"></a>
688# [3.0.0-rc.0](https://github.com/lerna/lerna/compare/v3.0.0-beta.21...v3.0.0-rc.0) (2018-07-27)
689
690**Note:** Version bump only for package lerna
691
692
693
694
695
696<a name="3.0.0-beta.21"></a>
697# [3.0.0-beta.21](https://github.com/lerna/lerna/compare/v3.0.0-beta.20...v3.0.0-beta.21) (2018-05-12)
698
699**Note:** Version bump only for package lerna
700
701
702
703
704
705<a name="3.0.0-beta.20"></a>
706# [3.0.0-beta.20](https://github.com/lerna/lerna/compare/v3.0.0-beta.19...v3.0.0-beta.20) (2018-05-07)
707
708**Note:** Version bump only for package lerna
709
710
711
712
713
714<a name="3.0.0-beta.19"></a>
715# [3.0.0-beta.19](https://github.com/lerna/lerna/compare/v3.0.0-beta.18...v3.0.0-beta.19) (2018-05-03)
716
717**Note:** Version bump only for package lerna
718
719
720
721
722
723<a name="3.0.0-beta.18"></a>
724# [3.0.0-beta.18](https://github.com/lerna/lerna/compare/v3.0.0-beta.17...v3.0.0-beta.18) (2018-04-24)
725
726**Note:** Version bump only for package lerna
727
728
729
730
731
732<a name="3.0.0-beta.17"></a>
733# [3.0.0-beta.17](https://github.com/lerna/lerna/compare/v3.0.0-beta.16...v3.0.0-beta.17) (2018-04-13)
734
735**Note:** Version bump only for package lerna
736
737
738
739
740
741<a name="3.0.0-beta.16"></a>
742# [3.0.0-beta.16](https://github.com/lerna/lerna/compare/v3.0.0-beta.15...v3.0.0-beta.16) (2018-04-10)
743
744**Note:** Version bump only for package lerna
745
746
747
748
749
750<a name="3.0.0-beta.15"></a>
751# [3.0.0-beta.15](https://github.com/lerna/lerna/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2018-04-09)
752
753**Note:** Version bump only for package lerna
754
755
756
757
758
759<a name="3.0.0-beta.14"></a>
760# [3.0.0-beta.14](https://github.com/lerna/lerna/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2018-04-03)
761
762**Note:** Version bump only for package lerna
763
764
765
766
767
768<a name="3.0.0-beta.13"></a>
769# [3.0.0-beta.13](https://github.com/lerna/lerna/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2018-03-31)
770
771**Note:** Version bump only for package lerna
772
773
774
775
776
777<a name="3.0.0-beta.12"></a>
778# [3.0.0-beta.12](https://github.com/lerna/lerna/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2018-03-30)
779
780**Note:** Version bump only for package lerna
781
782
783
784
785
786<a name="3.0.0-beta.11"></a>
787# [3.0.0-beta.11](https://github.com/lerna/lerna/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2018-03-29)
788
789**Note:** Version bump only for package lerna
790
791
792
793
794
795<a name="3.0.0-beta.10"></a>
796# [3.0.0-beta.10](https://github.com/lerna/lerna/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2018-03-27)
797
798**Note:** Version bump only for package lerna
799
800
801
802
803
804<a name="3.0.0-beta.9"></a>
805# [3.0.0-beta.9](https://github.com/lerna/lerna/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2018-03-24)
806
807**Note:** Version bump only for package lerna
808
809
810
811
812
813<a name="3.0.0-beta.8"></a>
814# [3.0.0-beta.8](https://github.com/lerna/lerna/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2018-03-22)
815
816**Note:** Version bump only for package lerna
817
818
819
820
821
822<a name="3.0.0-beta.7"></a>
823# [3.0.0-beta.7](https://github.com/lerna/lerna/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2018-03-20)
824
825
826### Bug Fixes
827
828* **cli:** Retrieve correct version ([bb2c5e8](https://github.com/lerna/lerna/commit/bb2c5e8))
829
830
831
832
833
834<a name="3.0.0-beta.6"></a>
835# [3.0.0-beta.6](https://github.com/lerna/lerna/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2018-03-19)
836
837**Note:** Version bump only for package lerna
838
839
840
841
842
843<a name="3.0.0-beta.5"></a>
844# [3.0.0-beta.5](https://github.com/lerna/lerna/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2018-03-19)
845
846**Note:** Version bump only for package lerna
847
848
849
850
851
852<a name="3.0.0-beta.4"></a>
853# [3.0.0-beta.4](https://github.com/lerna/lerna/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2018-03-19)
854
855**Note:** Version bump only for package lerna
856
857
858
859
860
861<a name="3.0.0-beta.3"></a>
862# [3.0.0-beta.3](https://github.com/lerna/lerna/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2018-03-15)
863
864**Note:** Version bump only for package lerna
865
866
867
868
869
870<a name="3.0.0-beta.2"></a>
871# [3.0.0-beta.2](https://github.com/lerna/lerna/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2018-03-10)
872
873**Note:** Version bump only for package lerna
874
875
876
877
878
879<a name="3.0.0-beta.1"></a>
880# [3.0.0-beta.1](https://github.com/lerna/lerna/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2018-03-09)
881
882**Note:** Version bump only for package lerna