Skip to content

Commit fa5d4f0

Browse files
committed
chore(release): v0.5.0
1 parent beb1a00 commit fa5d4f0

32 files changed

+93
-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.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)
7+
8+
### Features
9+
10+
- **transformers:** numeric transformer dropped ([c81b6b0](https://github.com/ibm/report-toolkit/commit/c81b6b0c9c330fbe98991249769a93e96b559235)), closes [#74](https://github.com/ibm/report-toolkit/issues/74) [#75](https://github.com/ibm/report-toolkit/issues/75) [#75](https://github.com/ibm/report-toolkit/issues/75)
11+
612
## [0.4.1](https://github.com/ibm/report-toolkit/compare/v0.4.0...v0.4.1) (2020-01-31)
713

814
**Note:** Version bump only for package report-toolkit-monorepo

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

packages/cli/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.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)
7+
8+
**Note:** Version bump only for package @report-toolkit/cli
9+
610
## [0.4.1](https://github.com/ibm/report-toolkit/compare/v0.4.0...v0.4.1) (2020-01-31)
711

812
**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.4.1",
4+
"version": "0.5.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.4.0",
11-
"@report-toolkit/core": "^0.4.1",
12-
"@report-toolkit/fs": "^0.4.0",
10+
"@report-toolkit/common": "^0.5.0",
11+
"@report-toolkit/core": "^0.5.0",
12+
"@report-toolkit/fs": "^0.5.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: 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.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)
7+
8+
**Note:** Version bump only for package @report-toolkit/common
9+
610
# [0.4.0](https://github.com/ibm/report-toolkit/compare/v0.3.0...v0.4.0) (2020-01-30)
711

812
### 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.4.0",
4+
"version": "0.5.0",
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.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)
7+
8+
**Note:** Version bump only for package @report-toolkit/config
9+
610
# [0.4.0](https://github.com/ibm/report-toolkit/compare/v0.3.0...v0.4.0) (2020-01-30)
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)