diff --git a/packages/nightingale-ansi-formatter/CHANGELOG.md b/packages/nightingale-ansi-formatter/CHANGELOG.md index 6aeb7cc67..46725b4dc 100644 --- a/packages/nightingale-ansi-formatter/CHANGELOG.md +++ b/packages/nightingale-ansi-formatter/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-ansi-formatter@4.2.1...nightingale-ansi-formatter@4.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-ansi-formatter + + + + + ## [4.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-ansi-formatter@4.2.0...nightingale-ansi-formatter@4.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-ansi-formatter diff --git a/packages/nightingale-ansi-formatter/package.json b/packages/nightingale-ansi-formatter/package.json index 0488070cd..6e0a59e2e 100644 --- a/packages/nightingale-ansi-formatter/package.json +++ b/packages/nightingale-ansi-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-ansi-formatter", - "version": "4.2.1", + "version": "4.2.2", "description": "Nightingale ANSI formatter", "keywords": ["nightingale", "nightingale-formatter"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -48,8 +48,8 @@ "dependencies": { "@types/ansi-styles": "^3.2.1", "ansi-styles": "^3.2.1", - "nightingale-formatter": "^5.2.1", - "nightingale-types": "^2.2.1" + "nightingale-formatter": "^5.2.2", + "nightingale-types": "^2.2.2" }, "devDependencies": { "@babel/core": "7.4.4", diff --git a/packages/nightingale-app-console/CHANGELOG.md b/packages/nightingale-app-console/CHANGELOG.md index b9edf26ce..9d6d53367 100644 --- a/packages/nightingale-app-console/CHANGELOG.md +++ b/packages/nightingale-app-console/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.3](https://github.com/christophehurpeau/nightingale/compare/nightingale-app-console@3.2.2...nightingale-app-console@3.2.3) (2019-05-01) + +**Note:** Version bump only for package nightingale-app-console + + + + + ## [3.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-app-console@3.2.1...nightingale-app-console@3.2.2) (2019-04-05) **Note:** Version bump only for package nightingale-app-console diff --git a/packages/nightingale-app-console/package.json b/packages/nightingale-app-console/package.json index 1ef7fa973..06ca25002 100644 --- a/packages/nightingale-app-console/package.json +++ b/packages/nightingale-app-console/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-app-console", - "version": "3.2.2", + "version": "3.2.3", "description": "nightingale default config and logger for app", "keywords": [], "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", @@ -40,9 +40,9 @@ "arrowParens": "always" }, "dependencies": { - "nightingale": "^9.2.2", - "nightingale-browser-console": "^4.2.1", - "nightingale-console": "^5.2.1", + "nightingale": "^9.2.3", + "nightingale-browser-console": "^4.2.2", + "nightingale-console": "^6.0.0", "source-map-support": "^0.4.14" }, "devDependencies": { diff --git a/packages/nightingale-browser-console-formatter/CHANGELOG.md b/packages/nightingale-browser-console-formatter/CHANGELOG.md index db1bee742..adedb9c4e 100644 --- a/packages/nightingale-browser-console-formatter/CHANGELOG.md +++ b/packages/nightingale-browser-console-formatter/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-browser-console-formatter@4.2.1...nightingale-browser-console-formatter@4.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-browser-console-formatter + + + + + ## [4.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-browser-console-formatter@4.2.0...nightingale-browser-console-formatter@4.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-browser-console-formatter diff --git a/packages/nightingale-browser-console-formatter/package.json b/packages/nightingale-browser-console-formatter/package.json index c1d716195..745616911 100644 --- a/packages/nightingale-browser-console-formatter/package.json +++ b/packages/nightingale-browser-console-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-browser-console-formatter", - "version": "4.2.1", + "version": "4.2.2", "description": "Nightingale Browser console formatter", "keywords": ["nightingale", "nightingale-formatter"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -55,8 +55,8 @@ } }, "dependencies": { - "nightingale-formatter": "^5.2.1", - "nightingale-types": "^2.2.1" + "nightingale-formatter": "^5.2.2", + "nightingale-types": "^2.2.2" }, "devDependencies": { "@babel/core": "7.4.4", @@ -69,7 +69,7 @@ "babel-preset-modern-browsers": "14.0.0", "eslint": "5.16.0", "jest": "24.7.1", - "nightingale-levels": "^4.2.1", + "nightingale-levels": "^4.2.2", "pob-babel": "23.16.0", "pob-lcov-reporter": "1.2.0", "prettier": "1.17.0", diff --git a/packages/nightingale-browser-console/CHANGELOG.md b/packages/nightingale-browser-console/CHANGELOG.md index 4da477761..1935f33a8 100644 --- a/packages/nightingale-browser-console/CHANGELOG.md +++ b/packages/nightingale-browser-console/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-browser-console@4.2.1...nightingale-browser-console@4.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-browser-console + + + + + ## [4.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-browser-console@4.2.0...nightingale-browser-console@4.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-browser-console diff --git a/packages/nightingale-browser-console/package.json b/packages/nightingale-browser-console/package.json index bfa8e7120..6c2ec47bf 100644 --- a/packages/nightingale-browser-console/package.json +++ b/packages/nightingale-browser-console/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-browser-console", - "version": "4.2.1", + "version": "4.2.2", "description": "Browser console handler for nightingale", "keywords": ["nightingale", "nightingale-handler"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -35,10 +35,10 @@ "arrowParens": "always" }, "dependencies": { - "nightingale-browser-console-formatter": "^4.2.1", - "nightingale-console-output": "^4.2.1", - "nightingale-debug": "^5.2.1", - "nightingale-types": "^2.2.1" + "nightingale-browser-console-formatter": "^4.2.2", + "nightingale-console-output": "^4.2.2", + "nightingale-debug": "^5.2.2", + "nightingale-types": "^2.2.2" }, "devDependencies": { "@babel/core": "7.4.4", diff --git a/packages/nightingale-console-example/CHANGELOG.md b/packages/nightingale-console-example/CHANGELOG.md index 4b894743c..5818a3bc7 100644 --- a/packages/nightingale-console-example/CHANGELOG.md +++ b/packages/nightingale-console-example/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.3](https://github.com/christophehurpeau/nightingale/compare/nightingale-console-example@2.2.2...nightingale-console-example@2.2.3) (2019-05-01) + +**Note:** Version bump only for package nightingale-console-example + + + + + ## [2.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-console-example@2.2.1...nightingale-console-example@2.2.2) (2019-04-05) **Note:** Version bump only for package nightingale-console-example diff --git a/packages/nightingale-console-example/package.json b/packages/nightingale-console-example/package.json index 53533d973..5da92260c 100644 --- a/packages/nightingale-console-example/package.json +++ b/packages/nightingale-console-example/package.json @@ -1,7 +1,7 @@ { "name": "nightingale-console-example", "private": true, - "version": "2.2.2", + "version": "2.2.3", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC", "repository": { @@ -35,8 +35,8 @@ "arrowParens": "always" }, "dependencies": { - "nightingale": "^9.2.2", - "nightingale-console": "^5.2.1" + "nightingale": "^9.2.3", + "nightingale-console": "^6.0.0" }, "devDependencies": { "@babel/core": "7.4.4", diff --git a/packages/nightingale-console-output/CHANGELOG.md b/packages/nightingale-console-output/CHANGELOG.md index 3e7aa8b76..a1337dff8 100644 --- a/packages/nightingale-console-output/CHANGELOG.md +++ b/packages/nightingale-console-output/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-console-output@4.2.1...nightingale-console-output@4.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-console-output + + + + + ## [4.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-console-output@4.2.0...nightingale-console-output@4.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-console-output diff --git a/packages/nightingale-console-output/package.json b/packages/nightingale-console-output/package.json index 9966a2f07..444abb6e1 100644 --- a/packages/nightingale-console-output/package.json +++ b/packages/nightingale-console-output/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-console-output", - "version": "4.2.1", + "version": "4.2.2", "description": "Nightingale console output", "keywords": ["nightingale", "nightingale-output"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -40,8 +40,8 @@ "arrowParens": "always" }, "dependencies": { - "nightingale-levels": "^4.2.1", - "nightingale-types": "^2.2.1" + "nightingale-levels": "^4.2.2", + "nightingale-types": "^2.2.2" }, "devDependencies": { "@babel/core": "7.4.4", diff --git a/packages/nightingale-console/CHANGELOG.md b/packages/nightingale-console/CHANGELOG.md index d26d6f52f..29b7c9518 100644 --- a/packages/nightingale-console/CHANGELOG.md +++ b/packages/nightingale-console/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.0.0](https://github.com/christophehurpeau/nightingale/compare/nightingale-console@5.2.1...nightingale-console@6.0.0) (2019-05-01) + + +### Features + +* **nightingale-console:** add options and json when not tty ([c8baf84](https://github.com/christophehurpeau/nightingale/commit/c8baf84)) + + +### BREAKING CHANGES + +* **nightingale-console:** output json by default when process.stdout.isTty is false + + + + + ## [5.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-console@5.2.0...nightingale-console@5.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-console diff --git a/packages/nightingale-console/package.json b/packages/nightingale-console/package.json index 9a2513fd8..8fa55773c 100644 --- a/packages/nightingale-console/package.json +++ b/packages/nightingale-console/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-console", - "version": "5.2.1", + "version": "6.0.0", "description": "Console handler for nightingale", "keywords": ["nightingale", "nightingale-handler"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -31,11 +31,11 @@ "arrowParens": "always" }, "dependencies": { - "nightingale-ansi-formatter": "^4.2.1", - "nightingale-console-output": "^4.2.1", - "nightingale-debug": "^5.2.1", - "nightingale-json-formatter": "^4.2.1", - "nightingale-types": "^2.2.1" + "nightingale-ansi-formatter": "^4.2.2", + "nightingale-console-output": "^4.2.2", + "nightingale-debug": "^5.2.2", + "nightingale-json-formatter": "^4.2.2", + "nightingale-types": "^2.2.2" }, "devDependencies": { "@babel/core": "7.4.4", diff --git a/packages/nightingale-debug/CHANGELOG.md b/packages/nightingale-debug/CHANGELOG.md index 7e3844084..b7640030d 100644 --- a/packages/nightingale-debug/CHANGELOG.md +++ b/packages/nightingale-debug/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-debug@5.2.1...nightingale-debug@5.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-debug + + + + + ## [5.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-debug@5.2.0...nightingale-debug@5.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-debug diff --git a/packages/nightingale-debug/package.json b/packages/nightingale-debug/package.json index e284997c2..8bf11b4e1 100644 --- a/packages/nightingale-debug/package.json +++ b/packages/nightingale-debug/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-debug", - "version": "5.2.1", + "version": "5.2.2", "description": "Nightingale debug", "keywords": ["logger"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -55,7 +55,7 @@ } }, "dependencies": { - "nightingale-levels": "^4.2.1" + "nightingale-levels": "^4.2.2" }, "devDependencies": { "@babel/core": "7.4.4", diff --git a/packages/nightingale-example/CHANGELOG.md b/packages/nightingale-example/CHANGELOG.md index db6070504..ea9fffd05 100644 --- a/packages/nightingale-example/CHANGELOG.md +++ b/packages/nightingale-example/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.3](https://github.com/christophehurpeau/nightingale/compare/nightingale-example@2.2.2...nightingale-example@2.2.3) (2019-05-01) + +**Note:** Version bump only for package nightingale-example + + + + + ## [2.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-example@2.2.1...nightingale-example@2.2.2) (2019-04-05) **Note:** Version bump only for package nightingale-example diff --git a/packages/nightingale-example/package.json b/packages/nightingale-example/package.json index 36b45bc64..3da3045da 100644 --- a/packages/nightingale-example/package.json +++ b/packages/nightingale-example/package.json @@ -1,7 +1,7 @@ { "name": "nightingale-example", "private": true, - "version": "2.2.2", + "version": "2.2.3", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC", "repository": { @@ -43,12 +43,12 @@ "arrowParens": "always" }, "dependencies": { - "nightingale": "^9.2.2", - "nightingale-console": "^5.2.1", - "nightingale-console-output": "^4.2.1", - "nightingale-json-formatter": "^4.2.1", - "nightingale-string": "^5.2.1", - "nightingale-types": "^2.2.1" + "nightingale": "^9.2.3", + "nightingale-console": "^6.0.0", + "nightingale-console-output": "^4.2.2", + "nightingale-json-formatter": "^4.2.2", + "nightingale-string": "^5.2.2", + "nightingale-types": "^2.2.2" }, "devDependencies": { "@babel/core": "7.4.4", diff --git a/packages/nightingale-formatter/CHANGELOG.md b/packages/nightingale-formatter/CHANGELOG.md index bcec8f557..150d83586 100644 --- a/packages/nightingale-formatter/CHANGELOG.md +++ b/packages/nightingale-formatter/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-formatter@5.2.1...nightingale-formatter@5.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-formatter + + + + + ## [5.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-formatter@5.2.0...nightingale-formatter@5.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-formatter diff --git a/packages/nightingale-formatter/package.json b/packages/nightingale-formatter/package.json index bc311bd0a..2e06c5dbc 100644 --- a/packages/nightingale-formatter/package.json +++ b/packages/nightingale-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-formatter", - "version": "5.2.1", + "version": "5.2.2", "description": "Nightingale formatter", "keywords": ["nightingale", "nightingale-formatter"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -55,8 +55,8 @@ } }, "dependencies": { - "nightingale-levels": "^4.2.1", - "nightingale-types": "^2.2.1" + "nightingale-levels": "^4.2.2", + "nightingale-types": "^2.2.2" }, "devDependencies": { "@babel/core": "7.4.4", diff --git a/packages/nightingale-html-formatter/CHANGELOG.md b/packages/nightingale-html-formatter/CHANGELOG.md index 47e9cbff3..c6c3617bd 100644 --- a/packages/nightingale-html-formatter/CHANGELOG.md +++ b/packages/nightingale-html-formatter/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-html-formatter@4.2.1...nightingale-html-formatter@4.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-html-formatter + + + + + ## [4.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-html-formatter@4.2.0...nightingale-html-formatter@4.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-html-formatter diff --git a/packages/nightingale-html-formatter/package.json b/packages/nightingale-html-formatter/package.json index 43ec2eadd..9be9ae5e3 100644 --- a/packages/nightingale-html-formatter/package.json +++ b/packages/nightingale-html-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-html-formatter", - "version": "4.2.1", + "version": "4.2.2", "description": "Nightingale HTML formatter", "keywords": ["nightingale", "nightingale-formatter"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -55,8 +55,8 @@ } }, "dependencies": { - "nightingale-formatter": "^5.2.1", - "nightingale-types": "^2.2.1" + "nightingale-formatter": "^5.2.2", + "nightingale-types": "^2.2.2" }, "devDependencies": { "@babel/core": "7.4.4", @@ -69,7 +69,7 @@ "babel-preset-modern-browsers": "14.0.0", "eslint": "5.16.0", "jest": "24.7.1", - "nightingale-levels": "^4.2.1", + "nightingale-levels": "^4.2.2", "pob-babel": "23.16.0", "pob-lcov-reporter": "1.2.0", "prettier": "1.17.0", diff --git a/packages/nightingale-json-formatter/CHANGELOG.md b/packages/nightingale-json-formatter/CHANGELOG.md index 0971670d4..46deef149 100644 --- a/packages/nightingale-json-formatter/CHANGELOG.md +++ b/packages/nightingale-json-formatter/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-json-formatter@4.2.1...nightingale-json-formatter@4.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-json-formatter + + + + + ## [4.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-json-formatter@4.2.0...nightingale-json-formatter@4.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-json-formatter diff --git a/packages/nightingale-json-formatter/package.json b/packages/nightingale-json-formatter/package.json index 2b3c335f3..d7285788c 100644 --- a/packages/nightingale-json-formatter/package.json +++ b/packages/nightingale-json-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-json-formatter", - "version": "4.2.1", + "version": "4.2.2", "description": "Nightingale JSON formatter", "keywords": ["nightingale", "nightingale-formatter"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -55,8 +55,8 @@ } }, "dependencies": { - "nightingale-formatter": "^5.2.1", - "nightingale-types": "^2.2.1" + "nightingale-formatter": "^5.2.2", + "nightingale-types": "^2.2.2" }, "devDependencies": { "@babel/core": "7.4.4", @@ -69,7 +69,7 @@ "babel-preset-modern-browsers": "14.0.0", "eslint": "5.16.0", "jest": "24.7.1", - "nightingale-levels": "^4.2.1", + "nightingale-levels": "^4.2.2", "pob-babel": "23.16.0", "pob-lcov-reporter": "1.2.0", "prettier": "1.17.0", diff --git a/packages/nightingale-levels/CHANGELOG.md b/packages/nightingale-levels/CHANGELOG.md index d96eff6b6..b120cd137 100644 --- a/packages/nightingale-levels/CHANGELOG.md +++ b/packages/nightingale-levels/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-levels@4.2.1...nightingale-levels@4.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-levels + + + + + ## [4.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-levels@4.2.0...nightingale-levels@4.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-levels diff --git a/packages/nightingale-levels/package.json b/packages/nightingale-levels/package.json index 0b7bce15a..11344b0e4 100644 --- a/packages/nightingale-levels/package.json +++ b/packages/nightingale-levels/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-levels", - "version": "4.2.1", + "version": "4.2.2", "description": "Nightingale levels", "keywords": ["logger"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -38,7 +38,6 @@ "singleQuote": true, "arrowParens": "always" }, - "dependencies": {}, "devDependencies": { "@babel/core": "7.4.4", "@babel/preset-env": "7.4.4", diff --git a/packages/nightingale-logger/CHANGELOG.md b/packages/nightingale-logger/CHANGELOG.md index 7c4b64b57..362847cb5 100644 --- a/packages/nightingale-logger/CHANGELOG.md +++ b/packages/nightingale-logger/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-logger@6.2.1...nightingale-logger@6.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-logger + + + + + ## [6.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-logger@6.2.0...nightingale-logger@6.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-logger diff --git a/packages/nightingale-logger/package.json b/packages/nightingale-logger/package.json index 7938c3c9b..22c743695 100644 --- a/packages/nightingale-logger/package.json +++ b/packages/nightingale-logger/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-logger", - "version": "6.2.1", + "version": "6.2.2", "description": "Logger for browser and node", "keywords": ["nightingale"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -58,8 +58,8 @@ }, "dependencies": { "@types/node": ">=8.0.0", - "nightingale-levels": "^4.2.1", - "nightingale-types": "^2.2.1" + "nightingale-levels": "^4.2.2", + "nightingale-types": "^2.2.2" }, "devDependencies": { "@babel/core": "7.4.4", diff --git a/packages/nightingale-markdown-formatter/CHANGELOG.md b/packages/nightingale-markdown-formatter/CHANGELOG.md index b4c6f80d7..955b21898 100644 --- a/packages/nightingale-markdown-formatter/CHANGELOG.md +++ b/packages/nightingale-markdown-formatter/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-markdown-formatter@3.2.1...nightingale-markdown-formatter@3.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-markdown-formatter + + + + + ## [3.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-markdown-formatter@3.2.0...nightingale-markdown-formatter@3.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-markdown-formatter diff --git a/packages/nightingale-markdown-formatter/package.json b/packages/nightingale-markdown-formatter/package.json index c9bce35c1..24f997fb7 100644 --- a/packages/nightingale-markdown-formatter/package.json +++ b/packages/nightingale-markdown-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-markdown-formatter", - "version": "3.2.1", + "version": "3.2.2", "description": "Nightingale Markdown formatter", "keywords": ["nightingale", "nightingale-formatter"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -55,8 +55,8 @@ } }, "dependencies": { - "nightingale-formatter": "^5.2.1", - "nightingale-types": "^2.2.1" + "nightingale-formatter": "^5.2.2", + "nightingale-types": "^2.2.2" }, "devDependencies": { "@babel/core": "7.4.4", @@ -69,7 +69,7 @@ "babel-preset-modern-browsers": "14.0.0", "eslint": "5.16.0", "jest": "24.7.1", - "nightingale-levels": "^4.2.1", + "nightingale-levels": "^4.2.2", "pob-babel": "23.16.0", "pob-lcov-reporter": "1.2.0", "prettier": "1.17.0", diff --git a/packages/nightingale-raw-formatter/CHANGELOG.md b/packages/nightingale-raw-formatter/CHANGELOG.md index 3daea5a26..7e7ac2d1d 100644 --- a/packages/nightingale-raw-formatter/CHANGELOG.md +++ b/packages/nightingale-raw-formatter/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-raw-formatter@4.2.1...nightingale-raw-formatter@4.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-raw-formatter + + + + + ## [4.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-raw-formatter@4.2.0...nightingale-raw-formatter@4.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-raw-formatter diff --git a/packages/nightingale-raw-formatter/package.json b/packages/nightingale-raw-formatter/package.json index fad6927ee..7b35e7c9e 100644 --- a/packages/nightingale-raw-formatter/package.json +++ b/packages/nightingale-raw-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-raw-formatter", - "version": "4.2.1", + "version": "4.2.2", "description": "Nightingale Raw formatter", "keywords": ["nightingale", "nightingale-formatter"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -55,8 +55,8 @@ } }, "dependencies": { - "nightingale-formatter": "^5.2.1", - "nightingale-types": "^2.2.1" + "nightingale-formatter": "^5.2.2", + "nightingale-types": "^2.2.2" }, "devDependencies": { "@babel/core": "7.4.4", @@ -69,7 +69,7 @@ "babel-preset-modern-browsers": "14.0.0", "eslint": "5.16.0", "jest": "24.7.1", - "nightingale-levels": "^4.2.1", + "nightingale-levels": "^4.2.2", "pob-babel": "23.16.0", "pob-lcov-reporter": "1.2.0", "prettier": "1.17.0", diff --git a/packages/nightingale-sentry/CHANGELOG.md b/packages/nightingale-sentry/CHANGELOG.md index 8c4dce229..b55857138 100644 --- a/packages/nightingale-sentry/CHANGELOG.md +++ b/packages/nightingale-sentry/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-sentry@5.2.1...nightingale-sentry@5.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-sentry + + + + + ## [5.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-sentry@5.2.0...nightingale-sentry@5.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-sentry diff --git a/packages/nightingale-sentry/package.json b/packages/nightingale-sentry/package.json index be3284361..62f07d668 100644 --- a/packages/nightingale-sentry/package.json +++ b/packages/nightingale-sentry/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-sentry", - "version": "5.2.1", + "version": "5.2.2", "description": "Sentry handler for nightingale", "keywords": ["nightingale", "nightingale-handler"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -32,8 +32,8 @@ }, "dependencies": { "@sentry/node": "^5.0.5", - "nightingale-levels": "^4.2.1", - "nightingale-types": "^2.2.1" + "nightingale-levels": "^4.2.2", + "nightingale-types": "^2.2.2" }, "devDependencies": { "@babel/core": "7.4.4", diff --git a/packages/nightingale-slack/CHANGELOG.md b/packages/nightingale-slack/CHANGELOG.md index c12d0dd61..8b2ee5d1b 100644 --- a/packages/nightingale-slack/CHANGELOG.md +++ b/packages/nightingale-slack/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-slack@5.2.1...nightingale-slack@5.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-slack + + + + + ## [5.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-slack@5.2.0...nightingale-slack@5.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-slack diff --git a/packages/nightingale-slack/package.json b/packages/nightingale-slack/package.json index 8a118c769..255c7d63e 100644 --- a/packages/nightingale-slack/package.json +++ b/packages/nightingale-slack/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-slack", - "version": "5.2.1", + "version": "5.2.2", "description": "Slack handler for nightingale", "keywords": ["nightingale", "nightingale-handler"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -52,10 +52,10 @@ } }, "dependencies": { - "nightingale-levels": "^4.2.1", - "nightingale-markdown-formatter": "^3.2.1", - "nightingale-raw-formatter": "^4.2.1", - "nightingale-types": "^2.2.1", + "nightingale-levels": "^4.2.2", + "nightingale-markdown-formatter": "^3.2.2", + "nightingale-raw-formatter": "^4.2.2", + "nightingale-types": "^2.2.2", "request": "^2.88.0" }, "devDependencies": { diff --git a/packages/nightingale-string/CHANGELOG.md b/packages/nightingale-string/CHANGELOG.md index 4d91f7767..db2f6ce47 100644 --- a/packages/nightingale-string/CHANGELOG.md +++ b/packages/nightingale-string/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-string@5.2.1...nightingale-string@5.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-string + + + + + ## [5.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-string@5.2.0...nightingale-string@5.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-string diff --git a/packages/nightingale-string/package.json b/packages/nightingale-string/package.json index 05fe3d71a..d2060f6f2 100644 --- a/packages/nightingale-string/package.json +++ b/packages/nightingale-string/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-string", - "version": "5.2.1", + "version": "5.2.2", "description": "String handler for nightingale", "keywords": ["nightingale", "nightingale-handler"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -31,8 +31,8 @@ "arrowParens": "always" }, "dependencies": { - "nightingale-raw-formatter": "^4.2.1", - "nightingale-types": "^2.2.1" + "nightingale-raw-formatter": "^4.2.2", + "nightingale-types": "^2.2.2" }, "devDependencies": { "@babel/core": "7.4.4", diff --git a/packages/nightingale-types/CHANGELOG.md b/packages/nightingale-types/CHANGELOG.md index 3162afaa7..ae7af390f 100644 --- a/packages/nightingale-types/CHANGELOG.md +++ b/packages/nightingale-types/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-types@2.2.1...nightingale-types@2.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-types + + + + + ## [2.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-types@2.2.0...nightingale-types@2.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-types diff --git a/packages/nightingale-types/package.json b/packages/nightingale-types/package.json index e49f65c94..ca009cd8e 100644 --- a/packages/nightingale-types/package.json +++ b/packages/nightingale-types/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-types", - "version": "2.2.1", + "version": "2.2.2", "description": "Nightingale types for typescript", "keywords": ["logger"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -26,7 +26,7 @@ "arrowParens": "always" }, "dependencies": { - "nightingale-levels": "^4.2.1" + "nightingale-levels": "^4.2.2" }, "devDependencies": { "@pob/eslint-config": "31.0.0", diff --git a/packages/nightingale-web-processor/CHANGELOG.md b/packages/nightingale-web-processor/CHANGELOG.md index e9348a662..1c6327c57 100644 --- a/packages/nightingale-web-processor/CHANGELOG.md +++ b/packages/nightingale-web-processor/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-web-processor@4.2.1...nightingale-web-processor@4.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-web-processor + + + + + ## [4.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-web-processor@4.2.0...nightingale-web-processor@4.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-web-processor diff --git a/packages/nightingale-web-processor/package.json b/packages/nightingale-web-processor/package.json index 46cc61d05..f9df44bfa 100644 --- a/packages/nightingale-web-processor/package.json +++ b/packages/nightingale-web-processor/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-web-processor", - "version": "4.2.1", + "version": "4.2.2", "description": "Nightingale web processor", "keywords": ["nightingale", "nightingale-processor"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -30,7 +30,7 @@ "arrowParens": "always" }, "dependencies": { - "nightingale-types": "^2.2.1" + "nightingale-types": "^2.2.2" }, "devDependencies": { "@babel/core": "7.4.4", diff --git a/packages/nightingale-winston-adapter/CHANGELOG.md b/packages/nightingale-winston-adapter/CHANGELOG.md index 406867186..07b091469 100644 --- a/packages/nightingale-winston-adapter/CHANGELOG.md +++ b/packages/nightingale-winston-adapter/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-winston-adapter@3.2.1...nightingale-winston-adapter@3.2.2) (2019-05-01) + +**Note:** Version bump only for package nightingale-winston-adapter + + + + + ## [3.2.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-winston-adapter@3.2.0...nightingale-winston-adapter@3.2.1) (2019-04-05) **Note:** Version bump only for package nightingale-winston-adapter diff --git a/packages/nightingale-winston-adapter/package.json b/packages/nightingale-winston-adapter/package.json index e248f5234..1ea1f2b3f 100644 --- a/packages/nightingale-winston-adapter/package.json +++ b/packages/nightingale-winston-adapter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-winston-adapter", - "version": "3.2.1", + "version": "3.2.2", "description": "Winston adapter handler for nightingale", "keywords": ["nightingale", "nightingale-handler"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -41,7 +41,7 @@ }, "dependencies": { "nightingale-level-names": "^2.0.2", - "nightingale-types": "^2.2.1" + "nightingale-types": "^2.2.2" }, "devDependencies": { "@babel/core": "7.4.4", diff --git a/packages/nightingale/CHANGELOG.md b/packages/nightingale/CHANGELOG.md index 5507bbd76..b9a59cbd0 100644 --- a/packages/nightingale/CHANGELOG.md +++ b/packages/nightingale/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.2.3](https://github.com/christophehurpeau/nightingale/compare/nightingale@9.2.2...nightingale@9.2.3) (2019-05-01) + +**Note:** Version bump only for package nightingale + + + + + ## [9.2.2](https://github.com/christophehurpeau/nightingale/compare/nightingale@9.2.1...nightingale@9.2.2) (2019-04-05) **Note:** Version bump only for package nightingale diff --git a/packages/nightingale/package.json b/packages/nightingale/package.json index 8deab81bb..995df2d14 100644 --- a/packages/nightingale/package.json +++ b/packages/nightingale/package.json @@ -1,6 +1,6 @@ { "name": "nightingale", - "version": "9.2.2", + "version": "9.2.3", "description": "Logger for browser and node", "keywords": ["logger"], "author": "Christophe Hurpeau (http://christophe.hurpeau.com/)", @@ -57,9 +57,9 @@ } }, "dependencies": { - "nightingale-levels": "^4.2.1", - "nightingale-logger": "^6.2.1", - "nightingale-types": "^2.2.1" + "nightingale-levels": "^4.2.2", + "nightingale-logger": "^6.2.2", + "nightingale-types": "^2.2.2" }, "devDependencies": { "@babel/core": "7.4.4", @@ -78,7 +78,7 @@ "karma-ievms": "0.1.0", "karma-mocha": "1.3.0", "karma-proclaim": "1.0.0", - "nightingale-string": "^5.2.1", + "nightingale-string": "^5.2.2", "pob-babel": "23.16.0", "pob-lcov-reporter": "1.2.0", "prettier": "1.17.0",