Skip to content

Commit

Permalink
chore: release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2021
1 parent c1fda3e commit 7429d6a
Show file tree
Hide file tree
Showing 15 changed files with 81 additions and 19 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.8.0](https://github.com/christophehurpeau/nightingale/compare/v11.7.4...v11.8.0) (2021-11-27)


### Features

* **nightingale-logger:** support passing Error to any of the basic methods ([c1fda3e](https://github.com/christophehurpeau/nightingale/commit/c1fda3e5686f4c86f96d2cb2581239d2394bcf39))





## [11.7.4](https://github.com/christophehurpeau/nightingale/compare/v11.7.3...v11.7.4) (2021-11-27)


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.4",
"version": "11.8.0",
"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.8.0](https://github.com/christophehurpeau/nightingale/compare/v11.7.4...v11.8.0) (2021-11-27)

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





## [11.7.4](https://github.com/christophehurpeau/nightingale/compare/v11.7.3...v11.7.4) (2021-11-27)


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.7.4",
"version": "11.8.0",
"description": "nightingale default config and logger for app",
"keywords": [],
"author": "Christophe Hurpeau <[email protected]> (https://christophe.hurpeau.com)",
Expand Down Expand Up @@ -104,7 +104,7 @@
},
"dependencies": {
"@types/node": ">=12.0.0",
"nightingale": "^11.7.4",
"nightingale": "^11.8.0",
"nightingale-browser-console": "^11.7.4",
"nightingale-console": "^11.7.4"
},
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.8.0](https://github.com/christophehurpeau/nightingale/compare/v11.7.4...v11.8.0) (2021-11-27)

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





## [11.7.4](https://github.com/christophehurpeau/nightingale/compare/v11.7.3...v11.7.4) (2021-11-27)


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.7.4",
"version": "11.8.0",
"description": "React Native and Expo logger for application",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -95,7 +95,7 @@
}
},
"dependencies": {
"nightingale": "^11.7.4",
"nightingale": "^11.8.0",
"nightingale-browser-console": "^11.7.4",
"nightingale-react-native-console": "^11.7.4"
},
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.

# [11.8.0](https://github.com/christophehurpeau/nightingale/compare/v11.7.4...v11.8.0) (2021-11-27)

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





## [11.7.4](https://github.com/christophehurpeau/nightingale/compare/v11.7.3...v11.7.4) (2021-11-27)

**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.7.4",
"version": "11.8.0",
"author": "Christophe Hurpeau <[email protected]> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -88,7 +88,7 @@
},
"dependencies": {
"@sentry/node": "^6.1.0",
"nightingale": "^11.7.4",
"nightingale": "^11.8.0",
"nightingale-console": "^11.7.4",
"nightingale-sentry": "^11.7.4"
},
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.8.0](https://github.com/christophehurpeau/nightingale/compare/v11.7.4...v11.8.0) (2021-11-27)

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





## [11.7.4](https://github.com/christophehurpeau/nightingale/compare/v11.7.3...v11.7.4) (2021-11-27)

**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.7.4",
"version": "11.8.0",
"author": "Christophe Hurpeau <[email protected]> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -114,7 +114,7 @@
]
},
"dependencies": {
"nightingale": "^11.7.4",
"nightingale": "^11.8.0",
"nightingale-console": "^11.7.4",
"nightingale-console-output": "^11.7.4",
"nightingale-json-formatter": "^11.7.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-logger/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.8.0](https://github.com/christophehurpeau/nightingale/compare/v11.7.4...v11.8.0) (2021-11-27)


### Features

* **nightingale-logger:** support passing Error to any of the basic methods ([c1fda3e](https://github.com/christophehurpeau/nightingale/commit/c1fda3e5686f4c86f96d2cb2581239d2394bcf39))





## [11.7.4](https://github.com/christophehurpeau/nightingale/compare/v11.7.3...v11.7.4) (2021-11-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-logger",
"version": "11.7.4",
"version": "11.8.0",
"description": "Logger for browser and node",
"keywords": [
"nightingale"
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale/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.8.0](https://github.com/christophehurpeau/nightingale/compare/v11.7.4...v11.8.0) (2021-11-27)

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





## [11.7.4](https://github.com/christophehurpeau/nightingale/compare/v11.7.3...v11.7.4) (2021-11-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/nightingale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale",
"version": "11.7.4",
"version": "11.8.0",
"description": "Logger for browser and node",
"keywords": [
"logger"
Expand Down Expand Up @@ -129,7 +129,7 @@
"dependencies": {
"@types/node": ">=12.0.0",
"nightingale-levels": "^11.7.2",
"nightingale-logger": "^11.7.4",
"nightingale-logger": "^11.8.0",
"nightingale-types": "^11.7.4"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8220,7 +8220,7 @@ __metadata:
"@types/node": ">=12.0.0"
babel-preset-latest-node: 5.5.1
babel-preset-modern-browsers: 15.0.2
nightingale: ^11.7.4
nightingale: ^11.8.0
nightingale-browser-console: ^11.7.4
nightingale-console: ^11.7.4
pob-babel: 28.5.0
Expand All @@ -8236,7 +8236,7 @@ __metadata:
"@babel/core": 7.16.0
"@babel/preset-env": 7.16.4
babel-preset-modern-browsers: 15.0.2
nightingale: ^11.7.4
nightingale: ^11.8.0
nightingale-browser-console: ^11.7.4
nightingale-react-native-console: ^11.7.4
pob-babel: 28.5.0
Expand Down Expand Up @@ -8298,7 +8298,7 @@ __metadata:
"@rollup/plugin-run": 2.1.0
"@sentry/node": ^6.1.0
babel-preset-latest-node: 5.5.1
nightingale: ^11.7.4
nightingale: ^11.8.0
nightingale-console: ^11.7.4
nightingale-sentry: ^11.7.4
pob-babel: 28.5.0
Expand Down Expand Up @@ -8370,7 +8370,7 @@ __metadata:
"@babel/core": 7.16.0
"@rollup/plugin-run": 2.1.0
babel-preset-latest-node: 5.5.1
nightingale: ^11.7.4
nightingale: ^11.8.0
nightingale-console: ^11.7.4
nightingale-console-output: ^11.7.4
nightingale-json-formatter: ^11.7.4
Expand Down Expand Up @@ -8469,7 +8469,7 @@ __metadata:
languageName: unknown
linkType: soft

"nightingale-logger@^11.7.4, nightingale-logger@workspace:packages/nightingale-logger":
"nightingale-logger@^11.8.0, nightingale-logger@workspace:packages/nightingale-logger":
version: 0.0.0-use.local
resolution: "nightingale-logger@workspace:packages/nightingale-logger"
dependencies:
Expand Down Expand Up @@ -8669,7 +8669,7 @@ __metadata:
languageName: unknown
linkType: soft

"nightingale@^11.7.4, nightingale@workspace:packages/nightingale":
"nightingale@^11.8.0, nightingale@workspace:packages/nightingale":
version: 0.0.0-use.local
resolution: "nightingale@workspace:packages/nightingale"
dependencies:
Expand All @@ -8682,7 +8682,7 @@ __metadata:
babel-preset-modern-browsers: 15.0.2
jest: 27.3.1
nightingale-levels: ^11.7.2
nightingale-logger: ^11.7.4
nightingale-logger: ^11.8.0
nightingale-string: ^11.7.4
nightingale-types: ^11.7.4
pob-babel: 28.5.0
Expand Down

0 comments on commit 7429d6a

Please sign in to comment.