Skip to content

Commit a365167

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

File tree

14 files changed

+68
-12
lines changed

14 files changed

+68
-12
lines changed

@tunnckocore/create-jest-runner/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.6.2](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
7+
8+
**Note:** Version bump only for package @tunnckocore/create-jest-runner
9+
10+
11+
12+
13+
614
## [0.6.1](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
715

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

@tunnckocore/execa/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+
## [4.4.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
7+
8+
**Note:** Version bump only for package @tunnckocore/execa
9+
10+
11+
12+
13+
614
## [4.4.2](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
715

816
**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.2",
2+
"version": "4.4.3",
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: 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+
## [3.2.4](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
7+
8+
**Note:** Version bump only for package @tunnckocore/jest-runner-babel
9+
10+
11+
12+
13+
614
## [3.2.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
715

816
**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.3",
2+
"version": "3.2.4",
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.6.1",
27+
"@tunnckocore/create-jest-runner": "^0.6.2",
2828
"cosmiconfig": "^5.2.1"
2929
},
3030
"files": [

@tunnckocore/jest-runner-eslint/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.4.2](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
7+
8+
**Note:** Version bump only for package @tunnckocore/jest-runner-eslint
9+
10+
11+
12+
13+
614
## [0.4.1](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
715

816
**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.4.1",
2+
"version": "0.4.2",
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.6.1",
27-
"@tunnckocore/utils": "^0.8.1",
26+
"@tunnckocore/create-jest-runner": "^0.6.2",
27+
"@tunnckocore/utils": "^0.8.2",
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.8.2](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
7+
8+
**Note:** Version bump only for package @tunnckocore/utils
9+
10+
11+
12+
13+
614
## [0.8.1](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
715

816
**Note:** Version bump only for package @tunnckocore/utils

@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.8.1",
2+
"version": "0.8.2",
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)