From e823e240f378d7fe73c885b3796596fb84f23964 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sun, 8 Nov 2020 20:45:14 +0300 Subject: [PATCH] v0.10.0 --- CHANGELOG.md | 17 +++++++++++++++++ lerna.json | 2 +- packages/app/CHANGELOG.md | 16 ++++++++++++++++ packages/app/package.json | 8 ++++---- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 6 +++--- packages/input/CHANGELOG.md | 11 +++++++++++ packages/input/package.json | 4 ++-- packages/test/CHANGELOG.md | 11 +++++++++++ packages/test/package.json | 8 ++++---- packages/unit/CHANGELOG.md | 11 +++++++++++ packages/unit/package.json | 4 ++-- packages/util/CHANGELOG.md | 11 +++++++++++ packages/util/package.json | 2 +- packages/web/CHANGELOG.md | 11 +++++++++++ packages/web/package.json | 6 +++--- 16 files changed, 116 insertions(+), 20 deletions(-) create mode 100644 packages/input/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 445ee2ac..14c2de26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.10.0](https://github.com/izatop/typesafeunit/compare/v0.9.12...v0.10.0) (2020-11-08) + + +### Bug Fixes + +* deps ([6e9f23e](https://github.com/izatop/typesafeunit/commit/6e9f23e9a9f299c4913cf493fad3531a435a790a)) +* update deps ([b9cd263](https://github.com/izatop/typesafeunit/commit/b9cd2630f420ab8cf2c248ea12f82324e2380d9e)) + + +### Features + +* input package and new route system ([2914121](https://github.com/izatop/typesafeunit/commit/29141214a4dbfd0738f69dacf7aeda06578d12cf)) + + + + + ## [0.9.12](https://github.com/izatop/typesafeunit/compare/v0.9.11...v0.9.12) (2020-11-05) diff --git a/lerna.json b/lerna.json index 2ba4d76c..b5d3fb70 100644 --- a/lerna.json +++ b/lerna.json @@ -20,5 +20,5 @@ "stream": true, "npmClient": "yarn", "useWorkspaces": true, - "version": "0.9.12" + "version": "0.10.0" } diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 3dc82031..96f07646 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.10.0](https://github.com/izatop/typesafeunit/compare/v0.9.12...v0.10.0) (2020-11-08) + + +### Bug Fixes + +* deps ([6e9f23e](https://github.com/izatop/typesafeunit/commit/6e9f23e9a9f299c4913cf493fad3531a435a790a)) + + +### Features + +* input package and new route system ([2914121](https://github.com/izatop/typesafeunit/commit/29141214a4dbfd0738f69dacf7aeda06578d12cf)) + + + + + ## [0.9.12](https://github.com/izatop/typesafeunit/compare/v0.9.11...v0.9.12) (2020-11-05) **Note:** Version bump only for package @typesafeunit/app diff --git a/packages/app/package.json b/packages/app/package.json index 356fd0ab..bca6191c 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@typesafeunit/app", - "version": "0.9.12", + "version": "0.10.0", "keywords": [ "typescript" ], @@ -26,9 +26,9 @@ "access": "public" }, "dependencies": { - "@typesafeunit/unit": "^0.9.12", - "@typesafeunit/input": "^0.1.0", - "@typesafeunit/util": "^0.9.12", + "@typesafeunit/input": "^0.10.0", + "@typesafeunit/unit": "^0.10.0", + "@typesafeunit/util": "^0.10.0", "path-to-regexp": "^6.2.0" }, "license": "MIT" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 80dc7b5d..80c37d5e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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.10.0](https://github.com/izatop/typesafeunit/compare/v0.9.12...v0.10.0) (2020-11-08) + +**Note:** Version bump only for package @typesafeunit/cli + + + + + ## [0.9.12](https://github.com/izatop/typesafeunit/compare/v0.9.11...v0.9.12) (2020-11-05) **Note:** Version bump only for package @typesafeunit/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index ca1d7cb3..88651cee 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@typesafeunit/cli", - "version": "0.9.12", + "version": "0.10.0", "keywords": [ "typescript" ], @@ -26,8 +26,8 @@ "access": "public" }, "dependencies": { - "@typesafeunit/app": "^0.9.12", - "@typesafeunit/util": "^0.9.12", + "@typesafeunit/app": "^0.10.0", + "@typesafeunit/util": "^0.10.0", "path-to-regexp": "^6.2.0" }, "license": "MIT" diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md new file mode 100644 index 00000000..fefca447 --- /dev/null +++ b/packages/input/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.10.0](https://github.com/izatop/typesafeunit/compare/v0.9.12...v0.10.0) (2020-11-08) + + +### Features + +* input package and new route system ([2914121](https://github.com/izatop/typesafeunit/commit/29141214a4dbfd0738f69dacf7aeda06578d12cf)) diff --git a/packages/input/package.json b/packages/input/package.json index 5a22f09a..31b11705 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@typesafeunit/input", - "version": "0.1.0", + "version": "0.10.0", "keywords": [ "typescript" ], @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@typesafeunit/util": "^0.9.12" + "@typesafeunit/util": "^0.10.0" }, "license": "MIT" } diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index 8abd9a7f..9fec1954 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/CHANGELOG.md @@ -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.10.0](https://github.com/izatop/typesafeunit/compare/v0.9.12...v0.10.0) (2020-11-08) + + +### Features + +* input package and new route system ([2914121](https://github.com/izatop/typesafeunit/commit/29141214a4dbfd0738f69dacf7aeda06578d12cf)) + + + + + ## [0.9.12](https://github.com/izatop/typesafeunit/compare/v0.9.11...v0.9.12) (2020-11-05) **Note:** Version bump only for package @typesafeunit/test diff --git a/packages/test/package.json b/packages/test/package.json index caf419a5..5c1fe288 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,12 +1,12 @@ { "name": "@typesafeunit/test", - "version": "0.9.12", + "version": "0.10.0", "main": "dist/index.js", "types": "dist/index.d.ts", "dependencies": { - "@typesafeunit/app": "^0.9.12", - "@typesafeunit/unit": "^0.9.12", - "@typesafeunit/util": "^0.9.12" + "@typesafeunit/app": "^0.10.0", + "@typesafeunit/unit": "^0.10.0", + "@typesafeunit/util": "^0.10.0" }, "private": true, "license": "MIT" diff --git a/packages/unit/CHANGELOG.md b/packages/unit/CHANGELOG.md index 9d9b3e75..48d3c821 100644 --- a/packages/unit/CHANGELOG.md +++ b/packages/unit/CHANGELOG.md @@ -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.10.0](https://github.com/izatop/typesafeunit/compare/v0.9.12...v0.10.0) (2020-11-08) + + +### Features + +* input package and new route system ([2914121](https://github.com/izatop/typesafeunit/commit/29141214a4dbfd0738f69dacf7aeda06578d12cf)) + + + + + ## [0.9.12](https://github.com/izatop/typesafeunit/compare/v0.9.11...v0.9.12) (2020-11-05) diff --git a/packages/unit/package.json b/packages/unit/package.json index 65a32494..719b0e8a 100644 --- a/packages/unit/package.json +++ b/packages/unit/package.json @@ -1,6 +1,6 @@ { "name": "@typesafeunit/unit", - "version": "0.9.12", + "version": "0.10.0", "keywords": [ "typescript" ], @@ -26,7 +26,7 @@ "access": "public" }, "dependencies": { - "@typesafeunit/util": "^0.9.12" + "@typesafeunit/util": "^0.10.0" }, "license": "MIT" } diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 79e29c11..4d3c8456 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -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.10.0](https://github.com/izatop/typesafeunit/compare/v0.9.12...v0.10.0) (2020-11-08) + + +### Features + +* input package and new route system ([2914121](https://github.com/izatop/typesafeunit/commit/29141214a4dbfd0738f69dacf7aeda06578d12cf)) + + + + + ## [0.9.12](https://github.com/izatop/typesafeunit/compare/v0.9.11...v0.9.12) (2020-11-05) diff --git a/packages/util/package.json b/packages/util/package.json index 37818f48..7eb5acbe 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@typesafeunit/util", - "version": "0.9.12", + "version": "0.10.0", "keywords": [ "typescript" ], diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 03ac8e51..30b47ce0 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -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.10.0](https://github.com/izatop/typesafeunit/compare/v0.9.12...v0.10.0) (2020-11-08) + + +### Features + +* input package and new route system ([2914121](https://github.com/izatop/typesafeunit/commit/29141214a4dbfd0738f69dacf7aeda06578d12cf)) + + + + + ## [0.9.12](https://github.com/izatop/typesafeunit/compare/v0.9.11...v0.9.12) (2020-11-05) **Note:** Version bump only for package @typesafeunit/web diff --git a/packages/web/package.json b/packages/web/package.json index cad770ea..825316a1 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@typesafeunit/web", - "version": "0.9.12", + "version": "0.10.0", "keywords": [ "typescript" ], @@ -26,8 +26,8 @@ "access": "public" }, "dependencies": { - "@typesafeunit/app": "^0.9.12", - "@typesafeunit/util": "^0.9.12", + "@typesafeunit/app": "^0.10.0", + "@typesafeunit/util": "^0.10.0", "http-status": "^1.4.2", "path-to-regexp": "^6.2.0" },