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 19, 2022
1 parent fd291c6 commit 52cf7e3
Show file tree
Hide file tree
Showing 56 changed files with 746 additions and 97 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.0.0](https://github.com/christophehurpeau/nightingale/compare/v12.1.4...v13.0.0) (2022-11-19)


### Bug Fixes

* fix eslint ([479f77d](https://github.com/christophehurpeau/nightingale/commit/479f77dd9b0c4ebc8befdcf955bd5a631baece6a))
* fix node global declaration ([ab5100b](https://github.com/christophehurpeau/nightingale/commit/ab5100b9d63718b18c4f97c9a8d73907be325fe8))
* **nightingale-logger:** add explicit error message when trying to extends undefined context ([1346bd5](https://github.com/christophehurpeau/nightingale/commit/1346bd5a70ca3df9e87c5a84154bd4b6d58217b4))


### Code Refactoring

* drop node 14 and cjs ([9a8ca06](https://github.com/christophehurpeau/nightingale/commit/9a8ca064449ddc0d69e26543e21c2d522536c50a))


### Features

* build for node 16 ([30ae3e9](https://github.com/christophehurpeau/nightingale/commit/30ae3e9c455dbad793c2f704b9d860069dc80c32))
* **nightingale-sentry:** update to v7 ([0188b65](https://github.com/christophehurpeau/nightingale/commit/0188b65014dcc4a492d9b868e86fb08ee0954b87))
* update ansi-styles ([74636db](https://github.com/christophehurpeau/nightingale/commit/74636dbbf890c3f12757b7bc38955c494829fd01))


### BREAKING CHANGES

* dropped node 14 and cjs
* **nightingale-sentry:** remove deprecated token passed in constructor. Use Sentry object instead and init in the app.
* drop node 14





## [12.1.4](https://github.com/christophehurpeau/nightingale/compare/v12.1.3...v12.1.4) (2022-02-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "12.1.4",
"version": "13.0.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
23 changes: 23 additions & 0 deletions packages/nightingale-ansi-formatter/CHANGELOG.md
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.0.0](https://github.com/christophehurpeau/nightingale/compare/v12.1.4...v13.0.0) (2022-11-19)


### Code Refactoring

* drop node 14 and cjs ([9a8ca06](https://github.com/christophehurpeau/nightingale/commit/9a8ca064449ddc0d69e26543e21c2d522536c50a))


### Features

* build for node 16 ([30ae3e9](https://github.com/christophehurpeau/nightingale/commit/30ae3e9c455dbad793c2f704b9d860069dc80c32))
* update ansi-styles ([74636db](https://github.com/christophehurpeau/nightingale/commit/74636dbbf890c3f12757b7bc38955c494829fd01))


### BREAKING CHANGES

* dropped node 14 and cjs
* drop node 14





## [12.1.4](https://github.com/christophehurpeau/nightingale/compare/v12.1.3...v12.1.4) (2022-02-05)


Expand Down
6 changes: 3 additions & 3 deletions packages/nightingale-ansi-formatter/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-ansi-formatter",
"version": "12.1.4",
"version": "13.0.0",
"description": "Nightingale ANSI formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -68,8 +68,8 @@
},
"dependencies": {
"ansi-styles": "^6.2.1",
"nightingale-formatter": "12.1.4",
"nightingale-types": "12.1.4"
"nightingale-formatter": "13.0.0",
"nightingale-types": "13.0.0"
},
"devDependencies": {
"@babel/core": "7.20.2",
Expand Down
22 changes: 22 additions & 0 deletions packages/nightingale-app-console/CHANGELOG.md
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.0.0](https://github.com/christophehurpeau/nightingale/compare/v12.1.4...v13.0.0) (2022-11-19)


### Code Refactoring

* drop node 14 and cjs ([9a8ca06](https://github.com/christophehurpeau/nightingale/commit/9a8ca064449ddc0d69e26543e21c2d522536c50a))


### Features

* build for node 16 ([30ae3e9](https://github.com/christophehurpeau/nightingale/commit/30ae3e9c455dbad793c2f704b9d860069dc80c32))


### BREAKING CHANGES

* dropped node 14 and cjs
* drop node 14





## [12.1.4](https://github.com/christophehurpeau/nightingale/compare/v12.1.3...v12.1.4) (2022-02-05)


Expand Down
8 changes: 4 additions & 4 deletions packages/nightingale-app-console/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-app-console",
"version": "12.1.4",
"version": "13.0.0",
"description": "nightingale default config and logger for app",
"keywords": [],
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
Expand Down Expand Up @@ -71,9 +71,9 @@
},
"dependencies": {
"@types/node": ">=16.0.0",
"nightingale": "12.1.4",
"nightingale-browser-console": "12.1.4",
"nightingale-console": "12.1.4"
"nightingale": "13.0.0",
"nightingale-browser-console": "13.0.0",
"nightingale-console": "13.0.0"
},
"devDependencies": {
"@babel/core": "7.20.2",
Expand Down
22 changes: 22 additions & 0 deletions packages/nightingale-app-react-native/CHANGELOG.md
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.0.0](https://github.com/christophehurpeau/nightingale/compare/v12.1.4...v13.0.0) (2022-11-19)


### Code Refactoring

* drop node 14 and cjs ([9a8ca06](https://github.com/christophehurpeau/nightingale/commit/9a8ca064449ddc0d69e26543e21c2d522536c50a))


### Features

* build for node 16 ([30ae3e9](https://github.com/christophehurpeau/nightingale/commit/30ae3e9c455dbad793c2f704b9d860069dc80c32))


### BREAKING CHANGES

* dropped node 14 and cjs
* drop node 14





## [12.1.4](https://github.com/christophehurpeau/nightingale/compare/v12.1.3...v12.1.4) (2022-02-05)


Expand Down
8 changes: 4 additions & 4 deletions packages/nightingale-app-react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-app-react-native",
"version": "12.1.4",
"version": "13.0.0",
"description": "React Native and Expo logger for application",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -76,9 +76,9 @@
}
},
"dependencies": {
"nightingale": "12.1.4",
"nightingale-browser-console": "12.1.4",
"nightingale-react-native-console": "12.1.4"
"nightingale": "13.0.0",
"nightingale-browser-console": "13.0.0",
"nightingale-react-native-console": "13.0.0"
},
"devDependencies": {
"@babel/core": "7.20.2",
Expand Down
22 changes: 22 additions & 0 deletions packages/nightingale-browser-console-formatter/CHANGELOG.md
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.0.0](https://github.com/christophehurpeau/nightingale/compare/v12.1.4...v13.0.0) (2022-11-19)


### Code Refactoring

* drop node 14 and cjs ([9a8ca06](https://github.com/christophehurpeau/nightingale/commit/9a8ca064449ddc0d69e26543e21c2d522536c50a))


### Features

* build for node 16 ([30ae3e9](https://github.com/christophehurpeau/nightingale/commit/30ae3e9c455dbad793c2f704b9d860069dc80c32))


### BREAKING CHANGES

* dropped node 14 and cjs
* drop node 14





## [12.1.4](https://github.com/christophehurpeau/nightingale/compare/v12.1.3...v12.1.4) (2022-02-05)


Expand Down
8 changes: 4 additions & 4 deletions packages/nightingale-browser-console-formatter/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-browser-console-formatter",
"version": "12.1.4",
"version": "13.0.0",
"description": "Nightingale Browser console formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -74,14 +74,14 @@
]
},
"dependencies": {
"nightingale-formatter": "12.1.4",
"nightingale-types": "12.1.4"
"nightingale-formatter": "13.0.0",
"nightingale-types": "13.0.0"
},
"devDependencies": {
"@babel/core": "7.20.2",
"@babel/preset-env": "7.20.2",
"babel-preset-modern-browsers": "15.0.2",
"nightingale-levels": "12.1.4",
"nightingale-levels": "13.0.0",
"pob-babel": "35.3.0",
"typescript": "4.9.3"
}
Expand Down
22 changes: 22 additions & 0 deletions packages/nightingale-browser-console/CHANGELOG.md
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.0.0](https://github.com/christophehurpeau/nightingale/compare/v12.1.4...v13.0.0) (2022-11-19)


### Code Refactoring

* drop node 14 and cjs ([9a8ca06](https://github.com/christophehurpeau/nightingale/commit/9a8ca064449ddc0d69e26543e21c2d522536c50a))


### Features

* build for node 16 ([30ae3e9](https://github.com/christophehurpeau/nightingale/commit/30ae3e9c455dbad793c2f704b9d860069dc80c32))


### BREAKING CHANGES

* dropped node 14 and cjs
* drop node 14





## [12.1.4](https://github.com/christophehurpeau/nightingale/compare/v12.1.3...v12.1.4) (2022-02-05)


Expand Down
10 changes: 5 additions & 5 deletions packages/nightingale-browser-console/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-browser-console",
"version": "12.1.4",
"version": "13.0.0",
"description": "Browser console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -65,10 +65,10 @@
]
},
"dependencies": {
"nightingale-browser-console-formatter": "12.1.4",
"nightingale-console-output": "12.1.4",
"nightingale-debug": "12.1.4",
"nightingale-types": "12.1.4"
"nightingale-browser-console-formatter": "13.0.0",
"nightingale-console-output": "13.0.0",
"nightingale-debug": "13.0.0",
"nightingale-types": "13.0.0"
},
"devDependencies": {
"@babel/core": "7.20.2",
Expand Down
29 changes: 29 additions & 0 deletions packages/nightingale-console-example/CHANGELOG.md
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.

# [13.0.0](https://github.com/christophehurpeau/nightingale/compare/v12.1.4...v13.0.0) (2022-11-19)


### Bug Fixes

* fix eslint ([479f77d](https://github.com/christophehurpeau/nightingale/commit/479f77dd9b0c4ebc8befdcf955bd5a631baece6a))


### Code Refactoring

* drop node 14 and cjs ([9a8ca06](https://github.com/christophehurpeau/nightingale/commit/9a8ca064449ddc0d69e26543e21c2d522536c50a))


### Features

* build for node 16 ([30ae3e9](https://github.com/christophehurpeau/nightingale/commit/30ae3e9c455dbad793c2f704b9d860069dc80c32))
* **nightingale-sentry:** update to v7 ([0188b65](https://github.com/christophehurpeau/nightingale/commit/0188b65014dcc4a492d9b868e86fb08ee0954b87))


### BREAKING CHANGES

* dropped node 14 and cjs
* **nightingale-sentry:** remove deprecated token passed in constructor. Use Sentry object instead and init in the app.
* drop node 14





## [12.1.4](https://github.com/christophehurpeau/nightingale/compare/v12.1.3...v12.1.4) (2022-02-05)


Expand Down
8 changes: 4 additions & 4 deletions packages/nightingale-console-example/package.json
@@ -1,7 +1,7 @@
{
"name": "nightingale-console-example",
"private": true,
"version": "12.1.4",
"version": "13.0.0",
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -62,9 +62,9 @@
},
"dependencies": {
"@sentry/node": "7.19.0",
"nightingale": "12.1.4",
"nightingale-console": "12.1.4",
"nightingale-sentry": "12.1.4"
"nightingale": "13.0.0",
"nightingale-console": "13.0.0",
"nightingale-sentry": "13.0.0"
},
"devDependencies": {
"@babel/core": "7.20.2",
Expand Down
22 changes: 22 additions & 0 deletions packages/nightingale-console-output/CHANGELOG.md
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.0.0](https://github.com/christophehurpeau/nightingale/compare/v12.1.4...v13.0.0) (2022-11-19)


### Code Refactoring

* drop node 14 and cjs ([9a8ca06](https://github.com/christophehurpeau/nightingale/commit/9a8ca064449ddc0d69e26543e21c2d522536c50a))


### Features

* build for node 16 ([30ae3e9](https://github.com/christophehurpeau/nightingale/commit/30ae3e9c455dbad793c2f704b9d860069dc80c32))


### BREAKING CHANGES

* dropped node 14 and cjs
* drop node 14





## [12.1.4](https://github.com/christophehurpeau/nightingale/compare/v12.1.3...v12.1.4) (2022-02-05)


Expand Down

0 comments on commit 52cf7e3

Please sign in to comment.