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 53182bc commit 19db0b9
Show file tree
Hide file tree
Showing 33 changed files with 207 additions and 70 deletions.
11 changes: 11 additions & 0 deletions 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.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)


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.1.0",
"version": "11.1.1",
"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.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
Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "11.1.1",
"description": "Nightingale ANSI formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-app-console/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.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)


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.1.0",
"version": "11.1.1",
"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.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",
Expand Down
11 changes: 11 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,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)


Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "11.1.1",
"description": "Nightingale Browser console formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -125,7 +125,7 @@
]
},
"dependencies": {
"nightingale-formatter": "^11.1.0",
"nightingale-formatter": "^11.1.1",
"nightingale-types": "^11.1.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-browser-console/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.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)


Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "11.1.1",
"description": "Browser console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -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"
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.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
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.1.0",
"version": "11.1.1",
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-console/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.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)


Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "11.1.1",
"description": "Console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -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"
},
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.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
Expand Down
10 changes: 5 additions & 5 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.1.0",
"version": "11.1.1",
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-formatter/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.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)


Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-formatter",
"version": "11.1.0",
"version": "11.1.1",
"description": "Nightingale formatter",
"keywords": [
"nightingale",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-html-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.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
Expand Down
4 changes: 2 additions & 2 deletions packages/nightingale-html-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-html-formatter",
"version": "11.1.0",
"version": "11.1.1",
"description": "Nightingale HTML formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -125,7 +125,7 @@
]
},
"dependencies": {
"nightingale-formatter": "^11.1.0",
"nightingale-formatter": "^11.1.1",
"nightingale-types": "^11.1.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-json-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.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
Expand Down
4 changes: 2 additions & 2 deletions packages/nightingale-json-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-json-formatter",
"version": "11.1.0",
"version": "11.1.1",
"description": "Nightingale JSON formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -125,7 +125,7 @@
]
},
"dependencies": {
"nightingale-formatter": "^11.1.0",
"nightingale-formatter": "^11.1.1",
"nightingale-types": "^11.1.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-markdown-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.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
Expand Down
4 changes: 2 additions & 2 deletions packages/nightingale-markdown-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-markdown-formatter",
"version": "11.1.0",
"version": "11.1.1",
"description": "Nightingale Markdown formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -125,7 +125,7 @@
]
},
"dependencies": {
"nightingale-formatter": "^11.1.0",
"nightingale-formatter": "^11.1.1",
"nightingale-types": "^11.1.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 19db0b9

Please sign in to comment.