UNPKG

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