Skip to content

Commit 292cfa4

Browse files
committed
chore: release package(s)
- @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected]
1 parent 23f9e3e commit 292cfa4

File tree

10 files changed

+66
-8
lines changed

10 files changed

+66
-8
lines changed

@tunnckocore/create-jest-runner/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.6](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-19)
7+
8+
9+
### Bug Fixes
10+
11+
* build to node 8.11, ignore dist again ([15481ed](https://github.com/tunnckoCore/opensource/commit/15481ed))
12+
* delete dist files ([e602f7e](https://github.com/tunnckoCore/opensource/commit/e602f7e))
13+
14+
15+
16+
17+
618
## 0.5.5 (2019-09-18)
719

820
**Note:** Version bump only for package @tunnckocore/create-jest-runner

@tunnckocore/create-jest-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.5.5",
2+
"version": "0.5.6",
33
"name": "@tunnckocore/create-jest-runner",
44
"description": "WIP",
55
"author": "Charlike Mike Reagent <[email protected]>",

@tunnckocore/execa/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.4.1](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-19)
7+
8+
9+
### Bug Fixes
10+
11+
* build to node 8.11, ignore dist again ([15481ed](https://github.com/tunnckoCore/opensource/commit/15481ed))
12+
* delete dist files ([e602f7e](https://github.com/tunnckoCore/opensource/commit/e602f7e))
13+
14+
15+
16+
17+
618
# 4.4.0 (2019-09-18)
719

820

@tunnckocore/execa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.4.0",
2+
"version": "4.4.1",
33
"name": "@tunnckocore/execa",
44
"description": "Thin layer on top of `execa` that allows executing multiple commands in parallel or in sequence with control for concurrency",
55
"author": "Charlike Mike Reagent <[email protected]>",

@tunnckocore/jest-runner-babel/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-19)
7+
8+
9+
### Bug Fixes
10+
11+
* build to node 8.11, ignore dist again ([15481ed](https://github.com/tunnckoCore/opensource/commit/15481ed))
12+
* delete dist files ([e602f7e](https://github.com/tunnckoCore/opensource/commit/e602f7e))
13+
* resque script for use after clone ([31cfc15](https://github.com/tunnckoCore/opensource/commit/31cfc15))
14+
15+
16+
17+
18+
619
# 3.1.0 (2019-09-18)
720

821

@tunnckocore/jest-runner-babel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.1.0",
2+
"version": "3.1.1",
33
"name": "@tunnckocore/jest-runner-babel",
44
"description": "WIP",
55
"author": "Charlike Mike Reagent <[email protected]>",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@babel/core": "^7.6.0",
27-
"@tunnckocore/create-jest-runner": "^0.5.5",
27+
"@tunnckocore/create-jest-runner": "^0.5.6",
2828
"cosmiconfig": "^5.2.1"
2929
},
3030
"files": [

@tunnckocore/jest-runner-eslint/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-19)
7+
8+
9+
### Bug Fixes
10+
11+
* build to node 8.11, ignore dist again ([15481ed](https://github.com/tunnckoCore/opensource/commit/15481ed))
12+
* delete dist files ([e602f7e](https://github.com/tunnckoCore/opensource/commit/e602f7e))
13+
* resque script for use after clone ([31cfc15](https://github.com/tunnckoCore/opensource/commit/31cfc15))
14+
15+
16+
17+
18+
619
## [0.3.2](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-18)
720

821
**Note:** Version bump only for package @tunnckocore/jest-runner-eslint

@tunnckocore/jest-runner-eslint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.2",
2+
"version": "0.3.3",
33
"name": "@tunnckocore/jest-runner-eslint",
44
"description": "WIP",
55
"author": "Charlike Mike Reagent <[email protected]>",
@@ -23,8 +23,8 @@
2323
"directory": "@tunnckocore/jest-runner-eslint"
2424
},
2525
"dependencies": {
26-
"@tunnckocore/create-jest-runner": "^0.5.5",
27-
"@tunnckocore/utils": "^0.5.2",
26+
"@tunnckocore/create-jest-runner": "^0.5.6",
27+
"@tunnckocore/utils": "^0.5.3",
2828
"cosmiconfig": "^5.2.1",
2929
"eslint": "^6.4.0"
3030
},

@tunnckocore/utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-19)
7+
8+
**Note:** Version bump only for package @tunnckocore/utils
9+
10+
11+
12+
13+
614
## [0.5.2](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-18)
715

816

@tunnckocore/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.5.2",
2+
"version": "0.5.3",
33
"name": "@tunnckocore/utils",
44
"description": "Utility functions and helpers for internal usage and monorepos",
55
"author": "Charlike Mike Reagent <[email protected]>",

0 commit comments

Comments
 (0)