Skip to content

Commit

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

## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29)


### Bug Fixes

* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e))
* **nightingale-app-react-native:** add react-native-web as optional peer dependency ([0092538](https://github.com/christophehurpeau/nightingale/commit/0092538689a2e3ca8cea9c1422f8140f4c9e8c9c))





# [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29)


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.7.0",
"version": "11.7.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.

## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29)


### Bug Fixes

* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e))





# [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29)

**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.7.0",
"version": "11.7.1",
"description": "Nightingale ANSI formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -113,8 +113,8 @@
"dependencies": {
"@types/ansi-styles": "^3.2.1",
"ansi-styles": "^4.0.0",
"nightingale-formatter": "^11.7.0",
"nightingale-types": "^11.7.0"
"nightingale-formatter": "^11.7.1",
"nightingale-types": "^11.7.1"
},
"devDependencies": {
"@babel/core": "7.14.6",
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.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29)


### Bug Fixes

* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e))





# [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29)

**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": "11.7.0",
"version": "11.7.1",
"description": "nightingale default config and logger for app",
"keywords": [],
"author": "Christophe Hurpeau <[email protected]> (https://christophe.hurpeau.com)",
Expand Down Expand Up @@ -102,9 +102,9 @@
},
"dependencies": {
"@types/node": ">=12.0.0",
"nightingale": "^11.7.0",
"nightingale-browser-console": "^11.7.0",
"nightingale-console": "^11.7.0"
"nightingale": "^11.7.1",
"nightingale-browser-console": "^11.7.1",
"nightingale-console": "^11.7.1"
},
"devDependencies": {
"@babel/core": "7.14.6",
Expand Down
12 changes: 12 additions & 0 deletions packages/nightingale-app-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29)


### Bug Fixes

* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e))
* **nightingale-app-react-native:** add react-native-web as optional peer dependency ([0092538](https://github.com/christophehurpeau/nightingale/commit/0092538689a2e3ca8cea9c1422f8140f4c9e8c9c))





# [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29)


Expand Down
8 changes: 4 additions & 4 deletions packages/nightingale-app-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-app-react-native",
"version": "11.7.0",
"version": "11.7.1",
"description": "React Native and Expo logger for application",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -95,9 +95,9 @@
},
"dependencies": {
"@types/node": ">=12.0.0",
"nightingale": "^11.7.0",
"nightingale-browser-console": "^11.7.0",
"nightingale-react-native-console": "^11.7.0"
"nightingale": "^11.7.1",
"nightingale-browser-console": "^11.7.1",
"nightingale-react-native-console": "^11.7.1"
},
"devDependencies": {
"@babel/core": "7.14.6",
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.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29)


### Bug Fixes

* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e))





# [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29)

**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": "11.7.0",
"version": "11.7.1",
"description": "Nightingale Browser console formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -126,8 +126,8 @@
]
},
"dependencies": {
"nightingale-formatter": "^11.7.0",
"nightingale-types": "^11.7.0"
"nightingale-formatter": "^11.7.1",
"nightingale-types": "^11.7.1"
},
"devDependencies": {
"@babel/core": "7.14.6",
Expand All @@ -147,7 +147,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-unicorn": "29.0.0",
"jest": "26.6.3",
"nightingale-levels": "^11.7.0",
"nightingale-levels": "^11.7.1",
"pob-babel": "27.0.3",
"pob-lcov-reporter": "4.0.1",
"rollup": "2.52.3",
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.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29)


### Bug Fixes

* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e))





# [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29)

**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": "11.7.0",
"version": "11.7.1",
"description": "Browser console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -80,10 +80,10 @@
]
},
"dependencies": {
"nightingale-browser-console-formatter": "^11.7.0",
"nightingale-console-output": "^11.7.0",
"nightingale-debug": "^11.7.0",
"nightingale-types": "^11.7.0"
"nightingale-browser-console-formatter": "^11.7.1",
"nightingale-console-output": "^11.7.1",
"nightingale-debug": "^11.7.1",
"nightingale-types": "^11.7.1"
},
"devDependencies": {
"@babel/core": "7.14.6",
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.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29)


### Bug Fixes

* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e))





# [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29)

**Note:** Version bump only for package nightingale-console-example
Expand Down
8 changes: 4 additions & 4 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.7.0",
"version": "11.7.1",
"author": "Christophe Hurpeau <[email protected]> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -86,9 +86,9 @@
},
"dependencies": {
"@sentry/node": "^6.1.0",
"nightingale": "^11.7.0",
"nightingale-console": "^11.7.0",
"nightingale-sentry": "^11.7.0"
"nightingale": "^11.7.1",
"nightingale-console": "^11.7.1",
"nightingale-sentry": "^11.7.1"
},
"devDependencies": {
"@babel/core": "7.14.6",
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.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29)


### Bug Fixes

* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e))





# [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29)

**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": "11.7.0",
"version": "11.7.1",
"description": "Nightingale console output",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -105,8 +105,8 @@
},
"dependencies": {
"@types/node": ">=12.0.0",
"nightingale-levels": "^11.7.0",
"nightingale-types": "^11.7.0"
"nightingale-levels": "^11.7.1",
"nightingale-types": "^11.7.1"
},
"devDependencies": {
"@babel/core": "7.14.6",
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.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29)


### Bug Fixes

* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e))





# [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29)

**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.7.0",
"version": "11.7.1",
"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.7.0",
"nightingale-console-output": "^11.7.0",
"nightingale-debug": "^11.7.0",
"nightingale-json-formatter": "^11.7.0",
"nightingale-levels": "^11.7.0",
"nightingale-types": "^11.7.0"
"nightingale-ansi-formatter": "^11.7.1",
"nightingale-console-output": "^11.7.1",
"nightingale-debug": "^11.7.1",
"nightingale-json-formatter": "^11.7.1",
"nightingale-levels": "^11.7.1",
"nightingale-types": "^11.7.1"
},
"devDependencies": {
"@babel/core": "7.14.6",
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.7.1](https://github.com/christophehurpeau/nightingale/compare/v11.7.0...v11.7.1) (2021-06-29)


### Bug Fixes

* update pob-babel to bring back webpack 4 support ([4887431](https://github.com/christophehurpeau/nightingale/commit/4887431b3b272496511f879af022638723b9056e))





# [11.7.0](https://github.com/christophehurpeau/nightingale/compare/v11.6.0...v11.7.0) (2021-03-29)

**Note:** Version bump only for package nightingale-debug
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.7.0",
"version": "11.7.1",
"description": "Nightingale debug",
"keywords": [
"logger"
Expand Down Expand Up @@ -125,7 +125,7 @@
]
},
"dependencies": {
"nightingale-levels": "^11.7.0"
"nightingale-levels": "^11.7.1"
},
"devDependencies": {
"@babel/core": "7.14.6",
Expand Down
Loading

0 comments on commit 325214a

Please sign in to comment.