Skip to content

Commit 55784a5

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

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

@tunnckocore/jest-runner-eslint/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+
## [0.2.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-18)
7+
8+
**Note:** Version bump only for package @tunnckocore/jest-runner-eslint
9+
10+
11+
12+
13+
614
## [0.2.2](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-18)
715

816

@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.2",
2+
"version": "0.2.3",
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
@@ -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.1 (2019-09-18)
7+
8+
9+
### Bug Fixes
10+
11+
* shaed workspace, take 2 ([5df5456](https://github.com/tunnckocore/opensource/commit/5df5456))

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.0",
3+
"version": "0.1.1",
44
"dependencies": {
55
"@tunnckocore/jest-runner-babel": "^3.1.0",
6-
"@tunnckocore/jest-runner-eslint": "^0.2.2",
6+
"@tunnckocore/jest-runner-eslint": "^0.2.3",
77
"@tunnckocore/utils": "^0.5.1"
88
}
99
}

0 commit comments

Comments
 (0)