Skip to content

Commit

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

## [0.6.1](https://github.com/ibm/report-toolkit/compare/v0.6.0...v0.6.1) (2021-01-11)

### Bug Fixes

- **core:** rules do not run when told not to run; closes [#102](https://github.com/ibm/report-toolkit/issues/102) ([61b3b62](https://github.com/ibm/report-toolkit/commit/61b3b6238b2c5a734dffae6359e567a6ca41b0db))
- **diff:** update json-ptr due to semver violation in v1.3.x ([05deae8](https://github.com/ibm/report-toolkit/commit/05deae8cf0eeaa51d96c66a6c926b724e6e3a0d7))
- **fs:** band-aid for cosmiconfig types disagreement ([c540d85](https://github.com/ibm/report-toolkit/commit/c540d859d94c4e3f3fc1f9c0ddb70e5c83b02d1f))

### Features

- **common:** support for diagnostic reports v2 ([d5a4739](https://github.com/ibm/report-toolkit/commit/d5a47397d5e875f75b27b23c80809038bbffc9c8))

# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)

### Bug Fixes
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.6.0",
"version": "0.6.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.6.1](https://github.com/ibm/report-toolkit/compare/v0.6.0...v0.6.1) (2021-01-11)

### Bug Fixes

- **diff:** update json-ptr due to semver violation in v1.3.x ([05deae8](https://github.com/ibm/report-toolkit/commit/05deae8cf0eeaa51d96c66a6c926b724e6e3a0d7))

# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)

### Bug Fixes
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.6.0",
"version": "0.6.1",
"author": "Christopher Hiller <[email protected]> (https://boneskull.com/)",
"bin": {
"report-toolkit": "dist/report-toolkit-cli.cjs.js"
},
"dependencies": {
"@report-toolkit/common": "^0.6.0",
"@report-toolkit/core": "^0.6.0",
"@report-toolkit/fs": "^0.6.0",
"@report-toolkit/common": "^0.6.1",
"@report-toolkit/core": "^0.6.1",
"@report-toolkit/fs": "^0.6.1",
"cli-table3": "^0.5.1",
"log-symbols": "^3.0.0",
"strip-ansi": "^6.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.1](https://github.com/ibm/report-toolkit/compare/v0.6.0...v0.6.1) (2021-01-11)

### Bug Fixes

- **diff:** update json-ptr due to semver violation in v1.3.x ([05deae8](https://github.com/ibm/report-toolkit/commit/05deae8cf0eeaa51d96c66a6c926b724e6e3a0d7))

### Features

- **common:** support for diagnostic reports v2 ([d5a4739](https://github.com/ibm/report-toolkit/commit/d5a47397d5e875f75b27b23c80809038bbffc9c8))

# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)

### 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.6.0",
"version": "0.6.1",
"author": "Christopher Hiller <[email protected]> (https://boneskull.com/)",
"dependencies": {
"debug": "^4.3.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.1](https://github.com/ibm/report-toolkit/compare/v0.6.0...v0.6.1) (2021-01-11)

### Bug Fixes

- **core:** rules do not run when told not to run; closes [#102](https://github.com/ibm/report-toolkit/issues/102) ([61b3b62](https://github.com/ibm/report-toolkit/commit/61b3b6238b2c5a734dffae6359e567a6ca41b0db))
- **diff:** update json-ptr due to semver violation in v1.3.x ([05deae8](https://github.com/ibm/report-toolkit/commit/05deae8cf0eeaa51d96c66a6c926b724e6e3a0d7))

# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)

### Bug Fixes
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.

10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@report-toolkit/core",
"description": "",
"version": "0.6.0",
"version": "0.6.1",
"author": "Christopher Hiller <[email protected]> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.6.0",
"@report-toolkit/diff": "^0.6.0",
"@report-toolkit/inspector": "^0.6.0",
"@report-toolkit/transformers": "^0.6.0",
"@report-toolkit/common": "^0.6.1",
"@report-toolkit/diff": "^0.6.1",
"@report-toolkit/inspector": "^0.6.1",
"@report-toolkit/transformers": "^0.6.1",
"resolve-from": "^5.0.0"
},
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions packages/diff/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.6.1](https://github.com/ibm/report-toolkit/compare/v0.6.0...v0.6.1) (2021-01-11)

### Bug Fixes

- **diff:** update json-ptr due to semver violation in v1.3.x ([05deae8](https://github.com/ibm/report-toolkit/commit/05deae8cf0eeaa51d96c66a6c926b724e6e3a0d7))

# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)

**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.6.0",
"version": "0.6.1",
"author": "Christopher Hiller <[email protected]> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.6.0",
"@report-toolkit/common": "^0.6.1",
"json-ptr": "^2.0.0",
"rfc6902": "^3.1.1"
},
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.6.1](https://github.com/ibm/report-toolkit/compare/v0.6.0...v0.6.1) (2021-01-11)

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

# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)

**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.6.0",
"version": "0.6.1",
"author": "Christopher Hiller <[email protected]> (https://boneskull.com/)",
"devDependencies": {
"@report-toolkit/common": "^0.6.0",
"@report-toolkit/common": "^0.6.1",
"gatsby": "^2.19.10",
"gatsby-remark-import-code": "^0.1.1",
"gatsby-theme-carbon": "^1.20.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.1](https://github.com/ibm/report-toolkit/compare/v0.6.0...v0.6.1) (2021-01-11)

### Bug Fixes

- **diff:** update json-ptr due to semver violation in v1.3.x ([05deae8](https://github.com/ibm/report-toolkit/commit/05deae8cf0eeaa51d96c66a6c926b724e6e3a0d7))
- **fs:** band-aid for cosmiconfig types disagreement ([c540d85](https://github.com/ibm/report-toolkit/commit/c540d859d94c4e3f3fc1f9c0ddb70e5c83b02d1f))

# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)

### Bug Fixes
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.6.0",
"version": "0.6.1",
"author": "Christopher Hiller <[email protected]> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.6.0",
"@report-toolkit/common": "^0.6.1",
"cosmiconfig": "^5.2.1",
"global-dirs": "^2.1.0",
"xdg-basedir": "^4.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/inspector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.1](https://github.com/ibm/report-toolkit/compare/v0.6.0...v0.6.1) (2021-01-11)

### Bug Fixes

- **core:** rules do not run when told not to run; closes [#102](https://github.com/ibm/report-toolkit/issues/102) ([61b3b62](https://github.com/ibm/report-toolkit/commit/61b3b6238b2c5a734dffae6359e567a6ca41b0db))
- **diff:** update json-ptr due to semver violation in v1.3.x ([05deae8](https://github.com/ibm/report-toolkit/commit/05deae8cf0eeaa51d96c66a6c926b724e6e3a0d7))

# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)

### Bug Fixes
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.6.0",
"version": "0.6.1",
"author": "Christopher Hiller <[email protected]> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.6.0",
"@report-toolkit/common": "^0.6.1",
"ajv": "^6.12.6"
},
"devDependencies": {
"@report-toolkit/fs": "^0.6.0"
"@report-toolkit/fs": "^0.6.1"
},
"engines": {
"node": ">=10"
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.6.1](https://github.com/ibm/report-toolkit/compare/v0.6.0...v0.6.1) (2021-01-11)

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

# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)

### Bug Fixes
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.

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

## [0.6.1](https://github.com/ibm/report-toolkit/compare/v0.6.0...v0.6.1) (2021-01-11)

### Bug Fixes

- **core:** rules do not run when told not to run; closes [#102](https://github.com/ibm/report-toolkit/issues/102) ([61b3b62](https://github.com/ibm/report-toolkit/commit/61b3b6238b2c5a734dffae6359e567a6ca41b0db))
- **diff:** update json-ptr due to semver violation in v1.3.x ([05deae8](https://github.com/ibm/report-toolkit/commit/05deae8cf0eeaa51d96c66a6c926b724e6e3a0d7))

# [0.6.0](https://github.com/ibm/report-toolkit/compare/v0.5.1...v0.6.0) (2020-02-25)

### Bug Fixes
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.6.0",
"version": "0.6.1",
"author": "Christopher Hiller <[email protected]> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.6.0",
"@report-toolkit/inspector": "^0.6.0",
"@report-toolkit/common": "^0.6.1",
"@report-toolkit/inspector": "^0.6.1",
"cli-table3": "^0.5.1",
"fast-safe-stringify": "^2.0.7",
"hash.js": "^1.1.7",
Expand Down

0 comments on commit 2ec5c58

Please sign in to comment.