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 Jan 15, 2022
1 parent 74864ab commit 67fdeb8
Show file tree
Hide file tree
Showing 55 changed files with 402 additions and 180 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
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.

## [12.1.3](https://github.com/christophehurpeau/nightingale/compare/v12.1.2...v12.1.3) (2022-01-15)


### Bug Fixes

* **nightingale-app-react-native:** remove ReactNativeConsoleHandler export to better support web ([74864ab](https://github.com/christophehurpeau/nightingale/commit/74864ab8db13f514eeb2343ca6ab457a06b40147))





## [12.1.2](https://github.com/christophehurpeau/nightingale/compare/v12.1.1...v12.1.2) (2022-01-02)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "12.1.2",
"version": "12.1.3",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
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.

## [12.1.3](https://github.com/christophehurpeau/nightingale/compare/v12.1.2...v12.1.3) (2022-01-15)

**Note:** Version bump only for package nightingale-ansi-formatter





## [12.1.2](https://github.com/christophehurpeau/nightingale/compare/v12.1.1...v12.1.2) (2022-01-02)


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.2",
"version": "12.1.3",
"description": "Nightingale ANSI formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -82,8 +82,8 @@
"dependencies": {
"@types/ansi-styles": "^3.2.1",
"ansi-styles": "^4.0.0",
"nightingale-formatter": "12.1.2",
"nightingale-types": "12.1.2"
"nightingale-formatter": "12.1.3",
"nightingale-types": "12.1.3"
},
"devDependencies": {
"@babel/core": "7.16.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-app-console/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.

## [12.1.3](https://github.com/christophehurpeau/nightingale/compare/v12.1.2...v12.1.3) (2022-01-15)

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





## [12.1.2](https://github.com/christophehurpeau/nightingale/compare/v12.1.1...v12.1.2) (2022-01-02)


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.2",
"version": "12.1.3",
"description": "nightingale default config and logger for app",
"keywords": [],
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
Expand Down Expand Up @@ -89,9 +89,9 @@
},
"dependencies": {
"@types/node": ">=14.0.0",
"nightingale": "12.1.2",
"nightingale-browser-console": "12.1.2",
"nightingale-console": "12.1.2"
"nightingale": "12.1.3",
"nightingale-browser-console": "12.1.3",
"nightingale-console": "12.1.3"
},
"devDependencies": {
"@babel/core": "7.16.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-app-react-native/CHANGELOG.md
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.

## [12.1.3](https://github.com/christophehurpeau/nightingale/compare/v12.1.2...v12.1.3) (2022-01-15)


### Bug Fixes

* **nightingale-app-react-native:** remove ReactNativeConsoleHandler export to better support web ([74864ab](https://github.com/christophehurpeau/nightingale/commit/74864ab8db13f514eeb2343ca6ab457a06b40147))





## [12.1.2](https://github.com/christophehurpeau/nightingale/compare/v12.1.1...v12.1.2) (2022-01-02)

**Note:** Version bump only for package nightingale-app-react-native
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.2",
"version": "12.1.3",
"description": "React Native and Expo logger for application",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -85,9 +85,9 @@
}
},
"dependencies": {
"nightingale": "12.1.2",
"nightingale-browser-console": "12.1.2",
"nightingale-react-native-console": "12.1.2"
"nightingale": "12.1.3",
"nightingale-browser-console": "12.1.3",
"nightingale-react-native-console": "12.1.3"
},
"devDependencies": {
"@babel/core": "7.16.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-browser-console-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.

## [12.1.3](https://github.com/christophehurpeau/nightingale/compare/v12.1.2...v12.1.3) (2022-01-15)

**Note:** Version bump only for package nightingale-browser-console-formatter





## [12.1.2](https://github.com/christophehurpeau/nightingale/compare/v12.1.1...v12.1.2) (2022-01-02)


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.2",
"version": "12.1.3",
"description": "Nightingale Browser console formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -91,14 +91,14 @@
]
},
"dependencies": {
"nightingale-formatter": "12.1.2",
"nightingale-types": "12.1.2"
"nightingale-formatter": "12.1.3",
"nightingale-types": "12.1.3"
},
"devDependencies": {
"@babel/core": "7.16.7",
"@babel/preset-env": "7.16.8",
"babel-preset-modern-browsers": "15.0.2",
"nightingale-levels": "12.1.2",
"nightingale-levels": "12.1.3",
"pob-babel": "29.6.1",
"typescript": "4.5.4"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-browser-console/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.

## [12.1.3](https://github.com/christophehurpeau/nightingale/compare/v12.1.2...v12.1.3) (2022-01-15)

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





## [12.1.2](https://github.com/christophehurpeau/nightingale/compare/v12.1.1...v12.1.2) (2022-01-02)

**Note:** Version bump only for package nightingale-browser-console
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.2",
"version": "12.1.3",
"description": "Browser console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -72,10 +72,10 @@
]
},
"dependencies": {
"nightingale-browser-console-formatter": "12.1.2",
"nightingale-console-output": "12.1.2",
"nightingale-debug": "12.1.2",
"nightingale-types": "12.1.2"
"nightingale-browser-console-formatter": "12.1.3",
"nightingale-console-output": "12.1.3",
"nightingale-debug": "12.1.3",
"nightingale-types": "12.1.3"
},
"devDependencies": {
"@babel/core": "7.16.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-console-example/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.

## [12.1.3](https://github.com/christophehurpeau/nightingale/compare/v12.1.2...v12.1.3) (2022-01-15)

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





## [12.1.2](https://github.com/christophehurpeau/nightingale/compare/v12.1.1...v12.1.2) (2022-01-02)


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.2",
"version": "12.1.3",
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -73,9 +73,9 @@
},
"dependencies": {
"@sentry/node": "^6.1.0",
"nightingale": "12.1.2",
"nightingale-console": "12.1.2",
"nightingale-sentry": "12.1.2"
"nightingale": "12.1.3",
"nightingale-console": "12.1.3",
"nightingale-sentry": "12.1.3"
},
"devDependencies": {
"@babel/core": "7.16.7",
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.

## [12.1.3](https://github.com/christophehurpeau/nightingale/compare/v12.1.2...v12.1.3) (2022-01-15)

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





## [12.1.2](https://github.com/christophehurpeau/nightingale/compare/v12.1.1...v12.1.2) (2022-01-02)


Expand Down
6 changes: 3 additions & 3 deletions packages/nightingale-console-output/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-console-output",
"version": "12.1.2",
"version": "12.1.3",
"description": "Nightingale console output",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -92,8 +92,8 @@
},
"dependencies": {
"@types/node": ">=14.0.0",
"nightingale-levels": "12.1.2",
"nightingale-types": "12.1.2"
"nightingale-levels": "12.1.3",
"nightingale-types": "12.1.3"
},
"devDependencies": {
"@babel/core": "7.16.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-console/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.

## [12.1.3](https://github.com/christophehurpeau/nightingale/compare/v12.1.2...v12.1.3) (2022-01-15)

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





## [12.1.2](https://github.com/christophehurpeau/nightingale/compare/v12.1.1...v12.1.2) (2022-01-02)


Expand Down
14 changes: 7 additions & 7 deletions packages/nightingale-console/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-console",
"version": "12.1.2",
"version": "12.1.3",
"description": "Console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -61,12 +61,12 @@
},
"dependencies": {
"@types/node": ">=14.0.0",
"nightingale-ansi-formatter": "12.1.2",
"nightingale-console-output": "12.1.2",
"nightingale-debug": "12.1.2",
"nightingale-json-formatter": "12.1.2",
"nightingale-levels": "12.1.2",
"nightingale-types": "12.1.2"
"nightingale-ansi-formatter": "12.1.3",
"nightingale-console-output": "12.1.3",
"nightingale-debug": "12.1.3",
"nightingale-json-formatter": "12.1.3",
"nightingale-levels": "12.1.3",
"nightingale-types": "12.1.3"
},
"devDependencies": {
"@babel/core": "7.16.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-debug/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.

## [12.1.3](https://github.com/christophehurpeau/nightingale/compare/v12.1.2...v12.1.3) (2022-01-15)

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





## [12.1.2](https://github.com/christophehurpeau/nightingale/compare/v12.1.1...v12.1.2) (2022-01-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/nightingale-debug/package.json
@@ -1,6 +1,6 @@
{
"name": "nightingale-debug",
"version": "12.1.2",
"version": "12.1.3",
"description": "Nightingale debug",
"keywords": [
"logger"
Expand Down Expand Up @@ -90,7 +90,7 @@
]
},
"dependencies": {
"nightingale-levels": "12.1.2"
"nightingale-levels": "12.1.3"
},
"devDependencies": {
"@babel/core": "7.16.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-example/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.

## [12.1.3](https://github.com/christophehurpeau/nightingale/compare/v12.1.2...v12.1.3) (2022-01-15)

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





## [12.1.2](https://github.com/christophehurpeau/nightingale/compare/v12.1.1...v12.1.2) (2022-01-02)

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

0 comments on commit 67fdeb8

Please sign in to comment.