Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Aug 3, 2020
1 parent 464e5e3 commit 77ab991
Show file tree
Hide file tree
Showing 14 changed files with 85 additions and 17 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.8.0](https://github.com/izatop/typesafeunit/compare/v0.7.1...v0.8.0) (2020-08-03)


### Bug Fixes

* update deps ([e90a198](https://github.com/izatop/typesafeunit/commit/e90a198dfd27895b6e6238eb92ac5db55cc7a82b))
* update deps ([dde0352](https://github.com/izatop/typesafeunit/commit/dde03529539590618033a2d39521c83c124608ea))


### Features

* cli, update deps ([464e5e3](https://github.com/izatop/typesafeunit/commit/464e5e3fc671f672dc42783db28f9f8b8bcfa00f))





## [0.7.1](https://github.com/izatop/typesafeunit/compare/v0.7.0...v0.7.1) (2020-06-04)


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.7.1"
"version": "0.8.0"
}
8 changes: 8 additions & 0 deletions packages/app/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.8.0](https://github.com/izatop/typesafeunit/compare/v0.7.1...v0.8.0) (2020-08-03)

**Note:** Version bump only for package @typesafeunit/app





## [0.7.1](https://github.com/izatop/typesafeunit/compare/v0.7.0...v0.7.1) (2020-06-04)

**Note:** Version bump only for package @typesafeunit/app
Expand Down
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typesafeunit/app",
"version": "0.7.1",
"version": "0.8.0",
"keywords": [
"typescript"
],
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@typesafeunit/unit": "^0.7.1",
"@typesafeunit/util": "^0.7.1",
"@typesafeunit/unit": "^0.8.0",
"@typesafeunit/util": "^0.8.0",
"path-to-regexp": "^6.1.0"
},
"license": "MIT"
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/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.8.0](https://github.com/izatop/typesafeunit/compare/v0.7.1...v0.8.0) (2020-08-03)


### Features

* cli, update deps ([464e5e3](https://github.com/izatop/typesafeunit/commit/464e5e3fc671f672dc42783db28f9f8b8bcfa00f))
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.0.1",
"version": "0.8.0",
"keywords": [
"typescript"
],
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@typesafeunit/app": "^0.7.1",
"@typesafeunit/util": "^0.7.1",
"@typesafeunit/app": "^0.8.0",
"@typesafeunit/util": "^0.8.0",
"path-to-regexp": "^6.1.0"
},
"license": "MIT"
Expand Down
8 changes: 8 additions & 0 deletions packages/test/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.8.0](https://github.com/izatop/typesafeunit/compare/v0.7.1...v0.8.0) (2020-08-03)

**Note:** Version bump only for package @typesafeunit/test





## [0.7.1](https://github.com/izatop/typesafeunit/compare/v0.7.0...v0.7.1) (2020-06-04)

**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.7.1",
"version": "0.8.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@typesafeunit/app": "^0.7.1",
"@typesafeunit/unit": "^0.7.1",
"@typesafeunit/util": "^0.7.1"
"@typesafeunit/app": "^0.8.0",
"@typesafeunit/unit": "^0.8.0",
"@typesafeunit/util": "^0.8.0"
},
"private": true,
"license": "MIT"
Expand Down
8 changes: 8 additions & 0 deletions packages/unit/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.8.0](https://github.com/izatop/typesafeunit/compare/v0.7.1...v0.8.0) (2020-08-03)

**Note:** Version bump only for package @typesafeunit/unit





## [0.7.1](https://github.com/izatop/typesafeunit/compare/v0.7.0...v0.7.1) (2020-06-04)

**Note:** Version bump only for package @typesafeunit/unit
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.7.1",
"version": "0.8.0",
"keywords": [
"typescript"
],
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@typesafeunit/util": "^0.7.1"
"@typesafeunit/util": "^0.8.0"
},
"license": "MIT"
}
8 changes: 8 additions & 0 deletions packages/util/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.8.0](https://github.com/izatop/typesafeunit/compare/v0.7.1...v0.8.0) (2020-08-03)

**Note:** Version bump only for package @typesafeunit/util





## [0.7.1](https://github.com/izatop/typesafeunit/compare/v0.7.0...v0.7.1) (2020-06-04)


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.7.1",
"version": "0.8.0",
"keywords": [
"typescript"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/web/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.8.0](https://github.com/izatop/typesafeunit/compare/v0.7.1...v0.8.0) (2020-08-03)

**Note:** Version bump only for package @typesafeunit/web





## [0.7.1](https://github.com/izatop/typesafeunit/compare/v0.7.0...v0.7.1) (2020-06-04)

**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.7.1",
"version": "0.8.0",
"keywords": [
"typescript"
],
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@typesafeunit/app": "^0.7.1",
"@typesafeunit/util": "^0.7.1",
"@typesafeunit/app": "^0.8.0",
"@typesafeunit/util": "^0.8.0",
"path-to-regexp": "^6.1.0"
},
"license": "MIT"
Expand Down

0 comments on commit 77ab991

Please sign in to comment.