Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n8io committed May 17, 2020
1 parent e02a81f commit 6e5f58e
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 6 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.2.0](https://github.com/n8io/boilerplate-monorepo/compare/v1.1.1...v1.2.0) (2020-05-17)


### Features

* **ui:** ✨ Add user management page and respective nav links ([df3740f](https://github.com/n8io/boilerplate-monorepo/commit/df3740f0d8856467952119769fd3f18636a62fa3))





## [1.1.1](https://github.com/n8io/boilerplate-monorepo/compare/v1.1.0...v1.1.1) (2020-05-16)

**Note:** Version bump only for package boilerplate-monorepo
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.1.1"
"version": "1.2.0"
}
11 changes: 11 additions & 0 deletions packages/common/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.2.0](https://github.com/n8io/boilerplate-monorepo/compare/v1.1.1...v1.2.0) (2020-05-17)


### Features

* **ui:** ✨ Add user management page and respective nav links ([df3740f](https://github.com/n8io/boilerplate-monorepo/commit/df3740f0d8856467952119769fd3f18636a62fa3))





# 1.1.0 (2020-05-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boilerplate-monorepo/common",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"main": "dist/index.js",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/service/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.

# [1.2.0](https://github.com/n8io/boilerplate-monorepo/compare/v1.1.1...v1.2.0) (2020-05-17)

**Note:** Version bump only for package @boilerplate-monorepo/service





# 1.1.0 (2020-05-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boilerplate-monorepo/service",
"version": "1.1.0",
"version": "1.2.0",
"description": "Awesome project developed with TypeORM.",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -32,7 +32,7 @@
]
},
"dependencies": {
"@boilerplate-monorepo/common": "^1.1.0",
"@boilerplate-monorepo/common": "^1.2.0",
"@sentry/node": "^5.15.5",
"apollo-server-cache-redis": "^1.1.5",
"apollo-server-express": "^2.9.15",
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.2.0](https://github.com/n8io/boilerplate-monorepo/compare/v1.1.1...v1.2.0) (2020-05-17)


### Features

* **ui:** ✨ Add user management page and respective nav links ([df3740f](https://github.com/n8io/boilerplate-monorepo/commit/df3740f0d8856467952119769fd3f18636a62fa3))





## [1.1.1](https://github.com/n8io/boilerplate-monorepo/compare/v1.1.0...v1.1.1) (2020-05-16)

**Note:** Version bump only for package @boilerplate-monorepo/ui
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boilerplate-monorepo/ui",
"version": "1.1.1",
"version": "1.2.0",
"private": true,
"homepage": "https://n8io.github.io",
"engines": {
Expand Down Expand Up @@ -44,7 +44,7 @@
],
"dependencies": {
"@apollo/client": "^3.0.0-beta.20",
"@boilerplate-monorepo/common": "^1.1.0",
"@boilerplate-monorepo/common": "^1.2.0",
"@boilerplate-monorepo/ui-common": "^1.1.0",
"@craco/craco": "^5.2.4",
"@hcaptcha/react-hcaptcha": "^0.1.7",
Expand Down

0 comments on commit 6e5f58e

Please sign in to comment.