Skip to content

Commit

Permalink
chore(release): cut 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.7.0...v2.0.0) (2019-03-25)

### Bug Fixes

* add 'target' to blacklisted folders ([#9](#9)) ([d6170b9](d6170b9))
* add apply/check command to js ([3da7d5c](3da7d5c))
* change to debug msg ([5be1ad2](5be1ad2))
* clean up js filter mechanism ([#21](#21)) ([ece8c53](ece8c53))
* do not put a scary error message when checking files ([#27](#27)) ([4cecb27](4cecb27))
* make the messages more meaningful ([#25](#25)) ([d2ae8af](d2ae8af))
* only the apply command was properly whitelisted ([#19](#19)) ([8a7556a](8a7556a))
* only whitelist js under js subcommand ([9dc010a](9dc010a))
* reset prettier and browserslists ([d1eab91](d1eab91))
* resolve cli-style path by using dirname ([3a61532](3a61532))
* update help text ([f820a66](f820a66))
* update pre-hook ([6988cf9](6988cf9))
* use reporter from helpers-engine ([ef79104](ef79104))
* use the new release script ([#31](#31)) ([2e2e454](2e2e454))
* use two-param version for pkg to identify assets ([284ce0b](284ce0b))

### Features

* add ability to pass in files to check and apply ([2e7fcdd](2e7fcdd))
* add editorconfig ([#13](#13)) ([8b0c392](8b0c392))
* add option to not stage formatted files ([00d5bc7](00d5bc7))
* allow check/apply commands for commit msgs ([aca257f](aca257f))
* convert to @dhis2/cli format ([d95179c](d95179c))
* set an exit code if js check fails ([#18](#18)) ([3833bea](3833bea))
* stop auto-install of prettier and other config files ([#29](#29)) ([8c030b1](8c030b1))

### BREAKING CHANGES

* removes the binaries for `code-style.js` and
`commit-style.js` and instead exposes a binary named `d2-style` which is
the subcommand which the `d2` cli will use.
  • Loading branch information
@dhis2-bot committed Mar 25, 2019
1 parent 2e2e454 commit 154e170
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# [2.0.0](https://github.com/dhis2/cli-style/compare/v1.7.0...v2.0.0) (2019-03-25)


### Bug Fixes

* add 'target' to blacklisted folders ([#9](https://github.com/dhis2/cli-style/issues/9)) ([d6170b9](https://github.com/dhis2/cli-style/commit/d6170b9))
* add apply/check command to js ([3da7d5c](https://github.com/dhis2/cli-style/commit/3da7d5c))
* change to debug msg ([5be1ad2](https://github.com/dhis2/cli-style/commit/5be1ad2))
* clean up js filter mechanism ([#21](https://github.com/dhis2/cli-style/issues/21)) ([ece8c53](https://github.com/dhis2/cli-style/commit/ece8c53))
* do not put a scary error message when checking files ([#27](https://github.com/dhis2/cli-style/issues/27)) ([4cecb27](https://github.com/dhis2/cli-style/commit/4cecb27))
* make the messages more meaningful ([#25](https://github.com/dhis2/cli-style/issues/25)) ([d2ae8af](https://github.com/dhis2/cli-style/commit/d2ae8af))
* only the apply command was properly whitelisted ([#19](https://github.com/dhis2/cli-style/issues/19)) ([8a7556a](https://github.com/dhis2/cli-style/commit/8a7556a))
* only whitelist js under js subcommand ([9dc010a](https://github.com/dhis2/cli-style/commit/9dc010a))
* reset prettier and browserslists ([d1eab91](https://github.com/dhis2/cli-style/commit/d1eab91))
* resolve cli-style path by using dirname ([3a61532](https://github.com/dhis2/cli-style/commit/3a61532))
* update help text ([f820a66](https://github.com/dhis2/cli-style/commit/f820a66))
* update pre-hook ([6988cf9](https://github.com/dhis2/cli-style/commit/6988cf9))
* use reporter from helpers-engine ([ef79104](https://github.com/dhis2/cli-style/commit/ef79104))
* use the new release script ([#31](https://github.com/dhis2/cli-style/issues/31)) ([2e2e454](https://github.com/dhis2/cli-style/commit/2e2e454))
* use two-param version for pkg to identify assets ([284ce0b](https://github.com/dhis2/cli-style/commit/284ce0b))


### Features

* add ability to pass in files to check and apply ([2e7fcdd](https://github.com/dhis2/cli-style/commit/2e7fcdd))
* add editorconfig ([#13](https://github.com/dhis2/cli-style/issues/13)) ([8b0c392](https://github.com/dhis2/cli-style/commit/8b0c392))
* add option to not stage formatted files ([00d5bc7](https://github.com/dhis2/cli-style/commit/00d5bc7))
* allow check/apply commands for commit msgs ([aca257f](https://github.com/dhis2/cli-style/commit/aca257f))
* convert to @dhis2/cli format ([d95179c](https://github.com/dhis2/cli-style/commit/d95179c))
* set an exit code if js check fails ([#18](https://github.com/dhis2/cli-style/issues/18)) ([3833bea](https://github.com/dhis2/cli-style/commit/3833bea))
* stop auto-install of prettier and other config files ([#29](https://github.com/dhis2/cli-style/issues/29)) ([8c030b1](https://github.com/dhis2/cli-style/commit/8c030b1))


### BREAKING CHANGES

* removes the binaries for `code-style.js` and
`commit-style.js` and instead exposes a binary named `d2-style` which is
the subcommand which the `d2` cli will use.

# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/cli-style",
"version": "2.2.2",
"version": "2.0.0",
"description": "The code and commit style for DHIS2.",
"bin": {
"d2-style": "bin/d2-style"
Expand Down

0 comments on commit 154e170

Please sign in to comment.