Skip to content

Commit d5087df

Browse files
committed
chore: release package(s)
- @tunnckocore/babel-preset@0.3.2 - @tunnckocore/create-jest-runner@0.7.2 - @tunnckocore/eslint-config@4.2.2 - @tunnckocore/execa@4.5.3 - @tunnckocore/jest-runner-babel@3.3.2 - @tunnckocore/jest-runner-eslint@0.5.2 - @tunnckocore/prettier-config@0.3.2 - @tunnckocore/utils@0.9.2 - jest-runner-docs@0.1.3 - jest-runner-rollup@0.3.3 - koa-better-body@3.1.4
1 parent 698c8d8 commit d5087df

File tree

22 files changed

+155
-19
lines changed

22 files changed

+155
-19
lines changed

@tunnckocore/babel-preset/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.2](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/babel-preset/compare/@tunnckocore/babel-preset@0.3.1...@tunnckocore/babel-preset@0.3.2) (2019-10-13)
7+
8+
9+
### Bug Fixes
10+
11+
* docs runner readme gen tweaks ([87e32b9](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/babel-preset/commit/87e32b9))
12+
* remove version from the "promo" part, regen docs ([f0dd7ef](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/babel-preset/commit/f0dd7ef))
13+
* update readmes, build koa-better-body ([698c8d8](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/babel-preset/commit/698c8d8))
14+
15+
16+
17+
18+
619
## [0.3.1](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/babel-preset/compare/@tunnckocore/babel-preset@0.3.0...@tunnckocore/babel-preset@0.3.1) (2019-10-03)
720

821

@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.1",
3+
"version": "0.3.2",
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: 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.7.2](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/create-jest-runner/compare/@tunnckocore/create-jest-runner@0.7.1...@tunnckocore/create-jest-runner@0.7.2) (2019-10-13)
7+
8+
9+
### Bug Fixes
10+
11+
* docs runner readme gen tweaks ([87e32b9](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/create-jest-runner/commit/87e32b9))
12+
* remove version from the "promo" part, regen docs ([f0dd7ef](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/create-jest-runner/commit/f0dd7ef))
13+
* update readmes, build koa-better-body ([698c8d8](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/create-jest-runner/commit/698c8d8))
14+
15+
16+
17+
18+
619
## [0.7.1](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/create-jest-runner/compare/@tunnckocore/create-jest-runner@0.7.0...@tunnckocore/create-jest-runner@0.7.1) (2019-10-03)
720

821

@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.7.1",
3+
"version": "0.7.2",
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.2](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/eslint-config/compare/@tunnckocore/eslint-config@4.2.1...@tunnckocore/eslint-config@4.2.2) (2019-10-13)
7+
8+
**Note:** Version bump only for package @tunnckocore/eslint-config
9+
10+
11+
12+
13+
614
## [4.2.1](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/eslint-config/compare/@tunnckocore/eslint-config@4.2.0...@tunnckocore/eslint-config@4.2.1) (2019-10-03)
715

816

@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.1",
3+
"version": "4.2.2",
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.1",
59+
"@tunnckocore/utils": "^0.9.2",
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: 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+
## [4.5.3](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/execa/compare/@tunnckocore/execa@4.5.2...@tunnckocore/execa@4.5.3) (2019-10-13)
7+
8+
9+
### Bug Fixes
10+
11+
* docs runner readme gen tweaks ([87e32b9](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/execa/commit/87e32b9))
12+
* remove version from the "promo" part, regen docs ([f0dd7ef](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/execa/commit/f0dd7ef))
13+
* update readmes, build koa-better-body ([698c8d8](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/execa/commit/698c8d8))
14+
15+
16+
17+
18+
619
## [4.5.2](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/execa/compare/@tunnckocore/execa@4.5.1...@tunnckocore/execa@4.5.2) (2019-10-03)
720

821

@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.2",
3+
"version": "4.5.3",
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: 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.3.2](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/jest-runner-babel/compare/@tunnckocore/jest-runner-babel@3.3.1...@tunnckocore/jest-runner-babel@3.3.2) (2019-10-13)
7+
8+
9+
### Bug Fixes
10+
11+
* docs runner readme gen tweaks ([87e32b9](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/jest-runner-babel/commit/87e32b9))
12+
* remove version from the "promo" part, regen docs ([f0dd7ef](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/jest-runner-babel/commit/f0dd7ef))
13+
* update readmes, build koa-better-body ([698c8d8](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/jest-runner-babel/commit/698c8d8))
14+
15+
16+
17+
18+
619
## [3.3.1](https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/jest-runner-babel/compare/@tunnckocore/jest-runner-babel@3.3.0...@tunnckocore/jest-runner-babel@3.3.1) (2019-10-03)
720

821

@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.3.1",
3+
"version": "3.3.2",
44
"description": "WIP",
55
"repository": "https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/jest-runner-babel",
66
"homepage": "https://tunnckocore.com/opensource",
@@ -42,7 +42,7 @@
4242
"scripts": {},
4343
"dependencies": {
4444
"@babel/core": "^7.6.0",
45-
"@tunnckocore/create-jest-runner": "^0.7.1",
45+
"@tunnckocore/create-jest-runner": "^0.7.2",
4646
"cosmiconfig": "^5.2.1"
4747
},
4848
"publishConfig": {

0 commit comments

Comments
 (0)