Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Nov 8, 2020
1 parent 6e9f23e commit e823e24
Show file tree
Hide file tree
Showing 16 changed files with 116 additions and 20 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"stream": true,
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.9.12"
"version": "0.10.0"
}
16 changes: 16 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typesafeunit/app",
"version": "0.9.12",
"version": "0.10.0",
"keywords": [
"typescript"
],
Expand All @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typesafeunit/cli",
"version": "0.9.12",
"version": "0.10.0",
"keywords": [
"typescript"
],
Expand All @@ -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"
Expand Down
11 changes: 11 additions & 0 deletions packages/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions packages/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typesafeunit/input",
"version": "0.1.0",
"version": "0.10.0",
"keywords": [
"typescript"
],
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@typesafeunit/util": "^0.9.12"
"@typesafeunit/util": "^0.10.0"
},
"license": "MIT"
}
11 changes: 11 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
11 changes: 11 additions & 0 deletions packages/unit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/unit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typesafeunit/unit",
"version": "0.9.12",
"version": "0.10.0",
"keywords": [
"typescript"
],
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@typesafeunit/util": "^0.9.12"
"@typesafeunit/util": "^0.10.0"
},
"license": "MIT"
}
11 changes: 11 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typesafeunit/util",
"version": "0.9.12",
"version": "0.10.0",
"keywords": [
"typescript"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typesafeunit/web",
"version": "0.9.12",
"version": "0.10.0",
"keywords": [
"typescript"
],
Expand All @@ -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"
},
Expand Down

0 comments on commit e823e24

Please sign in to comment.