Skip to content

Commit 3268ac8

Browse files
committed
chore: release package(s)
- @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected] - @tunnckocore/[email protected] - [email protected] - [email protected] - [email protected]
1 parent b6c98d2 commit 3268ac8

File tree

28 files changed

+204
-24
lines changed

28 files changed

+204
-24
lines changed

@tunnckocore/babel-preset/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.6](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **@tunnckocore/babel-preset:** add missing babel plugins ([b6c98d2](https://github.com/tunnckoCore/opensource/commit/b6c98d2))
12+
* **jest-runner-docs:** handle errors in postHook ([c7c44de](https://github.com/tunnckoCore/opensource/commit/c7c44de))
13+
* dist files, docs runner updates, docs ([c021464](https://github.com/tunnckoCore/opensource/commit/c021464)), closes [#63](https://github.com/tunnckoCore/opensource/issues/63)
14+
* readmes, oops ([d3f910d](https://github.com/tunnckoCore/opensource/commit/d3f910d))
15+
16+
17+
18+
19+
620
## [0.3.5](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-18)
721

822

@tunnckocore/babel-preset/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tunnckocore/babel-preset",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Shareable Babel config/preset for all @tunnckoCore projects",
55
"repository": {
66
"type": "git",
@@ -51,12 +51,12 @@
5151
"dependencies": {
5252
"@babel/helper-plugin-utils": "^7.0.0",
5353
"@babel/parser": "^7.6.4",
54-
"@babel/runtime": "^7.6.3",
55-
"@babel/plugin-syntax-import-meta": "^7.2.0",
5654
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
55+
"@babel/plugin-syntax-import-meta": "^7.2.0",
5756
"@babel/preset-env": "^7.6.3",
5857
"@babel/preset-react": "^7.6.3",
5958
"@babel/preset-typescript": "^7.6.0",
59+
"@babel/runtime": "^7.6.3",
6060
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
6161
},
6262
"publishConfig": {

@tunnckocore/browserslist-config/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.4](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **jest-runner-docs:** handle errors in postHook ([c7c44de](https://github.com/tunnckoCore/opensource/commit/c7c44de))
12+
* dist files, docs runner updates, docs ([c021464](https://github.com/tunnckoCore/opensource/commit/c021464)), closes [#63](https://github.com/tunnckoCore/opensource/issues/63)
13+
14+
15+
16+
17+
618
## [0.3.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-18)
719

820

@tunnckocore/browserslist-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tunnckocore/browserslist-config",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Shareable Browserslist config for all @tunnckoCore projects",
55
"repository": {
66
"type": "git",

@tunnckocore/create-jest-runner/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.8.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **jest-runner-docs:** handle errors in postHook ([c7c44de](https://github.com/tunnckoCore/opensource/commit/c7c44de))
12+
* dist files, docs runner updates, docs ([c021464](https://github.com/tunnckoCore/opensource/commit/c021464)), closes [#63](https://github.com/tunnckoCore/opensource/issues/63)
13+
14+
15+
16+
17+
618
## [0.8.2](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-18)
719

820

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tunnckocore/create-jest-runner",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "Fork of the original create-jest-runner, with support for couple of things, see issues there",
55
"repository": {
66
"type": "git",

@tunnckocore/eslint-config/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
## [4.2.6](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **jest-runner-docs:** handle errors in postHook ([c7c44de](https://github.com/tunnckoCore/opensource/commit/c7c44de))
12+
* dist files, docs runner updates, docs ([c021464](https://github.com/tunnckoCore/opensource/commit/c021464)), closes [#63](https://github.com/tunnckoCore/opensource/issues/63)
13+
* readmes, oops ([d3f910d](https://github.com/tunnckoCore/opensource/commit/d3f910d))
14+
15+
16+
17+
18+
619
## [4.2.5](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-18)
720

821

@tunnckocore/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tunnckocore/eslint-config",
3-
"version": "4.2.5",
3+
"version": "4.2.6",
44
"description": "Shareable ESLint config for all @tunnckoCore projects",
55
"repository": {
66
"type": "git",
@@ -60,7 +60,7 @@
6060
"typescript": "^3.6.3"
6161
},
6262
"dependencies": {
63-
"@tunnckocore/utils": "^0.9.5",
63+
"@tunnckocore/utils": "^0.9.6",
6464
"@typescript-eslint/eslint-plugin": "^2.3.2",
6565
"@typescript-eslint/parser": "^2.3.2",
6666
"babel-eslint": "^10.0.3",

@tunnckocore/execa/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
## [4.5.7](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **jest-runner-docs:** handle errors in postHook ([c7c44de](https://github.com/tunnckoCore/opensource/commit/c7c44de))
12+
* readmes, oops ([d3f910d](https://github.com/tunnckoCore/opensource/commit/d3f910d))
13+
* **jest-runner-docs:** typos ([8edc954](https://github.com/tunnckoCore/opensource/commit/8edc954))
14+
* dist files, docs runner updates, docs ([c021464](https://github.com/tunnckoCore/opensource/commit/c021464)), closes [#63](https://github.com/tunnckoCore/opensource/issues/63)
15+
16+
17+
18+
19+
620
## [4.5.6](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/[email protected]...@tunnckocore/[email protected]) (2019-10-18)
721

822

@tunnckocore/execa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tunnckocore/execa",
3-
"version": "4.5.6",
3+
"version": "4.5.7",
44
"description": "Thin layer on top of `execa` that allows executing multiple commands in parallel or in sequence with control for concurrency",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)