Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
n8io committed May 19, 2020
1 parent a4a3b5d commit f83d581
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 deletions.
11 changes: 11 additions & 0 deletions 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.

## [1.3.2](https://github.com/n8io/boilerplate-monorepo/compare/v1.3.1...v1.3.2) (2020-05-19)


### Bug Fixes

* 🐛 Throw email in use error when necessary ([3c17f98](https://github.com/n8io/boilerplate-monorepo/commit/3c17f98db6d260c16eba34662fb4c1de09cc2215))





## [1.3.1](https://github.com/n8io/boilerplate-monorepo/compare/v1.3.0...v1.3.1) (2020-05-18)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "1.3.1"
"version": "1.3.2"
}
11 changes: 11 additions & 0 deletions packages/service/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.

## [1.3.2](https://github.com/n8io/boilerplate-monorepo/compare/v1.3.1...v1.3.2) (2020-05-19)


### Bug Fixes

* 🐛 Throw email in use error when necessary ([3c17f98](https://github.com/n8io/boilerplate-monorepo/commit/3c17f98db6d260c16eba34662fb4c1de09cc2215))





## [1.3.1](https://github.com/n8io/boilerplate-monorepo/compare/v1.3.0...v1.3.1) (2020-05-18)

**Note:** Version bump only for package @boilerplate-monorepo/service
Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boilerplate-monorepo/service",
"version": "1.3.1",
"version": "1.3.2",
"description": "Awesome project developed with TypeORM.",
"license": "MIT",
"private": true,
Expand Down
11 changes: 11 additions & 0 deletions packages/ui/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.

## [1.3.2](https://github.com/n8io/boilerplate-monorepo/compare/v1.3.1...v1.3.2) (2020-05-19)


### Bug Fixes

* 🐛 Throw email in use error when necessary ([3c17f98](https://github.com/n8io/boilerplate-monorepo/commit/3c17f98db6d260c16eba34662fb4c1de09cc2215))





## [1.3.1](https://github.com/n8io/boilerplate-monorepo/compare/v1.3.0...v1.3.1) (2020-05-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boilerplate-monorepo/ui",
"version": "1.3.1",
"version": "1.3.2",
"private": true,
"homepage": "https://n8io.github.io",
"engines": {
Expand Down

0 comments on commit f83d581

Please sign in to comment.