Skip to content

Commit

Permalink
chore(release): 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Oct 28, 2018
1 parent 8b408bd commit a103d37
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<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

- **cli:** specify dependency types as options ([ec5ef6b](https://github.com/JamieMason/syncpack/commit/ec5ef6b)), closes [#10](https://github.com/JamieMason/syncpack/issues/10)
- **cli:** specify indentation as option ([8b408bd](https://github.com/JamieMason/syncpack/commit/8b408bd)), closes [#12](https://github.com/JamieMason/syncpack/issues/12)
- **format:** sort contributors alphabetically ([935ffcf](https://github.com/JamieMason/syncpack/commit/935ffcf))

### Performance Improvements

- **npm:** move [@types](https://github.com/types) to devDependencies ([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)
Expand Down
18 changes: 9 additions & 9 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syncpack

Manage multiple package.json files in Lerna Monorepos
Manage multiple package.json files, such as in Lerna Monorepos

## Installation

Expand All @@ -24,13 +24,6 @@ npm test

## Dependencies

- [@types/fs-extra](http://ghub.io/@types/fs-extra): TypeScript definitions for fs-extra
- [@types/globby](http://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 Lo-Dash
- [@types/mock-fs](http://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 semver
- [chalk](http://ghub.io/chalk): Terminal string styling done right
- [commander](http://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.
Expand All @@ -40,12 +33,19 @@ npm test

## Dev Dependencies

- [@types/fs-extra](http://ghub.io/@types/fs-extra): TypeScript definitions for fs-extra
- [@types/globby](http://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 Lo-Dash
- [@types/mock-fs](http://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 semver
- [expect-more-jest](http://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, 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 `rm -rf`)
- [ts-jest](http://ghub.io/ts-jest): A preprocessor with sourcemap support to help use Typescript with Jest
- [ts-jest](http://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 TypeScript language
- [typescript](http://ghub.io/typescript): TypeScript is a language for application scale JavaScript development

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0.0",
"version": "3.3.0",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit a103d37

Please sign in to comment.