Skip to content

Commit ca27e6e

Browse files
committed
chore(release): 1.0.0
1 parent de8dcb2 commit ca27e6e

File tree

4 files changed

+50
-20
lines changed

4 files changed

+50
-20
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="1.0.0"></a>
2+
3+
# [1.0.0](https://github.com/JamieMason/syncpack/compare/0.3.1...1.0.0) (2018-02-02)
4+
5+
### Bug Fixes
6+
7+
* **core:** correctly check a file is package.json ([d1da609](https://github.com/JamieMason/syncpack/commit/d1da609))
8+
* **core:** handle missing dependency maps ([372aa68](https://github.com/JamieMason/syncpack/commit/372aa68))
9+
* **core:** handle semver ranges containing 1.x.x ([a0f8f56](https://github.com/JamieMason/syncpack/commit/a0f8f56))
10+
11+
### Features
12+
13+
* **core:** add fix-mismatches command ([4793f1f](https://github.com/JamieMason/syncpack/commit/4793f1f))
14+
* **core:** add list command ([3b29176](https://github.com/JamieMason/syncpack/commit/3b29176))
15+
* **core:** add list-mismatches command ([735ad2b](https://github.com/JamieMason/syncpack/commit/735ad2b))
16+
* **core:** update command line API ([de8dcb2](https://github.com/JamieMason/syncpack/commit/de8dcb2))
17+
18+
### BREAKING CHANGES
19+
20+
* **core:** The previous commands have been replaced.
21+
122
<a name="0.3.1"></a>
223

324
## [0.3.1](https://github.com/JamieMason/syncpack/compare/0.3.0...0.3.1) (2017-08-23)

DEPENDENCIES.md

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ Normalise differences in packages/\*/package.json files in Lerna Monorepos
44

55
## Installation
66

7-
Download node at [nodejs.org](http://nodejs.org) and install it, if you haven't already.
7+
This is a [Node.js](https://nodejs.org/) module available through the
8+
[npm registry](https://www.npmjs.com/). It can be installed using the
9+
[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally)
10+
or
11+
[`yarn`](https://yarnpkg.com/en/)
12+
command line tools.
813

914
```sh
1015
npm install syncpack --save
@@ -19,26 +24,30 @@ npm test
1924

2025
## Dependencies
2126

22-
* [bluebird](https://github.com/petkaantonov/bluebird): Full featured Promises/A+ implementation with exceptionally good performance
23-
* [chalk](https://github.com/chalk/chalk): Terminal string styling done right
24-
* [commander](https://github.com/tj/commander.js): the complete solution for node.js command-line programs
25-
* [glob](https://github.com/isaacs/node-glob): a little globber
26-
* [lodash](https://github.com/lodash/lodash): Lodash modular utilities.
27-
* [nodent-runtime](https://github.com/MatAtBread/nodent-runtime): Runtime component of nodent
28-
* [semver](https://github.com/npm/node-semver): The semantic version parser used by npm.
27+
* [@types/fs-extra](http://ghub.io/@types/fs-extra): TypeScript definitions for fs-extra
28+
* [@types/globby](http://ghub.io/@types/globby): TypeScript definitions for globby
29+
* [@types/jest](http://ghub.io/@types/jest): TypeScript definitions for Jest
30+
* [@types/lodash](http://ghub.io/@types/lodash): TypeScript definitions for Lo-Dash
31+
* [@types/mock-fs](http://ghub.io/@types/mock-fs): TypeScript definitions for mock-fs
32+
* [@types/node](http://ghub.io/@types/node): TypeScript definitions for Node.js
33+
* [@types/semver](http://ghub.io/@types/semver): TypeScript definitions for semver
34+
* [chalk](http://ghub.io/chalk): Terminal string styling done right
35+
* [commander](http://ghub.io/commander): the complete solution for node.js command-line programs
36+
* [fs-extra](http://ghub.io/fs-extra): fs-extra contains methods that aren&#39;t included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
37+
* [globby](http://ghub.io/globby): Extends `glob` with support for multiple patterns and exposes a Promise API
38+
* [lodash](http://ghub.io/lodash): Lodash modular utilities.
39+
* [semver](http://ghub.io/semver): The semantic version parser used by npm.
2940

3041
## Dev Dependencies
3142

32-
* [babel-cli](https://github.com/babel/babel/tree/master/packages): Babel command line.
33-
* [babel-plugin-transform-object-rest-spread](https://github.com/babel/babel/tree/master/packages): Compile object rest and spread to ES5
34-
* [babel-preset-es2015](https://github.com/babel/babel/tree/master/packages): Babel preset for all es2015 plugins.
35-
* [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog): Commitizen adapter following the conventional-changelog format.
36-
* [eslint-config-xo](https://github.com/sindresorhus/eslint-config-xo): ESLint shareable config for XO
37-
* [eslint-plugin-ava](https://github.com/avajs/eslint-plugin-ava): ESLint rules for AVA
38-
* [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn): Various awesome ESLint rules
39-
* [fast-async](https://github.com/MatAtBread/fast-async): fast-async/await transformer Babel plugin
40-
* [rimraf](https://github.com/isaacs/rimraf): A deep deletion module for node (like `rm -rf`)
41-
* [xo](https://github.com/sindresorhus/xo): JavaScript happiness style linter ❤️
43+
* [expect-more-jest](http://ghub.io/expect-more-jest): Write Beautiful Specs with Custom Matchers
44+
* [jest](http://ghub.io/jest): Delightful JavaScript Testing.
45+
* [mock-fs](http://ghub.io/mock-fs): A configurable mock file system. You know, for testing.
46+
* [prettier](http://ghub.io/prettier): Prettier is an opinionated code formatter
47+
* [rimraf](http://ghub.io/rimraf): A deep deletion module for node (like `rm -rf`)
48+
* [ts-jest](http://ghub.io/ts-jest): A preprocessor with sourcemap support to help use Typescript with Jest
49+
* [tslint](http://ghub.io/tslint): An extensible static analysis linter for the TypeScript language
50+
* [typescript](http://ghub.io/typescript): TypeScript is a language for application scale JavaScript development
4251

4352
## License
4453

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": "Normalise differences in packages/*/package.json files in Lerna Monorepos",
4-
"version": "0.3.1",
4+
"version": "1.0.0",
55
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)