UNPKG

8.78 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# [3.12.0](https://github.com/lerna/lerna/compare/v3.11.1...v3.12.0) (2019-02-14)
7
8**Note:** Version bump only for package @lerna/create
9
10
11
12
13
14# [3.11.0](https://github.com/lerna/lerna/compare/v3.10.8...v3.11.0) (2019-02-08)
15
16
17### Bug Fixes
18
19* **create:** Bump camelcase ([e58a1d0](https://github.com/lerna/lerna/commit/e58a1d0))
20* **deps:** Explicit npm-package-arg ^6.1.0 ([4b20791](https://github.com/lerna/lerna/commit/4b20791))
21* **deps:** Explicit pacote ^9.4.1 ([44d05bf](https://github.com/lerna/lerna/commit/44d05bf))
22* **deps:** Remove unused libnpm (replaced by direct sub-packages) ([1caeb28](https://github.com/lerna/lerna/commit/1caeb28))
23
24
25
26
27
28## [3.10.6](https://github.com/lerna/lerna/compare/v3.10.5...v3.10.6) (2019-01-19)
29
30**Note:** Version bump only for package @lerna/create
31
32
33
34
35
36# [3.10.0](https://github.com/lerna/lerna/compare/v3.9.1...v3.10.0) (2019-01-08)
37
38**Note:** Version bump only for package @lerna/create
39
40
41
42
43
44## [3.8.5](https://github.com/lerna/lerna/compare/v3.8.4...v3.8.5) (2019-01-05)
45
46**Note:** Version bump only for package @lerna/create
47
48
49
50
51
52## [3.8.1](https://github.com/lerna/lerna/compare/v3.8.0...v3.8.1) (2018-12-31)
53
54**Note:** Version bump only for package @lerna/create
55
56
57
58
59
60## [3.7.2](https://github.com/lerna/lerna/compare/v3.7.1...v3.7.2) (2018-12-21)
61
62**Note:** Version bump only for package @lerna/create
63
64
65
66
67
68## [3.7.1](https://github.com/lerna/lerna/compare/v3.7.0...v3.7.1) (2018-12-20)
69
70**Note:** Version bump only for package @lerna/create
71
72
73
74
75
76# [3.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)
77
78
79### Bug Fixes
80
81* **create:** Pass options snapshot to pacote.manifest() ([6116680](https://github.com/lerna/lerna/commit/6116680))
82
83
84
85
86
87# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)
88
89
90### Features
91
92* Migrate existing usage to libnpm ([0d3a786](https://github.com/lerna/lerna/commit/0d3a786)), closes [#1767](https://github.com/lerna/lerna/issues/1767)
93* **create:** Migrate `npm info` subprocess to libnpm.manifest ([65a1d1b](https://github.com/lerna/lerna/commit/65a1d1b))
94
95
96
97
98
99# [3.5.0](https://github.com/lerna/lerna/compare/v3.4.3...v3.5.0) (2018-11-27)
100
101
102### Bug Fixes
103
104* prettier ([001a6df](https://github.com/lerna/lerna/commit/001a6df))
105
106
107
108
109
110## [3.4.1](https://github.com/lerna/lerna/compare/v3.4.0...v3.4.1) (2018-10-04)
111
112**Note:** Version bump only for package @lerna/create
113
114
115
116
117
118<a name="3.3.1"></a>
119## [3.3.1](https://github.com/lerna/lerna/compare/v3.3.0...v3.3.1) (2018-09-11)
120
121
122### Bug Fixes
123
124* **create:** Upgrade whatwg-url to ^7.0.0 ([00842d6](https://github.com/lerna/lerna/commit/00842d6))
125
126
127
128
129
130<a name="3.3.0"></a>
131# [3.3.0](https://github.com/lerna/lerna/compare/v3.2.1...v3.3.0) (2018-09-06)
132
133
134### Features
135
136* **deps:** Upgrade fs-extra to ^7.0.0 ([042b1a3](https://github.com/lerna/lerna/commit/042b1a3))
137
138
139
140
141
142<a name="3.1.3"></a>
143## [3.1.3](https://github.com/lerna/lerna/compare/v3.1.2...v3.1.3) (2018-08-21)
144
145**Note:** Version bump only for package @lerna/create
146
147
148
149
150
151<a name="3.1.2"></a>
152## [3.1.2](https://github.com/lerna/lerna/compare/v3.1.1...v3.1.2) (2018-08-20)
153
154**Note:** Version bump only for package @lerna/create
155
156
157
158
159
160<a name="3.1.0"></a>
161# [3.1.0](https://github.com/lerna/lerna/compare/v3.0.6...v3.1.0) (2018-08-17)
162
163**Note:** Version bump only for package @lerna/create
164
165
166
167
168
169<a name="3.0.6"></a>
170## [3.0.6](https://github.com/lerna/lerna/compare/v3.0.5...v3.0.6) (2018-08-16)
171
172
173### Bug Fixes
174
175* **create:** Use whatwg-url instead of node 8.x-dependent URL class ([8701b79](https://github.com/lerna/lerna/commit/8701b79))
176
177
178
179
180
181<a name="3.0.5"></a>
182## [3.0.5](https://github.com/lerna/lerna/compare/v3.0.4...v3.0.5) (2018-08-15)
183
184
185### Bug Fixes
186
187* **options:** Provide -y alias for --yes ([3ea460c](https://github.com/lerna/lerna/commit/3ea460c))
188
189
190
191
192
193<a name="3.0.0"></a>
194# [3.0.0](https://github.com/lerna/lerna/compare/v3.0.0-rc.0...v3.0.0) (2018-08-10)
195
196
197### Bug Fixes
198
199* **create:** Use filename without scope when generating imports from test file ([acfd48b](https://github.com/lerna/lerna/commit/acfd48b))
200
201
202
203
204
205<a name="3.0.0-rc.0"></a>
206# [3.0.0-rc.0](https://github.com/lerna/lerna/compare/v3.0.0-beta.21...v3.0.0-rc.0) (2018-07-27)
207
208
209### Features
210
211* Upgrade to fs-extra 6 ([079d873](https://github.com/lerna/lerna/commit/079d873))
212* **cli:** Upgrade to Yargs 12 ([7899ab8](https://github.com/lerna/lerna/commit/7899ab8))
213
214
215
216
217
218<a name="3.0.0-beta.21"></a>
219# [3.0.0-beta.21](https://github.com/lerna/lerna/compare/v3.0.0-beta.20...v3.0.0-beta.21) (2018-05-12)
220
221**Note:** Version bump only for package @lerna/create
222
223
224
225
226
227<a name="3.0.0-beta.20"></a>
228# [3.0.0-beta.20](https://github.com/lerna/lerna/compare/v3.0.0-beta.19...v3.0.0-beta.20) (2018-05-07)
229
230**Note:** Version bump only for package @lerna/create
231
232
233
234
235
236<a name="3.0.0-beta.19"></a>
237# [3.0.0-beta.19](https://github.com/lerna/lerna/compare/v3.0.0-beta.18...v3.0.0-beta.19) (2018-05-03)
238
239**Note:** Version bump only for package @lerna/create
240
241
242
243
244
245<a name="3.0.0-beta.18"></a>
246# [3.0.0-beta.18](https://github.com/lerna/lerna/compare/v3.0.0-beta.17...v3.0.0-beta.18) (2018-04-24)
247
248**Note:** Version bump only for package @lerna/create
249
250
251
252
253
254<a name="3.0.0-beta.17"></a>
255# [3.0.0-beta.17](https://github.com/lerna/lerna/compare/v3.0.0-beta.16...v3.0.0-beta.17) (2018-04-13)
256
257**Note:** Version bump only for package @lerna/create
258
259
260
261
262
263<a name="3.0.0-beta.15"></a>
264# [3.0.0-beta.15](https://github.com/lerna/lerna/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2018-04-09)
265
266**Note:** Version bump only for package @lerna/create
267
268
269
270
271
272<a name="3.0.0-beta.14"></a>
273# [3.0.0-beta.14](https://github.com/lerna/lerna/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2018-04-03)
274
275
276### Bug Fixes
277
278* **create:** Actually publish the module data helper ([4775cc4](https://github.com/lerna/lerna/commit/4775cc4))
279
280
281
282
283
284<a name="3.0.0-beta.13"></a>
285# [3.0.0-beta.13](https://github.com/lerna/lerna/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2018-03-31)
286
287
288### Features
289
290* Enable progress bars only when necessary ([b766c83](https://github.com/lerna/lerna/commit/b766c83))
291
292
293
294
295
296<a name="3.0.0-beta.12"></a>
297# [3.0.0-beta.12](https://github.com/lerna/lerna/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2018-03-30)
298
299
300### Bug Fixes
301
302* **create:** Silently ignore missing builtin npmrc ([1523520](https://github.com/lerna/lerna/commit/1523520)), closes [#1353](https://github.com/lerna/lerna/issues/1353)
303
304
305### Features
306
307* **package:** Add Map-like get/set methods, remove raw json getter ([707d1f0](https://github.com/lerna/lerna/commit/707d1f0))
308* **project:** Merge `package` and `packageJson` into `manifest` ([9a47ff7](https://github.com/lerna/lerna/commit/9a47ff7))
309
310
311### BREAKING CHANGES
312
313* **package:** The `Package` class no longer provides direct access to the JSON object
314used to construct the instance. Map-like `get()`/`set(val)` methods are
315available to modify the internal representation.
316
317
318
319
320
321<a name="3.0.0-beta.11"></a>
322# [3.0.0-beta.11](https://github.com/lerna/lerna/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2018-03-29)
323
324**Note:** Version bump only for package @lerna/create
325
326
327
328
329
330<a name="3.0.0-beta.10"></a>
331# [3.0.0-beta.10](https://github.com/lerna/lerna/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2018-03-27)
332
333
334### Features
335
336* **commands:** Delay require of command instantiation ([a1284f3](https://github.com/lerna/lerna/commit/a1284f3))
337
338
339### BREAKING CHANGES
340
341* **commands:** The default export of command packages is now a factory, not the subclass (which is now a named export).
342
343
344
345
346
347<a name="3.0.0-beta.9"></a>
348# [3.0.0-beta.9](https://github.com/lerna/lerna/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2018-03-24)
349
350
351### Features
352
353* **command:** Rename this.repository -> this.project ([43e98a0](https://github.com/lerna/lerna/commit/43e98a0))
354
355
356
357
358
359<a name="3.0.0-beta.8"></a>
360# [3.0.0-beta.8](https://github.com/lerna/lerna/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2018-03-22)
361
362
363### Bug Fixes
364
365* **create:** Skip repository property when git remote is missing ([98c8be6](https://github.com/lerna/lerna/commit/98c8be6))
366
367
368### Features
369
370* **utils:** Add "vendored" npm-conf ([9c24a25](https://github.com/lerna/lerna/commit/9c24a25))
371
372
373
374
375
376<a name="3.0.0-beta.7"></a>
377# [3.0.0-beta.7](https://github.com/lerna/lerna/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2018-03-20)
378
379**Note:** Version bump only for package @lerna/create
380
381
382
383
384
385<a name="3.0.0-beta.4"></a>
386# [3.0.0-beta.4](https://github.com/lerna/lerna/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2018-03-19)
387
388
389### Features
390
391* Add `lerna create` command ([#1326](https://github.com/lerna/lerna/issues/1326)) ([f15b224](https://github.com/lerna/lerna/commit/f15b224))