Skip to content

Commit fca59cc

Browse files
committed
chore(release): v0.5.1
1 parent a3e3d6a commit fca59cc

32 files changed

+95
-45
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)
7+
8+
### Bug Fixes
9+
10+
- **cli:** ensure user-supplied args override default transformer config ([a3e3d6a](https://github.com/ibm/report-toolkit/commit/a3e3d6ab2a70729c42e9c3c84ac708a80937d034))
11+
612
# [0.5.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)
713

814
### Features

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.0",
6+
"version": "0.5.1",
77
"command": {
88
"publish": {
99
"allowBranch": "master",

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)
7+
8+
### Bug Fixes
9+
10+
- **cli:** ensure user-supplied args override default transformer config ([a3e3d6a](https://github.com/ibm/report-toolkit/commit/a3e3d6ab2a70729c42e9c3c84ac708a80937d034))
11+
612
# [0.5.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)
713

814
**Note:** Version bump only for package @report-toolkit/cli

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.0",
4+
"version": "0.5.1",
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.0",
11-
"@report-toolkit/core": "^0.5.0",
12-
"@report-toolkit/fs": "^0.5.0",
10+
"@report-toolkit/common": "^0.5.1",
11+
"@report-toolkit/core": "^0.5.1",
12+
"@report-toolkit/fs": "^0.5.1",
1313
"cli-table3": "^0.5.1",
1414
"log-symbols": "^3.0.0",
1515
"strip-ansi": "^6.0.0",

packages/common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)
7+
8+
### Bug Fixes
9+
10+
- **cli:** ensure user-supplied args override default transformer config ([a3e3d6a](https://github.com/ibm/report-toolkit/commit/a3e3d6ab2a70729c42e9c3c84ac708a80937d034))
11+
612
# [0.5.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)
713

814
**Note:** Version bump only for package @report-toolkit/common

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.0",
4+
"version": "0.5.1",
55
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
66
"dependencies": {
77
"debug": "^4.1.1",

packages/config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)
7+
8+
**Note:** Version bump only for package @report-toolkit/config
9+
610
# [0.5.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)
711

812
**Note:** Version bump only for package @report-toolkit/config

packages/config/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)