diff --git a/sandbox/auth-multitenant-example/CHANGELOG.md b/sandbox/auth-multitenant-example/CHANGELOG.md index 234f08de41..d46da981b0 100644 --- a/sandbox/auth-multitenant-example/CHANGELOG.md +++ b/sandbox/auth-multitenant-example/CHANGELOG.md @@ -3,14 +3,6 @@ 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.7](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/auth-multitenant-example@1.1.0-alpha.6...@sourceloop/auth-multitenant-example@1.1.0-alpha.7) (2020-08-12) - -**Note:** Version bump only for package @sourceloop/auth-multitenant-example - - - - - # [1.1.0-alpha.6](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/auth-multitenant-example@1.1.0-alpha.5...@sourceloop/auth-multitenant-example@1.1.0-alpha.6) (2020-08-07) **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 f06802b685..625d60d727 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.7", + "version": "1.1.0-alpha.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/auth-multitenant-example/package.json b/sandbox/auth-multitenant-example/package.json index 3c84e217dc..a3d7313da3 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.7", + "version": "1.1.0-alpha.6", "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.11", + "@sourceloop/authentication-service": "^1.0.0-alpha.10", "@sourceloop/core": "^1.0.0-alpha.8", "dotenv": "^8.2.0", "dotenv-extended": "^2.8.0", diff --git a/sandbox/testing/CHANGELOG.md b/sandbox/testing/CHANGELOG.md index f1e5423f10..97bb3f1548 100644 --- a/sandbox/testing/CHANGELOG.md +++ b/sandbox/testing/CHANGELOG.md @@ -3,14 +3,6 @@ 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.10](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/sandbox-testing@1.0.0-alpha.9...@sourceloop/sandbox-testing@1.0.0-alpha.10) (2020-08-12) - -**Note:** Version bump only for package @sourceloop/sandbox-testing - - - - - # [1.0.0-alpha.9](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/sandbox-testing@1.0.0-alpha.8...@sourceloop/sandbox-testing@1.0.0-alpha.9) (2020-08-07) **Note:** Version bump only for package @sourceloop/sandbox-testing diff --git a/sandbox/testing/package-lock.json b/sandbox/testing/package-lock.json index 6a5962a745..32fede649f 100644 --- a/sandbox/testing/package-lock.json +++ b/sandbox/testing/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/sandbox-testing", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/testing/package.json b/sandbox/testing/package.json index 1fb078ee60..9873bc2d44 100644 --- a/sandbox/testing/package.json +++ b/sandbox/testing/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/sandbox-testing", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.9", "description": "This is a sample application for sandbox testing of microservice components.", "private": true, "keywords": [ @@ -54,7 +54,7 @@ "@loopback/rest-explorer": "^2.2.2", "@loopback/service-proxy": "^2.3.0", "@sourceloop/core": "^1.0.0-alpha.8", - "@sourceloop/notification-service": "^1.0.0-alpha.9", + "@sourceloop/notification-service": "^1.0.0-alpha.8", "aws-sdk": "^2.694.0", "loopback-connector-postgresql": "^3.9.1", "loopback4-authorization": "^2.3.2", diff --git a/services/authentication-service/CHANGELOG.md b/services/authentication-service/CHANGELOG.md index 19c3e02dfd..b55876b0ae 100644 --- a/services/authentication-service/CHANGELOG.md +++ b/services/authentication-service/CHANGELOG.md @@ -3,17 +3,6 @@ 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.11](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/authentication-service@1.0.0-alpha.10...@sourceloop/authentication-service@1.0.0-alpha.11) (2020-08-12) - - -### Features - -* **authentication-service:** google signup provider for creating user while logging with google ([#63](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/63)) ([c8ca37d](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/c8ca37ddfaaf38a152649266a720ee3b20de088f)) - - - - - # [1.0.0-alpha.10](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/authentication-service@1.0.0-alpha.9...@sourceloop/authentication-service@1.0.0-alpha.10) (2020-08-07) **Note:** Version bump only for package @sourceloop/authentication-service diff --git a/services/authentication-service/package-lock.json b/services/authentication-service/package-lock.json index deaf17c59e..320d2b66ca 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.11", + "version": "1.0.0-alpha.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/authentication-service/package.json b/services/authentication-service/package.json index 2d44870914..d0243e1149 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.11", + "version": "1.0.0-alpha.10", "description": "services", "keywords": [ "loopback-extension", diff --git a/services/in-mail-service/CHANGELOG.md b/services/in-mail-service/CHANGELOG.md index 26df7b800e..01dc535c78 100644 --- a/services/in-mail-service/CHANGELOG.md +++ b/services/in-mail-service/CHANGELOG.md @@ -3,14 +3,6 @@ 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.9](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/in-mail-service@1.0.0-alpha.8...@sourceloop/in-mail-service@1.0.0-alpha.9) (2020-08-12) - -**Note:** Version bump only for package @sourceloop/in-mail-service - - - - - # [1.0.0-alpha.8](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/in-mail-service@1.0.0-alpha.7...@sourceloop/in-mail-service@1.0.0-alpha.8) (2020-08-07) **Note:** Version bump only for package @sourceloop/in-mail-service diff --git a/services/in-mail-service/package-lock.json b/services/in-mail-service/package-lock.json index e7dc9e704a..6925fe8db7 100644 --- a/services/in-mail-service/package-lock.json +++ b/services/in-mail-service/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/in-mail-service", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/in-mail-service/package.json b/services/in-mail-service/package.json index 46e37b4b9f..7539f8c36b 100644 --- a/services/in-mail-service/package.json +++ b/services/in-mail-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/in-mail-service", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.8", "description": "services", "private": true, "keywords": [ diff --git a/services/notification-service/CHANGELOG.md b/services/notification-service/CHANGELOG.md index e34696c5f4..bc5d0cfe3c 100644 --- a/services/notification-service/CHANGELOG.md +++ b/services/notification-service/CHANGELOG.md @@ -3,14 +3,6 @@ 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.9](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/notification-service@1.0.0-alpha.8...@sourceloop/notification-service@1.0.0-alpha.9) (2020-08-12) - -**Note:** Version bump only for package @sourceloop/notification-service - - - - - # [1.0.0-alpha.8](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/notification-service@1.0.0-alpha.7...@sourceloop/notification-service@1.0.0-alpha.8) (2020-08-07) **Note:** Version bump only for package @sourceloop/notification-service diff --git a/services/notification-service/package-lock.json b/services/notification-service/package-lock.json index b654062d39..dd1da7d503 100644 --- a/services/notification-service/package-lock.json +++ b/services/notification-service/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/notification-service", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/notification-service/package.json b/services/notification-service/package.json index 250527d6af..bc439604b2 100644 --- a/services/notification-service/package.json +++ b/services/notification-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/notification-service", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.8", "description": "services", "keywords": [ "loopback-extension", diff --git a/services/scheduler-service/CHANGELOG.md b/services/scheduler-service/CHANGELOG.md index 24e341fb92..2500ccdd8c 100644 --- a/services/scheduler-service/CHANGELOG.md +++ b/services/scheduler-service/CHANGELOG.md @@ -3,14 +3,6 @@ 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.15](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/scheduler-service@1.0.0-alpha.14...@sourceloop/scheduler-service@1.0.0-alpha.15) (2020-08-12) - -**Note:** Version bump only for package @sourceloop/scheduler-service - - - - - # [1.0.0-alpha.14](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/scheduler-service@1.0.0-alpha.13...@sourceloop/scheduler-service@1.0.0-alpha.14) (2020-08-07) **Note:** Version bump only for package @sourceloop/scheduler-service diff --git a/services/scheduler-service/package-lock.json b/services/scheduler-service/package-lock.json index 56486a03cf..01e94ed2cf 100644 --- a/services/scheduler-service/package-lock.json +++ b/services/scheduler-service/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/scheduler-service", - "version": "1.0.0-alpha.15", + "version": "1.0.0-alpha.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/scheduler-service/package.json b/services/scheduler-service/package.json index ff8012eb91..8790c8b7f2 100644 --- a/services/scheduler-service/package.json +++ b/services/scheduler-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/scheduler-service", - "version": "1.0.0-alpha.15", + "version": "1.0.0-alpha.14", "description": "services", "keywords": [ "loopback-extension", diff --git a/services/video-conferencing-service/CHANGELOG.md b/services/video-conferencing-service/CHANGELOG.md index 328292b5d2..5619122829 100644 --- a/services/video-conferencing-service/CHANGELOG.md +++ b/services/video-conferencing-service/CHANGELOG.md @@ -3,17 +3,6 @@ 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.11](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/video-conferencing-service@1.0.0-alpha.10...@sourceloop/video-conferencing-service@1.0.0-alpha.11) (2020-08-12) - - -### Features - -* **video-conferencing-service:** add PATCH /session/{meetingLink} API to edit meeting details and add unit tests ([#62](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/62)) ([9ce9a2a](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/9ce9a2aa2ef629163fe38e476fbbde81563aee2f)) - - - - - # [1.0.0-alpha.10](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/video-conferencing-service@1.0.0-alpha.9...@sourceloop/video-conferencing-service@1.0.0-alpha.10) (2020-08-07) **Note:** Version bump only for package @sourceloop/video-conferencing-service diff --git a/services/video-conferencing-service/package-lock.json b/services/video-conferencing-service/package-lock.json index feecd04f58..7360e0add7 100644 --- a/services/video-conferencing-service/package-lock.json +++ b/services/video-conferencing-service/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/video-conferencing-service", - "version": "1.0.0-alpha.11", + "version": "1.0.0-alpha.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/video-conferencing-service/package.json b/services/video-conferencing-service/package.json index b6a7fef644..32eb089e35 100644 --- a/services/video-conferencing-service/package.json +++ b/services/video-conferencing-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/video-conferencing-service", - "version": "1.0.0-alpha.11", + "version": "1.0.0-alpha.10", "description": "Microservice providing Video-Conferencing service", "keywords": [ "loopback-extension",