Skip to content

Commit

Permalink
chore(release): v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Nov 13, 2019
1 parent fe0d799 commit fb2771d
Show file tree
Hide file tree
Showing 22 changed files with 83 additions and 35 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.2.2](https://github.com/ibm/report-toolkit/compare/v0.2.1...v0.2.2) (2019-11-13)

### Bug Fixes

- corrects exception on diff command and removes redundant share operator ([#63](https://github.com/ibm/report-toolkit/issues/63)) ([fe0d799](https://github.com/ibm/report-toolkit/commit/fe0d79949c19234fa3c9ba75c19b149713929b50)), closes [#61](https://github.com/ibm/report-toolkit/issues/61)

## [0.2.1](https://github.com/ibm/report-toolkit/compare/v0.2.0...v0.2.1) (2019-11-07)

### 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.2.1",
"version": "0.2.2",
"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.2.2](https://github.com/ibm/report-toolkit/compare/v0.2.1...v0.2.2) (2019-11-13)

### Bug Fixes

- corrects exception on diff command and removes redundant share operator ([#63](https://github.com/ibm/report-toolkit/issues/63)) ([fe0d799](https://github.com/ibm/report-toolkit/commit/fe0d79949c19234fa3c9ba75c19b149713929b50)), closes [#61](https://github.com/ibm/report-toolkit/issues/61)

## [0.2.1](https://github.com/ibm/report-toolkit/compare/v0.2.0...v0.2.1) (2019-11-07)

### Bug Fixes
Expand Down
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.2.1",
"version": "0.2.2",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"bin": {
"report-toolkit": "dist/report-toolkit-cli.cjs.js"
},
"dependencies": {
"@report-toolkit/common": "^0.2.1",
"@report-toolkit/core": "^0.2.1",
"@report-toolkit/fs": "^0.2.1",
"@report-toolkit/common": "^0.2.2",
"@report-toolkit/core": "^0.2.2",
"@report-toolkit/fs": "^0.2.2",
"cli-table3": "^0.5.1",
"log-symbols": "^3.0.0",
"strip-ansi": "^5.2.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.2.2](https://github.com/ibm/report-toolkit/compare/v0.2.1...v0.2.2) (2019-11-13)

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

## [0.2.1](https://github.com/ibm/report-toolkit/compare/v0.2.0...v0.2.1) (2019-11-07)

### Bug Fixes
Expand Down
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.2.1",
"version": "0.2.2",
"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.2.2](https://github.com/ibm/report-toolkit/compare/v0.2.1...v0.2.2) (2019-11-13)

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

## [0.2.1](https://github.com/ibm/report-toolkit/compare/v0.2.0...v0.2.1) (2019-11-07)

**Note:** Version bump only for package @report-toolkit/config
Expand Down
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.2.1",
"version": "0.2.2",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.2.1"
"@report-toolkit/common": "^0.2.2"
},
"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.2.2](https://github.com/ibm/report-toolkit/compare/v0.2.1...v0.2.2) (2019-11-13)

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

## [0.2.1](https://github.com/ibm/report-toolkit/compare/v0.2.0...v0.2.1) (2019-11-07)

### Bug Fixes
Expand Down
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.2.1",
"version": "0.2.2",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.2.1",
"@report-toolkit/config": "^0.2.1",
"@report-toolkit/diff": "^0.2.1",
"@report-toolkit/inspector": "^0.2.1",
"@report-toolkit/transformers": "^0.2.1",
"@report-toolkit/common": "^0.2.2",
"@report-toolkit/config": "^0.2.2",
"@report-toolkit/diff": "^0.2.2",
"@report-toolkit/inspector": "^0.2.2",
"@report-toolkit/transformers": "^0.2.2",
"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.2.2](https://github.com/ibm/report-toolkit/compare/v0.2.1...v0.2.2) (2019-11-13)

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

## [0.2.1](https://github.com/ibm/report-toolkit/compare/v0.2.0...v0.2.1) (2019-11-07)

**Note:** Version bump only for package @report-toolkit/diff
Expand Down
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.2.1",
"version": "0.2.2",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.2.1",
"@report-toolkit/common": "^0.2.2",
"json-ptr": "^1.1.2",
"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.2.2](https://github.com/ibm/report-toolkit/compare/v0.2.1...v0.2.2) (2019-11-13)

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

## [0.2.1](https://github.com/ibm/report-toolkit/compare/v0.2.0...v0.2.1) (2019-11-07)

**Note:** Version bump only for package @report-toolkit/docs
Expand Down
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.2.1",
"version": "0.2.2",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.2.1"
"@report-toolkit/common": "^0.2.2"
},
"devDependencies": {
"gatsby": "^2.15.36",
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.2.2](https://github.com/ibm/report-toolkit/compare/v0.2.1...v0.2.2) (2019-11-13)

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

## [0.2.1](https://github.com/ibm/report-toolkit/compare/v0.2.0...v0.2.1) (2019-11-07)

**Note:** Version bump only for package @report-toolkit/fs
Expand Down
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.2.1",
"version": "0.2.2",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.2.1",
"@report-toolkit/common": "^0.2.2",
"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.2.2](https://github.com/ibm/report-toolkit/compare/v0.2.1...v0.2.2) (2019-11-13)

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

## [0.2.1](https://github.com/ibm/report-toolkit/compare/v0.2.0...v0.2.1) (2019-11-07)

### Bug Fixes
Expand Down
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.2.1",
"version": "0.2.2",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"dependencies": {
"@report-toolkit/common": "^0.2.1",
"@report-toolkit/common": "^0.2.2",
"ajv": "^6.10.0"
},
"devDependencies": {
"@report-toolkit/fs": "^0.2.1"
"@report-toolkit/fs": "^0.2.2"
},
"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.2.2](https://github.com/ibm/report-toolkit/compare/v0.2.1...v0.2.2) (2019-11-13)

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

## [0.2.1](https://github.com/ibm/report-toolkit/compare/v0.2.0...v0.2.1) (2019-11-07)

**Note:** Version bump only for package report-toolkit
Expand Down
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.2.1",
"version": "0.2.2",
"author": "Christopher Hiller <christopher.hiller@ibm.com> (https://boneskull.com/)",
"bin": {
"rtk": "dist/report-toolkit.cjs.js"
},
"dependencies": {
"@report-toolkit/cli": "^0.2.1",
"@report-toolkit/common": "^0.2.1",
"@report-toolkit/config": "^0.2.1",
"@report-toolkit/core": "^0.2.1",
"@report-toolkit/diff": "^0.2.1",
"@report-toolkit/fs": "^0.2.1",
"@report-toolkit/inspector": "^0.2.1",
"@report-toolkit/transformers": "^0.2.1"
"@report-toolkit/cli": "^0.2.2",
"@report-toolkit/common": "^0.2.2",
"@report-toolkit/config": "^0.2.2",
"@report-toolkit/core": "^0.2.2",
"@report-toolkit/diff": "^0.2.2",
"@report-toolkit/fs": "^0.2.2",
"@report-toolkit/inspector": "^0.2.2",
"@report-toolkit/transformers": "^0.2.2"
},
"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.2.2](https://github.com/ibm/report-toolkit/compare/v0.2.1...v0.2.2) (2019-11-13)

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

## [0.2.1](https://github.com/ibm/report-toolkit/compare/v0.2.0...v0.2.1) (2019-11-07)

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

0 comments on commit fb2771d

Please sign in to comment.