-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected]
- Loading branch information
1 parent
23f9e3e
commit 292cfa4
Showing
10 changed files
with
66 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
## [0.5.6](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* build to node 8.11, ignore dist again ([15481ed](https://github.com/tunnckoCore/opensource/commit/15481ed)) | ||
* delete dist files ([e602f7e](https://github.com/tunnckoCore/opensource/commit/e602f7e)) | ||
|
||
|
||
|
||
|
||
|
||
## 0.5.5 (2019-09-18) | ||
|
||
**Note:** Version bump only for package @tunnckocore/create-jest-runner |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"name": "@tunnckocore/create-jest-runner", | ||
"description": "WIP", | ||
"author": "Charlike Mike Reagent <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
## [4.4.1](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* build to node 8.11, ignore dist again ([15481ed](https://github.com/tunnckoCore/opensource/commit/15481ed)) | ||
* delete dist files ([e602f7e](https://github.com/tunnckoCore/opensource/commit/e602f7e)) | ||
|
||
|
||
|
||
|
||
|
||
# 4.4.0 (2019-09-18) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"name": "@tunnckocore/execa", | ||
"description": "Thin layer on top of `execa` that allows executing multiple commands in parallel or in sequence with control for concurrency", | ||
"author": "Charlike Mike Reagent <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
## [3.1.1](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* build to node 8.11, ignore dist again ([15481ed](https://github.com/tunnckoCore/opensource/commit/15481ed)) | ||
* delete dist files ([e602f7e](https://github.com/tunnckoCore/opensource/commit/e602f7e)) | ||
* resque script for use after clone ([31cfc15](https://github.com/tunnckoCore/opensource/commit/31cfc15)) | ||
|
||
|
||
|
||
|
||
|
||
# 3.1.0 (2019-09-18) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"name": "@tunnckocore/jest-runner-babel", | ||
"description": "WIP", | ||
"author": "Charlike Mike Reagent <[email protected]>", | ||
|
@@ -24,7 +24,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/core": "^7.6.0", | ||
"@tunnckocore/create-jest-runner": "^0.5.5", | ||
"@tunnckocore/create-jest-runner": "^0.5.6", | ||
"cosmiconfig": "^5.2.1" | ||
}, | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
## [0.3.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* build to node 8.11, ignore dist again ([15481ed](https://github.com/tunnckoCore/opensource/commit/15481ed)) | ||
* delete dist files ([e602f7e](https://github.com/tunnckoCore/opensource/commit/e602f7e)) | ||
* resque script for use after clone ([31cfc15](https://github.com/tunnckoCore/opensource/commit/31cfc15)) | ||
|
||
|
||
|
||
|
||
|
||
## [0.3.2](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-18) | ||
|
||
**Note:** Version bump only for package @tunnckocore/jest-runner-eslint | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"name": "@tunnckocore/jest-runner-eslint", | ||
"description": "WIP", | ||
"author": "Charlike Mike Reagent <[email protected]>", | ||
|
@@ -23,8 +23,8 @@ | |
"directory": "@tunnckocore/jest-runner-eslint" | ||
}, | ||
"dependencies": { | ||
"@tunnckocore/create-jest-runner": "^0.5.5", | ||
"@tunnckocore/utils": "^0.5.2", | ||
"@tunnckocore/create-jest-runner": "^0.5.6", | ||
"@tunnckocore/utils": "^0.5.3", | ||
"cosmiconfig": "^5.2.1", | ||
"eslint": "^6.4.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
## [0.5.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-19) | ||
|
||
**Note:** Version bump only for package @tunnckocore/utils | ||
|
||
|
||
|
||
|
||
|
||
## [0.5.2](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-18) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"name": "@tunnckocore/utils", | ||
"description": "Utility functions and helpers for internal usage and monorepos", | ||
"author": "Charlike Mike Reagent <[email protected]>", | ||
|