Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed May 23, 2020
1 parent 3c38614 commit 9e35aac
Show file tree
Hide file tree
Showing 48 changed files with 281 additions and 83 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.

## [10.0.1](https://github.com/christophehurpeau/nightingale/compare/v10.0.0...v10.0.1) (2020-05-23)


### Bug Fixes

* **deps:** update dependency ansi-styles to v4 ([#39](https://github.com/christophehurpeau/nightingale/issues/39)) ([c3e7598](https://github.com/christophehurpeau/nightingale/commit/c3e75987fe9fa0cd178046bb6db7f3e3c7d0fda5))





# 10.0.0 (2020-05-23)


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": "10.0.0",
"version": "10.0.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-ansi-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.

## [10.0.1](https://github.com/christophehurpeau/nightingale/compare/v10.0.0...v10.0.1) (2020-05-23)


### Bug Fixes

* **deps:** update dependency ansi-styles to v4 ([#39](https://github.com/christophehurpeau/nightingale/issues/39)) ([c3e7598](https://github.com/christophehurpeau/nightingale/commit/c3e75987fe9fa0cd178046bb6db7f3e3c7d0fda5))





# 10.0.0 (2020-05-23)


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": "10.0.0",
"version": "10.0.1",
"description": "Nightingale ANSI formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -72,8 +72,8 @@
"dependencies": {
"@types/ansi-styles": "^3.2.1",
"ansi-styles": "^4.0.0",
"nightingale-formatter": "^10.0.0",
"nightingale-types": "^10.0.0"
"nightingale-formatter": "^10.0.1",
"nightingale-types": "^10.0.1"
},
"devDependencies": {
"@babel/core": "7.9.6",
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.

## [10.0.1](https://github.com/christophehurpeau/nightingale/compare/v10.0.0...v10.0.1) (2020-05-23)

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





# 10.0.0 (2020-05-23)


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": "10.0.0",
"version": "10.0.1",
"description": "nightingale default config and logger for app",
"keywords": [],
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
Expand Down Expand Up @@ -74,9 +74,9 @@
]
},
"dependencies": {
"nightingale": "^10.0.0",
"nightingale-browser-console": "^10.0.0",
"nightingale-console": "^10.0.0",
"nightingale": "^10.0.1",
"nightingale-browser-console": "^10.0.1",
"nightingale-console": "^10.0.1",
"source-map-support": "^0.4.14"
},
"devDependencies": {
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/christophehurpeau/nightingale/compare/v10.0.0...v10.0.1) (2020-05-23)

**Note:** Version bump only for package nightingale-browser-console-formatter





# 10.0.0 (2020-05-23)


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": "10.0.0",
"version": "10.0.1",
"description": "Nightingale Browser console formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -98,8 +98,8 @@
]
},
"dependencies": {
"nightingale-formatter": "^10.0.0",
"nightingale-types": "^10.0.0"
"nightingale-formatter": "^10.0.1",
"nightingale-types": "^10.0.1"
},
"devDependencies": {
"@babel/core": "7.9.6",
Expand All @@ -119,7 +119,7 @@
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-unicorn": "18.0.1",
"jest": "26.0.1",
"nightingale-levels": "^10.0.0",
"nightingale-levels": "^10.0.1",
"pob-babel": "24.12.0",
"pob-lcov-reporter": "2.3.0",
"prettier": "2.0.5",
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.

## [10.0.1](https://github.com/christophehurpeau/nightingale/compare/v10.0.0...v10.0.1) (2020-05-23)

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





# 10.0.0 (2020-05-23)


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": "10.0.0",
"version": "10.0.1",
"description": "Browser console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -64,10 +64,10 @@
]
},
"dependencies": {
"nightingale-browser-console-formatter": "^10.0.0",
"nightingale-console-output": "^10.0.0",
"nightingale-debug": "^10.0.0",
"nightingale-types": "^10.0.0"
"nightingale-browser-console-formatter": "^10.0.1",
"nightingale-console-output": "^10.0.1",
"nightingale-debug": "^10.0.1",
"nightingale-types": "^10.0.1"
},
"devDependencies": {
"@babel/core": "7.9.6",
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.

## [10.0.1](https://github.com/christophehurpeau/nightingale/compare/v10.0.0...v10.0.1) (2020-05-23)

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





# 10.0.0 (2020-05-23)


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": "10.0.0",
"version": "10.0.1",
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -50,8 +50,8 @@
]
},
"dependencies": {
"nightingale": "^10.0.0",
"nightingale-console": "^10.0.0"
"nightingale": "^10.0.1",
"nightingale-console": "^10.0.1"
},
"devDependencies": {
"@babel/core": "7.9.6",
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.

## [10.0.1](https://github.com/christophehurpeau/nightingale/compare/v10.0.0...v10.0.1) (2020-05-23)

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





# 10.0.0 (2020-05-23)


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": "10.0.0",
"version": "10.0.1",
"description": "Nightingale console output",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -77,8 +77,8 @@
]
},
"dependencies": {
"nightingale-levels": "^10.0.0",
"nightingale-types": "^10.0.0"
"nightingale-levels": "^10.0.1",
"nightingale-types": "^10.0.1"
},
"devDependencies": {
"@babel/core": "7.9.6",
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.

## [10.0.1](https://github.com/christophehurpeau/nightingale/compare/v10.0.0...v10.0.1) (2020-05-23)

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





# 10.0.0 (2020-05-23)


Expand Down
12 changes: 6 additions & 6 deletions packages/nightingale-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-console",
"version": "10.0.0",
"version": "10.0.1",
"description": "Console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -49,11 +49,11 @@
]
},
"dependencies": {
"nightingale-ansi-formatter": "^10.0.0",
"nightingale-console-output": "^10.0.0",
"nightingale-debug": "^10.0.0",
"nightingale-json-formatter": "^10.0.0",
"nightingale-types": "^10.0.0"
"nightingale-ansi-formatter": "^10.0.1",
"nightingale-console-output": "^10.0.1",
"nightingale-debug": "^10.0.1",
"nightingale-json-formatter": "^10.0.1",
"nightingale-types": "^10.0.1"
},
"devDependencies": {
"@babel/core": "7.9.6",
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.

## [10.0.1](https://github.com/christophehurpeau/nightingale/compare/v10.0.0...v10.0.1) (2020-05-23)

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





# 10.0.0 (2020-05-23)


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": "10.0.0",
"version": "10.0.1",
"description": "Nightingale debug",
"keywords": [
"logger"
Expand Down Expand Up @@ -97,7 +97,7 @@
]
},
"dependencies": {
"nightingale-levels": "^10.0.0"
"nightingale-levels": "^10.0.1"
},
"devDependencies": {
"@babel/core": "7.9.6",
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.

## [10.0.1](https://github.com/christophehurpeau/nightingale/compare/v10.0.0...v10.0.1) (2020-05-23)

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





# 10.0.0 (2020-05-23)


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": "10.0.0",
"version": "10.0.1",
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -61,12 +61,12 @@
]
},
"dependencies": {
"nightingale": "^10.0.0",
"nightingale-console": "^10.0.0",
"nightingale-console-output": "^10.0.0",
"nightingale-json-formatter": "^10.0.0",
"nightingale-string": "^10.0.0",
"nightingale-types": "^10.0.0"
"nightingale": "^10.0.1",
"nightingale-console": "^10.0.1",
"nightingale-console-output": "^10.0.1",
"nightingale-json-formatter": "^10.0.1",
"nightingale-string": "^10.0.1",
"nightingale-types": "^10.0.1"
},
"devDependencies": {
"@babel/core": "7.9.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-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.

## [10.0.1](https://github.com/christophehurpeau/nightingale/compare/v10.0.0...v10.0.1) (2020-05-23)

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





# 10.0.0 (2020-05-23)


Expand Down
6 changes: 3 additions & 3 deletions packages/nightingale-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-formatter",
"version": "10.0.0",
"version": "10.0.1",
"description": "Nightingale formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -98,8 +98,8 @@
]
},
"dependencies": {
"nightingale-levels": "^10.0.0",
"nightingale-types": "^10.0.0"
"nightingale-levels": "^10.0.1",
"nightingale-types": "^10.0.1"
},
"devDependencies": {
"@babel/core": "7.9.6",
Expand Down
Loading

0 comments on commit 9e35aac

Please sign in to comment.