Skip to content

Commit

Permalink
chore(release): v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jan 31, 2020
1 parent beb1a00 commit fa5d4f0
Show file tree
Hide file tree
Showing 32 changed files with 93 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.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)

### Features

- **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)

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

**Note:** Version bump only for package report-toolkit-monorepo
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.4.1",
"version": "0.5.0",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/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.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

## [0.4.1](https://github.com/ibm/report-toolkit/compare/v0.4.0...v0.4.1) (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.4.1",
"version": "0.5.0",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"bin": {
"report-toolkit": "dist/report-toolkit-cli.cjs.js"
},
"dependencies": {
"@report-toolkit/common": "^0.4.0",
"@report-toolkit/core": "^0.4.1",
"@report-toolkit/fs": "^0.4.0",
"@report-toolkit/common": "^0.5.0",
"@report-toolkit/core": "^0.5.0",
"@report-toolkit/fs": "^0.5.0",
"cli-table3": "^0.5.1",
"log-symbols": "^3.0.0",
"strip-ansi": "^6.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/common/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.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

# [0.4.0](https://github.com/ibm/report-toolkit/compare/v0.3.0...v0.4.0) (2020-01-30)

### Bug Fixes
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.4.0",
"version": "0.5.0",
"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.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

# [0.4.0](https://github.com/ibm/report-toolkit/compare/v0.3.0...v0.4.0) (2020-01-30)

**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.4.0",
"version": "0.5.0",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.4.0"
"@report-toolkit/common": "^0.5.0"
},
"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.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

## [0.4.1](https://github.com/ibm/report-toolkit/compare/v0.4.0...v0.4.1) (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.4.1",
"version": "0.5.0",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.4.0",
"@report-toolkit/config": "^0.4.0",
"@report-toolkit/diff": "^0.4.0",
"@report-toolkit/inspector": "^0.4.0",
"@report-toolkit/transformers": "^0.4.1",
"@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",
"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.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

# [0.4.0](https://github.com/ibm/report-toolkit/compare/v0.3.0...v0.4.0) (2020-01-30)

### Bug Fixes
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.4.0",
"version": "0.5.0",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.4.0",
"@report-toolkit/common": "^0.5.0",
"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.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

# [0.4.0](https://github.com/ibm/report-toolkit/compare/v0.3.0...v0.4.0) (2020-01-30)

**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.4.0",
"version": "0.5.0",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.4.0"
"@report-toolkit/common": "^0.5.0"
},
"devDependencies": {
"gatsby": "^2.18.0",
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.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

# [0.4.0](https://github.com/ibm/report-toolkit/compare/v0.3.0...v0.4.0) (2020-01-30)

**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.4.0",
"version": "0.5.0",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.4.0",
"@report-toolkit/common": "^0.5.0",
"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.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

# [0.4.0](https://github.com/ibm/report-toolkit/compare/v0.3.0...v0.4.0) (2020-01-30)

**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.4.0",
"version": "0.5.0",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.4.0",
"@report-toolkit/common": "^0.5.0",
"ajv": "^6.10.0"
},
"devDependencies": {
"@report-toolkit/fs": "^0.4.0"
"@report-toolkit/fs": "^0.5.0"
},
"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.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

## [0.4.1](https://github.com/ibm/report-toolkit/compare/v0.4.0...v0.4.1) (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.4.1",
"version": "0.5.0",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"bin": {
"rtk": "dist/report-toolkit.cjs.js"
},
"dependencies": {
"@report-toolkit/cli": "^0.4.1",
"@report-toolkit/common": "^0.4.0",
"@report-toolkit/config": "^0.4.0",
"@report-toolkit/core": "^0.4.1",
"@report-toolkit/diff": "^0.4.0",
"@report-toolkit/fs": "^0.4.0",
"@report-toolkit/inspector": "^0.4.0",
"@report-toolkit/transformers": "^0.4.1"
"@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"
},
"engines": {
"node": ">=8"
Expand Down
6 changes: 6 additions & 0 deletions packages/transformers/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.0](https://github.com/ibm/report-toolkit/compare/v0.4.1...v0.5.0) (2020-01-31)

### Features

- **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)

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

**Note:** Version bump only for package @report-toolkit/transformers
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.4.1",
"version": "0.5.0",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.4.0",
"@report-toolkit/inspector": "^0.4.0",
"@report-toolkit/common": "^0.5.0",
"@report-toolkit/inspector": "^0.5.0",
"cli-table3": "^0.5.1",
"fast-safe-stringify": "^2.0.6",
"hash.js": "^1.1.7",
Expand Down

0 comments on commit fa5d4f0

Please sign in to comment.