Skip to content

Commit

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

# [11.0.0](https://github.com/christophehurpeau/nightingale/compare/v10.0.1...v11.0.0) (2020-12-12)


### Bug Fixes

* add missing def files ([a6c0b82](https://github.com/christophehurpeau/nightingale/commit/a6c0b82277c4f9e31f983b6fd9a307535200fcbd))
* update devdeps and fix lerna config ([79e97dd](https://github.com/christophehurpeau/nightingale/commit/79e97dd8ad0750a2e5871d9fdeee49de1668bf77))
* use fork version of typedoc plugin lerna packages ([2724934](https://github.com/christophehurpeau/nightingale/commit/27249349a080870c3089093d474562912676681d))


### Code Refactoring

* use yarn 2, requires node 12 ([73a85dd](https://github.com/christophehurpeau/nightingale/commit/73a85ddc37dbfe53b80fd6feea6cbd31874ea771))


### Features

* remove deprecated type Record ([d6c9527](https://github.com/christophehurpeau/nightingale/commit/d6c95275bbdc1707e25a90a8813422f4410bfbd9))


### BREAKING CHANGES

* drop support for node 10
* removed deprecated type Record, use LogRecord instead





## [10.0.1](https://github.com/christophehurpeau/nightingale/compare/v10.0.0...v10.0.1) (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.1",
"version": "11.0.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
21 changes: 21 additions & 0 deletions packages/nightingale-ansi-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/christophehurpeau/nightingale/compare/v10.0.1...v11.0.0) (2020-12-12)


### Bug Fixes

* update devdeps and fix lerna config ([79e97dd](https://github.com/christophehurpeau/nightingale/commit/79e97dd8ad0750a2e5871d9fdeee49de1668bf77))


### Code Refactoring

* use yarn 2, requires node 12 ([73a85dd](https://github.com/christophehurpeau/nightingale/commit/73a85ddc37dbfe53b80fd6feea6cbd31874ea771))


### BREAKING CHANGES

* drop support for node 10





## [10.0.1](https://github.com/christophehurpeau/nightingale/compare/v10.0.0...v10.0.1) (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.1",
"version": "11.0.0",
"description": "Nightingale ANSI formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -85,8 +85,8 @@
"dependencies": {
"@types/ansi-styles": "^3.2.1",
"ansi-styles": "^4.0.0",
"nightingale-formatter": "^10.0.1",
"nightingale-types": "^10.0.1"
"nightingale-formatter": "^11.0.0",
"nightingale-types": "^11.0.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
21 changes: 21 additions & 0 deletions packages/nightingale-app-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/christophehurpeau/nightingale/compare/v10.0.1...v11.0.0) (2020-12-12)


### Bug Fixes

* update devdeps and fix lerna config ([79e97dd](https://github.com/christophehurpeau/nightingale/commit/79e97dd8ad0750a2e5871d9fdeee49de1668bf77))


### Code Refactoring

* use yarn 2, requires node 12 ([73a85dd](https://github.com/christophehurpeau/nightingale/commit/73a85ddc37dbfe53b80fd6feea6cbd31874ea771))


### BREAKING CHANGES

* drop support for node 10





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

# [11.0.0](https://github.com/christophehurpeau/nightingale/compare/v10.0.1...v11.0.0) (2020-12-12)


### Bug Fixes

* update devdeps and fix lerna config ([79e97dd](https://github.com/christophehurpeau/nightingale/commit/79e97dd8ad0750a2e5871d9fdeee49de1668bf77))


### Code Refactoring

* use yarn 2, requires node 12 ([73a85dd](https://github.com/christophehurpeau/nightingale/commit/73a85ddc37dbfe53b80fd6feea6cbd31874ea771))


### BREAKING CHANGES

* drop support for node 10





## [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
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.1",
"version": "11.0.0",
"description": "Nightingale Browser console formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -119,8 +119,8 @@
]
},
"dependencies": {
"nightingale-formatter": "^10.0.1",
"nightingale-types": "^10.0.1"
"nightingale-formatter": "^11.0.0",
"nightingale-types": "^11.0.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand All @@ -140,7 +140,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-unicorn": "23.0.0",
"jest": "26.6.3",
"nightingale-levels": "^10.0.1",
"nightingale-levels": "^11.0.0",
"pob-babel": "26.2.0",
"pob-lcov-reporter": "4.0.1",
"rollup": "2.34.2",
Expand Down
21 changes: 21 additions & 0 deletions packages/nightingale-browser-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/christophehurpeau/nightingale/compare/v10.0.1...v11.0.0) (2020-12-12)


### Bug Fixes

* update devdeps and fix lerna config ([79e97dd](https://github.com/christophehurpeau/nightingale/commit/79e97dd8ad0750a2e5871d9fdeee49de1668bf77))


### Code Refactoring

* use yarn 2, requires node 12 ([73a85dd](https://github.com/christophehurpeau/nightingale/commit/73a85ddc37dbfe53b80fd6feea6cbd31874ea771))


### BREAKING CHANGES

* drop support for node 10





## [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
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.1",
"version": "11.0.0",
"description": "Browser console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -75,10 +75,10 @@
]
},
"dependencies": {
"nightingale-browser-console-formatter": "^10.0.1",
"nightingale-console-output": "^10.0.1",
"nightingale-debug": "^10.0.1",
"nightingale-types": "^10.0.1"
"nightingale-browser-console-formatter": "^11.0.0",
"nightingale-console-output": "^11.0.0",
"nightingale-debug": "^11.0.0",
"nightingale-types": "^11.0.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
21 changes: 21 additions & 0 deletions packages/nightingale-console-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/christophehurpeau/nightingale/compare/v10.0.1...v11.0.0) (2020-12-12)


### Bug Fixes

* update devdeps and fix lerna config ([79e97dd](https://github.com/christophehurpeau/nightingale/commit/79e97dd8ad0750a2e5871d9fdeee49de1668bf77))


### Code Refactoring

* use yarn 2, requires node 12 ([73a85dd](https://github.com/christophehurpeau/nightingale/commit/73a85ddc37dbfe53b80fd6feea6cbd31874ea771))


### BREAKING CHANGES

* drop support for node 10





## [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
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.1",
"version": "11.0.0",
"author": "Christophe Hurpeau <[email protected]> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -66,8 +66,8 @@
]
},
"dependencies": {
"nightingale": "^10.0.1",
"nightingale-console": "^10.0.1"
"nightingale": "^11.0.0",
"nightingale-console": "^11.0.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
21 changes: 21 additions & 0 deletions packages/nightingale-console-output/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/christophehurpeau/nightingale/compare/v10.0.1...v11.0.0) (2020-12-12)


### Bug Fixes

* update devdeps and fix lerna config ([79e97dd](https://github.com/christophehurpeau/nightingale/commit/79e97dd8ad0750a2e5871d9fdeee49de1668bf77))


### Code Refactoring

* use yarn 2, requires node 12 ([73a85dd](https://github.com/christophehurpeau/nightingale/commit/73a85ddc37dbfe53b80fd6feea6cbd31874ea771))


### BREAKING CHANGES

* drop support for node 10





## [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
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.1",
"version": "11.0.0",
"description": "Nightingale console output",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -98,8 +98,8 @@
},
"dependencies": {
"@types/node": ">=12.0.0",
"nightingale-levels": "^10.0.1",
"nightingale-types": "^10.0.1"
"nightingale-levels": "^11.0.0",
"nightingale-types": "^11.0.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
21 changes: 21 additions & 0 deletions packages/nightingale-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/christophehurpeau/nightingale/compare/v10.0.1...v11.0.0) (2020-12-12)


### Bug Fixes

* update devdeps and fix lerna config ([79e97dd](https://github.com/christophehurpeau/nightingale/commit/79e97dd8ad0750a2e5871d9fdeee49de1668bf77))


### Code Refactoring

* use yarn 2, requires node 12 ([73a85dd](https://github.com/christophehurpeau/nightingale/commit/73a85ddc37dbfe53b80fd6feea6cbd31874ea771))


### BREAKING CHANGES

* drop support for node 10





## [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
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": "10.0.1",
"version": "11.0.0",
"description": "Console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -62,12 +62,12 @@
},
"dependencies": {
"@types/node": ">=12.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-levels": "^10.0.1",
"nightingale-types": "^10.0.1"
"nightingale-ansi-formatter": "^11.0.0",
"nightingale-console-output": "^11.0.0",
"nightingale-debug": "^11.0.0",
"nightingale-json-formatter": "^11.0.0",
"nightingale-levels": "^11.0.0",
"nightingale-types": "^11.0.0"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
Loading

0 comments on commit 548ba30

Please sign in to comment.