Skip to content

Commit abea3d3

Browse files
committed
chore: release package(s)
- @tunnckocore/[email protected] - @tunnckocore/[email protected]
1 parent 25b60ee commit abea3d3

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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.4",
2+
"version": "0.3.5",
33
"name": "@tunnckocore/jest-runner-eslint",
44
"description": "WIP",
55
"author": "Charlike Mike Reagent <[email protected]>",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@tunnckocore/create-jest-runner": "^0.5.6",
27-
"@tunnckocore/utils": "^0.6.0",
27+
"@tunnckocore/utils": "^0.7.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.7.0](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-20)
7+
8+
9+
### Features
10+
11+
* improve tests, rename packageRootPath -> workspaceRootPath ([25b60ee](https://github.com/tunnckoCore/opensource/commit/25b60ee))
12+
13+
14+
15+
16+
617
# [0.6.0](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-19)
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.6.0",
2+
"version": "0.7.0",
33
"name": "@tunnckocore/utils",
44
"description": "Utility functions and helpers for internal usage and monorepos",
55
"author": "Charlike Mike Reagent <[email protected]>",

0 commit comments

Comments
 (0)