Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Feb 6, 2021
1 parent 85616bb commit 5bfb4ac
Show file tree
Hide file tree
Showing 13 changed files with 72 additions and 15 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.5.1](https://github.com/christophehurpeau/nightingale/compare/v11.5.0...v11.5.1) (2021-02-06)


### Bug Fixes

* listenUnhandledErrors default logger name ([05c389a](https://github.com/christophehurpeau/nightingale/commit/05c389ab1634c93987d45f109a3309784198baea))





# [11.5.0](https://github.com/christophehurpeau/nightingale/compare/v11.4.0...v11.5.0) (2021-02-06)


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.5.0",
"version": "11.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
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.5.1](https://github.com/christophehurpeau/nightingale/compare/v11.5.0...v11.5.1) (2021-02-06)

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





# [11.5.0](https://github.com/christophehurpeau/nightingale/compare/v11.4.0...v11.5.0) (2021-02-06)

**Note:** Version bump only for package nightingale-app-console
Expand Down
4 changes: 2 additions & 2 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.5.0",
"version": "11.5.1",
"description": "nightingale default config and logger for app",
"keywords": [],
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
Expand Down Expand Up @@ -102,7 +102,7 @@
},
"dependencies": {
"@types/node": ">=12.0.0",
"nightingale": "^11.5.0",
"nightingale": "^11.5.1",
"nightingale-browser-console": "^11.3.0",
"nightingale-console": "^11.3.0"
},
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.5.1](https://github.com/christophehurpeau/nightingale/compare/v11.5.0...v11.5.1) (2021-02-06)

**Note:** Version bump only for package nightingale-app-react-native





# [11.5.0](https://github.com/christophehurpeau/nightingale/compare/v11.4.0...v11.5.0) (2021-02-06)

**Note:** Version bump only for package nightingale-app-react-native
Expand Down
4 changes: 2 additions & 2 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.5.0",
"version": "11.5.1",
"description": "React Native and Expo logger for application",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -85,7 +85,7 @@
]
},
"dependencies": {
"nightingale": "^11.5.0",
"nightingale": "^11.5.1",
"nightingale-react-native-console": "^11.4.0"
},
"devDependencies": {
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.5.1](https://github.com/christophehurpeau/nightingale/compare/v11.5.0...v11.5.1) (2021-02-06)


### Bug Fixes

* listenUnhandledErrors default logger name ([05c389a](https://github.com/christophehurpeau/nightingale/commit/05c389ab1634c93987d45f109a3309784198baea))





# [11.5.0](https://github.com/christophehurpeau/nightingale/compare/v11.4.0...v11.5.0) (2021-02-06)

**Note:** Version bump only for package nightingale-console-example
Expand Down
4 changes: 2 additions & 2 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.5.0",
"version": "11.5.1",
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -86,7 +86,7 @@
},
"dependencies": {
"@sentry/node": "^6.1.0",
"nightingale": "^11.5.0",
"nightingale": "^11.5.1",
"nightingale-console": "^11.3.0",
"nightingale-sentry": "^11.5.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.5.1](https://github.com/christophehurpeau/nightingale/compare/v11.5.0...v11.5.1) (2021-02-06)

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





# [11.5.0](https://github.com/christophehurpeau/nightingale/compare/v11.4.0...v11.5.0) (2021-02-06)

**Note:** Version bump only for package nightingale-example
Expand Down
4 changes: 2 additions & 2 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.5.0",
"version": "11.5.1",
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -113,7 +113,7 @@
]
},
"dependencies": {
"nightingale": "^11.5.0",
"nightingale": "^11.5.1",
"nightingale-console": "^11.3.0",
"nightingale-console-output": "^11.3.0",
"nightingale-json-formatter": "^11.3.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale/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.5.1](https://github.com/christophehurpeau/nightingale/compare/v11.5.0...v11.5.1) (2021-02-06)


### Bug Fixes

* listenUnhandledErrors default logger name ([05c389a](https://github.com/christophehurpeau/nightingale/commit/05c389ab1634c93987d45f109a3309784198baea))





# [11.5.0](https://github.com/christophehurpeau/nightingale/compare/v11.4.0...v11.5.0) (2021-02-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale",
"version": "11.5.0",
"version": "11.5.1",
"description": "Logger for browser and node",
"keywords": [
"logger"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8719,7 +8719,7 @@ __metadata:
eslint-plugin-import: 2.22.1
eslint-plugin-node: 11.1.0
eslint-plugin-unicorn: 25.0.1
nightingale: ^11.5.0
nightingale: ^11.5.1
nightingale-browser-console: ^11.3.0
nightingale-console: ^11.3.0
pob-babel: 26.4.0
Expand All @@ -8746,7 +8746,7 @@ __metadata:
eslint-plugin-import: 2.22.1
eslint-plugin-node: 11.1.0
eslint-plugin-unicorn: 25.0.1
nightingale: ^11.5.0
nightingale: ^11.5.1
nightingale-react-native-console: ^11.4.0
pob-babel: 26.4.0
rollup: 2.38.5
Expand Down Expand Up @@ -8832,7 +8832,7 @@ __metadata:
eslint-plugin-import: 2.22.1
eslint-plugin-node: 11.1.0
eslint-plugin-unicorn: 25.0.1
nightingale: ^11.5.0
nightingale: ^11.5.1
nightingale-console: ^11.3.0
nightingale-sentry: ^11.5.0
pob-babel: 26.4.0
Expand Down Expand Up @@ -8946,7 +8946,7 @@ __metadata:
eslint-plugin-import: 2.22.1
eslint-plugin-node: 11.1.0
eslint-plugin-unicorn: 25.0.1
nightingale: ^11.5.0
nightingale: ^11.5.1
nightingale-console: ^11.3.0
nightingale-console-output: ^11.3.0
nightingale-json-formatter: ^11.3.0
Expand Down Expand Up @@ -9403,7 +9403,7 @@ __metadata:
languageName: unknown
linkType: soft

"nightingale@^11.5.0, nightingale@workspace:packages/nightingale":
"nightingale@^11.5.1, nightingale@workspace:packages/nightingale":
version: 0.0.0-use.local
resolution: "nightingale@workspace:packages/nightingale"
dependencies:
Expand Down

0 comments on commit 5bfb4ac

Please sign in to comment.