Skip to content

Commit 30d73e3

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 6a28998 commit 30d73e3

File tree

14 files changed

+89
-12
lines changed

14 files changed

+89
-12
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.4](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/create-jest-runner/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* packages metadata, repo and homepage fields ([6a28998](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/create-jest-runner/commit/6a28998))
12+
13+
14+
15+
16+
617
## [0.6.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
718

819

@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.3",
2+
"version": "0.6.4",
33
"name": "@tunnckocore/create-jest-runner",
44
"description": "WIP",
55
"author": "Charlike Mike Reagent <[email protected]> (https://tunnckocore.com)",

@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.7](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/execa/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* packages metadata, repo and homepage fields ([6a28998](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/execa/commit/6a28998))
12+
13+
14+
15+
16+
617
## [4.4.6](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
718

819

@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.6",
2+
"version": "4.4.7",
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]> (https://tunnckocore.com)",

@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.6](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/jest-runner-babel/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* packages metadata, repo and homepage fields ([6a28998](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/jest-runner-babel/commit/6a28998))
12+
13+
14+
15+
16+
617
## [3.2.5](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
718

819

@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.5",
2+
"version": "3.2.6",
33
"name": "@tunnckocore/jest-runner-babel",
44
"description": "WIP",
55
"author": "Charlike Mike Reagent <[email protected]> (https://tunnckocore.com)",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@babel/core": "^7.6.0",
22-
"@tunnckocore/create-jest-runner": "^0.6.3",
22+
"@tunnckocore/create-jest-runner": "^0.6.4",
2323
"cosmiconfig": "^5.2.1"
2424
},
2525
"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.4](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/jest-runner-eslint/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* packages metadata, repo and homepage fields ([6a28998](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/jest-runner-eslint/commit/6a28998))
12+
13+
14+
15+
16+
617
## [0.4.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
718

819

@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.3",
2+
"version": "0.4.4",
33
"name": "@tunnckocore/jest-runner-eslint",
44
"description": "WIP",
55
"author": "Charlike Mike Reagent <[email protected]> (https://tunnckocore.com)",
@@ -18,8 +18,8 @@
1818
"node": ">=8.11"
1919
},
2020
"dependencies": {
21-
"@tunnckocore/create-jest-runner": "^0.6.3",
22-
"@tunnckocore/utils": "^0.8.2",
21+
"@tunnckocore/create-jest-runner": "^0.6.4",
22+
"@tunnckocore/utils": "^0.8.3",
2323
"cosmiconfig": "^5.2.1"
2424
},
2525
"peerDependencies": {

@tunnckocore/utils/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.8.3](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/utils/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* packages metadata, repo and homepage fields ([6a28998](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/utils/commit/6a28998))
12+
13+
14+
15+
16+
617
## [0.8.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/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.2",
2+
"version": "0.8.3",
33
"name": "@tunnckocore/utils",
44
"description": "Utility functions and helpers for internal usage and monorepos",
55
"author": "Charlike Mike Reagent <[email protected]> (https://tunnckocore.com)",

0 commit comments

Comments
 (0)