Skip to content

Commit

Permalink
chore: release package(s)
Browse files Browse the repository at this point in the history
 - @tunnckocore/[email protected]
 - @tunnckocore/[email protected]
 - @tunnckocore/[email protected]
 - @tunnckocore/[email protected]
 - @tunnckocore/[email protected]
  • Loading branch information
tunnckoCore committed Sep 19, 2019
1 parent 23f9e3e commit 292cfa4
Show file tree
Hide file tree
Showing 10 changed files with 66 additions and 8 deletions.
12 changes: 12 additions & 0 deletions @tunnckocore/create-jest-runner/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.

## [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
2 changes: 1 addition & 1 deletion @tunnckocore/create-jest-runner/package.json
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]>",
Expand Down
12 changes: 12 additions & 0 deletions @tunnckocore/execa/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.

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


Expand Down
2 changes: 1 addition & 1 deletion @tunnckocore/execa/package.json
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]>",
Expand Down
13 changes: 13 additions & 0 deletions @tunnckocore/jest-runner-babel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions @tunnckocore/jest-runner-babel/package.json
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]>",
Expand All @@ -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": [
Expand Down
13 changes: 13 additions & 0 deletions @tunnckocore/jest-runner-eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions @tunnckocore/jest-runner-eslint/package.json
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]>",
Expand All @@ -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"
},
Expand Down
8 changes: 8 additions & 0 deletions @tunnckocore/utils/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.

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


Expand Down
2 changes: 1 addition & 1 deletion @tunnckocore/utils/package.json
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]>",
Expand Down

0 comments on commit 292cfa4

Please sign in to comment.