Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Jan 31, 2021
1 parent 27a92c9 commit d736d60
Show file tree
Hide file tree
Showing 51 changed files with 409 additions and 163 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31)


### Bug Fixes

* lint ([27a92c9](https://github.com/christophehurpeau/nightingale/commit/27a92c9419f91741aaeece59ca89edb5e6783b5d))
* **nightingale-app-console:** remove unused @types/source-map-support ([b39a24b](https://github.com/christophehurpeau/nightingale/commit/b39a24bdd7b9cc203ed6d3569d9bdde03a4f914e))


### Features

* add dark theme for browser logger ([b1d214e](https://github.com/christophehurpeau/nightingale/commit/b1d214e912a20ccc759735aa2d1c388e8cd62431))
* **nightingale-app-console:** export ConsoleHandler, fix sideEffect, add env ([643c049](https://github.com/christophehurpeau/nightingale/commit/643c049bac05de4ecaee0458b5dd3c84f1b128a7))
* **nightingale-browser-console-formatter:** createBrowserConsoleFormatter using theme ([c1bcb08](https://github.com/christophehurpeau/nightingale/commit/c1bcb083c30dd5b71c7d78cd5ac83e62b8fa8ef3))
* **nightingale-formatter:** create dark theme for html ([b0ae0cd](https://github.com/christophehurpeau/nightingale/commit/b0ae0cdc32e702fb2f9d5eb4cc8da93bbec759b2))





## [11.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.0.5",
"version": "11.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-ansi-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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





## [11.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


Expand Down
6 changes: 3 additions & 3 deletions packages/nightingale-ansi-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-ansi-formatter",
"version": "11.0.5",
"version": "11.1.0",
"description": "Nightingale ANSI formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -87,8 +87,8 @@
"dependencies": {
"@types/ansi-styles": "^3.2.1",
"ansi-styles": "^4.0.0",
"nightingale-formatter": "^11.0.5",
"nightingale-types": "^11.0.5"
"nightingale-formatter": "^11.1.0",
"nightingale-types": "^11.1.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
17 changes: 17 additions & 0 deletions packages/nightingale-app-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31)


### Bug Fixes

* lint ([27a92c9](https://github.com/christophehurpeau/nightingale/commit/27a92c9419f91741aaeece59ca89edb5e6783b5d))
* **nightingale-app-console:** remove unused @types/source-map-support ([b39a24b](https://github.com/christophehurpeau/nightingale/commit/b39a24bdd7b9cc203ed6d3569d9bdde03a4f914e))


### Features

* **nightingale-app-console:** export ConsoleHandler, fix sideEffect, add env ([643c049](https://github.com/christophehurpeau/nightingale/commit/643c049bac05de4ecaee0458b5dd3c84f1b128a7))





## [11.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


Expand Down
8 changes: 4 additions & 4 deletions packages/nightingale-app-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-app-console",
"version": "11.0.5",
"version": "11.1.0",
"description": "nightingale default config and logger for app",
"keywords": [],
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
Expand Down Expand Up @@ -101,9 +101,9 @@
},
"dependencies": {
"@types/node": "*",
"nightingale": "^11.0.5",
"nightingale-browser-console": "^11.0.5",
"nightingale-console": "^11.0.5"
"nightingale": "^11.1.0",
"nightingale-browser-console": "^11.1.0",
"nightingale-console": "^11.1.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
16 changes: 16 additions & 0 deletions packages/nightingale-browser-console-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31)


### Bug Fixes

* lint ([27a92c9](https://github.com/christophehurpeau/nightingale/commit/27a92c9419f91741aaeece59ca89edb5e6783b5d))


### Features

* **nightingale-browser-console-formatter:** createBrowserConsoleFormatter using theme ([c1bcb08](https://github.com/christophehurpeau/nightingale/commit/c1bcb083c30dd5b71c7d78cd5ac83e62b8fa8ef3))





## [11.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


Expand Down
8 changes: 4 additions & 4 deletions packages/nightingale-browser-console-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-browser-console-formatter",
"version": "11.0.5",
"version": "11.1.0",
"description": "Nightingale Browser console formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -125,8 +125,8 @@
]
},
"dependencies": {
"nightingale-formatter": "^11.0.5",
"nightingale-types": "^11.0.5"
"nightingale-formatter": "^11.1.0",
"nightingale-types": "^11.1.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand All @@ -146,7 +146,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-unicorn": "25.0.1",
"jest": "26.6.3",
"nightingale-levels": "^11.0.5",
"nightingale-levels": "^11.1.0",
"pob-babel": "26.4.0",
"pob-lcov-reporter": "4.0.1",
"rollup": "2.38.2",
Expand Down
16 changes: 16 additions & 0 deletions packages/nightingale-browser-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [11.1.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31)


### Bug Fixes

* lint ([27a92c9](https://github.com/christophehurpeau/nightingale/commit/27a92c9419f91741aaeece59ca89edb5e6783b5d))


### Features

* add dark theme for browser logger ([b1d214e](https://github.com/christophehurpeau/nightingale/commit/b1d214e912a20ccc759735aa2d1c388e8cd62431))





## [11.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


Expand Down
10 changes: 5 additions & 5 deletions packages/nightingale-browser-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-browser-console",
"version": "11.0.5",
"version": "11.1.0",
"description": "Browser console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -79,10 +79,10 @@
]
},
"dependencies": {
"nightingale-browser-console-formatter": "^11.0.5",
"nightingale-console-output": "^11.0.5",
"nightingale-debug": "^11.0.5",
"nightingale-types": "^11.0.5"
"nightingale-browser-console-formatter": "^11.1.0",
"nightingale-console-output": "^11.1.0",
"nightingale-debug": "^11.1.0",
"nightingale-types": "^11.1.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-console-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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





## [11.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


Expand Down
6 changes: 3 additions & 3 deletions packages/nightingale-console-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nightingale-console-example",
"private": true,
"version": "11.0.5",
"version": "11.1.0",
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -72,8 +72,8 @@
]
},
"dependencies": {
"nightingale": "^11.0.5",
"nightingale-console": "^11.0.5"
"nightingale": "^11.1.0",
"nightingale-console": "^11.1.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-console-output/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31)

**Note:** Version bump only for package nightingale-console-output





## [11.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


Expand Down
6 changes: 3 additions & 3 deletions packages/nightingale-console-output/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-console-output",
"version": "11.0.5",
"version": "11.1.0",
"description": "Nightingale console output",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -104,8 +104,8 @@
},
"dependencies": {
"@types/node": ">=12.0.0",
"nightingale-levels": "^11.0.5",
"nightingale-types": "^11.0.5"
"nightingale-levels": "^11.1.0",
"nightingale-types": "^11.1.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31)


### Features

* add dark theme for browser logger ([b1d214e](https://github.com/christophehurpeau/nightingale/commit/b1d214e912a20ccc759735aa2d1c388e8cd62431))





## [11.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


Expand Down
14 changes: 7 additions & 7 deletions packages/nightingale-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-console",
"version": "11.0.5",
"version": "11.1.0",
"description": "Console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -64,12 +64,12 @@
},
"dependencies": {
"@types/node": ">=12.0.0",
"nightingale-ansi-formatter": "^11.0.5",
"nightingale-console-output": "^11.0.5",
"nightingale-debug": "^11.0.5",
"nightingale-json-formatter": "^11.0.5",
"nightingale-levels": "^11.0.5",
"nightingale-types": "^11.0.5"
"nightingale-ansi-formatter": "^11.1.0",
"nightingale-console-output": "^11.1.0",
"nightingale-debug": "^11.1.0",
"nightingale-json-formatter": "^11.1.0",
"nightingale-levels": "^11.1.0",
"nightingale-types": "^11.1.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-debug/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31)

**Note:** Version bump only for package nightingale-debug





## [11.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/nightingale-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-debug",
"version": "11.0.5",
"version": "11.1.0",
"description": "Nightingale debug",
"keywords": [
"logger"
Expand Down Expand Up @@ -124,7 +124,7 @@
]
},
"dependencies": {
"nightingale-levels": "^11.0.5"
"nightingale-levels": "^11.1.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/christophehurpeau/nightingale/compare/v11.0.5...v11.1.0) (2021-01-31)

**Note:** Version bump only for package nightingale-example





## [11.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


Expand Down
14 changes: 7 additions & 7 deletions packages/nightingale-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nightingale-example",
"private": true,
"version": "11.0.5",
"version": "11.1.0",
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -113,12 +113,12 @@
]
},
"dependencies": {
"nightingale": "^11.0.5",
"nightingale-console": "^11.0.5",
"nightingale-console-output": "^11.0.5",
"nightingale-json-formatter": "^11.0.5",
"nightingale-string": "^11.0.5",
"nightingale-types": "^11.0.5"
"nightingale": "^11.1.0",
"nightingale-console": "^11.1.0",
"nightingale-console-output": "^11.1.0",
"nightingale-json-formatter": "^11.1.0",
"nightingale-string": "^11.1.0",
"nightingale-types": "^11.1.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
Loading

0 comments on commit d736d60

Please sign in to comment.