Skip to content

Commit 761024c

Browse files
committed
chore(release): 3.0.0
1 parent 5ad7e81 commit 761024c

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a name="3.0.0"></a>
2+
3+
# [3.0.0](https://github.com/JamieMason/syncpack/compare/2.0.1...3.0.0) (2018-08-25)
4+
5+
### Features
6+
7+
- **bin:** override package locations using repeatable --source options ([5dbcfd4](https://github.com/JamieMason/syncpack/commit/5dbcfd4))
8+
- **list-mismatches:** return exit code on finding mismatches ([06958c6](https://github.com/JamieMason/syncpack/commit/06958c6))
9+
10+
### BREAKING CHANGES
11+
12+
- **bin:** Previously the location of package.json files could be overridden like so:
13+
14+
```
15+
syncpack list './package.json' './packages/*/package.json'
16+
```
17+
18+
This is now done using a repeatable `--source` option:
19+
20+
```
21+
syncpack list --source './package.json' --source './packages/*/package.json'
22+
```
23+
24+
This change is to make way for new commands which will also require an
25+
overridable `--target` option.
26+
127
<a name="2.0.1"></a>
228

329
## [2.0.1](https://github.com/JamieMason/syncpack/compare/2.0.0...2.0.1) (2018-04-29)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "syncpack",
33
"description": "Manage multiple package.json files in Lerna Monorepos",
4-
"version": "2.0.1",
4+
"version": "3.0.0",
55
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)