-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd3b21c
commit 35bc9cd
Showing
10 changed files
with
53 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.6](https://github.com/christophehurpeau/nightingale/compare/[email protected]@3.2.6) (2019-05-03) | ||
|
||
**Note:** Version bump only for package nightingale-app-console | ||
|
||
|
||
|
||
|
||
|
||
## [3.2.5](https://github.com/christophehurpeau/nightingale/compare/[email protected]@3.2.5) (2019-05-01) | ||
|
||
**Note:** Version bump only for package nightingale-app-console | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nightingale-app-console", | ||
"version": "3.2.5", | ||
"version": "3.2.6", | ||
"description": "nightingale default config and logger for app", | ||
"keywords": [], | ||
"author": "Christophe Hurpeau <[email protected]> (https://christophe.hurpeau.com)", | ||
|
@@ -42,7 +42,7 @@ | |
"dependencies": { | ||
"nightingale": "^9.2.3", | ||
"nightingale-browser-console": "^4.2.2", | ||
"nightingale-console": "^6.1.0", | ||
"nightingale-console": "^6.1.1", | ||
"source-map-support": "^0.4.14" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.6](https://github.com/christophehurpeau/nightingale/compare/[email protected]@2.2.6) (2019-05-03) | ||
|
||
**Note:** Version bump only for package nightingale-console-example | ||
|
||
|
||
|
||
|
||
|
||
## [2.2.5](https://github.com/christophehurpeau/nightingale/compare/[email protected]@2.2.5) (2019-05-01) | ||
|
||
**Note:** Version bump only for package nightingale-console-example | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "nightingale-console-example", | ||
"private": true, | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"author": "Christophe Hurpeau <[email protected]> (https://christophe.hurpeau.com)", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -36,7 +36,7 @@ | |
}, | ||
"dependencies": { | ||
"nightingale": "^9.2.3", | ||
"nightingale-console": "^6.1.0" | ||
"nightingale-console": "^6.1.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.4.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1.1](https://github.com/christophehurpeau/nightingale/compare/[email protected]@6.1.1) (2019-05-03) | ||
|
||
**Note:** Version bump only for package nightingale-console | ||
|
||
|
||
|
||
|
||
|
||
# [6.1.0](https://github.com/christophehurpeau/nightingale/compare/[email protected]@6.1.0) (2019-05-01) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nightingale-console", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "Console handler for nightingale", | ||
"keywords": ["nightingale", "nightingale-handler"], | ||
"author": "Christophe Hurpeau <[email protected]> (http://christophe.hurpeau.com/)", | ||
|
@@ -34,7 +34,7 @@ | |
"nightingale-ansi-formatter": "^4.2.2", | ||
"nightingale-console-output": "^4.2.2", | ||
"nightingale-debug": "^5.2.2", | ||
"nightingale-json-formatter": "^4.2.2", | ||
"nightingale-json-formatter": "^4.3.0", | ||
"nightingale-types": "^2.2.2" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.6](https://github.com/christophehurpeau/nightingale/compare/[email protected]@2.2.6) (2019-05-03) | ||
|
||
**Note:** Version bump only for package nightingale-example | ||
|
||
|
||
|
||
|
||
|
||
## [2.2.5](https://github.com/christophehurpeau/nightingale/compare/[email protected]@2.2.5) (2019-05-01) | ||
|
||
**Note:** Version bump only for package nightingale-example | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "nightingale-example", | ||
"private": true, | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"author": "Christophe Hurpeau <[email protected]> (https://christophe.hurpeau.com)", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -44,9 +44,9 @@ | |
}, | ||
"dependencies": { | ||
"nightingale": "^9.2.3", | ||
"nightingale-console": "^6.1.0", | ||
"nightingale-console": "^6.1.1", | ||
"nightingale-console-output": "^4.2.2", | ||
"nightingale-json-formatter": "^4.2.2", | ||
"nightingale-json-formatter": "^4.3.0", | ||
"nightingale-string": "^5.2.2", | ||
"nightingale-types": "^2.2.2" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
# [4.3.0](https://github.com/christophehurpeau/nightingale/compare/[email protected]@4.3.0) (2019-05-03) | ||
|
||
|
||
### Features | ||
|
||
* improve json formatter to support map and error ([dd3b21c](https://github.com/christophehurpeau/nightingale/commit/dd3b21c)) | ||
|
||
|
||
|
||
|
||
|
||
## [4.2.2](https://github.com/christophehurpeau/nightingale/compare/[email protected]@4.2.2) (2019-05-01) | ||
|
||
**Note:** Version bump only for package nightingale-json-formatter | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nightingale-json-formatter", | ||
"version": "4.2.2", | ||
"version": "4.3.0", | ||
"description": "Nightingale JSON formatter", | ||
"keywords": ["nightingale", "nightingale-formatter"], | ||
"author": "Christophe Hurpeau <[email protected]> (http://christophe.hurpeau.com/)", | ||
|