Skip to content

Commit

Permalink
chore: release package(s)
Browse files Browse the repository at this point in the history
 - @tunnckocore/create-jest-runner@0.5.5
 - @tunnckocore/execa@4.4.0
 - @tunnckocore/jest-runner-babel@3.1.0
 - @tunnckocore/jest-runner-eslint@0.2.0
 - @tunnckocore/utils@0.5.0
 - koa-better-body@3.0.5
  • Loading branch information
tunnckoCore committed Sep 18, 2019
1 parent 3b63a04 commit cdd74cf
Show file tree
Hide file tree
Showing 12 changed files with 101 additions and 22 deletions.
8 changes: 8 additions & 0 deletions @tunnckocore/create-jest-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.5.5 (2019-09-18)

**Note:** Version bump only for package @tunnckocore/create-jest-runner
3 changes: 1 addition & 2 deletions @tunnckocore/create-jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.4",
"version": "0.5.5",
"name": "@tunnckocore/create-jest-runner",
"description": "WIP",
"author": "Charlike Mike Reagent <opensource@tunnckocore.com>",
Expand Down Expand Up @@ -32,7 +32,6 @@
"execa": "^1.0.0",
"jest": "^24.0.0"
},
"peerDependencies": {},
"files": [
"dist",
"generator"
Expand Down
16 changes: 16 additions & 0 deletions @tunnckocore/execa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 4.4.0 (2019-09-18)


### Bug Fixes

* add jest-runner-eslint fork + some updates ([8cf06e3](https://github.com/tunnckoCore/opensource/commit/8cf06e3))


### Features

* tweaks, add scoped eslint-config ([27f12c0](https://github.com/tunnckoCore/opensource/commit/27f12c0))
4 changes: 1 addition & 3 deletions @tunnckocore/execa/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.3.2",
"version": "4.4.0",
"name": "@tunnckocore/execa",
"description": "Thin layer on top of `execa` that allows executing multiple commands in parallel or in sequence with control for concurrency",
"author": "Charlike Mike Reagent <opensource@tunnckocore.com>",
Expand All @@ -26,8 +26,6 @@
"execa": "^2.0.3",
"p-map": "^3.0.0"
},
"devDependencies": {},
"peerDependencies": {},
"files": [
"dist"
],
Expand Down
17 changes: 17 additions & 0 deletions @tunnckocore/jest-runner-babel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 3.1.0 (2019-09-18)


### Bug Fixes

* add jest-runner-eslint fork + some updates ([8cf06e3](https://github.com/tunnckoCore/opensource/commit/8cf06e3))
* switch to use fork of create-jest-runner ([f33df8c](https://github.com/tunnckoCore/opensource/commit/f33df8c))


### Features

* back to passing of tests, lint and build ([9286fa9](https://github.com/tunnckoCore/opensource/commit/9286fa9))
6 changes: 2 additions & 4 deletions @tunnckocore/jest-runner-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0",
"version": "3.1.0",
"name": "@tunnckocore/jest-runner-babel",
"description": "WIP",
"author": "Charlike Mike Reagent <opensource@tunnckocore.com>",
Expand All @@ -24,11 +24,9 @@
},
"dependencies": {
"@babel/core": "^7.6.0",
"@tunnckocore/create-jest-runner": "^0.5.4",
"@tunnckocore/create-jest-runner": "^0.5.5",
"cosmiconfig": "^5.2.1"
},
"devDependencies": {},
"peerDependencies": {},
"files": [
"dist"
],
Expand Down
17 changes: 17 additions & 0 deletions @tunnckocore/jest-runner-eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2019-09-18)


### Bug Fixes

* add jest-runner-eslint fork + some updates ([8cf06e3](https://github.com/tunnckoCore/opensource/commit/8cf06e3))
* eslint cannot resolve plugin-node, jest stuff ([91aa25d](https://github.com/tunnckoCore/opensource/commit/91aa25d))


### Features

* back to passing of tests, lint and build ([9286fa9](https://github.com/tunnckoCore/opensource/commit/9286fa9))
12 changes: 5 additions & 7 deletions @tunnckocore/jest-runner-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.2.0",
"name": "@tunnckocore/jest-runner-eslint",
"description": "WIP",
"author": "Charlike Mike Reagent <opensource@tunnckocore.com>",
Expand All @@ -23,13 +23,11 @@
"directory": "@tunnckocore/jest-runner-eslint"
},
"dependencies": {
"@tunnckocore/utils": "^0.4.2",
"@tunnckocore/create-jest-runner": "^0.5.4",
"eslint": "^6.4.0",
"cosmiconfig": "^5.2.1"
"@tunnckocore/create-jest-runner": "^0.5.5",
"@tunnckocore/utils": "^0.5.0",
"cosmiconfig": "^5.2.1",
"eslint": "^6.4.0"
},
"devDependencies": {},
"peerDependencies": {},
"files": [
"dist"
],
Expand Down
18 changes: 18 additions & 0 deletions @tunnckocore/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.5.0 (2019-09-18)


### Bug Fixes

* jest configs and utils fixtures ([71f5ece](https://github.com/tunnckoCore/opensource/commit/71f5ece))
* **utils:** package.json main field ([d10fb66](https://github.com/tunnckoCore/opensource/commit/d10fb66))
* add jest-runner-eslint fork + some updates ([8cf06e3](https://github.com/tunnckoCore/opensource/commit/8cf06e3))


### Features

* back to passing of tests, lint and build ([9286fa9](https://github.com/tunnckoCore/opensource/commit/9286fa9))
5 changes: 1 addition & 4 deletions @tunnckocore/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.2",
"version": "0.5.0",
"name": "@tunnckocore/utils",
"description": "Thin layer on top of `execa` that allows executing multiple commands in parallel or in sequence with control for concurrency",
"author": "Charlike Mike Reagent <opensource@tunnckocore.com>",
Expand All @@ -22,9 +22,6 @@
"url": "https://github.com/tunnckoCore/opensource.git",
"directory": "@tunnckocore/utils"
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {},
"files": [
"dist"
],
Expand Down
15 changes: 14 additions & 1 deletion packages/koa-better-body/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.5 (2019-09-18)

**Note:** Version bump only for package koa-better-body





# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
Expand Down Expand Up @@ -255,4 +268,4 @@ Most of the files in the repository is scaffolded using the `generate` tool with


## 0.0.0 (2014-06-08)
- Initial commits
- Initial commits
2 changes: 1 addition & 1 deletion packages/koa-better-body/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-better-body",
"version": "3.0.4",
"version": "3.0.5",
"description": "Full-featured [koa][] body parser! Support parsing text, buffer, json, json patch, json api, csp-report, multipart, form and urlencoded bodies. Works for koa@1, koa@2 and will work for koa@3.",
"repository": "tunnckoCore/koa-better-body",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
Expand Down

0 comments on commit cdd74cf

Please sign in to comment.