Skip to content

Commit dacc47d

Browse files
author
Audrey Eschright
committed
chore: add changelog for v6.8.0
1 parent 95ca1ae commit dacc47d

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,66 @@
1+
## v6.8.0 (2019-01-31):
2+
3+
This release includes an implementation of [RFC #10](https://github.com/npm/rfcs/blob/latest/accepted/0010-monorepo-subdirectory-declaration.md), documenting an optional field that can be used to specify
4+
the directory path for a package within a monorepo.
5+
6+
### NEW FEATURES
7+
8+
* [`3663cdef2`](https://github.com/npm/cli/commit/3663cdef205fa9ba2c2830e5ef7ceeb31c30298c)
9+
[#140](https://github.com/npm/cli/pull/140)
10+
Update package.json docs to include repository.directory details.
11+
([@greysteil](https://github.com/greysteil))
12+
13+
### BUGFIXES
14+
15+
* [`550bf703a`](https://github.com/npm/cli/commit/550bf703ae3e31ba6a300658ae95b6937f67b68f)
16+
Add @types to ignore list to fix git clean -fd.
17+
([@zkat](https://github.com/zkat))
18+
* [`cdb059293`](https://github.com/npm/cli/commit/cdb0592939d6256c80f7ec5a2b6251131a512a2a)
19+
[#144](https://github.com/npm/cli/pull/144)
20+
Fix common.npm callback arguments.
21+
([@larsgw](https://github.com/larsgw))
22+
* [`91314e77b`](https://github.com/npm/cli/commit/91314e77be09a50a275f59ccda314f7cfe269069)
23+
[npm.community#4794](https://npm.community/t/packages-with-peerdependencies-are-incorrectly-hoisted/4794)
24+
Fix hoisting of packages with peerDeps.
25+
([@sokra](https://github.com/sokra))
26+
* [`25573e9b9`](https://github.com/npm/cli/commit/25573e9b9d5d26261c68d453f06db5b3b1cd6789)
27+
[npm.community#4770](https://npm.community/t/https://npm.community/t/4770)
28+
Show installed but unmet peer deps.
29+
([@larsgw](https://github.com/larsgw))
30+
* [`ce2c4bd1a`](https://github.com/npm/cli/commit/ce2c4bd1a2ce7ac1727a4ca9a350b743a2e27b2a)
31+
[#149](https://github.com/npm/cli/pull/149)
32+
Use figgy-config to make sure extra opts are there.
33+
([@zkat](https://github.com/zkat))
34+
35+
### DEPENDENCY BUMPS
36+
37+
* [`d72141080`](https://github.com/npm/cli/commit/d72141080ec8fcf35bcc5650245efbe649de053e)
38+
39+
([@zkat](https://github.com/zkat))
40+
* [`671cad1b1`](https://github.com/npm/cli/commit/671cad1b18239d540da246d6f78de45d9f784396)
41+
42+
Make sure publishing with legacy username:password `_auth` works again.
43+
([@zkat](https://github.com/zkat))
44+
* [`95ca1aef4`](https://github.com/npm/cli/commit/95ca1aef4077c8e68d9f4dce37f6ba49b591c4ca)
45+
46+
([@aeschright](https://github.com/aeschright))
47+
48+
### MISC
49+
50+
* [`89b23a5f7`](https://github.com/npm/cli/commit/89b23a5f7b0ccdcdda1d7d4d3eafb6903156d186)
51+
[#120](https://github.com/npm/cli/pull/120)
52+
Use `const` in lib/fetch-package-metadata.md.
53+
([@watilde](https://github.com/watilde))
54+
* [`4970d553c`](https://github.com/npm/cli/commit/4970d553c0ea66128931d118469fd31c87cc7986)
55+
[#126](https://github.com/npm/cli/pull/126)
56+
Replace ronn with marked-man in `.npmignore`.
57+
([@watilde](https://github.com/watilde))
58+
* [`d9b6090dc`](https://github.com/npm/cli/commit/d9b6090dc26cd0fded18b4f80248cff3e51bb185)
59+
[#138](https://github.com/npm/cli/pull/138)
60+
Reduce work to test if executable ends with a 'g'.
61+
([@elidoran](https://github.com/elidoran))
62+
([@larsgw](https://github.com/larsgw))
63+
164
## v6.7.0 (2019-01-23):
265

366
Hey y'all! This is a quick hotfix release that includes some important fixes to

0 commit comments

Comments
 (0)