diff --git a/@tunnckocore/create-jest-runner/CHANGELOG.md b/@tunnckocore/create-jest-runner/CHANGELOG.md index 3477d24d..0a055bc0 100644 --- a/@tunnckocore/create-jest-runner/CHANGELOG.md +++ b/@tunnckocore/create-jest-runner/CHANGELOG.md @@ -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/create-jest-runner@0.5.5...@tunnckocore/create-jest-runner@0.5.6) (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 diff --git a/@tunnckocore/create-jest-runner/package.json b/@tunnckocore/create-jest-runner/package.json index 624d4b83..8943d503 100644 --- a/@tunnckocore/create-jest-runner/package.json +++ b/@tunnckocore/create-jest-runner/package.json @@ -1,5 +1,5 @@ { - "version": "0.5.5", + "version": "0.5.6", "name": "@tunnckocore/create-jest-runner", "description": "WIP", "author": "Charlike Mike Reagent ", diff --git a/@tunnckocore/execa/CHANGELOG.md b/@tunnckocore/execa/CHANGELOG.md index bebe9bae..f0f920b7 100644 --- a/@tunnckocore/execa/CHANGELOG.md +++ b/@tunnckocore/execa/CHANGELOG.md @@ -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/execa@4.4.0...@tunnckocore/execa@4.4.1) (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) diff --git a/@tunnckocore/execa/package.json b/@tunnckocore/execa/package.json index 31c588a4..4dc6a747 100644 --- a/@tunnckocore/execa/package.json +++ b/@tunnckocore/execa/package.json @@ -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 ", diff --git a/@tunnckocore/jest-runner-babel/CHANGELOG.md b/@tunnckocore/jest-runner-babel/CHANGELOG.md index 50231816..baf09f35 100644 --- a/@tunnckocore/jest-runner-babel/CHANGELOG.md +++ b/@tunnckocore/jest-runner-babel/CHANGELOG.md @@ -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/jest-runner-babel@3.1.0...@tunnckocore/jest-runner-babel@3.1.1) (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) diff --git a/@tunnckocore/jest-runner-babel/package.json b/@tunnckocore/jest-runner-babel/package.json index 17109dcd..f36aade7 100644 --- a/@tunnckocore/jest-runner-babel/package.json +++ b/@tunnckocore/jest-runner-babel/package.json @@ -1,5 +1,5 @@ { - "version": "3.1.0", + "version": "3.1.1", "name": "@tunnckocore/jest-runner-babel", "description": "WIP", "author": "Charlike Mike Reagent ", @@ -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": [ diff --git a/@tunnckocore/jest-runner-eslint/CHANGELOG.md b/@tunnckocore/jest-runner-eslint/CHANGELOG.md index 2082d204..425c41fd 100644 --- a/@tunnckocore/jest-runner-eslint/CHANGELOG.md +++ b/@tunnckocore/jest-runner-eslint/CHANGELOG.md @@ -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/jest-runner-eslint@0.3.2...@tunnckocore/jest-runner-eslint@0.3.3) (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/jest-runner-eslint@0.3.1...@tunnckocore/jest-runner-eslint@0.3.2) (2019-09-18) **Note:** Version bump only for package @tunnckocore/jest-runner-eslint diff --git a/@tunnckocore/jest-runner-eslint/package.json b/@tunnckocore/jest-runner-eslint/package.json index eec357eb..3ae9f373 100644 --- a/@tunnckocore/jest-runner-eslint/package.json +++ b/@tunnckocore/jest-runner-eslint/package.json @@ -1,5 +1,5 @@ { - "version": "0.3.2", + "version": "0.3.3", "name": "@tunnckocore/jest-runner-eslint", "description": "WIP", "author": "Charlike Mike Reagent ", @@ -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" }, diff --git a/@tunnckocore/utils/CHANGELOG.md b/@tunnckocore/utils/CHANGELOG.md index 4680f565..7c7f1406 100644 --- a/@tunnckocore/utils/CHANGELOG.md +++ b/@tunnckocore/utils/CHANGELOG.md @@ -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/utils@0.5.2...@tunnckocore/utils@0.5.3) (2019-09-19) + +**Note:** Version bump only for package @tunnckocore/utils + + + + + ## [0.5.2](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/utils@0.5.1...@tunnckocore/utils@0.5.2) (2019-09-18) diff --git a/@tunnckocore/utils/package.json b/@tunnckocore/utils/package.json index 3c324beb..f708aa22 100644 --- a/@tunnckocore/utils/package.json +++ b/@tunnckocore/utils/package.json @@ -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 ",