Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Jan 18, 2021
1 parent 44119b7 commit eaff43d
Show file tree
Hide file tree
Showing 49 changed files with 423 additions and 159 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.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


### Bug Fixes

* update pob-babel for better support ([44119b7](https://github.com/christophehurpeau/nightingale/commit/44119b72437e0572757a118985c7a205cb9d2e0a))





## [11.0.4](https://github.com/christophehurpeau/nightingale/compare/v11.0.3...v11.0.4) (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.4",
"version": "11.0.5",
"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.

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


### Bug Fixes

* update pob-babel for better support ([44119b7](https://github.com/christophehurpeau/nightingale/commit/44119b72437e0572757a118985c7a205cb9d2e0a))





## [11.0.3](https://github.com/christophehurpeau/nightingale/compare/v11.0.2...v11.0.3) (2021-01-18)

**Note:** Version bump only for package nightingale-ansi-formatter
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.3",
"version": "11.0.5",
"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.3",
"nightingale-types": "^11.0.3"
"nightingale-formatter": "^11.0.5",
"nightingale-types": "^11.0.5"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-app-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.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


### Bug Fixes

* update pob-babel for better support ([44119b7](https://github.com/christophehurpeau/nightingale/commit/44119b72437e0572757a118985c7a205cb9d2e0a))





## [11.0.4](https://github.com/christophehurpeau/nightingale/compare/v11.0.3...v11.0.4) (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.4",
"version": "11.0.5",
"description": "nightingale default config and logger for app",
"keywords": [],
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
Expand Down Expand Up @@ -100,9 +100,9 @@
]
},
"dependencies": {
"nightingale": "^11.0.3",
"nightingale-browser-console": "^11.0.3",
"nightingale-console": "^11.0.3"
"nightingale": "^11.0.5",
"nightingale-browser-console": "^11.0.5",
"nightingale-console": "^11.0.5"
},
"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.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


### Bug Fixes

* update pob-babel for better support ([44119b7](https://github.com/christophehurpeau/nightingale/commit/44119b72437e0572757a118985c7a205cb9d2e0a))





## [11.0.3](https://github.com/christophehurpeau/nightingale/compare/v11.0.2...v11.0.3) (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.3",
"version": "11.0.5",
"description": "Nightingale Browser console formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -125,8 +125,8 @@
]
},
"dependencies": {
"nightingale-formatter": "^11.0.3",
"nightingale-types": "^11.0.3"
"nightingale-formatter": "^11.0.5",
"nightingale-types": "^11.0.5"
},
"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.3",
"nightingale-levels": "^11.0.5",
"pob-babel": "26.4.0",
"pob-lcov-reporter": "4.0.1",
"rollup": "2.36.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-browser-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.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


### Bug Fixes

* update pob-babel for better support ([44119b7](https://github.com/christophehurpeau/nightingale/commit/44119b72437e0572757a118985c7a205cb9d2e0a))





## [11.0.3](https://github.com/christophehurpeau/nightingale/compare/v11.0.2...v11.0.3) (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.3",
"version": "11.0.5",
"description": "Browser console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -79,10 +79,10 @@
]
},
"dependencies": {
"nightingale-browser-console-formatter": "^11.0.3",
"nightingale-console-output": "^11.0.3",
"nightingale-debug": "^11.0.3",
"nightingale-types": "^11.0.3"
"nightingale-browser-console-formatter": "^11.0.5",
"nightingale-console-output": "^11.0.5",
"nightingale-debug": "^11.0.5",
"nightingale-types": "^11.0.5"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-console-example/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.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


### Bug Fixes

* update pob-babel for better support ([44119b7](https://github.com/christophehurpeau/nightingale/commit/44119b72437e0572757a118985c7a205cb9d2e0a))





## [11.0.3](https://github.com/christophehurpeau/nightingale/compare/v11.0.2...v11.0.3) (2021-01-18)

**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.0.3",
"version": "11.0.5",
"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.3",
"nightingale-console": "^11.0.3"
"nightingale": "^11.0.5",
"nightingale-console": "^11.0.5"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-console-output/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.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


### Bug Fixes

* update pob-babel for better support ([44119b7](https://github.com/christophehurpeau/nightingale/commit/44119b72437e0572757a118985c7a205cb9d2e0a))





## [11.0.3](https://github.com/christophehurpeau/nightingale/compare/v11.0.2...v11.0.3) (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.3",
"version": "11.0.5",
"description": "Nightingale console output",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -104,8 +104,8 @@
},
"dependencies": {
"@types/node": ">=12.0.0",
"nightingale-levels": "^11.0.3",
"nightingale-types": "^11.0.3"
"nightingale-levels": "^11.0.5",
"nightingale-types": "^11.0.5"
},
"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.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


### Bug Fixes

* update pob-babel for better support ([44119b7](https://github.com/christophehurpeau/nightingale/commit/44119b72437e0572757a118985c7a205cb9d2e0a))





## [11.0.3](https://github.com/christophehurpeau/nightingale/compare/v11.0.2...v11.0.3) (2021-01-18)

**Note:** Version bump only for package nightingale-console
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.3",
"version": "11.0.5",
"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.3",
"nightingale-console-output": "^11.0.3",
"nightingale-debug": "^11.0.3",
"nightingale-json-formatter": "^11.0.3",
"nightingale-levels": "^11.0.3",
"nightingale-types": "^11.0.3"
"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"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-debug/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.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


### Bug Fixes

* update pob-babel for better support ([44119b7](https://github.com/christophehurpeau/nightingale/commit/44119b72437e0572757a118985c7a205cb9d2e0a))





## [11.0.3](https://github.com/christophehurpeau/nightingale/compare/v11.0.2...v11.0.3) (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.3",
"version": "11.0.5",
"description": "Nightingale debug",
"keywords": [
"logger"
Expand Down Expand Up @@ -124,7 +124,7 @@
]
},
"dependencies": {
"nightingale-levels": "^11.0.3"
"nightingale-levels": "^11.0.5"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-example/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.0.5](https://github.com/christophehurpeau/nightingale/compare/v11.0.4...v11.0.5) (2021-01-18)


### Bug Fixes

* update pob-babel for better support ([44119b7](https://github.com/christophehurpeau/nightingale/commit/44119b72437e0572757a118985c7a205cb9d2e0a))





## [11.0.3](https://github.com/christophehurpeau/nightingale/compare/v11.0.2...v11.0.3) (2021-01-18)

**Note:** Version bump only for package nightingale-example
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.3",
"version": "11.0.5",
"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.3",
"nightingale-console": "^11.0.3",
"nightingale-console-output": "^11.0.3",
"nightingale-json-formatter": "^11.0.3",
"nightingale-string": "^11.0.3",
"nightingale-types": "^11.0.3"
"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"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
Loading

0 comments on commit eaff43d

Please sign in to comment.