diff --git a/sandbox/auth-multitenant-example/CHANGELOG.md b/sandbox/auth-multitenant-example/CHANGELOG.md index 6bd183301b..1933714615 100644 --- a/sandbox/auth-multitenant-example/CHANGELOG.md +++ b/sandbox/auth-multitenant-example/CHANGELOG.md @@ -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.1.0-alpha.20](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/auth-multitenant-example@1.1.0-alpha.19...@sourceloop/auth-multitenant-example@1.1.0-alpha.20) (2020-11-04) + +**Note:** Version bump only for package @sourceloop/auth-multitenant-example + + + + + # [1.1.0-alpha.19](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/auth-multitenant-example@1.1.0-alpha.18...@sourceloop/auth-multitenant-example@1.1.0-alpha.19) (2020-11-04) **Note:** Version bump only for package @sourceloop/auth-multitenant-example diff --git a/sandbox/auth-multitenant-example/package-lock.json b/sandbox/auth-multitenant-example/package-lock.json index 6c0103af2f..76186ff907 100644 --- a/sandbox/auth-multitenant-example/package-lock.json +++ b/sandbox/auth-multitenant-example/package-lock.json @@ -1,6 +1,6 @@ { "name": "auth-multitenant-example", - "version": "1.1.0-alpha.19", + "version": "1.1.0-alpha.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/auth-multitenant-example/package.json b/sandbox/auth-multitenant-example/package.json index c276b1e398..f2779f9b1e 100644 --- a/sandbox/auth-multitenant-example/package.json +++ b/sandbox/auth-multitenant-example/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/auth-multitenant-example", - "version": "1.1.0-alpha.19", + "version": "1.1.0-alpha.20", "description": "This is a sample application for sandbox testing of auth microservice components.", "private": true, "keywords": [ @@ -53,7 +53,7 @@ "@loopback/rest": "^5.0.1", "@loopback/rest-explorer": "^2.2.2", "@loopback/service-proxy": "^2.3.0", - "@sourceloop/authentication-service": "^1.0.0-alpha.23", + "@sourceloop/authentication-service": "^1.0.0-alpha.24", "@sourceloop/core": "^1.0.0-alpha.14", "dotenv": "^8.2.0", "dotenv-extended": "^2.8.0", diff --git a/services/authentication-service/CHANGELOG.md b/services/authentication-service/CHANGELOG.md index 8922182700..c3dce22b43 100644 --- a/services/authentication-service/CHANGELOG.md +++ b/services/authentication-service/CHANGELOG.md @@ -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.0.0-alpha.24](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/authentication-service@1.0.0-alpha.23...@sourceloop/authentication-service@1.0.0-alpha.24) (2020-11-04) + + +### Bug Fixes + +* **authentication-service:** revert previous commit ([5ade792](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/5ade79259da5a0e907b4db1ac981cf6920c62b2a)) + + + + + # [1.0.0-alpha.23](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/authentication-service@1.0.0-alpha.22...@sourceloop/authentication-service@1.0.0-alpha.23) (2020-11-04) diff --git a/services/authentication-service/package-lock.json b/services/authentication-service/package-lock.json index a4c010b6e4..74c28055f5 100644 --- a/services/authentication-service/package-lock.json +++ b/services/authentication-service/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/authentication-service", - "version": "1.0.0-alpha.23", + "version": "1.0.0-alpha.24", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/authentication-service/package.json b/services/authentication-service/package.json index 6ad2768435..5ebbb3182b 100644 --- a/services/authentication-service/package.json +++ b/services/authentication-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/authentication-service", - "version": "1.0.0-alpha.23", + "version": "1.0.0-alpha.24", "description": "services", "keywords": [ "loopback-extension",