Skip to content

Commit 82eabba

Browse files
committed
chore: release package(s)
- @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected] - [email protected]
1 parent 9798d2f commit 82eabba

File tree

10 files changed

+68
-10
lines changed

10 files changed

+68
-10
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.0](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* create jest runner bug ([05ba8f9](https://github.com/tunnckoCore/opensource/commit/05ba8f9))
12+
* update inBand runs failing, reorganize jest configs ([684a758](https://github.com/tunnckoCore/opensource/commit/684a758))
13+
14+
15+
### Features
16+
17+
* add jest runner rollup ([#56](https://github.com/tunnckoCore/opensource/issues/56)) ([b49a662](https://github.com/tunnckoCore/opensource/commit/b49a662))
18+
19+
20+
21+
22+
623
## [0.5.6](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-19)
724

825

@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.5.6",
2+
"version": "0.6.0",
33
"name": "@tunnckocore/create-jest-runner",
44
"description": "WIP",
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.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-babel
9+
10+
11+
12+
13+
614
## [3.2.1](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-19)
715

816

@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.1",
2+
"version": "3.2.2",
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.5.6",
27+
"@tunnckocore/create-jest-runner": "^0.6.0",
2828
"cosmiconfig": "^5.2.1"
2929
},
3030
"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.0](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
7+
8+
9+
### Features
10+
11+
* add jest runner rollup ([#56](https://github.com/tunnckoCore/opensource/issues/56)) ([b49a662](https://github.com/tunnckoCore/opensource/commit/b49a662))
12+
13+
14+
15+
16+
617
## [0.3.5](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-20)
718

819
**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.3.5",
2+
"version": "0.4.0",
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.5.6",
27-
"@tunnckocore/utils": "^0.7.0",
26+
"@tunnckocore/create-jest-runner": "^0.6.0",
27+
"@tunnckocore/utils": "^0.8.0",
2828
"cosmiconfig": "^5.2.1",
2929
"eslint": "^6.4.0"
3030
},

@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.0](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-02)
7+
8+
9+
### Features
10+
11+
* add jest runner rollup ([#56](https://github.com/tunnckoCore/opensource/issues/56)) ([b49a662](https://github.com/tunnckoCore/opensource/commit/b49a662))
12+
13+
14+
15+
16+
617
# [0.7.0](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-20)
718

819

@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.7.0",
2+
"version": "0.8.0",
33
"name": "@tunnckocore/utils",
44
"description": "Utility functions and helpers for internal usage and monorepos",
55
"author": "Charlike Mike Reagent <[email protected]>",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2019-10-02)
7+
8+
9+
### Features
10+
11+
* add jest runner rollup ([#56](https://github.com/tunnckoCore/opensource/issues/56)) ([b49a662](https://github.com/tunnckoCore/opensource/commit/b49a662))

packages/jest-runner-rollup/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1",
2+
"version": "0.1.0",
33
"name": "jest-runner-rollup",
44
"author": "Charlike Mike Reagent <[email protected]>",
55
"homepage": "https://github.com/tunnckoCore/opensource",
@@ -40,8 +40,8 @@
4040
"build"
4141
],
4242
"dependencies": {
43-
"@tunnckocore/create-jest-runner": "^0.5.6",
44-
"@tunnckocore/utils": "^0.7.0",
43+
"@tunnckocore/create-jest-runner": "^0.6.0",
44+
"@tunnckocore/utils": "^0.8.0",
4545
"cosmiconfig": "^5.2.1",
4646
"rollup": "^1.22.0"
4747
}

0 commit comments

Comments
 (0)