Skip to content

Commit

Permalink
chore(release): 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jan 7, 2019
1 parent b84891d commit 1c354e5
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 55 deletions.
40 changes: 9 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<a name="3.5.0"></a>
## [3.5.2](https://github.com/JamieMason/syncpack/compare/3.5.0...3.5.2) (2019-01-07)

### Bug Fixes

- **core:** improve handling of non-semver versions
([9e1176a](https://github.com/JamieMason/syncpack/commit/9e1176a)), closes
[#14](https://github.com/JamieMason/syncpack/issues/14)
- **npm:** update dependencies
([09d9f04](https://github.com/JamieMason/syncpack/commit/09d9f04))

# [3.5.0](https://github.com/JamieMason/syncpack/compare/3.4.0...3.5.0) (2018-10-29)

Expand All @@ -7,8 +15,6 @@
- **cli:** improve --help output and examples
([dfe6274](https://github.com/JamieMason/syncpack/commit/dfe6274))

<a name="3.4.0"></a>

# [3.4.0](https://github.com/JamieMason/syncpack/compare/3.3.0...3.4.0) (2018-10-28)

### Features
Expand All @@ -17,8 +23,6 @@
([77b90eb](https://github.com/JamieMason/syncpack/commit/77b90eb)), closes
[#11](https://github.com/JamieMason/syncpack/issues/11)

<a name="3.3.0"></a>

# [3.3.0](https://github.com/JamieMason/syncpack/compare/3.0.0...3.3.0) (2018-10-28)

### Features
Expand All @@ -38,8 +42,6 @@
([ad5951c](https://github.com/JamieMason/syncpack/commit/ad5951c)), closes
[#13](https://github.com/JamieMason/syncpack/issues/13)

<a name="3.0.0"></a>

# [3.0.0](https://github.com/JamieMason/syncpack/compare/2.0.1...3.0.0) (2018-08-25)

### Features
Expand Down Expand Up @@ -67,17 +69,13 @@ syncpack list --source './package.json' --source './packages/*/package.json'
This change is to make way for new commands which will also require an
overridable `--target` option.

<a name="2.0.1"></a>

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

### Bug Fixes

- **core:** ensure pattern overrides are read
([7513ba5](https://github.com/JamieMason/syncpack/commit/7513ba5))

<a name="2.0.0"></a>

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

### Features
Expand All @@ -91,17 +89,13 @@ overridable `--target` option.

- **core:** --packages option replaced with variadic arguments

<a name="1.3.2"></a>

## [1.3.2](https://github.com/JamieMason/syncpack/compare/1.2.2...1.3.2) (2018-04-28)

### Features

- **core:** add set-semver-ranges command
([4d206b9](https://github.com/JamieMason/syncpack/commit/4d206b9))

<a name="1.2.2"></a>

## [1.2.2](https://github.com/JamieMason/syncpack/compare/1.0.2...1.2.2) (2018-02-10)

### Features
Expand All @@ -111,21 +105,15 @@ overridable `--target` option.
- **core:** output current version
([e53cd99](https://github.com/JamieMason/syncpack/commit/e53cd99))

<a name="1.0.2"></a>

## [1.0.2](https://github.com/JamieMason/syncpack/compare/1.0.1...1.0.2) (2018-02-02)

<a name="1.0.1"></a>

## [1.0.1](https://github.com/JamieMason/syncpack/compare/1.0.0...1.0.1) (2018-02-02)

### Bug Fixes

- **core:** correct paths to binaries
([5682cd6](https://github.com/JamieMason/syncpack/commit/5682cd6))

<a name="1.0.0"></a>

# [1.0.0](https://github.com/JamieMason/syncpack/compare/0.3.1...1.0.0) (2018-02-02)

### Bug Fixes
Expand All @@ -152,44 +140,34 @@ overridable `--target` option.

- **core:** The previous commands have been replaced.

<a name="0.3.1"></a>

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

### Bug Fixes

- **copy-values:** write results to disk
([a641de4](https://github.com/JamieMason/syncpack/commit/a641de4))

<a name="0.3.0"></a>

# [0.3.0](https://github.com/JamieMason/syncpack/compare/0.2.1...0.3.0) (2017-08-22)

### Features

- **cli:** add copy-values command
([b51a2c9](https://github.com/JamieMason/syncpack/commit/b51a2c9))

<a name="0.2.1"></a>

## [0.2.1](https://github.com/JamieMason/syncpack/compare/0.2.0...0.2.1) (2017-08-20)

### Bug Fixes

- **core:** update dependencies, fix lint warnings
([a65eef7](https://github.com/JamieMason/syncpack/commit/a65eef7))

<a name="0.2.0"></a>

# [0.2.0](https://github.com/JamieMason/syncpack/compare/0.1.0...0.2.0) (2017-08-20)

### Features

- **sync:** synchronise versions across multiple package.json
([7d5848a](https://github.com/JamieMason/syncpack/commit/7d5848a))

<a name="0.1.0"></a>

# [0.1.0](https://github.com/JamieMason/syncpack/compare/f6dada7...0.1.0) (2017-08-18)

### Features
Expand Down
47 changes: 24 additions & 23 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,44 +22,45 @@ npm test

## Dependencies

- [chalk](http://ghub.io/chalk): Terminal string styling done right
- [commander](http://ghub.io/commander): the complete solution for node.js
- [chalk](https://ghub.io/chalk): Terminal string styling done right
- [commander](https://ghub.io/commander): the complete solution for node.js
command-line programs
- [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.
- [globby](http://ghub.io/globby): Extends `glob` with support for multiple
- [fs-extra](https://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.
- [globby](https://ghub.io/globby): Extends `glob` with support for multiple
patterns and exposes a Promise API
- [lodash](http://ghub.io/lodash): Lodash modular utilities.
- [semver](http://ghub.io/semver): The semantic version parser used by npm.
- [lodash](https://ghub.io/lodash): Lodash modular utilities.
- [semver](https://ghub.io/semver): The semantic version parser used by npm.

## Dev Dependencies

- [@types/fs-extra](http://ghub.io/@types/fs-extra): TypeScript definitions for
- [@types/fs-extra](https://ghub.io/@types/fs-extra): TypeScript definitions for
fs-extra
- [@types/globby](http://ghub.io/@types/globby): TypeScript definitions for
- [@types/globby](https://ghub.io/@types/globby): TypeScript definitions for
globby
- [@types/jest](http://ghub.io/@types/jest): TypeScript definitions for Jest
- [@types/lodash](http://ghub.io/@types/lodash): TypeScript definitions for
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
- [@types/lodash](https://ghub.io/@types/lodash): TypeScript definitions for
Lo-Dash
- [@types/mock-fs](http://ghub.io/@types/mock-fs): TypeScript definitions for
- [@types/mock-fs](https://ghub.io/@types/mock-fs): TypeScript definitions for
mock-fs
- [@types/node](http://ghub.io/@types/node): TypeScript definitions for Node.js
- [@types/semver](http://ghub.io/@types/semver): TypeScript definitions for
- [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js
- [@types/semver](https://ghub.io/@types/semver): TypeScript definitions for
semver
- [expect-more-jest](http://ghub.io/expect-more-jest): Write Beautiful Specs
- [expect-more-jest](https://ghub.io/expect-more-jest): Write Beautiful Specs
with Custom Matchers
- [jest](http://ghub.io/jest): Delightful JavaScript Testing.
- [mock-fs](http://ghub.io/mock-fs): A configurable mock file system. You know,
- [jest](https://ghub.io/jest): Delightful JavaScript Testing.
- [mock-fs](https://ghub.io/mock-fs): A configurable mock file system. You know,
for testing.
- [prettier](http://ghub.io/prettier): Prettier is an opinionated code formatter
- [rimraf](http://ghub.io/rimraf): A deep deletion module for node (like
- [prettier](https://ghub.io/prettier): Prettier is an opinionated code
formatter
- [rimraf](https://ghub.io/rimraf): A deep deletion module for node (like
`rm -rf`)
- [ts-jest](http://ghub.io/ts-jest): A preprocessor with source maps support to
- [ts-jest](https://ghub.io/ts-jest): A preprocessor with source maps support to
help use TypeScript with Jest
- [tslint](http://ghub.io/tslint): An extensible static analysis linter for the
- [tslint](https://ghub.io/tslint): An extensible static analysis linter for the
TypeScript language
- [typescript](http://ghub.io/typescript): TypeScript is a language for
- [typescript](https://ghub.io/typescript): TypeScript is a language for
application scale JavaScript development

## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "syncpack",
"description": "Manage multiple package.json files, such as in Lerna Monorepos",
"version": "3.5.0",
"version": "3.5.2",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit 1c354e5

Please sign in to comment.