Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - nightingale@8.0.7
 - nightingale-ansi-formatter@3.0.5
 - nightingale-app-console@2.1.2
 - nightingale-browser-console@3.0.5
 - nightingale-browser-console-formatter@3.0.5
 - nightingale-console@4.0.5
 - nightingale-console-example@1.0.5
 - nightingale-debug@4.0.5
 - nightingale-example@1.0.5
 - nightingale-formatter@4.0.5
 - nightingale-html-formatter@3.0.5
 - nightingale-json-formatter@3.0.5
 - nightingale-markdown-formatter@2.0.5
 - nightingale-raw-formatter@3.0.5
 - nightingale-slack@4.0.5
 - nightingale-string@4.0.5
  • Loading branch information
christophehurpeau committed Jun 17, 2018
1 parent c3feb87 commit 884bd47
Show file tree
Hide file tree
Showing 32 changed files with 189 additions and 39 deletions.
9 changes: 9 additions & 0 deletions packages/nightingale-ansi-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="3.0.5"></a>
## [3.0.5](https://github.com/christophehurpeau/nightingale/compare/nightingale-ansi-formatter@3.0.4...nightingale-ansi-formatter@3.0.5) (2018-06-17)

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





<a name="3.0.4"></a>
## [3.0.4](https://github.com/christophehurpeau/nightingale/compare/nightingale-ansi-formatter@3.0.3...nightingale-ansi-formatter@3.0.4) (2018-06-17)

Expand Down
4 changes: 2 additions & 2 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": "3.0.4",
"version": "3.0.5",
"description": "Nightingale ANSI formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@types/ansi-styles": "^3.2.0",
"ansi-styles": "^3.2.1",
"nightingale-formatter": "^4.0.4",
"nightingale-formatter": "^4.0.5",
"nightingale-types": "^1.0.4"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/nightingale-app-console/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="2.1.2"></a>
## [2.1.2](https://github.com/christophehurpeau/nightingale/compare/nightingale-app-console@2.1.1...nightingale-app-console@2.1.2) (2018-06-17)

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





<a name="2.1.1"></a>
## [2.1.1](https://github.com/christophehurpeau/nightingale/compare/nightingale-app-console@2.1.0...nightingale-app-console@2.1.1) (2018-06-17)

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": "2.1.1",
"version": "2.1.2",
"description": "nightingale default config and logger for app",
"keywords": [],
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
Expand Down Expand Up @@ -35,9 +35,9 @@
"printWidth": 100
},
"dependencies": {
"nightingale": "^8.0.6",
"nightingale-browser-console": "^3.0.4",
"nightingale-console": "^4.0.4",
"nightingale": "^8.0.7",
"nightingale-browser-console": "^3.0.5",
"nightingale-console": "^4.0.5",
"source-map-support": "^0.4.14"
},
"devDependencies": {
Expand Down
9 changes: 9 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,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.0.5"></a>
## [3.0.5](https://github.com/christophehurpeau/nightingale/compare/nightingale-browser-console-formatter@3.0.4...nightingale-browser-console-formatter@3.0.5) (2018-06-17)

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





<a name="3.0.4"></a>
## [3.0.4](https://github.com/christophehurpeau/nightingale/compare/nightingale-browser-console-formatter@3.0.3...nightingale-browser-console-formatter@3.0.4) (2018-06-17)

Expand Down
4 changes: 2 additions & 2 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": "3.0.4",
"version": "3.0.5",
"description": "Nightingale Browser console formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -56,7 +56,7 @@
}
},
"dependencies": {
"nightingale-formatter": "^4.0.4",
"nightingale-formatter": "^4.0.5",
"nightingale-types": "^1.0.4"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/nightingale-browser-console/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="3.0.5"></a>
## [3.0.5](https://github.com/christophehurpeau/nightingale/compare/nightingale-browser-console@3.0.4...nightingale-browser-console@3.0.5) (2018-06-17)

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





<a name="3.0.4"></a>
## [3.0.4](https://github.com/christophehurpeau/nightingale/compare/nightingale-browser-console@3.0.3...nightingale-browser-console@3.0.4) (2018-06-17)

Expand Down
6 changes: 3 additions & 3 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": "3.0.4",
"version": "3.0.5",
"description": "Browser console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -33,9 +33,9 @@
"printWidth": 100
},
"dependencies": {
"nightingale-browser-console-formatter": "^3.0.4",
"nightingale-browser-console-formatter": "^3.0.5",
"nightingale-console-output": "^3.0.4",
"nightingale-debug": "^4.0.4",
"nightingale-debug": "^4.0.5",
"nightingale-types": "^1.0.4"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/nightingale-console-example/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="1.0.5"></a>
## [1.0.5](https://github.com/christophehurpeau/nightingale/compare/nightingale-console-example@1.0.4...nightingale-console-example@1.0.5) (2018-06-17)

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





<a name="1.0.4"></a>
## [1.0.4](https://github.com/christophehurpeau/nightingale/compare/nightingale-console-example@1.0.3...nightingale-console-example@1.0.4) (2018-06-17)

Expand Down
6 changes: 3 additions & 3 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": "1.0.4",
"version": "1.0.5",
"description": "",
"keywords": [],
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
Expand Down Expand Up @@ -33,8 +33,8 @@
"printWidth": 100
},
"dependencies": {
"nightingale": "^8.0.6",
"nightingale-console": "^4.0.4"
"nightingale": "^8.0.7",
"nightingale-console": "^4.0.5"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
Expand Down
9 changes: 9 additions & 0 deletions packages/nightingale-console/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="4.0.5"></a>
## [4.0.5](https://github.com/christophehurpeau/nightingale/compare/nightingale-console@4.0.4...nightingale-console@4.0.5) (2018-06-17)

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





<a name="4.0.4"></a>
## [4.0.4](https://github.com/christophehurpeau/nightingale/compare/nightingale-console@4.0.3...nightingale-console@4.0.4) (2018-06-17)

Expand Down
6 changes: 3 additions & 3 deletions packages/nightingale-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-console",
"version": "4.0.4",
"version": "4.0.5",
"description": "Console handler for nightingale",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -30,9 +30,9 @@
"printWidth": 100
},
"dependencies": {
"nightingale-ansi-formatter": "^3.0.4",
"nightingale-ansi-formatter": "^3.0.5",
"nightingale-console-output": "^3.0.4",
"nightingale-debug": "^4.0.4",
"nightingale-debug": "^4.0.5",
"nightingale-types": "^1.0.4"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/nightingale-debug/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="4.0.5"></a>
## [4.0.5](https://github.com/christophehurpeau/nightingale/compare/nightingale-debug@4.0.4...nightingale-debug@4.0.5) (2018-06-17)


### Bug Fixes

* eslint errors ([c3feb87](https://github.com/christophehurpeau/nightingale/commit/c3feb87))





<a name="4.0.4"></a>
## [4.0.4](https://github.com/christophehurpeau/nightingale/compare/nightingale-debug@4.0.3...nightingale-debug@4.0.4) (2018-06-17)

Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-debug",
"version": "4.0.4",
"version": "4.0.5",
"description": "Nightingale debug",
"keywords": [
"logger"
Expand Down
9 changes: 9 additions & 0 deletions packages/nightingale-example/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="1.0.5"></a>
## [1.0.5](https://github.com/christophehurpeau/nightingale/compare/nightingale-example@1.0.4...nightingale-example@1.0.5) (2018-06-17)

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





<a name="1.0.4"></a>
## [1.0.4](https://github.com/christophehurpeau/nightingale/compare/nightingale-example@1.0.3...nightingale-example@1.0.4) (2018-06-17)

Expand Down
10 changes: 5 additions & 5 deletions packages/nightingale-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nightingale-example",
"private": true,
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"keywords": [],
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
Expand Down Expand Up @@ -41,11 +41,11 @@
"printWidth": 100
},
"dependencies": {
"nightingale": "^8.0.6",
"nightingale-console": "^4.0.4",
"nightingale": "^8.0.7",
"nightingale-console": "^4.0.5",
"nightingale-console-output": "^3.0.4",
"nightingale-json-formatter": "^3.0.4",
"nightingale-string": "^4.0.4",
"nightingale-json-formatter": "^3.0.5",
"nightingale-string": "^4.0.5",
"nightingale-types": "^1.0.4"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/nightingale-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="4.0.5"></a>
## [4.0.5](https://github.com/christophehurpeau/nightingale/compare/nightingale-formatter@4.0.4...nightingale-formatter@4.0.5) (2018-06-17)


### Bug Fixes

* eslint errors ([c3feb87](https://github.com/christophehurpeau/nightingale/commit/c3feb87))





<a name="4.0.4"></a>
## [4.0.4](https://github.com/christophehurpeau/nightingale/compare/nightingale-formatter@4.0.3...nightingale-formatter@4.0.4) (2018-06-17)

Expand Down
2 changes: 1 addition & 1 deletion packages/nightingale-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-formatter",
"version": "4.0.4",
"version": "4.0.5",
"description": "Nightingale formatter",
"keywords": [
"nightingale",
Expand Down
9 changes: 9 additions & 0 deletions packages/nightingale-html-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="3.0.5"></a>
## [3.0.5](https://github.com/christophehurpeau/nightingale/compare/nightingale-html-formatter@3.0.4...nightingale-html-formatter@3.0.5) (2018-06-17)

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





<a name="3.0.4"></a>
## [3.0.4](https://github.com/christophehurpeau/nightingale/compare/nightingale-html-formatter@3.0.3...nightingale-html-formatter@3.0.4) (2018-06-17)

Expand Down
4 changes: 2 additions & 2 deletions packages/nightingale-html-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-html-formatter",
"version": "3.0.4",
"version": "3.0.5",
"description": "Nightingale HTML formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -56,7 +56,7 @@
}
},
"dependencies": {
"nightingale-formatter": "^4.0.4",
"nightingale-formatter": "^4.0.5",
"nightingale-types": "^1.0.4"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/nightingale-json-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="3.0.5"></a>
## [3.0.5](https://github.com/christophehurpeau/nightingale/compare/nightingale-json-formatter@3.0.4...nightingale-json-formatter@3.0.5) (2018-06-17)

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





<a name="3.0.4"></a>
## [3.0.4](https://github.com/christophehurpeau/nightingale/compare/nightingale-json-formatter@3.0.3...nightingale-json-formatter@3.0.4) (2018-06-17)

Expand Down
4 changes: 2 additions & 2 deletions packages/nightingale-json-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-json-formatter",
"version": "3.0.4",
"version": "3.0.5",
"description": "Nightingale JSON formatter",
"keywords": [
"nightingale",
Expand Down Expand Up @@ -56,7 +56,7 @@
}
},
"dependencies": {
"nightingale-formatter": "^4.0.4",
"nightingale-formatter": "^4.0.5",
"nightingale-types": "^1.0.4"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/nightingale-markdown-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="2.0.5"></a>
## [2.0.5](https://github.com/christophehurpeau/nightingale/compare/nightingale-markdown-formatter@2.0.4...nightingale-markdown-formatter@2.0.5) (2018-06-17)

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





<a name="2.0.4"></a>
## [2.0.4](https://github.com/christophehurpeau/nightingale/compare/nightingale-markdown-formatter@2.0.3...nightingale-markdown-formatter@2.0.4) (2018-06-17)

Expand Down

0 comments on commit 884bd47

Please sign in to comment.