Skip to content

Commit

Permalink
chore(release): v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Feb 3, 2020
1 parent a3e3d6a commit fca59cc
Show file tree
Hide file tree
Showing 32 changed files with 95 additions and 45 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)

### Bug Fixes

- **cli:** ensure user-supplied args override default transformer config ([a3e3d6a](https://github.com/ibm/report-toolkit/commit/a3e3d6ab2a70729c42e9c3c84ac708a80937d034))

# [0.5.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.5.0",
"version": "0.5.1",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)

### Bug Fixes

- **cli:** ensure user-supplied args override default transformer config ([a3e3d6a](https://github.com/ibm/report-toolkit/commit/a3e3d6ab2a70729c42e9c3c84ac708a80937d034))

# [0.5.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)

**Note:** Version bump only for package @report-toolkit/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@report-toolkit/cli",
"description": "",
"version": "0.5.0",
"version": "0.5.1",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"bin": {
"report-toolkit": "dist/report-toolkit-cli.cjs.js"
},
"dependencies": {
"@report-toolkit/common": "^0.5.0",
"@report-toolkit/core": "^0.5.0",
"@report-toolkit/fs": "^0.5.0",
"@report-toolkit/common": "^0.5.1",
"@report-toolkit/core": "^0.5.1",
"@report-toolkit/fs": "^0.5.1",
"cli-table3": "^0.5.1",
"log-symbols": "^3.0.0",
"strip-ansi": "^6.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)

### Bug Fixes

- **cli:** ensure user-supplied args override default transformer config ([a3e3d6a](https://github.com/ibm/report-toolkit/commit/a3e3d6ab2a70729c42e9c3c84ac708a80937d034))

# [0.5.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)

**Note:** Version bump only for package @report-toolkit/common
Expand Down
2 changes: 1 addition & 1 deletion packages/common/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 packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@report-toolkit/common",
"description": "",
"version": "0.5.0",
"version": "0.5.1",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"debug": "^4.1.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)

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

# [0.5.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)

**Note:** Version bump only for package @report-toolkit/config
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@report-toolkit/config",
"description": "",
"version": "0.5.0",
"version": "0.5.1",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.5.0"
"@report-toolkit/common": "^0.5.1"
},
"engines": {
"node": ">=8"
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)

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

# [0.5.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)

**Note:** Version bump only for package @report-toolkit/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

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

12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@report-toolkit/core",
"description": "",
"version": "0.5.0",
"version": "0.5.1",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.5.0",
"@report-toolkit/config": "^0.5.0",
"@report-toolkit/diff": "^0.5.0",
"@report-toolkit/inspector": "^0.5.0",
"@report-toolkit/transformers": "^0.5.0",
"@report-toolkit/common": "^0.5.1",
"@report-toolkit/config": "^0.5.1",
"@report-toolkit/diff": "^0.5.1",
"@report-toolkit/inspector": "^0.5.1",
"@report-toolkit/transformers": "^0.5.1",
"resolve-from": "^5.0.0"
},
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions packages/diff/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)

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

# [0.5.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)

**Note:** Version bump only for package @report-toolkit/diff
Expand Down
2 changes: 1 addition & 1 deletion packages/diff/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/diff/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@report-toolkit/diff",
"description": "",
"version": "0.5.0",
"version": "0.5.1",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.5.0",
"@report-toolkit/common": "^0.5.1",
"json-ptr": "^1.2.0",
"rfc6902": "^3.0.2"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)

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

# [0.5.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)

**Note:** Version bump only for package @report-toolkit/docs
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@report-toolkit/docs",
"description": "consumes Node.js diagnostic reports, outputs useful information",
"version": "0.5.0",
"version": "0.5.1",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.5.0"
"@report-toolkit/common": "^0.5.1"
},
"devDependencies": {
"gatsby": "^2.19.10",
Expand Down
4 changes: 4 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)

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

# [0.5.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)

**Note:** Version bump only for package @report-toolkit/fs
Expand Down
2 changes: 1 addition & 1 deletion packages/fs/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@report-toolkit/fs",
"description": "",
"version": "0.5.0",
"version": "0.5.1",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.5.0",
"@report-toolkit/common": "^0.5.1",
"cosmiconfig": "^5.2.1"
},
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions packages/inspector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)

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

# [0.5.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)

**Note:** Version bump only for package @report-toolkit/inspector
Expand Down
2 changes: 1 addition & 1 deletion packages/inspector/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/inspector/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@report-toolkit/inspector",
"description": "",
"version": "0.5.0",
"version": "0.5.1",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.5.0",
"@report-toolkit/common": "^0.5.1",
"ajv": "^6.10.0"
},
"devDependencies": {
"@report-toolkit/fs": "^0.5.0"
"@report-toolkit/fs": "^0.5.1"
},
"engines": {
"node": ">=8"
Expand Down
4 changes: 4 additions & 0 deletions packages/report-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)

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

# [0.5.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)

**Note:** Version bump only for package report-toolkit
Expand Down
2 changes: 1 addition & 1 deletion packages/report-toolkit/package-lock.json

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

18 changes: 9 additions & 9 deletions packages/report-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "report-toolkit",
"description": "A multitool for processing & analyzing Node.js Diagnostic Reports",
"version": "0.5.0",
"version": "0.5.1",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"bin": {
"rtk": "dist/report-toolkit.cjs.js"
},
"dependencies": {
"@report-toolkit/cli": "^0.5.0",
"@report-toolkit/common": "^0.5.0",
"@report-toolkit/config": "^0.5.0",
"@report-toolkit/core": "^0.5.0",
"@report-toolkit/diff": "^0.5.0",
"@report-toolkit/fs": "^0.5.0",
"@report-toolkit/inspector": "^0.5.0",
"@report-toolkit/transformers": "^0.5.0"
"@report-toolkit/cli": "^0.5.1",
"@report-toolkit/common": "^0.5.1",
"@report-toolkit/config": "^0.5.1",
"@report-toolkit/core": "^0.5.1",
"@report-toolkit/diff": "^0.5.1",
"@report-toolkit/fs": "^0.5.1",
"@report-toolkit/inspector": "^0.5.1",
"@report-toolkit/transformers": "^0.5.1"
},
"engines": {
"node": ">=8"
Expand Down
4 changes: 4 additions & 0 deletions packages/transformers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/ibm/report-toolkit/compare/v0.5.0...v0.5.1) (2020-02-03)

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

# [0.5.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/transformers/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@report-toolkit/transformers",
"description": "",
"version": "0.5.0",
"version": "0.5.1",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.5.0",
"@report-toolkit/inspector": "^0.5.0",
"@report-toolkit/common": "^0.5.1",
"@report-toolkit/inspector": "^0.5.1",
"cli-table3": "^0.5.1",
"fast-safe-stringify": "^2.0.6",
"hash.js": "^1.1.7",
Expand Down

0 comments on commit fca59cc

Please sign in to comment.