Skip to content

Commit 7fe161d

Browse files
committed
chore: release package(s)
- @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected] - [email protected]
1 parent a428e85 commit 7fe161d

File tree

10 files changed

+63
-8
lines changed

10 files changed

+63
-8
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.6.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* no build step for *jest-runner* packages ([ba8a7ac](https://github.com/tunnckoCore/opensource/commit/ba8a7ac))
12+
13+
14+
15+
16+
617
## [0.6.2](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
718

819
**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.6.2",
2+
"version": "0.6.3",
33
"name": "@tunnckocore/create-jest-runner",
44
"description": "WIP",
55
"author": "Charlike Mike Reagent <[email protected]>",

@tunnckocore/execa/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.4](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **execa:** bundled deps ([a428e85](https://github.com/tunnckoCore/opensource/commit/a428e85))
12+
13+
14+
15+
16+
617
## [4.4.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
718

819
**Note:** Version bump only for package @tunnckocore/execa

@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.3",
2+
"version": "4.4.4",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2.5](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* no build step for *jest-runner* packages ([ba8a7ac](https://github.com/tunnckoCore/opensource/commit/ba8a7ac))
12+
13+
14+
15+
16+
617
## [3.2.4](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
718

819
**Note:** Version bump only for package @tunnckocore/jest-runner-babel

@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.2.4",
2+
"version": "3.2.5",
33
"name": "@tunnckocore/jest-runner-babel",
44
"description": "WIP",
55
"author": "Charlike Mike Reagent <[email protected]>",
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@babel/core": "^7.6.0",
26-
"@tunnckocore/create-jest-runner": "^0.6.2",
26+
"@tunnckocore/create-jest-runner": "^0.6.3",
2727
"cosmiconfig": "^5.2.1"
2828
},
2929
"files": [

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.4.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* no build step for *jest-runner* packages ([ba8a7ac](https://github.com/tunnckoCore/opensource/commit/ba8a7ac))
12+
13+
14+
15+
16+
617
## [0.4.2](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
718

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.4.2",
2+
"version": "0.4.3",
33
"name": "@tunnckocore/jest-runner-eslint",
44
"description": "WIP",
55
"author": "Charlike Mike Reagent <[email protected]>",
@@ -22,7 +22,7 @@
2222
"directory": "@tunnckocore/jest-runner-eslint"
2323
},
2424
"dependencies": {
25-
"@tunnckocore/create-jest-runner": "^0.6.2",
25+
"@tunnckocore/create-jest-runner": "^0.6.3",
2626
"@tunnckocore/utils": "^0.8.2",
2727
"cosmiconfig": "^5.2.1"
2828
},

packages/jest-runner-rollup/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2.3](https://github.com/tunnckoCore/opensource/compare/[email protected]@0.2.3) (2019-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* no build step for *jest-runner* packages ([ba8a7ac](https://github.com/tunnckoCore/opensource/commit/ba8a7ac))
12+
13+
14+
15+
16+
617
## [0.2.2](https://github.com/tunnckoCore/opensource/compare/[email protected]@0.2.2) (2019-10-02)
718

819
**Note:** Version bump only for package jest-runner-rollup

packages/jest-runner-rollup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.2",
2+
"version": "0.2.3",
33
"name": "jest-runner-rollup",
44
"author": "Charlike Mike Reagent <[email protected]>",
55
"homepage": "https://github.com/tunnckoCore/opensource",
@@ -40,7 +40,7 @@
4040
"build"
4141
],
4242
"dependencies": {
43-
"@tunnckocore/create-jest-runner": "^0.6.2",
43+
"@tunnckocore/create-jest-runner": "^0.6.3",
4444
"@tunnckocore/utils": "^0.8.2",
4545
"cosmiconfig": "^5.2.1",
4646
"rollup": "^1.22.0"

0 commit comments

Comments
 (0)