Skip to content

Commit

Permalink
chore: release 14.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2023
1 parent 3136d3a commit 8bf3694
Show file tree
Hide file tree
Showing 55 changed files with 417 additions and 183 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
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.

## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)


### Bug Fixes

* update plugin-conventional-version ([fa7476e](https://github.com/christophehurpeau/nightingale/commit/fa7476e051bd2d7edf9047f75b0d70570a35b8cb))


## [14.2.0](https://github.com/christophehurpeau/nightingale/compare/v14.1.0...v14.2.0) (2023-11-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "nightingale-monorepo",
"private": true,
"version": "14.2.0",
"version": "14.2.1",
"description": "Logger for browser and node, see [nightingale](packages/nightingale) to get started !",
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
"license": "ISC",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-ansi-formatter/CHANGELOG.md
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.

## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes

Version bump for dependency: nightingale-formatter
Version bump for dependency: nightingale-types


## [14.2.0](https://github.com/christophehurpeau/nightingale/compare/v14.1.0...v14.2.0) (2023-11-04)

Note: no notable changes
Expand Down
6 changes: 3 additions & 3 deletions packages/nightingale-ansi-formatter/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-ansi-formatter",
"version": "14.2.0",
"version": "14.2.1",
"description": "Nightingale ANSI formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -75,8 +75,8 @@
},
"dependencies": {
"ansi-styles": "^6.2.1",
"nightingale-formatter": "14.2.0",
"nightingale-types": "14.2.0"
"nightingale-formatter": "14.2.1",
"nightingale-types": "14.2.1"
},
"devDependencies": {
"@babel/core": "7.23.2",
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.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes

Version bump for dependency: nightingale
Version bump for dependency: nightingale-browser-console
Version bump for dependency: nightingale-console


## [14.2.0](https://github.com/christophehurpeau/nightingale/compare/v14.1.0...v14.2.0) (2023-11-04)

Note: no notable changes
Expand Down
8 changes: 4 additions & 4 deletions packages/nightingale-app-console/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-app-console",
"version": "14.2.0",
"version": "14.2.1",
"description": "nightingale default config and logger for app",
"keywords": [],
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
Expand Down Expand Up @@ -78,9 +78,9 @@
},
"dependencies": {
"@types/node": ">=18.0.0",
"nightingale": "14.2.0",
"nightingale-browser-console": "14.2.0",
"nightingale-console": "14.2.0"
"nightingale": "14.2.1",
"nightingale-browser-console": "14.2.1",
"nightingale-console": "14.2.1"
},
"devDependencies": {
"@babel/core": "7.23.2",
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.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes

Version bump for dependency: nightingale
Version bump for dependency: nightingale-browser-console
Version bump for dependency: nightingale-react-native-console


## [14.2.0](https://github.com/christophehurpeau/nightingale/compare/v14.1.0...v14.2.0) (2023-11-04)


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.2.0",
"version": "14.2.1",
"description": "React Native and Expo logger for application",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -83,9 +83,9 @@
}
},
"dependencies": {
"nightingale": "14.2.0",
"nightingale-browser-console": "14.2.0",
"nightingale-react-native-console": "14.2.0"
"nightingale": "14.2.1",
"nightingale-browser-console": "14.2.1",
"nightingale-react-native-console": "14.2.1"
},
"devDependencies": {
"@babel/core": "7.23.2",
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.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes

Version bump for dependency: nightingale-formatter
Version bump for dependency: nightingale-types
Version bump for dependency: nightingale-levels


## [14.2.0](https://github.com/christophehurpeau/nightingale/compare/v14.1.0...v14.2.0) (2023-11-04)

Note: no notable changes
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.2.0",
"version": "14.2.1",
"description": "Nightingale Browser console formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -81,13 +81,13 @@
]
},
"dependencies": {
"nightingale-formatter": "14.2.0",
"nightingale-types": "14.2.0"
"nightingale-formatter": "14.2.1",
"nightingale-types": "14.2.1"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"nightingale-levels": "14.2.0",
"nightingale-levels": "14.2.1",
"pob-babel": "36.6.1",
"typescript": "5.2.2"
}
Expand Down
10 changes: 10 additions & 0 deletions packages/nightingale-browser-console/CHANGELOG.md
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes

Version bump for dependency: nightingale-browser-console-formatter
Version bump for dependency: nightingale-console-output
Version bump for dependency: nightingale-debug
Version bump for dependency: nightingale-types


## [14.2.0](https://github.com/christophehurpeau/nightingale/compare/v14.1.0...v14.2.0) (2023-11-04)

Note: no notable changes
Expand Down
10 changes: 5 additions & 5 deletions packages/nightingale-browser-console/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-browser-console",
"version": "14.2.0",
"version": "14.2.1",
"description": "Browser console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -72,10 +72,10 @@
]
},
"dependencies": {
"nightingale-browser-console-formatter": "14.2.0",
"nightingale-console-output": "14.2.0",
"nightingale-debug": "14.2.0",
"nightingale-types": "14.2.0"
"nightingale-browser-console-formatter": "14.2.1",
"nightingale-console-output": "14.2.1",
"nightingale-debug": "14.2.1",
"nightingale-types": "14.2.1"
},
"devDependencies": {
"@babel/core": "7.23.2",
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.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes

Version bump for dependency: nightingale
Version bump for dependency: nightingale-console
Version bump for dependency: nightingale-sentry


## [14.2.0](https://github.com/christophehurpeau/nightingale/compare/v14.1.0...v14.2.0) (2023-11-04)


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.2.0",
"version": "14.2.1",
"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.77.0",
"nightingale": "14.2.0",
"nightingale-console": "14.2.0",
"nightingale-sentry": "14.2.0"
"nightingale": "14.2.1",
"nightingale-console": "14.2.1",
"nightingale-sentry": "14.2.1"
},
"devDependencies": {
"@babel/core": "7.23.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-console-output/CHANGELOG.md
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.

## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes

Version bump for dependency: nightingale-levels
Version bump for dependency: nightingale-types


## [14.2.0](https://github.com/christophehurpeau/nightingale/compare/v14.1.0...v14.2.0) (2023-11-04)

Note: no notable changes
Expand Down
6 changes: 3 additions & 3 deletions packages/nightingale-console-output/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-console-output",
"version": "14.2.0",
"version": "14.2.1",
"description": "Nightingale console output",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -81,8 +81,8 @@
},
"dependencies": {
"@types/node": ">=18.0.0",
"nightingale-levels": "14.2.0",
"nightingale-types": "14.2.0"
"nightingale-levels": "14.2.1",
"nightingale-types": "14.2.1"
},
"devDependencies": {
"@babel/core": "7.23.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/nightingale-console/CHANGELOG.md
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.

## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes

Version bump for dependency: nightingale-ansi-formatter
Version bump for dependency: nightingale-console-output
Version bump for dependency: nightingale-debug
Version bump for dependency: nightingale-json-formatter
Version bump for dependency: nightingale-levels
Version bump for dependency: nightingale-types


## [14.2.0](https://github.com/christophehurpeau/nightingale/compare/v14.1.0...v14.2.0) (2023-11-04)

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

## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes

Version bump for dependency: nightingale-levels


## [14.2.0](https://github.com/christophehurpeau/nightingale/compare/v14.1.0...v14.2.0) (2023-11-04)

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

## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)

Note: no notable changes

Version bump for dependency: nightingale
Version bump for dependency: nightingale-console
Version bump for dependency: nightingale-console-output
Version bump for dependency: nightingale-json-formatter
Version bump for dependency: nightingale-slack
Version bump for dependency: nightingale-string
Version bump for dependency: nightingale-types


## [14.2.0](https://github.com/christophehurpeau/nightingale/compare/v14.1.0...v14.2.0) (2023-11-04)

Note: no notable changes
Expand Down

0 comments on commit 8bf3694

Please sign in to comment.