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 2, 2022
1 parent 98789fa commit f2a782d
Show file tree
Hide file tree
Showing 55 changed files with 465 additions and 180 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.

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


### Bug Fixes

* main esm for jest which supports esm but not exports ([98789fa](https://github.com/christophehurpeau/nightingale/commit/98789fa490e723840fccc443584189b6905d871b))





## [12.1.1](https://github.com/christophehurpeau/nightingale/compare/v12.1.0...v12.1.1) (2022-01-01)


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": "12.1.1",
"version": "12.1.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-ansi-formatter/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.

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


### Bug Fixes

* main esm for jest which supports esm but not exports ([98789fa](https://github.com/christophehurpeau/nightingale/commit/98789fa490e723840fccc443584189b6905d871b))





## [12.1.1](https://github.com/christophehurpeau/nightingale/compare/v12.1.0...v12.1.1) (2022-01-01)


Expand Down
6 changes: 3 additions & 3 deletions packages/nightingale-ansi-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-ansi-formatter",
"version": "12.1.1",
"version": "12.1.2",
"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.1",
"nightingale-types": "12.1.1"
"nightingale-formatter": "12.1.2",
"nightingale-types": "12.1.2"
},
"devDependencies": {
"@babel/core": "7.16.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-app-console/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.

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


### Bug Fixes

* main esm for jest which supports esm but not exports ([98789fa](https://github.com/christophehurpeau/nightingale/commit/98789fa490e723840fccc443584189b6905d871b))





## [12.1.1](https://github.com/christophehurpeau/nightingale/compare/v12.1.0...v12.1.1) (2022-01-01)


Expand Down
8 changes: 4 additions & 4 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": "12.1.1",
"version": "12.1.2",
"description": "nightingale default config and logger for app",
"keywords": [],
"author": "Christophe Hurpeau <[email protected]> (https://christophe.hurpeau.com)",
Expand Down Expand Up @@ -89,9 +89,9 @@
},
"dependencies": {
"@types/node": ">=14.0.0",
"nightingale": "12.1.1",
"nightingale-browser-console": "12.1.1",
"nightingale-console": "12.1.1"
"nightingale": "12.1.2",
"nightingale-browser-console": "12.1.2",
"nightingale-console": "12.1.2"
},
"devDependencies": {
"@babel/core": "7.16.7",
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.

## [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





## [12.1.1](https://github.com/christophehurpeau/nightingale/compare/v12.1.0...v12.1.1) (2022-01-01)


Expand Down
8 changes: 4 additions & 4 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": "12.1.1",
"version": "12.1.2",
"description": "React Native and Expo logger for application",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -85,9 +85,9 @@
}
},
"dependencies": {
"nightingale": "12.1.1",
"nightingale-browser-console": "12.1.1",
"nightingale-react-native-console": "12.1.1"
"nightingale": "12.1.2",
"nightingale-browser-console": "12.1.2",
"nightingale-react-native-console": "12.1.2"
},
"devDependencies": {
"@babel/core": "7.16.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-browser-console-formatter/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.

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


### Bug Fixes

* main esm for jest which supports esm but not exports ([98789fa](https://github.com/christophehurpeau/nightingale/commit/98789fa490e723840fccc443584189b6905d871b))





## [12.1.1](https://github.com/christophehurpeau/nightingale/compare/v12.1.0...v12.1.1) (2022-01-01)


Expand Down
8 changes: 4 additions & 4 deletions packages/nightingale-browser-console-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-browser-console-formatter",
"version": "12.1.1",
"version": "12.1.2",
"description": "Nightingale Browser console formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -91,14 +91,14 @@
]
},
"dependencies": {
"nightingale-formatter": "12.1.1",
"nightingale-types": "12.1.1"
"nightingale-formatter": "12.1.2",
"nightingale-types": "12.1.2"
},
"devDependencies": {
"@babel/core": "7.16.7",
"@babel/preset-env": "7.16.7",
"babel-preset-modern-browsers": "15.0.2",
"nightingale-levels": "12.1.1",
"nightingale-levels": "12.1.2",
"pob-babel": "29.6.1",
"typescript": "4.5.4"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/nightingale-browser-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.

## [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





## [12.1.1](https://github.com/christophehurpeau/nightingale/compare/v12.1.0...v12.1.1) (2022-01-01)


Expand Down
10 changes: 5 additions & 5 deletions packages/nightingale-browser-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-browser-console",
"version": "12.1.1",
"version": "12.1.2",
"description": "Browser console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -72,10 +72,10 @@
]
},
"dependencies": {
"nightingale-browser-console-formatter": "12.1.1",
"nightingale-console-output": "12.1.1",
"nightingale-debug": "12.1.1",
"nightingale-types": "12.1.1"
"nightingale-browser-console-formatter": "12.1.2",
"nightingale-console-output": "12.1.2",
"nightingale-debug": "12.1.2",
"nightingale-types": "12.1.2"
},
"devDependencies": {
"@babel/core": "7.16.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-console-example/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.

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


### Bug Fixes

* main esm for jest which supports esm but not exports ([98789fa](https://github.com/christophehurpeau/nightingale/commit/98789fa490e723840fccc443584189b6905d871b))





## [12.1.1](https://github.com/christophehurpeau/nightingale/compare/v12.1.0...v12.1.1) (2022-01-01)


Expand Down
8 changes: 4 additions & 4 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": "12.1.1",
"version": "12.1.2",
"author": "Christophe Hurpeau <[email protected]> (https://christophe.hurpeau.com)",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -73,9 +73,9 @@
},
"dependencies": {
"@sentry/node": "^6.1.0",
"nightingale": "12.1.1",
"nightingale-console": "12.1.1",
"nightingale-sentry": "12.1.1"
"nightingale": "12.1.2",
"nightingale-console": "12.1.2",
"nightingale-sentry": "12.1.2"
},
"devDependencies": {
"@babel/core": "7.16.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-console-output/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.

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


### Bug Fixes

* main esm for jest which supports esm but not exports ([98789fa](https://github.com/christophehurpeau/nightingale/commit/98789fa490e723840fccc443584189b6905d871b))





## [12.1.1](https://github.com/christophehurpeau/nightingale/compare/v12.1.0...v12.1.1) (2022-01-01)


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

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


### Bug Fixes

* main esm for jest which supports esm but not exports ([98789fa](https://github.com/christophehurpeau/nightingale/commit/98789fa490e723840fccc443584189b6905d871b))





## [12.1.1](https://github.com/christophehurpeau/nightingale/compare/v12.1.0...v12.1.1) (2022-01-01)


Expand Down
14 changes: 7 additions & 7 deletions packages/nightingale-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-console",
"version": "12.1.1",
"version": "12.1.2",
"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.1",
"nightingale-console-output": "12.1.1",
"nightingale-debug": "12.1.1",
"nightingale-json-formatter": "12.1.1",
"nightingale-levels": "12.1.1",
"nightingale-types": "12.1.1"
"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"
},
"devDependencies": {
"@babel/core": "7.16.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/nightingale-debug/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.

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


### Bug Fixes

* main esm for jest which supports esm but not exports ([98789fa](https://github.com/christophehurpeau/nightingale/commit/98789fa490e723840fccc443584189b6905d871b))





## [12.1.1](https://github.com/christophehurpeau/nightingale/compare/v12.1.0...v12.1.1) (2022-01-01)


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

## [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





## [12.1.1](https://github.com/christophehurpeau/nightingale/compare/v12.1.0...v12.1.1) (2022-01-01)


Expand Down
Loading

0 comments on commit f2a782d

Please sign in to comment.