Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n8io committed May 18, 2020
1 parent f19816d commit 70f0753
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 8 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* 🐛 Fix how paginated results omit deleted rows ([364c939](https://github.com/n8io/boilerplate-monorepo/commit/364c939f64ace02ca3b13289e6740ee848ed6cb3))
* 🐛 Fix specs for Unauthenticated error instead of Forbidden ([3e2d270](https://github.com/n8io/boilerplate-monorepo/commit/3e2d270641522c65b0a88ec00cf78caf0923ca64))
* 🐛 Send AuthenticationError instead of ForbiddenError ([73a51f1](https://github.com/n8io/boilerplate-monorepo/commit/73a51f1cdf5b5b9f875f55a2197964dcc5b519d3))


### Features

* ✨ Add `useIsInternetConnected` hook ([9b76eba](https://github.com/n8io/boilerplate-monorepo/commit/9b76eba5164aede0700fa0a0c59561a2e996b7d7))
* ✨ Add `UserList` to users page ([fc76e9e](https://github.com/n8io/boilerplate-monorepo/commit/fc76e9e3a1dac03e512b0e8f8cae640125fd9d9a))





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


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.2.0"
"version": "1.3.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.3.0](https://github.com/n8io/boilerplate-monorepo/compare/v1.2.0...v1.3.0) (2020-05-18)


### Features

* ✨ Add `UserList` to users page ([fc76e9e](https://github.com/n8io/boilerplate-monorepo/commit/fc76e9e3a1dac03e512b0e8f8cae640125fd9d9a))





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


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.2.0",
"version": "1.3.0",
"private": true,
"main": "dist/index.js",
"license": "MIT",
Expand Down
18 changes: 18 additions & 0 deletions packages/service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* 🐛 Fix how paginated results omit deleted rows ([364c939](https://github.com/n8io/boilerplate-monorepo/commit/364c939f64ace02ca3b13289e6740ee848ed6cb3))
* 🐛 Fix specs for Unauthenticated error instead of Forbidden ([3e2d270](https://github.com/n8io/boilerplate-monorepo/commit/3e2d270641522c65b0a88ec00cf78caf0923ca64))
* 🐛 Send AuthenticationError instead of ForbiddenError ([73a51f1](https://github.com/n8io/boilerplate-monorepo/commit/73a51f1cdf5b5b9f875f55a2197964dcc5b519d3))


### Features

* ✨ Add `UserList` to users page ([fc76e9e](https://github.com/n8io/boilerplate-monorepo/commit/fc76e9e3a1dac03e512b0e8f8cae640125fd9d9a))





# [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
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.2.0",
"version": "1.3.0",
"description": "Awesome project developed with TypeORM.",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -32,7 +32,7 @@
]
},
"dependencies": {
"@boilerplate-monorepo/common": "^1.2.0",
"@boilerplate-monorepo/common": "^1.3.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-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.3.0](https://github.com/n8io/boilerplate-monorepo/compare/v1.2.0...v1.3.0) (2020-05-18)


### Bug Fixes

* 🐛 Fix specs for Unauthenticated error instead of Forbidden ([3e2d270](https://github.com/n8io/boilerplate-monorepo/commit/3e2d270641522c65b0a88ec00cf78caf0923ca64))





# 1.1.0 (2020-05-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boilerplate-monorepo/ui-common",
"version": "1.1.0",
"version": "1.3.0",
"private": true,
"main": "dist/index.js",
"author": "Nate Clark <[email protected]>",
Expand Down
17 changes: 17 additions & 0 deletions packages/ui/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.

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


### Bug Fixes

* 🐛 Fix specs for Unauthenticated error instead of Forbidden ([3e2d270](https://github.com/n8io/boilerplate-monorepo/commit/3e2d270641522c65b0a88ec00cf78caf0923ca64))


### Features

* ✨ Add `useIsInternetConnected` hook ([9b76eba](https://github.com/n8io/boilerplate-monorepo/commit/9b76eba5164aede0700fa0a0c59561a2e996b7d7))
* ✨ Add `UserList` to users page ([fc76e9e](https://github.com/n8io/boilerplate-monorepo/commit/fc76e9e3a1dac03e512b0e8f8cae640125fd9d9a))





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


Expand Down
6 changes: 3 additions & 3 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.2.0",
"version": "1.3.0",
"private": true,
"homepage": "https://n8io.github.io",
"engines": {
Expand Down Expand Up @@ -44,8 +44,8 @@
],
"dependencies": {
"@apollo/client": "^3.0.0-beta.20",
"@boilerplate-monorepo/common": "^1.2.0",
"@boilerplate-monorepo/ui-common": "^1.1.0",
"@boilerplate-monorepo/common": "^1.3.0",
"@boilerplate-monorepo/ui-common": "^1.3.0",
"@craco/craco": "^5.2.4",
"@hcaptcha/react-hcaptcha": "^0.1.7",
"@sentry/browser": "^5.6.3",
Expand Down

0 comments on commit 70f0753

Please sign in to comment.