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 Jun 30, 2023
1 parent 1eb20e4 commit 0e7b4a9
Show file tree
Hide file tree
Showing 55 changed files with 423 additions and 180 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.0.2](https://github.com/christophehurpeau/nightingale/compare/v14.0.1...v14.0.2) (2023-06-30)


### Bug Fixes

* typo types for typescript exports ([1eb20e4](https://github.com/christophehurpeau/nightingale/commit/1eb20e47ea18a3d015146da4efe58c32df066e97))



## [14.0.1](https://github.com/christophehurpeau/nightingale/compare/v14.0.0...v14.0.1) (2023-06-30)


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

## [14.0.2](https://github.com/christophehurpeau/nightingale/compare/v14.0.1...v14.0.2) (2023-06-30)


### Bug Fixes

* typo types for typescript exports ([1eb20e4](https://github.com/christophehurpeau/nightingale/commit/1eb20e47ea18a3d015146da4efe58c32df066e97))



## [14.0.1](https://github.com/christophehurpeau/nightingale/compare/v14.0.0...v14.0.1) (2023-06-30)


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

## [14.0.2](https://github.com/christophehurpeau/nightingale/compare/v14.0.1...v14.0.2) (2023-06-30)


### Bug Fixes

* typo types for typescript exports ([1eb20e4](https://github.com/christophehurpeau/nightingale/commit/1eb20e47ea18a3d015146da4efe58c32df066e97))



## [14.0.1](https://github.com/christophehurpeau/nightingale/compare/v14.0.0...v14.0.1) (2023-06-30)


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

## [14.0.2](https://github.com/christophehurpeau/nightingale/compare/v14.0.1...v14.0.2) (2023-06-30)


### Bug Fixes

* typo types for typescript exports ([1eb20e4](https://github.com/christophehurpeau/nightingale/commit/1eb20e47ea18a3d015146da4efe58c32df066e97))



## [14.0.1](https://github.com/christophehurpeau/nightingale/compare/v14.0.0...v14.0.1) (2023-06-30)


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": "14.0.1",
"version": "14.0.2",
"description": "React Native and Expo logger for application",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -79,9 +79,9 @@
}
},
"dependencies": {
"nightingale": "14.0.1",
"nightingale-browser-console": "14.0.1",
"nightingale-react-native-console": "14.0.1"
"nightingale": "14.0.2",
"nightingale-browser-console": "14.0.2",
"nightingale-react-native-console": "14.0.2"
},
"devDependencies": {
"@babel/core": "7.22.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/nightingale-browser-console-formatter/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.0.2](https://github.com/christophehurpeau/nightingale/compare/v14.0.1...v14.0.2) (2023-06-30)


### Bug Fixes

* typo types for typescript exports ([1eb20e4](https://github.com/christophehurpeau/nightingale/commit/1eb20e47ea18a3d015146da4efe58c32df066e97))



## [14.0.1](https://github.com/christophehurpeau/nightingale/compare/v14.0.0...v14.0.1) (2023-06-30)


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": "14.0.1",
"version": "14.0.2",
"description": "Nightingale Browser console formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -77,13 +77,13 @@
]
},
"dependencies": {
"nightingale-formatter": "14.0.1",
"nightingale-types": "14.0.1"
"nightingale-formatter": "14.0.2",
"nightingale-types": "14.0.2"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"nightingale-levels": "14.0.1",
"nightingale-levels": "14.0.2",
"pob-babel": "36.1.0",
"typescript": "5.1.6"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/nightingale-browser-console/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.0.2](https://github.com/christophehurpeau/nightingale/compare/v14.0.1...v14.0.2) (2023-06-30)


### Bug Fixes

* typo types for typescript exports ([1eb20e4](https://github.com/christophehurpeau/nightingale/commit/1eb20e47ea18a3d015146da4efe58c32df066e97))



## [14.0.1](https://github.com/christophehurpeau/nightingale/compare/v14.0.0...v14.0.1) (2023-06-30)


Expand Down
10 changes: 5 additions & 5 deletions packages/nightingale-browser-console/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-browser-console",
"version": "14.0.1",
"version": "14.0.2",
"description": "Browser console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -68,10 +68,10 @@
]
},
"dependencies": {
"nightingale-browser-console-formatter": "14.0.1",
"nightingale-console-output": "14.0.1",
"nightingale-debug": "14.0.1",
"nightingale-types": "14.0.1"
"nightingale-browser-console-formatter": "14.0.2",
"nightingale-console-output": "14.0.2",
"nightingale-debug": "14.0.2",
"nightingale-types": "14.0.2"
},
"devDependencies": {
"@babel/core": "7.22.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/nightingale-console-example/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.0.2](https://github.com/christophehurpeau/nightingale/compare/v14.0.1...v14.0.2) (2023-06-30)


### Bug Fixes

* typo types for typescript exports ([1eb20e4](https://github.com/christophehurpeau/nightingale/commit/1eb20e47ea18a3d015146da4efe58c32df066e97))



## [14.0.1](https://github.com/christophehurpeau/nightingale/compare/v14.0.0...v14.0.1) (2023-06-30)


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": "14.0.1",
"version": "14.0.2",
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -61,9 +61,9 @@
},
"dependencies": {
"@sentry/node": "7.56.0",
"nightingale": "14.0.1",
"nightingale-console": "14.0.1",
"nightingale-sentry": "14.0.1"
"nightingale": "14.0.2",
"nightingale-console": "14.0.2",
"nightingale-sentry": "14.0.2"
},
"devDependencies": {
"@babel/core": "7.22.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/nightingale-console-output/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.0.2](https://github.com/christophehurpeau/nightingale/compare/v14.0.1...v14.0.2) (2023-06-30)


### Bug Fixes

* typo types for typescript exports ([1eb20e4](https://github.com/christophehurpeau/nightingale/commit/1eb20e47ea18a3d015146da4efe58c32df066e97))



## [14.0.1](https://github.com/christophehurpeau/nightingale/compare/v14.0.0...v14.0.1) (2023-06-30)


Expand Down
6 changes: 3 additions & 3 deletions packages/nightingale-console-output/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-console-output",
"version": "14.0.1",
"version": "14.0.2",
"description": "Nightingale console output",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -77,8 +77,8 @@
},
"dependencies": {
"@types/node": ">=18.0.0",
"nightingale-levels": "14.0.1",
"nightingale-types": "14.0.1"
"nightingale-levels": "14.0.2",
"nightingale-types": "14.0.2"
},
"devDependencies": {
"@babel/core": "7.22.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/nightingale-console/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.0.2](https://github.com/christophehurpeau/nightingale/compare/v14.0.1...v14.0.2) (2023-06-30)


### Bug Fixes

* typo types for typescript exports ([1eb20e4](https://github.com/christophehurpeau/nightingale/commit/1eb20e47ea18a3d015146da4efe58c32df066e97))



## [14.0.1](https://github.com/christophehurpeau/nightingale/compare/v14.0.0...v14.0.1) (2023-06-30)


Expand Down
14 changes: 7 additions & 7 deletions packages/nightingale-console/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-console",
"version": "14.0.1",
"version": "14.0.2",
"description": "Console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -53,12 +53,12 @@
},
"dependencies": {
"@types/node": ">=18.0.0",
"nightingale-ansi-formatter": "14.0.1",
"nightingale-console-output": "14.0.1",
"nightingale-debug": "14.0.1",
"nightingale-json-formatter": "14.0.1",
"nightingale-levels": "14.0.1",
"nightingale-types": "14.0.1"
"nightingale-ansi-formatter": "14.0.2",
"nightingale-console-output": "14.0.2",
"nightingale-debug": "14.0.2",
"nightingale-json-formatter": "14.0.2",
"nightingale-levels": "14.0.2",
"nightingale-types": "14.0.2"
},
"devDependencies": {
"@babel/core": "7.22.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/nightingale-debug/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.0.2](https://github.com/christophehurpeau/nightingale/compare/v14.0.1...v14.0.2) (2023-06-30)


### Bug Fixes

* typo types for typescript exports ([1eb20e4](https://github.com/christophehurpeau/nightingale/commit/1eb20e47ea18a3d015146da4efe58c32df066e97))



## [14.0.1](https://github.com/christophehurpeau/nightingale/compare/v14.0.0...v14.0.1) (2023-06-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/nightingale-debug/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-debug",
"version": "14.0.1",
"version": "14.0.2",
"description": "Nightingale debug",
"keywords": [
"logger"
Expand Down Expand Up @@ -76,7 +76,7 @@
]
},
"dependencies": {
"nightingale-levels": "14.0.1"
"nightingale-levels": "14.0.2"
},
"devDependencies": {
"@babel/core": "7.22.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/nightingale-example/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.0.2](https://github.com/christophehurpeau/nightingale/compare/v14.0.1...v14.0.2) (2023-06-30)


### Bug Fixes

* typo types for typescript exports ([1eb20e4](https://github.com/christophehurpeau/nightingale/commit/1eb20e47ea18a3d015146da4efe58c32df066e97))



## [14.0.1](https://github.com/christophehurpeau/nightingale/compare/v14.0.0...v14.0.1) (2023-06-30)


Expand Down

0 comments on commit 0e7b4a9

Please sign in to comment.