Skip to content

Commit 6741ec5

Browse files
committed
chore: release package(s)
- @tunnckocore/babel-preset@0.3.4 - @tunnckocore/create-jest-runner@0.8.1 - @tunnckocore/eslint-config@4.2.4 - @tunnckocore/execa@4.5.5 - @tunnckocore/jest-runner-babel@3.4.1 - @tunnckocore/jest-runner-eslint@0.6.1 - @tunnckocore/prettier-config@0.3.4 - @tunnckocore/utils@0.9.4 - jest-runner-docs@0.2.1 - jest-runner-rollup@0.4.1 - koa-better-body@3.1.6
1 parent ee3c299 commit 6741ec5

File tree

22 files changed

+137
-19
lines changed

22 files changed

+137
-19
lines changed

@tunnckocore/babel-preset/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.3.4](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/babel-preset/compare/@tunnckocore/babel-preset@0.3.3...@tunnckocore/babel-preset@0.3.4) (2019-10-13)
7+
8+
9+
### Bug Fixes
10+
11+
* run prettier on everything ([ee3c299](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/babel-preset/commit/ee3c299))
12+
13+
14+
15+
16+
617
## [0.3.3](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/babel-preset/compare/@tunnckocore/babel-preset@0.3.2...@tunnckocore/babel-preset@0.3.3) (2019-10-13)
718

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

@tunnckocore/babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tunnckocore/babel-preset",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Shareable Babel config/preset for all @tunnckoCore projects",
55
"repository": "https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/babel-preset",
66
"homepage": "https://tunnckocore.com/opensource",

@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.8.1](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/create-jest-runner/compare/@tunnckocore/create-jest-runner@0.8.0...@tunnckocore/create-jest-runner@0.8.1) (2019-10-13)
7+
8+
9+
### Bug Fixes
10+
11+
* run prettier on everything ([ee3c299](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/create-jest-runner/commit/ee3c299))
12+
13+
14+
15+
16+
617
# [0.8.0](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/create-jest-runner/compare/@tunnckocore/create-jest-runner@0.7.2...@tunnckocore/create-jest-runner@0.8.0) (2019-10-13)
718

819

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tunnckocore/create-jest-runner",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "WIP",
55
"repository": "https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/create-jest-runner",
66
"homepage": "https://tunnckocore.com/opensource",

@tunnckocore/eslint-config/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.2.4](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/eslint-config/compare/@tunnckocore/eslint-config@4.2.3...@tunnckocore/eslint-config@4.2.4) (2019-10-13)
7+
8+
**Note:** Version bump only for package @tunnckocore/eslint-config
9+
10+
11+
12+
13+
614
## [4.2.3](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/eslint-config/compare/@tunnckocore/eslint-config@4.2.2...@tunnckocore/eslint-config@4.2.3) (2019-10-13)
715

816
**Note:** Version bump only for package @tunnckocore/eslint-config

@tunnckocore/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tunnckocore/eslint-config",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "Shareable ESLint config for all @tunnckoCore projects",
55
"repository": "https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/eslint-config",
66
"homepage": "https://tunnckocore.com/opensource",
@@ -56,7 +56,7 @@
5656
"typescript": "^3.6.3"
5757
},
5858
"dependencies": {
59-
"@tunnckocore/utils": "^0.9.3",
59+
"@tunnckocore/utils": "^0.9.4",
6060
"@typescript-eslint/eslint-plugin": "^2.3.2",
6161
"@typescript-eslint/parser": "^2.3.2",
6262
"babel-eslint": "^10.0.3",

@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.5.5](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/execa/compare/@tunnckocore/execa@4.5.4...@tunnckocore/execa@4.5.5) (2019-10-13)
7+
8+
9+
### Bug Fixes
10+
11+
* run prettier on everything ([ee3c299](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/execa/commit/ee3c299))
12+
13+
14+
15+
16+
617
## [4.5.4](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/execa/compare/@tunnckocore/execa@4.5.3...@tunnckocore/execa@4.5.4) (2019-10-13)
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,6 +1,6 @@
11
{
22
"name": "@tunnckocore/execa",
3-
"version": "4.5.4",
3+
"version": "4.5.5",
44
"description": "Thin layer on top of `execa` that allows executing multiple commands in parallel or in sequence with control for concurrency",
55
"repository": "https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/execa",
66
"homepage": "https://tunnckocore.com/opensource",

@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.4.1](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/jest-runner-babel/compare/@tunnckocore/jest-runner-babel@3.4.0...@tunnckocore/jest-runner-babel@3.4.1) (2019-10-13)
7+
8+
9+
### Bug Fixes
10+
11+
* run prettier on everything ([ee3c299](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/jest-runner-babel/commit/ee3c299))
12+
13+
14+
15+
16+
617
# [3.4.0](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/jest-runner-babel/compare/@tunnckocore/jest-runner-babel@3.3.2...@tunnckocore/jest-runner-babel@3.4.0) (2019-10-13)
718

819

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tunnckocore/jest-runner-babel",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "WIP",
55
"repository": "https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/jest-runner-babel",
66
"homepage": "https://tunnckocore.com/opensource",
@@ -44,7 +44,7 @@
4444
"@babel/core": "^7.6.0"
4545
},
4646
"dependencies": {
47-
"@tunnckocore/create-jest-runner": "^0.8.0",
47+
"@tunnckocore/create-jest-runner": "^0.8.1",
4848
"cosmiconfig": "^5.2.1"
4949
},
5050
"publishConfig": {

0 commit comments

Comments
 (0)