|
| 1 | +## v7.8.0 (2021-04-01) |
| 2 | +### FEATURES |
| 3 | + |
| 4 | + |
| 5 | +* [`8bcc5d73f`](https://github.com/npm/cli/commit/8bcc5d73f35434e781ff56419dd7f0c380efd072) |
| 6 | + [#2972](https://github.com/npm/cli/issues/2972) |
| 7 | + feat(workspaces): add repo and docs |
| 8 | + ([@wraithgar](https://github.com/wraithgar)) |
| 9 | +* [`ec520ce32`](https://github.com/npm/cli/commit/ec520ce32d5e834a32ebd58491df4200e01ce690) |
| 10 | + [#2998](https://github.com/npm/cli/issues/2998) |
| 11 | + feat(set-script): implement workspaces |
| 12 | +* [`32717a60e`](https://github.com/npm/cli/commit/32717a60eb55fcf8c7e5016223bfee78a6daba0e) |
| 13 | + [#3001](https://github.com/npm/cli/issues/3001) |
| 14 | + feat(view): add workspace support |
| 15 | + ([@wraithgar](https://github.com/wraithgar)) |
| 16 | +* [`7b177e43f`](https://github.com/npm/cli/commit/7b177e43f3bfb558bcd8723cdb2166a3df19647a) |
| 17 | + [#3014](https://github.com/npm/cli/issues/3014) |
| 18 | + feat(config): add 'envExport' flag |
| 19 | + ([@isaacs](https://github.com/isaacs)) |
| 20 | + |
| 21 | +### BUG FIXES |
| 22 | + |
| 23 | +* [`4c4252348`](https://github.com/npm/cli/commit/4c4252348c538246e1072421d65f4558dc948080) |
| 24 | + [#3016](https://github.com/npm/cli/issues/3016) |
| 25 | + fix(usage): specify the key each time for multiples |
| 26 | + ([@isaacs](https://github.com/isaacs)) |
| 27 | +* [`9237d375b`](https://github.com/npm/cli/commit/9237d375b0b7d34c7dc5ba70aec7f616f4133732) |
| 28 | + [#3013](https://github.com/npm/cli/issues/3013) |
| 29 | + fix(docs): add workspaces configuration |
| 30 | + ([@wraithgar](https://github.com/wraithgar)) |
| 31 | +* [`cb6eb0d20`](https://github.com/npm/cli/commit/cb6eb0d206b7e2f63d5c7a7a17bea4aed1b9f2bf) |
| 32 | + [#3015](https://github.com/npm/cli/issues/3015) |
| 33 | + fix(ERESOLVE): better errors when current is missing |
| 34 | + ([@isaacs](https://github.com/isaacs)) |
| 35 | + |
| 36 | +### DEPENDENCIES |
| 37 | + |
| 38 | +* [`61da39beb`](https://github.com/npm/cli/commit/61da39beb5373320e2b591b61ecd6596eeaba6ed) |
| 39 | + `@npmcli/config@2.1.0` |
| 40 | + * feat(config): add support for envExport:false |
| 41 | +* [`fb095a708`](https://github.com/npm/cli/commit/fb095a708a1f930bbd0195446ac611b82bfeff14) |
| 42 | + `@npmcli/arborist@2.3.0`: |
| 43 | + * [#2896](https://github.com/npm/cli/issues/2896) Provide currentEdge in |
| 44 | + ERESOLVE if known, and address self-linking edge case. |
| 45 | + * Add/remove dependencies to/from workspaces when set, not root project |
| 46 | + * Only reify the portions of the dependency graph identified by the |
| 47 | + `workspace` configuration value. |
| 48 | + * Do not recursively `chown` the project root path. |
| 49 | + |
1 | 50 | ## v7.7.6 (2021-03-29)
|
2 | 51 |
|
3 | 52 | ### BUG FIXES
|
|
0 commit comments