Skip to content

Commit 2d7fd72

Browse files
committed
chore(release): v0.6.0
1 parent 2b1cfab commit 2d7fd72

29 files changed

+125
-40
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)
7+
8+
### Bug Fixes
9+
10+
- **cli:** audit & normalize allowed transformers for each command ([a1f106a](https://github.com/ibm/report-toolkit/commit/a1f106a592bbf70f13b82308baa637920f1b559a))
11+
- **cli:** disable all transformers on redact cmd for simplicity ([b8c9c6d](https://github.com/ibm/report-toolkit/commit/b8c9c6dd4161b8d70bd402f391995b40830b79bd))
12+
- **cli:** fix default width of "Op" field; closes [#38](https://github.com/ibm/report-toolkit/issues/38) ([e804be0](https://github.com/ibm/report-toolkit/commit/e804be0e24952f40420bbb167b96f83a13af9192))
13+
- **cli:** fix wonky column calculation issues ([89f07d8](https://github.com/ibm/report-toolkit/commit/89f07d8394a9c29be2dd0e2c9d6b26ea4b068d7a))
14+
- **cli:** half-fix req'd command ([23334c0](https://github.com/ibm/report-toolkit/commit/23334c0ad21b2bdb16673446ea9b05dddad50d07))
15+
- **common:** config overhaul; closes [#47](https://github.com/ibm/report-toolkit/issues/47) ([513966a](https://github.com/ibm/report-toolkit/commit/513966a052076909b2d28d0735b9da8761a9757a))
16+
- **core:** default config loads correctly ([2984c7f](https://github.com/ibm/report-toolkit/commit/2984c7f82e3a1c8c7b9b20beebb0885a42993272))
17+
- **core:** fixed transformer options going missing ([1218f03](https://github.com/ibm/report-toolkit/commit/1218f03261166e0ca5e5a6b096871f812076b70c))
18+
- **transformers:** filter only works with reports; closes [#79](https://github.com/ibm/report-toolkit/issues/79) ([8eccf9e](https://github.com/ibm/report-toolkit/commit/8eccf9e9950b9a67ea8964696be70ac07e9541e1))
19+
20+
### Features
21+
22+
- **fs:** search for config in usual places; closes [#83](https://github.com/ibm/report-toolkit/issues/83) ([b11a329](https://github.com/ibm/report-toolkit/commit/b11a3290296d16c51523d3cad13ebde8f353172f))
23+
624
## [0.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)
725

826
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.5.1",
6+
"version": "0.6.0",
77
"command": {
88
"publish": {
99
"allowBranch": "master",

packages/cli/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)
7+
8+
### Bug Fixes
9+
10+
- **cli:** audit & normalize allowed transformers for each command ([a1f106a](https://github.com/ibm/report-toolkit/commit/a1f106a592bbf70f13b82308baa637920f1b559a))
11+
- **cli:** disable all transformers on redact cmd for simplicity ([b8c9c6d](https://github.com/ibm/report-toolkit/commit/b8c9c6dd4161b8d70bd402f391995b40830b79bd))
12+
- **cli:** fix default width of "Op" field; closes [#38](https://github.com/ibm/report-toolkit/issues/38) ([e804be0](https://github.com/ibm/report-toolkit/commit/e804be0e24952f40420bbb167b96f83a13af9192))
13+
- **cli:** fix wonky column calculation issues ([89f07d8](https://github.com/ibm/report-toolkit/commit/89f07d8394a9c29be2dd0e2c9d6b26ea4b068d7a))
14+
- **cli:** half-fix req'd command ([23334c0](https://github.com/ibm/report-toolkit/commit/23334c0ad21b2bdb16673446ea9b05dddad50d07))
15+
- **common:** config overhaul; closes [#47](https://github.com/ibm/report-toolkit/issues/47) ([513966a](https://github.com/ibm/report-toolkit/commit/513966a052076909b2d28d0735b9da8761a9757a))
16+
- **core:** default config loads correctly ([2984c7f](https://github.com/ibm/report-toolkit/commit/2984c7f82e3a1c8c7b9b20beebb0885a42993272))
17+
- **transformers:** filter only works with reports; closes [#79](https://github.com/ibm/report-toolkit/issues/79) ([8eccf9e](https://github.com/ibm/report-toolkit/commit/8eccf9e9950b9a67ea8964696be70ac07e9541e1))
18+
619
## [0.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)
720

821
### Bug Fixes

packages/cli/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.

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@report-toolkit/cli",
33
"description": "",
4-
"version": "0.5.1",
4+
"version": "0.6.0",
55
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
66
"bin": {
77
"report-toolkit": "dist/report-toolkit-cli.cjs.js"
88
},
99
"dependencies": {
10-
"@report-toolkit/common": "^0.5.1",
11-
"@report-toolkit/core": "^0.5.1",
12-
"@report-toolkit/fs": "^0.5.1",
10+
"@report-toolkit/common": "^0.6.0",
11+
"@report-toolkit/core": "^0.6.0",
12+
"@report-toolkit/fs": "^0.6.0",
1313
"cli-table3": "^0.5.1",
1414
"log-symbols": "^3.0.0",
1515
"strip-ansi": "^6.0.0",

packages/common/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)
7+
8+
### Bug Fixes
9+
10+
- **common:** config overhaul; closes [#47](https://github.com/ibm/report-toolkit/issues/47) ([513966a](https://github.com/ibm/report-toolkit/commit/513966a052076909b2d28d0735b9da8761a9757a))
11+
- **core:** default config loads correctly ([2984c7f](https://github.com/ibm/report-toolkit/commit/2984c7f82e3a1c8c7b9b20beebb0885a42993272))
12+
613
## [0.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)
714

815
### Bug Fixes

packages/common/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.

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@report-toolkit/common",
33
"description": "",
4-
"version": "0.5.1",
4+
"version": "0.6.0",
55
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
66
"dependencies": {
77
"debug": "^4.1.1",

packages/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)
7+
8+
### Bug Fixes
9+
10+
- **cli:** audit & normalize allowed transformers for each command ([a1f106a](https://github.com/ibm/report-toolkit/commit/a1f106a592bbf70f13b82308baa637920f1b559a))
11+
- **common:** config overhaul; closes [#47](https://github.com/ibm/report-toolkit/issues/47) ([513966a](https://github.com/ibm/report-toolkit/commit/513966a052076909b2d28d0735b9da8761a9757a))
12+
- **core:** default config loads correctly ([2984c7f](https://github.com/ibm/report-toolkit/commit/2984c7f82e3a1c8c7b9b20beebb0885a42993272))
13+
- **core:** fixed transformer options going missing ([1218f03](https://github.com/ibm/report-toolkit/commit/1218f03261166e0ca5e5a6b096871f812076b70c))
14+
615
## [0.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)
716

817
**Note:** Version bump only for package @report-toolkit/core

packages/core/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.

0 commit comments

Comments
 (0)