From 19db0b9a48b6ab0f8b167b3b15732efea93495ff Mon Sep 17 00:00:00 2001 From: Christophe Hurpeau Date: Sun, 31 Jan 2021 17:04:48 +0100 Subject: [PATCH] chore: release --- CHANGELOG.md | 11 ++++ lerna.json | 2 +- .../nightingale-ansi-formatter/CHANGELOG.md | 8 +++ .../nightingale-ansi-formatter/package.json | 4 +- packages/nightingale-app-console/CHANGELOG.md | 8 +++ packages/nightingale-app-console/package.json | 8 +-- .../CHANGELOG.md | 11 ++++ .../package.json | 4 +- .../nightingale-browser-console/CHANGELOG.md | 8 +++ .../nightingale-browser-console/package.json | 4 +- .../nightingale-console-example/CHANGELOG.md | 8 +++ .../nightingale-console-example/package.json | 6 +- packages/nightingale-console/CHANGELOG.md | 8 +++ packages/nightingale-console/package.json | 6 +- packages/nightingale-example/CHANGELOG.md | 8 +++ packages/nightingale-example/package.json | 10 +-- packages/nightingale-formatter/CHANGELOG.md | 11 ++++ packages/nightingale-formatter/package.json | 2 +- .../nightingale-html-formatter/CHANGELOG.md | 8 +++ .../nightingale-html-formatter/package.json | 4 +- .../nightingale-json-formatter/CHANGELOG.md | 8 +++ .../nightingale-json-formatter/package.json | 4 +- .../CHANGELOG.md | 8 +++ .../package.json | 4 +- .../nightingale-raw-formatter/CHANGELOG.md | 8 +++ .../nightingale-raw-formatter/package.json | 4 +- packages/nightingale-slack/CHANGELOG.md | 8 +++ packages/nightingale-slack/package.json | 6 +- packages/nightingale-string/CHANGELOG.md | 8 +++ packages/nightingale-string/package.json | 4 +- packages/nightingale/CHANGELOG.md | 8 +++ packages/nightingale/package.json | 4 +- yarn.lock | 64 +++++++++---------- 33 files changed, 207 insertions(+), 70 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c04d33a6..4b9489d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.1.1](https://github.com/christophehurpeau/nightingale/compare/v11.1.0...v11.1.1) (2021-01-31) + + +### Bug Fixes + +* use currentcolor instead of initial to format html ([53182bc](https://github.com/christophehurpeau/nightingale/commit/53182bc3f2f51335085e290ae605cfbdbb02624a)) + + + + + # [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31) diff --git a/lerna.json b/lerna.json index 1cfcbb1af..9c362b8d4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "11.1.0", + "version": "11.1.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/nightingale-ansi-formatter/CHANGELOG.md b/packages/nightingale-ansi-formatter/CHANGELOG.md index 84e450c4e..5f856bf19 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. +## [11.1.1](https://github.com/christophehurpeau/nightingale/compare/v11.1.0...v11.1.1) (2021-01-31) + +**Note:** Version bump only for package nightingale-ansi-formatter + + + + + # [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31) **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 7d3d85a0d..146233443 100644 --- a/packages/nightingale-ansi-formatter/package.json +++ b/packages/nightingale-ansi-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-ansi-formatter", - "version": "11.1.0", + "version": "11.1.1", "description": "Nightingale ANSI formatter", "keywords": [ "nightingale", @@ -87,7 +87,7 @@ "dependencies": { "@types/ansi-styles": "^3.2.1", "ansi-styles": "^4.0.0", - "nightingale-formatter": "^11.1.0", + "nightingale-formatter": "^11.1.1", "nightingale-types": "^11.1.0" }, "devDependencies": { diff --git a/packages/nightingale-app-console/CHANGELOG.md b/packages/nightingale-app-console/CHANGELOG.md index 90fe3dc2e..69f368794 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. +## [11.1.1](https://github.com/christophehurpeau/nightingale/compare/v11.1.0...v11.1.1) (2021-01-31) + +**Note:** Version bump only for package nightingale-app-console + + + + + # [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31) diff --git a/packages/nightingale-app-console/package.json b/packages/nightingale-app-console/package.json index 1aa371578..4e78974d0 100644 --- a/packages/nightingale-app-console/package.json +++ b/packages/nightingale-app-console/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-app-console", - "version": "11.1.0", + "version": "11.1.1", "description": "nightingale default config and logger for app", "keywords": [], "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", @@ -101,9 +101,9 @@ }, "dependencies": { "@types/node": "*", - "nightingale": "^11.1.0", - "nightingale-browser-console": "^11.1.0", - "nightingale-console": "^11.1.0" + "nightingale": "^11.1.1", + "nightingale-browser-console": "^11.1.1", + "nightingale-console": "^11.1.1" }, "devDependencies": { "@babel/core": "7.12.10", diff --git a/packages/nightingale-browser-console-formatter/CHANGELOG.md b/packages/nightingale-browser-console-formatter/CHANGELOG.md index f94120a94..f34217206 100644 --- a/packages/nightingale-browser-console-formatter/CHANGELOG.md +++ b/packages/nightingale-browser-console-formatter/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.1.1](https://github.com/christophehurpeau/nightingale/compare/v11.1.0...v11.1.1) (2021-01-31) + + +### Bug Fixes + +* use currentcolor instead of initial to format html ([53182bc](https://github.com/christophehurpeau/nightingale/commit/53182bc3f2f51335085e290ae605cfbdbb02624a)) + + + + + # [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31) diff --git a/packages/nightingale-browser-console-formatter/package.json b/packages/nightingale-browser-console-formatter/package.json index f8006fb28..e2e9ace7b 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": "11.1.0", + "version": "11.1.1", "description": "Nightingale Browser console formatter", "keywords": [ "nightingale", @@ -125,7 +125,7 @@ ] }, "dependencies": { - "nightingale-formatter": "^11.1.0", + "nightingale-formatter": "^11.1.1", "nightingale-types": "^11.1.0" }, "devDependencies": { diff --git a/packages/nightingale-browser-console/CHANGELOG.md b/packages/nightingale-browser-console/CHANGELOG.md index 23278a712..00629a965 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. +## [11.1.1](https://github.com/christophehurpeau/nightingale/compare/v11.1.0...v11.1.1) (2021-01-31) + +**Note:** Version bump only for package nightingale-browser-console + + + + + # [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31) diff --git a/packages/nightingale-browser-console/package.json b/packages/nightingale-browser-console/package.json index 94157d6eb..dee25bc98 100644 --- a/packages/nightingale-browser-console/package.json +++ b/packages/nightingale-browser-console/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-browser-console", - "version": "11.1.0", + "version": "11.1.1", "description": "Browser console handler for nightingale", "keywords": [ "nightingale", @@ -79,7 +79,7 @@ ] }, "dependencies": { - "nightingale-browser-console-formatter": "^11.1.0", + "nightingale-browser-console-formatter": "^11.1.1", "nightingale-console-output": "^11.1.0", "nightingale-debug": "^11.1.0", "nightingale-types": "^11.1.0" diff --git a/packages/nightingale-console-example/CHANGELOG.md b/packages/nightingale-console-example/CHANGELOG.md index ac8c3f96e..5ef0bdcec 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. +## [11.1.1](https://github.com/christophehurpeau/nightingale/compare/v11.1.0...v11.1.1) (2021-01-31) + +**Note:** Version bump only for package nightingale-console-example + + + + + # [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31) **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 3d600d856..c3403e377 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": "11.1.0", + "version": "11.1.1", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC", "repository": { @@ -72,8 +72,8 @@ ] }, "dependencies": { - "nightingale": "^11.1.0", - "nightingale-console": "^11.1.0" + "nightingale": "^11.1.1", + "nightingale-console": "^11.1.1" }, "devDependencies": { "@babel/core": "7.12.10", diff --git a/packages/nightingale-console/CHANGELOG.md b/packages/nightingale-console/CHANGELOG.md index d3229bc0d..ff487dabd 100644 --- a/packages/nightingale-console/CHANGELOG.md +++ b/packages/nightingale-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. +## [11.1.1](https://github.com/christophehurpeau/nightingale/compare/v11.1.0...v11.1.1) (2021-01-31) + +**Note:** Version bump only for package nightingale-console + + + + + # [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31) diff --git a/packages/nightingale-console/package.json b/packages/nightingale-console/package.json index 05e122144..bd80686db 100644 --- a/packages/nightingale-console/package.json +++ b/packages/nightingale-console/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-console", - "version": "11.1.0", + "version": "11.1.1", "description": "Console handler for nightingale", "keywords": [ "nightingale", @@ -64,10 +64,10 @@ }, "dependencies": { "@types/node": ">=12.0.0", - "nightingale-ansi-formatter": "^11.1.0", + "nightingale-ansi-formatter": "^11.1.1", "nightingale-console-output": "^11.1.0", "nightingale-debug": "^11.1.0", - "nightingale-json-formatter": "^11.1.0", + "nightingale-json-formatter": "^11.1.1", "nightingale-levels": "^11.1.0", "nightingale-types": "^11.1.0" }, diff --git a/packages/nightingale-example/CHANGELOG.md b/packages/nightingale-example/CHANGELOG.md index 59d5f5ee0..69c466641 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. +## [11.1.1](https://github.com/christophehurpeau/nightingale/compare/v11.1.0...v11.1.1) (2021-01-31) + +**Note:** Version bump only for package nightingale-example + + + + + # [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31) **Note:** Version bump only for package nightingale-example diff --git a/packages/nightingale-example/package.json b/packages/nightingale-example/package.json index c22a0198d..7f561cc80 100644 --- a/packages/nightingale-example/package.json +++ b/packages/nightingale-example/package.json @@ -1,7 +1,7 @@ { "name": "nightingale-example", "private": true, - "version": "11.1.0", + "version": "11.1.1", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC", "repository": { @@ -113,11 +113,11 @@ ] }, "dependencies": { - "nightingale": "^11.1.0", - "nightingale-console": "^11.1.0", + "nightingale": "^11.1.1", + "nightingale-console": "^11.1.1", "nightingale-console-output": "^11.1.0", - "nightingale-json-formatter": "^11.1.0", - "nightingale-string": "^11.1.0", + "nightingale-json-formatter": "^11.1.1", + "nightingale-string": "^11.1.1", "nightingale-types": "^11.1.0" }, "devDependencies": { diff --git a/packages/nightingale-formatter/CHANGELOG.md b/packages/nightingale-formatter/CHANGELOG.md index f5987449b..66d5ee9d8 100644 --- a/packages/nightingale-formatter/CHANGELOG.md +++ b/packages/nightingale-formatter/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.1.1](https://github.com/christophehurpeau/nightingale/compare/v11.1.0...v11.1.1) (2021-01-31) + + +### Bug Fixes + +* use currentcolor instead of initial to format html ([53182bc](https://github.com/christophehurpeau/nightingale/commit/53182bc3f2f51335085e290ae605cfbdbb02624a)) + + + + + # [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31) diff --git a/packages/nightingale-formatter/package.json b/packages/nightingale-formatter/package.json index d93c23650..3ab2d3559 100644 --- a/packages/nightingale-formatter/package.json +++ b/packages/nightingale-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-formatter", - "version": "11.1.0", + "version": "11.1.1", "description": "Nightingale formatter", "keywords": [ "nightingale", diff --git a/packages/nightingale-html-formatter/CHANGELOG.md b/packages/nightingale-html-formatter/CHANGELOG.md index a6a03e92b..32c7fa427 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. +## [11.1.1](https://github.com/christophehurpeau/nightingale/compare/v11.1.0...v11.1.1) (2021-01-31) + +**Note:** Version bump only for package nightingale-html-formatter + + + + + # [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31) **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 8ccad0f4a..b3cf8fba2 100644 --- a/packages/nightingale-html-formatter/package.json +++ b/packages/nightingale-html-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-html-formatter", - "version": "11.1.0", + "version": "11.1.1", "description": "Nightingale HTML formatter", "keywords": [ "nightingale", @@ -125,7 +125,7 @@ ] }, "dependencies": { - "nightingale-formatter": "^11.1.0", + "nightingale-formatter": "^11.1.1", "nightingale-types": "^11.1.0" }, "devDependencies": { diff --git a/packages/nightingale-json-formatter/CHANGELOG.md b/packages/nightingale-json-formatter/CHANGELOG.md index 8c0fdb089..27e3525a5 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. +## [11.1.1](https://github.com/christophehurpeau/nightingale/compare/v11.1.0...v11.1.1) (2021-01-31) + +**Note:** Version bump only for package nightingale-json-formatter + + + + + # [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31) **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 f04598886..15b8d564e 100644 --- a/packages/nightingale-json-formatter/package.json +++ b/packages/nightingale-json-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-json-formatter", - "version": "11.1.0", + "version": "11.1.1", "description": "Nightingale JSON formatter", "keywords": [ "nightingale", @@ -125,7 +125,7 @@ ] }, "dependencies": { - "nightingale-formatter": "^11.1.0", + "nightingale-formatter": "^11.1.1", "nightingale-types": "^11.1.0" }, "devDependencies": { diff --git a/packages/nightingale-markdown-formatter/CHANGELOG.md b/packages/nightingale-markdown-formatter/CHANGELOG.md index d11d9c5b4..344a64727 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. +## [11.1.1](https://github.com/christophehurpeau/nightingale/compare/v11.1.0...v11.1.1) (2021-01-31) + +**Note:** Version bump only for package nightingale-markdown-formatter + + + + + # [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31) **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 e54760f8b..109999114 100644 --- a/packages/nightingale-markdown-formatter/package.json +++ b/packages/nightingale-markdown-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-markdown-formatter", - "version": "11.1.0", + "version": "11.1.1", "description": "Nightingale Markdown formatter", "keywords": [ "nightingale", @@ -125,7 +125,7 @@ ] }, "dependencies": { - "nightingale-formatter": "^11.1.0", + "nightingale-formatter": "^11.1.1", "nightingale-types": "^11.1.0" }, "devDependencies": { diff --git a/packages/nightingale-raw-formatter/CHANGELOG.md b/packages/nightingale-raw-formatter/CHANGELOG.md index 4c77fbab7..fac4a1c08 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. +## [11.1.1](https://github.com/christophehurpeau/nightingale/compare/v11.1.0...v11.1.1) (2021-01-31) + +**Note:** Version bump only for package nightingale-raw-formatter + + + + + # [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31) **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 6f952f9f1..479ccab9a 100644 --- a/packages/nightingale-raw-formatter/package.json +++ b/packages/nightingale-raw-formatter/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-raw-formatter", - "version": "11.1.0", + "version": "11.1.1", "description": "Nightingale Raw formatter", "keywords": [ "nightingale", @@ -125,7 +125,7 @@ ] }, "dependencies": { - "nightingale-formatter": "^11.1.0", + "nightingale-formatter": "^11.1.1", "nightingale-types": "^11.1.0" }, "devDependencies": { diff --git a/packages/nightingale-slack/CHANGELOG.md b/packages/nightingale-slack/CHANGELOG.md index 391137495..0dc5191f3 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. +## [11.1.1](https://github.com/christophehurpeau/nightingale/compare/v11.1.0...v11.1.1) (2021-01-31) + +**Note:** Version bump only for package nightingale-slack + + + + + # [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31) **Note:** Version bump only for package nightingale-slack diff --git a/packages/nightingale-slack/package.json b/packages/nightingale-slack/package.json index 3e51da7d5..b3d321e47 100644 --- a/packages/nightingale-slack/package.json +++ b/packages/nightingale-slack/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-slack", - "version": "11.1.0", + "version": "11.1.1", "description": "Slack handler for nightingale", "keywords": [ "nightingale", @@ -103,8 +103,8 @@ }, "dependencies": { "nightingale-levels": "^11.1.0", - "nightingale-markdown-formatter": "^11.1.0", - "nightingale-raw-formatter": "^11.1.0", + "nightingale-markdown-formatter": "^11.1.1", + "nightingale-raw-formatter": "^11.1.1", "nightingale-types": "^11.1.0", "request": "^2.88.0" }, diff --git a/packages/nightingale-string/CHANGELOG.md b/packages/nightingale-string/CHANGELOG.md index 3799c41ad..182a79a73 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. +## [11.1.1](https://github.com/christophehurpeau/nightingale/compare/v11.1.0...v11.1.1) (2021-01-31) + +**Note:** Version bump only for package nightingale-string + + + + + # [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31) **Note:** Version bump only for package nightingale-string diff --git a/packages/nightingale-string/package.json b/packages/nightingale-string/package.json index cfd1502a0..124f0e775 100644 --- a/packages/nightingale-string/package.json +++ b/packages/nightingale-string/package.json @@ -1,6 +1,6 @@ { "name": "nightingale-string", - "version": "11.1.0", + "version": "11.1.1", "description": "String handler for nightingale", "keywords": [ "nightingale", @@ -63,7 +63,7 @@ ] }, "dependencies": { - "nightingale-raw-formatter": "^11.1.0", + "nightingale-raw-formatter": "^11.1.1", "nightingale-types": "^11.1.0" }, "devDependencies": { diff --git a/packages/nightingale/CHANGELOG.md b/packages/nightingale/CHANGELOG.md index c283fbdc3..4d7265960 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. +## [11.1.1](https://github.com/christophehurpeau/nightingale/compare/v11.1.0...v11.1.1) (2021-01-31) + +**Note:** Version bump only for package nightingale + + + + + # [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31) **Note:** Version bump only for package nightingale diff --git a/packages/nightingale/package.json b/packages/nightingale/package.json index 425738242..8ae67dcaa 100644 --- a/packages/nightingale/package.json +++ b/packages/nightingale/package.json @@ -1,6 +1,6 @@ { "name": "nightingale", - "version": "11.1.0", + "version": "11.1.1", "description": "Logger for browser and node", "keywords": [ "logger" @@ -147,7 +147,7 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-unicorn": "25.0.1", "jest": "26.6.3", - "nightingale-string": "^11.1.0", + "nightingale-string": "^11.1.1", "pob-babel": "26.4.0", "pob-lcov-reporter": "4.0.1", "rollup": "2.38.2", diff --git a/yarn.lock b/yarn.lock index c5b8b3173..5b05cc2fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8701,7 +8701,7 @@ __metadata: languageName: node linkType: hard -"nightingale-ansi-formatter@^11.1.0, nightingale-ansi-formatter@workspace:packages/nightingale-ansi-formatter": +"nightingale-ansi-formatter@^11.1.1, nightingale-ansi-formatter@workspace:packages/nightingale-ansi-formatter": version: 0.0.0-use.local resolution: "nightingale-ansi-formatter@workspace:packages/nightingale-ansi-formatter" dependencies: @@ -8723,7 +8723,7 @@ __metadata: eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 25.0.1 jest: 26.6.3 - nightingale-formatter: ^11.1.0 + nightingale-formatter: ^11.1.1 nightingale-types: ^11.1.0 pob-babel: 26.4.0 pob-lcov-reporter: 4.0.1 @@ -8752,16 +8752,16 @@ __metadata: eslint-plugin-import: 2.22.1 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 25.0.1 - nightingale: ^11.1.0 - nightingale-browser-console: ^11.1.0 - nightingale-console: ^11.1.0 + nightingale: ^11.1.1 + nightingale-browser-console: ^11.1.1 + nightingale-console: ^11.1.1 pob-babel: 26.4.0 rollup: 2.38.2 typescript: 4.1.3 languageName: unknown linkType: soft -"nightingale-browser-console-formatter@^11.1.0, nightingale-browser-console-formatter@workspace:packages/nightingale-browser-console-formatter": +"nightingale-browser-console-formatter@^11.1.1, nightingale-browser-console-formatter@workspace:packages/nightingale-browser-console-formatter": version: 0.0.0-use.local resolution: "nightingale-browser-console-formatter@workspace:packages/nightingale-browser-console-formatter" dependencies: @@ -8782,7 +8782,7 @@ __metadata: eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 25.0.1 jest: 26.6.3 - nightingale-formatter: ^11.1.0 + nightingale-formatter: ^11.1.1 nightingale-levels: ^11.1.0 nightingale-types: ^11.1.0 pob-babel: 26.4.0 @@ -8793,7 +8793,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-browser-console@^11.1.0, nightingale-browser-console@workspace:packages/nightingale-browser-console": +"nightingale-browser-console@^11.1.1, nightingale-browser-console@workspace:packages/nightingale-browser-console": version: 0.0.0-use.local resolution: "nightingale-browser-console@workspace:packages/nightingale-browser-console" dependencies: @@ -8810,7 +8810,7 @@ __metadata: eslint-plugin-import: 2.22.1 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 25.0.1 - nightingale-browser-console-formatter: ^11.1.0 + nightingale-browser-console-formatter: ^11.1.1 nightingale-console-output: ^11.1.0 nightingale-debug: ^11.1.0 nightingale-types: ^11.1.0 @@ -8838,8 +8838,8 @@ __metadata: eslint-plugin-import: 2.22.1 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 25.0.1 - nightingale: ^11.1.0 - nightingale-console: ^11.1.0 + nightingale: ^11.1.1 + nightingale-console: ^11.1.1 pob-babel: 26.4.0 rollup: 2.38.2 typescript: 4.1.3 @@ -8873,7 +8873,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-console@^11.1.0, nightingale-console@workspace:packages/nightingale-console": +"nightingale-console@^11.1.1, nightingale-console@workspace:packages/nightingale-console": version: 0.0.0-use.local resolution: "nightingale-console@workspace:packages/nightingale-console" dependencies: @@ -8891,10 +8891,10 @@ __metadata: eslint-plugin-import: 2.22.1 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 25.0.1 - nightingale-ansi-formatter: ^11.1.0 + nightingale-ansi-formatter: ^11.1.1 nightingale-console-output: ^11.1.0 nightingale-debug: ^11.1.0 - nightingale-json-formatter: ^11.1.0 + nightingale-json-formatter: ^11.1.1 nightingale-levels: ^11.1.0 nightingale-types: ^11.1.0 pob-babel: 26.4.0 @@ -8951,11 +8951,11 @@ __metadata: eslint-plugin-import: 2.22.1 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 25.0.1 - nightingale: ^11.1.0 - nightingale-console: ^11.1.0 + nightingale: ^11.1.1 + nightingale-console: ^11.1.1 nightingale-console-output: ^11.1.0 - nightingale-json-formatter: ^11.1.0 - nightingale-string: ^11.1.0 + nightingale-json-formatter: ^11.1.1 + nightingale-string: ^11.1.1 nightingale-types: ^11.1.0 pob-babel: 26.4.0 rollup: 2.38.2 @@ -8963,7 +8963,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-formatter@^11.1.0, nightingale-formatter@workspace:packages/nightingale-formatter": +"nightingale-formatter@^11.1.1, nightingale-formatter@workspace:packages/nightingale-formatter": version: 0.0.0-use.local resolution: "nightingale-formatter@workspace:packages/nightingale-formatter" dependencies: @@ -9015,7 +9015,7 @@ __metadata: eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 25.0.1 jest: 26.6.3 - nightingale-formatter: ^11.1.0 + nightingale-formatter: ^11.1.1 nightingale-levels: ^11.1.0 nightingale-types: ^11.1.0 pob-babel: 26.4.0 @@ -9026,7 +9026,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-json-formatter@^11.1.0, nightingale-json-formatter@workspace:packages/nightingale-json-formatter": +"nightingale-json-formatter@^11.1.1, nightingale-json-formatter@workspace:packages/nightingale-json-formatter": version: 0.0.0-use.local resolution: "nightingale-json-formatter@workspace:packages/nightingale-json-formatter" dependencies: @@ -9047,7 +9047,7 @@ __metadata: eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 25.0.1 jest: 26.6.3 - nightingale-formatter: ^11.1.0 + nightingale-formatter: ^11.1.1 nightingale-levels: ^11.1.0 nightingale-types: ^11.1.0 pob-babel: 26.4.0 @@ -9128,7 +9128,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-markdown-formatter@^11.1.0, nightingale-markdown-formatter@workspace:packages/nightingale-markdown-formatter": +"nightingale-markdown-formatter@^11.1.1, nightingale-markdown-formatter@workspace:packages/nightingale-markdown-formatter": version: 0.0.0-use.local resolution: "nightingale-markdown-formatter@workspace:packages/nightingale-markdown-formatter" dependencies: @@ -9149,7 +9149,7 @@ __metadata: eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 25.0.1 jest: 26.6.3 - nightingale-formatter: ^11.1.0 + nightingale-formatter: ^11.1.1 nightingale-levels: ^11.1.0 nightingale-types: ^11.1.0 pob-babel: 26.4.0 @@ -9186,7 +9186,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-raw-formatter@^11.1.0, nightingale-raw-formatter@workspace:packages/nightingale-raw-formatter": +"nightingale-raw-formatter@^11.1.1, nightingale-raw-formatter@workspace:packages/nightingale-raw-formatter": version: 0.0.0-use.local resolution: "nightingale-raw-formatter@workspace:packages/nightingale-raw-formatter" dependencies: @@ -9207,7 +9207,7 @@ __metadata: eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 25.0.1 jest: 26.6.3 - nightingale-formatter: ^11.1.0 + nightingale-formatter: ^11.1.1 nightingale-levels: ^11.1.0 nightingale-types: ^11.1.0 pob-babel: 26.4.0 @@ -9266,8 +9266,8 @@ __metadata: eslint-plugin-unicorn: 25.0.1 jest: 26.6.3 nightingale-levels: ^11.1.0 - nightingale-markdown-formatter: ^11.1.0 - nightingale-raw-formatter: ^11.1.0 + nightingale-markdown-formatter: ^11.1.1 + nightingale-raw-formatter: ^11.1.1 nightingale-types: ^11.1.0 pob-babel: 26.4.0 pob-lcov-reporter: 4.0.1 @@ -9278,7 +9278,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale-string@^11.1.0, nightingale-string@workspace:packages/nightingale-string": +"nightingale-string@^11.1.1, nightingale-string@workspace:packages/nightingale-string": version: 0.0.0-use.local resolution: "nightingale-string@workspace:packages/nightingale-string" dependencies: @@ -9295,7 +9295,7 @@ __metadata: eslint-plugin-import: 2.22.1 eslint-plugin-node: 11.1.0 eslint-plugin-unicorn: 25.0.1 - nightingale-raw-formatter: ^11.1.0 + nightingale-raw-formatter: ^11.1.1 nightingale-types: ^11.1.0 pob-babel: 26.4.0 rollup: 2.38.2 @@ -9379,7 +9379,7 @@ __metadata: languageName: unknown linkType: soft -"nightingale@^11.1.0, nightingale@workspace:packages/nightingale": +"nightingale@^11.1.1, nightingale@workspace:packages/nightingale": version: 0.0.0-use.local resolution: "nightingale@workspace:packages/nightingale" dependencies: @@ -9403,7 +9403,7 @@ __metadata: jest: 26.6.3 nightingale-levels: ^11.1.0 nightingale-logger: ^11.1.0 - nightingale-string: ^11.1.0 + nightingale-string: ^11.1.1 nightingale-types: ^11.1.0 pob-babel: 26.4.0 pob-lcov-reporter: 4.0.1