-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @tunnckocore/[email protected] - @tunnckocore/[email protected]
- Loading branch information
1 parent
f31e802
commit 8a0ca03
Showing
4 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.3.4](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-19) | ||
|
||
**Note:** Version bump only for package @tunnckocore/jest-runner-eslint | ||
|
||
|
||
|
||
|
||
|
||
## [0.3.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-19) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"name": "@tunnckocore/jest-runner-eslint", | ||
"description": "WIP", | ||
"author": "Charlike Mike Reagent <[email protected]>", | ||
|
@@ -24,7 +24,7 @@ | |
}, | ||
"dependencies": { | ||
"@tunnckocore/create-jest-runner": "^0.5.6", | ||
"@tunnckocore/utils": "^0.5.3", | ||
"@tunnckocore/utils": "^0.6.0", | ||
"cosmiconfig": "^5.2.1", | ||
"eslint": "^6.4.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.6.0](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-19) | ||
|
||
|
||
### Features | ||
|
||
* **utils:** rename props, provide packageRootPath ([f31e802](https://github.com/tunnckoCore/opensource/commit/f31e802)) | ||
|
||
|
||
|
||
|
||
|
||
## [0.5.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-09-19) | ||
|
||
**Note:** Version bump only for package @tunnckocore/utils | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.5.3", | ||
"version": "0.6.0", | ||
"name": "@tunnckocore/utils", | ||
"description": "Utility functions and helpers for internal usage and monorepos", | ||
"author": "Charlike Mike Reagent <[email protected]>", | ||
|