Skip to content

Commit 06f6165

Browse files
committed
chore: release package(s)
- @tunnckocore/[email protected] - @tunnckocore/[email protected]
1 parent 55784a5 commit 06f6165

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

@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.3.0](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-18)
7+
8+
9+
### Bug Fixes
10+
11+
* typo in eslint runner ([2b2a306](https://github.com/tunnckoCore/opensource/commit/2b2a306))
12+
13+
14+
15+
16+
617
## [0.2.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-18)
718

819
**Note:** Version bump only for package @tunnckocore/jest-runner-eslint

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.3",
2+
"version": "0.3.0",
33
"name": "@tunnckocore/jest-runner-eslint",
44
"description": "WIP",
55
"author": "Charlike Mike Reagent <[email protected]>",

shared/__shared__/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.2.0 (2019-09-18)
7+
8+
9+
### Bug Fixes
10+
11+
* shaed workspace, take 2 ([5df5456](https://github.com/tunnckocore/opensource/commit/5df5456))
12+
13+
14+
15+
16+
617
## 0.1.1 (2019-09-18)
718

819

shared/__shared__/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@tunnckocore/shared-support",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"dependencies": {
55
"@tunnckocore/jest-runner-babel": "^3.1.0",
6-
"@tunnckocore/jest-runner-eslint": "^0.2.3",
6+
"@tunnckocore/jest-runner-eslint": "^0.3.0",
77
"@tunnckocore/utils": "^0.5.1"
88
}
99
}

0 commit comments

Comments
 (0)