From 76546872ba552c15fbd2fc77fb4b529d874fa2c3 Mon Sep 17 00:00:00 2001 From: yeshamavani Date: Tue, 9 Nov 2021 14:34:56 +0000 Subject: [PATCH] chore: publish release - @sourceloop/audit-ms-example@0.3.3 - @sourceloop/auth-ms-basic-example@0.4.3 - @sourceloop/auth-multitenant-example@2.2.2 - @sourceloop/in-mail-example@0.4.2 - @sourceloop/notification-socket-example@2.1.3 - @sourceloop/pubnub-example@0.2.2 - @sourceloop/schedular-example@1.0.3 - @sourceloop/search-ms-example@0.2.5 - @sourceloop/video-conferencing-ms-example@1.0.3 - @sourceloop/workflow-ms-example@0.4.2 - @sourceloop/audit-service@2.6.3 - @sourceloop/authentication-service@1.4.3 - @sourceloop/bpmn-service@3.0.3 - @sourceloop/chat-service@1.1.4 - @sourceloop/feature-toggle-service@0.1.2 - @sourceloop/in-mail-service@1.4.3 - @sourceloop/notification-service@2.1.4 - @sourceloop/payment-service@1.0.4 - @sourceloop/scheduler-service@2.3.3 - @sourceloop/search-service@0.2.6 - @sourceloop/video-conferencing-service@1.3.3 --- sandbox/audit-ms-example/CHANGELOG.md | 8 ++++++++ sandbox/audit-ms-example/package-lock.json | 2 +- sandbox/audit-ms-example/package.json | 4 ++-- sandbox/auth-ms-basic-example/CHANGELOG.md | 8 ++++++++ sandbox/auth-ms-basic-example/package-lock.json | 2 +- sandbox/auth-ms-basic-example/package.json | 4 ++-- sandbox/auth-multitenant-example/CHANGELOG.md | 8 ++++++++ sandbox/auth-multitenant-example/package-lock.json | 2 +- sandbox/auth-multitenant-example/package.json | 4 ++-- sandbox/in-mail-example/CHANGELOG.md | 8 ++++++++ sandbox/in-mail-example/package-lock.json | 2 +- sandbox/in-mail-example/package.json | 4 ++-- sandbox/notification-socket-example/CHANGELOG.md | 8 ++++++++ sandbox/notification-socket-example/package-lock.json | 2 +- sandbox/notification-socket-example/package.json | 4 ++-- sandbox/pubnub-example/CHANGELOG.md | 8 ++++++++ sandbox/pubnub-example/package-lock.json | 2 +- sandbox/pubnub-example/package.json | 4 ++-- sandbox/scheduler-example/CHANGELOG.md | 8 ++++++++ sandbox/scheduler-example/package-lock.json | 2 +- sandbox/scheduler-example/package.json | 4 ++-- sandbox/search-ms-example/CHANGELOG.md | 8 ++++++++ sandbox/search-ms-example/package-lock.json | 2 +- sandbox/search-ms-example/package.json | 4 ++-- sandbox/video-conferencing-ms-example/CHANGELOG.md | 8 ++++++++ sandbox/video-conferencing-ms-example/package-lock.json | 2 +- sandbox/video-conferencing-ms-example/package.json | 4 ++-- sandbox/workflow-ms-example/CHANGELOG.md | 8 ++++++++ sandbox/workflow-ms-example/package-lock.json | 2 +- sandbox/workflow-ms-example/package.json | 4 ++-- services/audit-service/CHANGELOG.md | 8 ++++++++ services/audit-service/package-lock.json | 2 +- services/audit-service/package.json | 2 +- services/authentication-service/CHANGELOG.md | 8 ++++++++ services/authentication-service/package-lock.json | 2 +- services/authentication-service/package.json | 2 +- services/bpmn-service/CHANGELOG.md | 8 ++++++++ services/bpmn-service/package-lock.json | 2 +- services/bpmn-service/package.json | 2 +- services/chat-service/CHANGELOG.md | 8 ++++++++ services/chat-service/package-lock.json | 2 +- services/chat-service/package.json | 2 +- services/feature-toggle-service/CHANGELOG.md | 8 ++++++++ services/feature-toggle-service/package-lock.json | 2 +- services/feature-toggle-service/package.json | 2 +- services/in-mail-service/CHANGELOG.md | 8 ++++++++ services/in-mail-service/package-lock.json | 2 +- services/in-mail-service/package.json | 2 +- services/notification-service/CHANGELOG.md | 8 ++++++++ services/notification-service/package-lock.json | 2 +- services/notification-service/package.json | 2 +- services/payment-service/CHANGELOG.md | 8 ++++++++ services/payment-service/package-lock.json | 2 +- services/payment-service/package.json | 2 +- services/scheduler-service/CHANGELOG.md | 8 ++++++++ services/scheduler-service/package-lock.json | 2 +- services/scheduler-service/package.json | 2 +- services/search-service/CHANGELOG.md | 8 ++++++++ services/search-service/package-lock.json | 2 +- services/search-service/package.json | 2 +- services/video-conferencing-service/CHANGELOG.md | 8 ++++++++ services/video-conferencing-service/package-lock.json | 2 +- services/video-conferencing-service/package.json | 2 +- 63 files changed, 220 insertions(+), 52 deletions(-) diff --git a/sandbox/audit-ms-example/CHANGELOG.md b/sandbox/audit-ms-example/CHANGELOG.md index dac25f3fcf..23a881db04 100644 --- a/sandbox/audit-ms-example/CHANGELOG.md +++ b/sandbox/audit-ms-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. +## 0.3.3 (2021-11-09) + +**Note:** Version bump only for package @sourceloop/audit-ms-example + + + + + ## 0.3.2 (2021-11-09) **Note:** Version bump only for package @sourceloop/audit-ms-example diff --git a/sandbox/audit-ms-example/package-lock.json b/sandbox/audit-ms-example/package-lock.json index 60e4631b4a..a89af83bdd 100644 --- a/sandbox/audit-ms-example/package-lock.json +++ b/sandbox/audit-ms-example/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/audit-ms-example", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/audit-ms-example/package.json b/sandbox/audit-ms-example/package.json index 4aa72d7f75..43e9847409 100644 --- a/sandbox/audit-ms-example/package.json +++ b/sandbox/audit-ms-example/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/audit-ms-example", - "version": "0.3.2", + "version": "0.3.3", "description": "An audit microservice example", "keywords": [ "loopback-application", @@ -61,7 +61,7 @@ "@loopback/rest-explorer": "^3.3.0", "@loopback/service-proxy": "^3.2.0", "@sourceloop/audit-log": "^1.3.0", - "@sourceloop/audit-service": "^2.6.1", + "@sourceloop/audit-service": "^2.6.3", "db-migrate": "^0.11.12", "db-migrate-pg": "^1.2.2", "dotenv": "^8.2.0", diff --git a/sandbox/auth-ms-basic-example/CHANGELOG.md b/sandbox/auth-ms-basic-example/CHANGELOG.md index 9fbe8c0142..decc82a0b6 100644 --- a/sandbox/auth-ms-basic-example/CHANGELOG.md +++ b/sandbox/auth-ms-basic-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. +## 0.4.3 (2021-11-09) + +**Note:** Version bump only for package @sourceloop/auth-ms-basic-example + + + + + ## 0.4.2 (2021-11-09) **Note:** Version bump only for package @sourceloop/auth-ms-basic-example diff --git a/sandbox/auth-ms-basic-example/package-lock.json b/sandbox/auth-ms-basic-example/package-lock.json index 7ab57f45f3..346f65a737 100644 --- a/sandbox/auth-ms-basic-example/package-lock.json +++ b/sandbox/auth-ms-basic-example/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/auth-ms-basic-example", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/auth-ms-basic-example/package.json b/sandbox/auth-ms-basic-example/package.json index 6777ef8153..25b27df4a8 100644 --- a/sandbox/auth-ms-basic-example/package.json +++ b/sandbox/auth-ms-basic-example/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/auth-ms-basic-example", - "version": "0.4.2", + "version": "0.4.3", "description": "Auth microservice basic example", "keywords": [ "loopback-application", @@ -61,7 +61,7 @@ "@loopback/rest": "^9.3.0", "@loopback/rest-explorer": "^3.3.0", "@loopback/service-proxy": "^3.2.0", - "@sourceloop/authentication-service": "^1.4.1", + "@sourceloop/authentication-service": "^1.4.3", "@sourceloop/core": "^3.1.2", "bcrypt": "^5.0.1", "db-migrate": "^0.11.12", diff --git a/sandbox/auth-multitenant-example/CHANGELOG.md b/sandbox/auth-multitenant-example/CHANGELOG.md index d5c5256603..e70dfa1fac 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. +## 2.2.2 (2021-11-09) + +**Note:** Version bump only for package @sourceloop/auth-multitenant-example + + + + + ## 2.2.1 (2021-11-09) **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 d83e776b30..31bb05b077 100644 --- a/sandbox/auth-multitenant-example/package-lock.json +++ b/sandbox/auth-multitenant-example/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/auth-multitenant-example", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/auth-multitenant-example/package.json b/sandbox/auth-multitenant-example/package.json index 6fd205667a..bde29216b1 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": "2.2.1", + "version": "2.2.2", "description": "This is a sample application for sandbox testing of auth microservice components.", "private": true, "keywords": [ @@ -57,7 +57,7 @@ "@loopback/rest": "^9.3.0", "@loopback/rest-explorer": "^3.3.0", "@loopback/service-proxy": "^3.2.0", - "@sourceloop/authentication-service": "^1.4.1", + "@sourceloop/authentication-service": "^1.4.3", "@sourceloop/core": "^3.1.2", "bcrypt": "^5.0.0", "casbin": "^5.2.1", diff --git a/sandbox/in-mail-example/CHANGELOG.md b/sandbox/in-mail-example/CHANGELOG.md index 61d3c5cd6f..cc3b441bc5 100644 --- a/sandbox/in-mail-example/CHANGELOG.md +++ b/sandbox/in-mail-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. +## 0.4.2 (2021-11-09) + +**Note:** Version bump only for package @sourceloop/in-mail-example + + + + + ## 0.4.1 (2021-11-09) **Note:** Version bump only for package @sourceloop/in-mail-example diff --git a/sandbox/in-mail-example/package-lock.json b/sandbox/in-mail-example/package-lock.json index 533b4b47c2..2d78fe55d5 100644 --- a/sandbox/in-mail-example/package-lock.json +++ b/sandbox/in-mail-example/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/in-mail-example", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/in-mail-example/package.json b/sandbox/in-mail-example/package.json index 9b207c2d5c..b0a5ae36ff 100644 --- a/sandbox/in-mail-example/package.json +++ b/sandbox/in-mail-example/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/in-mail-example", - "version": "0.4.1", + "version": "0.4.2", "description": "in mail example", "keywords": [ "loopback-application", @@ -56,7 +56,7 @@ "@loopback/rest": "^9.3.0", "@loopback/rest-explorer": "^3.3.0", "@loopback/service-proxy": "^3.2.0", - "@sourceloop/in-mail-service": "^1.4.1", + "@sourceloop/in-mail-service": "^1.4.3", "db-migrate": "^0.11.12", "db-migrate-pg": "^1.2.2", "dotenv": "^8.2.0", diff --git a/sandbox/notification-socket-example/CHANGELOG.md b/sandbox/notification-socket-example/CHANGELOG.md index 470f44ad9e..1e8fc8bc1e 100644 --- a/sandbox/notification-socket-example/CHANGELOG.md +++ b/sandbox/notification-socket-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. +## 2.1.3 (2021-11-09) + +**Note:** Version bump only for package @sourceloop/notification-socket-example + + + + + ## 2.1.2 (2021-11-09) **Note:** Version bump only for package @sourceloop/notification-socket-example diff --git a/sandbox/notification-socket-example/package-lock.json b/sandbox/notification-socket-example/package-lock.json index 2f6b86c9c3..ab3d4c61d9 100644 --- a/sandbox/notification-socket-example/package-lock.json +++ b/sandbox/notification-socket-example/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/notification-socket-example", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/notification-socket-example/package.json b/sandbox/notification-socket-example/package.json index 9eeae8824a..25e4bc9fd4 100644 --- a/sandbox/notification-socket-example/package.json +++ b/sandbox/notification-socket-example/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/notification-socket-example", - "version": "2.1.2", + "version": "2.1.3", "description": "sandbox", "keywords": [ "loopback-application", @@ -56,7 +56,7 @@ "@loopback/rest-explorer": "^3.3.0", "@loopback/service-proxy": "^3.2.0", "@sourceloop/core": "^3.1.2", - "@sourceloop/notification-service": "^2.1.2", + "@sourceloop/notification-service": "^2.1.4", "loopback4-authorization": "^3.3.0", "loopback4-soft-delete": "^3.2.2", "tslib": "^2.0.0" diff --git a/sandbox/pubnub-example/CHANGELOG.md b/sandbox/pubnub-example/CHANGELOG.md index a794f10d41..49c7c0409d 100644 --- a/sandbox/pubnub-example/CHANGELOG.md +++ b/sandbox/pubnub-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. +## 0.2.2 (2021-11-09) + +**Note:** Version bump only for package @sourceloop/pubnub-example + + + + + ## 0.2.1 (2021-11-09) **Note:** Version bump only for package @sourceloop/pubnub-example diff --git a/sandbox/pubnub-example/package-lock.json b/sandbox/pubnub-example/package-lock.json index f3c3723287..cc77c43d61 100644 --- a/sandbox/pubnub-example/package-lock.json +++ b/sandbox/pubnub-example/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/pubnub-example", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/pubnub-example/package.json b/sandbox/pubnub-example/package.json index 358b7d418b..eaed55c85a 100644 --- a/sandbox/pubnub-example/package.json +++ b/sandbox/pubnub-example/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/pubnub-example", - "version": "0.2.1", + "version": "0.2.2", "description": "A pubnub provider example", "keywords": [ "loopback-application", @@ -60,7 +60,7 @@ "@loopback/rest": "^9.3.0", "@loopback/rest-explorer": "^3.3.1", "@loopback/service-proxy": "^3.2.1", - "@sourceloop/notification-service": "^2.1.2", + "@sourceloop/notification-service": "^2.1.4", "aws-sdk": "^2.947.0", "db-migrate": "^0.11.12", "db-migrate-pg": "^1.2.2", diff --git a/sandbox/scheduler-example/CHANGELOG.md b/sandbox/scheduler-example/CHANGELOG.md index cfde3766fe..6e2920e99d 100644 --- a/sandbox/scheduler-example/CHANGELOG.md +++ b/sandbox/scheduler-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.0.3 (2021-11-09) + +**Note:** Version bump only for package @sourceloop/schedular-example + + + + + ## 1.0.2 (2021-11-09) **Note:** Version bump only for package @sourceloop/schedular-example diff --git a/sandbox/scheduler-example/package-lock.json b/sandbox/scheduler-example/package-lock.json index a6d0a417e0..0f10651015 100644 --- a/sandbox/scheduler-example/package-lock.json +++ b/sandbox/scheduler-example/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/schedular-example", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/scheduler-example/package.json b/sandbox/scheduler-example/package.json index aa88580780..c30fcbf3f0 100644 --- a/sandbox/scheduler-example/package.json +++ b/sandbox/scheduler-example/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/schedular-example", - "version": "1.0.2", + "version": "1.0.3", "description": "scheduler-example", "keywords": [ "loopback-application", @@ -56,7 +56,7 @@ "@loopback/rest": "^9.3.0", "@loopback/rest-explorer": "^3.3.0", "@loopback/service-proxy": "^3.2.0", - "@sourceloop/scheduler-service": "^2.3.1", + "@sourceloop/scheduler-service": "^2.3.3", "dotenv": "^8.2.0", "dotenv-extended": "^2.9.0", "loopback-connector-postgresql": "^5.3.0", diff --git a/sandbox/search-ms-example/CHANGELOG.md b/sandbox/search-ms-example/CHANGELOG.md index 386da40568..0129da33db 100644 --- a/sandbox/search-ms-example/CHANGELOG.md +++ b/sandbox/search-ms-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. +## 0.2.5 (2021-11-09) + +**Note:** Version bump only for package @sourceloop/search-ms-example + + + + + ## 0.2.4 (2021-11-09) **Note:** Version bump only for package @sourceloop/search-ms-example diff --git a/sandbox/search-ms-example/package-lock.json b/sandbox/search-ms-example/package-lock.json index d32f655294..84b117b322 100644 --- a/sandbox/search-ms-example/package-lock.json +++ b/sandbox/search-ms-example/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/search-ms-example", - "version": "0.2.4", + "version": "0.2.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/search-ms-example/package.json b/sandbox/search-ms-example/package.json index 938f21efab..4252eb5b20 100644 --- a/sandbox/search-ms-example/package.json +++ b/sandbox/search-ms-example/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/search-ms-example", - "version": "0.2.4", + "version": "0.2.5", "description": "Search service basic example", "keywords": [ "loopback-application", @@ -60,7 +60,7 @@ "@loopback/rest-explorer": "3.2.0", "@loopback/service-proxy": "3.2.0", "@sourceloop/core": "^3.1.2", - "@sourceloop/search-service": "^0.2.4", + "@sourceloop/search-service": "^0.2.6", "db-migrate": "^0.11.12", "db-migrate-pg": "^1.2.2", "dotenv": "^10.0.0", diff --git a/sandbox/video-conferencing-ms-example/CHANGELOG.md b/sandbox/video-conferencing-ms-example/CHANGELOG.md index 7af7086aec..13781b51b2 100644 --- a/sandbox/video-conferencing-ms-example/CHANGELOG.md +++ b/sandbox/video-conferencing-ms-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.0.3 (2021-11-09) + +**Note:** Version bump only for package @sourceloop/video-conferencing-ms-example + + + + + ## 1.0.2 (2021-11-09) **Note:** Version bump only for package @sourceloop/video-conferencing-ms-example diff --git a/sandbox/video-conferencing-ms-example/package-lock.json b/sandbox/video-conferencing-ms-example/package-lock.json index 319243cc93..c3a1d20ce5 100644 --- a/sandbox/video-conferencing-ms-example/package-lock.json +++ b/sandbox/video-conferencing-ms-example/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/video-conferencing-ms-example", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/video-conferencing-ms-example/package.json b/sandbox/video-conferencing-ms-example/package.json index 262fa85a82..8a538ee2b5 100644 --- a/sandbox/video-conferencing-ms-example/package.json +++ b/sandbox/video-conferencing-ms-example/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/video-conferencing-ms-example", - "version": "1.0.2", + "version": "1.0.3", "description": "A Video conferencing service example", "keywords": [ "loopback-application", @@ -60,7 +60,7 @@ "@loopback/rest": "^9.3.0", "@loopback/rest-explorer": "^3.3.0", "@loopback/service-proxy": "^3.2.0", - "@sourceloop/video-conferencing-service": "^1.3.1", + "@sourceloop/video-conferencing-service": "^1.3.3", "db-migrate": "^0.11.12", "db-migrate-pg": "^1.2.2", "dotenv": "^8.2.0", diff --git a/sandbox/workflow-ms-example/CHANGELOG.md b/sandbox/workflow-ms-example/CHANGELOG.md index 74c5074155..be1039cd89 100644 --- a/sandbox/workflow-ms-example/CHANGELOG.md +++ b/sandbox/workflow-ms-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. +## 0.4.2 (2021-11-09) + +**Note:** Version bump only for package @sourceloop/workflow-ms-example + + + + + ## 0.4.1 (2021-11-09) **Note:** Version bump only for package @sourceloop/workflow-ms-example diff --git a/sandbox/workflow-ms-example/package-lock.json b/sandbox/workflow-ms-example/package-lock.json index fd078d596b..e2ac428c8d 100644 --- a/sandbox/workflow-ms-example/package-lock.json +++ b/sandbox/workflow-ms-example/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/workflow-ms-example", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/workflow-ms-example/package.json b/sandbox/workflow-ms-example/package.json index d4ca4d6a5f..d7b2dab505 100644 --- a/sandbox/workflow-ms-example/package.json +++ b/sandbox/workflow-ms-example/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/workflow-ms-example", - "version": "0.4.1", + "version": "0.4.2", "description": "A workflow microservice example", "keywords": [ "loopback-application", @@ -60,7 +60,7 @@ "@loopback/rest": "^9.3.0", "@loopback/rest-explorer": "^3.3.0", "@loopback/service-proxy": "^3.2.0", - "@sourceloop/bpmn-service": "^3.0.1", + "@sourceloop/bpmn-service": "^3.0.3", "@sourceloop/core": "^3.1.2", "@types/node-fetch": "^2.5.10", "db-migrate": "^0.11.12", diff --git a/services/audit-service/CHANGELOG.md b/services/audit-service/CHANGELOG.md index a7e7686ab0..24ef9fecf2 100644 --- a/services/audit-service/CHANGELOG.md +++ b/services/audit-service/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. +## 2.6.3 (2021-11-09) + +* refactor(authentication-service): version bump in all services for release (#418) ([0808265](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/0808265)), closes [#418](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/418) [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) + + + + + ## 2.6.1 (2021-11-09) **Note:** Version bump only for package @sourceloop/audit-service diff --git a/services/audit-service/package-lock.json b/services/audit-service/package-lock.json index 9a2e190f2a..a18d880fd5 100644 --- a/services/audit-service/package-lock.json +++ b/services/audit-service/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/audit-service", - "version": "2.6.1", + "version": "2.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/audit-service/package.json b/services/audit-service/package.json index e775233097..f53ebfa082 100644 --- a/services/audit-service/package.json +++ b/services/audit-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/audit-service", - "version": "2.6.2", + "version": "2.6.3", "description": "A microservice for audit logging", "keywords": [ "loopback-extension", diff --git a/services/authentication-service/CHANGELOG.md b/services/authentication-service/CHANGELOG.md index f60ade73f6..5208a77948 100644 --- a/services/authentication-service/CHANGELOG.md +++ b/services/authentication-service/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.4.3 (2021-11-09) + +* refactor(authentication-service): version bump in all services for release (#418) ([0808265](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/0808265)), closes [#418](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/418) [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) + + + + + ## 1.4.1 (2021-11-09) * chore(deps): bump validator in /services/authentication-service (#403) ([c854899](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/c854899)), closes [#403](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/403) diff --git a/services/authentication-service/package-lock.json b/services/authentication-service/package-lock.json index d3d020b508..4397ece422 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.4.1", + "version": "1.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/authentication-service/package.json b/services/authentication-service/package.json index 8282240a4f..b2371601e5 100644 --- a/services/authentication-service/package.json +++ b/services/authentication-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/authentication-service", - "version": "1.4.2", + "version": "1.4.3", "description": "services", "keywords": [ "loopback-extension", diff --git a/services/bpmn-service/CHANGELOG.md b/services/bpmn-service/CHANGELOG.md index 5f87e1cb85..856ae5e61c 100644 --- a/services/bpmn-service/CHANGELOG.md +++ b/services/bpmn-service/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. +## 3.0.3 (2021-11-09) + +* refactor(authentication-service): version bump in all services for release (#418) ([0808265](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/0808265)), closes [#418](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/418) [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) + + + + + ## 3.0.1 (2021-11-09) **Note:** Version bump only for package @sourceloop/bpmn-service diff --git a/services/bpmn-service/package-lock.json b/services/bpmn-service/package-lock.json index e16f3ab44d..c3aa61f822 100644 --- a/services/bpmn-service/package-lock.json +++ b/services/bpmn-service/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/bpmn-service", - "version": "3.0.1", + "version": "3.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/bpmn-service/package.json b/services/bpmn-service/package.json index ef7f973ca4..53b2347073 100644 --- a/services/bpmn-service/package.json +++ b/services/bpmn-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/bpmn-service", - "version": "3.0.2", + "version": "3.0.3", "description": "services", "keywords": [ "loopback-extension", diff --git a/services/chat-service/CHANGELOG.md b/services/chat-service/CHANGELOG.md index e24c6e31a7..7cefc798b5 100644 --- a/services/chat-service/CHANGELOG.md +++ b/services/chat-service/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.4 (2021-11-09) + +* refactor(authentication-service): version bump in all services for release (#418) ([0808265](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/0808265)), closes [#418](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/418) [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) + + + + + ## 1.1.2 (2021-11-09) **Note:** Version bump only for package @sourceloop/chat-service diff --git a/services/chat-service/package-lock.json b/services/chat-service/package-lock.json index 7fce55364a..e6e80c7fbf 100644 --- a/services/chat-service/package-lock.json +++ b/services/chat-service/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/chat-service", - "version": "1.1.2", + "version": "1.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/chat-service/package.json b/services/chat-service/package.json index e3f7e8f603..81d738a052 100644 --- a/services/chat-service/package.json +++ b/services/chat-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/chat-service", - "version": "1.1.3", + "version": "1.1.4", "description": "chat-service", "keywords": [ "loopback-extension", diff --git a/services/feature-toggle-service/CHANGELOG.md b/services/feature-toggle-service/CHANGELOG.md index 0c1c534604..2f95e9bc1a 100644 --- a/services/feature-toggle-service/CHANGELOG.md +++ b/services/feature-toggle-service/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. +## 0.1.2 (2021-11-09) + +* refactor(authentication-service): version bump in all services for release (#418) ([0808265](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/0808265)), closes [#418](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/418) [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) + + + + + ## 0.1.0 (2021-10-24) * fix(core): fix bugs ([e519774](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/e519774)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) diff --git a/services/feature-toggle-service/package-lock.json b/services/feature-toggle-service/package-lock.json index e1e0e30500..02b92658c1 100644 --- a/services/feature-toggle-service/package-lock.json +++ b/services/feature-toggle-service/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/feature-toggle-service", - "version": "0.1.0", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/feature-toggle-service/package.json b/services/feature-toggle-service/package.json index 4bfe35a8c9..632efd6f21 100644 --- a/services/feature-toggle-service/package.json +++ b/services/feature-toggle-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/feature-toggle-service", - "version": "0.1.1", + "version": "0.1.2", "description": "A service that provides feature toggle details", "keywords": [ "loopback-application", diff --git a/services/in-mail-service/CHANGELOG.md b/services/in-mail-service/CHANGELOG.md index 0b7ffcc34f..800f190e5c 100644 --- a/services/in-mail-service/CHANGELOG.md +++ b/services/in-mail-service/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.4.3 (2021-11-09) + +* refactor(authentication-service): version bump in all services for release (#418) ([0808265](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/0808265)), closes [#418](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/418) [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) + + + + + ## 1.4.1 (2021-11-09) **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 993cc2e3d5..086431835b 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.4.1", + "version": "1.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/in-mail-service/package.json b/services/in-mail-service/package.json index c19372907d..d99dfc8045 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.4.2", + "version": "1.4.3", "description": "services", "keywords": [ "loopback-extension", diff --git a/services/notification-service/CHANGELOG.md b/services/notification-service/CHANGELOG.md index 37eeca4032..4c7d1571a6 100644 --- a/services/notification-service/CHANGELOG.md +++ b/services/notification-service/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. +## 2.1.4 (2021-11-09) + +* refactor(authentication-service): version bump in all services for release (#418) ([0808265](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/0808265)), closes [#418](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/418) [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) + + + + + ## 2.1.2 (2021-11-09) * chore(deps): bump validator in /services/notification-service (#406) ([3c07ece](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/3c07ece)), closes [#406](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/406) diff --git a/services/notification-service/package-lock.json b/services/notification-service/package-lock.json index 1b374c7df0..3c35ca7dad 100644 --- a/services/notification-service/package-lock.json +++ b/services/notification-service/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/notification-service", - "version": "2.1.2", + "version": "2.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/notification-service/package.json b/services/notification-service/package.json index fa8ecdf2f5..57223313d9 100644 --- a/services/notification-service/package.json +++ b/services/notification-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/notification-service", - "version": "2.1.3", + "version": "2.1.4", "description": "services", "keywords": [ "loopback-extension", diff --git a/services/payment-service/CHANGELOG.md b/services/payment-service/CHANGELOG.md index 0a87b2f033..59a2e1374f 100644 --- a/services/payment-service/CHANGELOG.md +++ b/services/payment-service/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.0.4 (2021-11-09) + +* refactor(authentication-service): version bump in all services for release (#418) ([0808265](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/0808265)), closes [#418](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/418) [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) + + + + + ## 1.0.2 (2021-11-09) **Note:** Version bump only for package @sourceloop/payment-service diff --git a/services/payment-service/package-lock.json b/services/payment-service/package-lock.json index b87cb29e13..cec4f0c917 100644 --- a/services/payment-service/package-lock.json +++ b/services/payment-service/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/payment-service", - "version": "1.0.2", + "version": "1.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/payment-service/package.json b/services/payment-service/package.json index df6683a85a..a64737045b 100644 --- a/services/payment-service/package.json +++ b/services/payment-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/payment-service", - "version": "1.0.3", + "version": "1.0.4", "description": "services", "keywords": [ "loopback-extension", diff --git a/services/scheduler-service/CHANGELOG.md b/services/scheduler-service/CHANGELOG.md index b0835a0654..b2629d6ff1 100644 --- a/services/scheduler-service/CHANGELOG.md +++ b/services/scheduler-service/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. +## 2.3.3 (2021-11-09) + +* refactor(authentication-service): version bump in all services for release (#418) ([0808265](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/0808265)), closes [#418](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/418) [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) + + + + + ## 2.3.1 (2021-11-09) * chore(deps): bump validator in /services/scheduler-service (#404) ([5bd916b](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/5bd916b)), closes [#404](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/404) diff --git a/services/scheduler-service/package-lock.json b/services/scheduler-service/package-lock.json index 262750160a..e0658a32a2 100644 --- a/services/scheduler-service/package-lock.json +++ b/services/scheduler-service/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/scheduler-service", - "version": "2.3.1", + "version": "2.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/scheduler-service/package.json b/services/scheduler-service/package.json index 12c5fe4a79..3ef62d8fc4 100644 --- a/services/scheduler-service/package.json +++ b/services/scheduler-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/scheduler-service", - "version": "2.3.2", + "version": "2.3.3", "description": "services", "keywords": [ "loopback-extension", diff --git a/services/search-service/CHANGELOG.md b/services/search-service/CHANGELOG.md index f1bd3042eb..e562418204 100644 --- a/services/search-service/CHANGELOG.md +++ b/services/search-service/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. +## 0.2.6 (2021-11-09) + +* refactor(authentication-service): version bump in all services for release (#418) ([0808265](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/0808265)), closes [#418](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/418) [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) + + + + + ## 0.2.4 (2021-11-09) * fix(search-client): reduce gap between input box and recent searches (#400) ([2e5849d](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/2e5849d)), closes [#400](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/400) diff --git a/services/search-service/package-lock.json b/services/search-service/package-lock.json index df9c273514..ed6f31c118 100644 --- a/services/search-service/package-lock.json +++ b/services/search-service/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/search-service", - "version": "0.2.4", + "version": "0.2.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/search-service/package.json b/services/search-service/package.json index 00ddba3781..560ce3809a 100644 --- a/services/search-service/package.json +++ b/services/search-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/search-service", - "version": "0.2.5", + "version": "0.2.6", "description": "A microservice to search over provided models.", "keywords": [ "loopback-application", diff --git a/services/video-conferencing-service/CHANGELOG.md b/services/video-conferencing-service/CHANGELOG.md index 8b69f7860b..daead8756d 100644 --- a/services/video-conferencing-service/CHANGELOG.md +++ b/services/video-conferencing-service/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.3.3 (2021-11-09) + +* refactor(authentication-service): version bump in all services for release (#418) ([0808265](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/0808265)), closes [#418](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/418) [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) + + + + + ## 1.3.1 (2021-11-09) **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 512393866f..ab8c237a37 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.3.1", + "version": "1.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/video-conferencing-service/package.json b/services/video-conferencing-service/package.json index c51b301f20..1041f7ed9d 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.3.2", + "version": "1.3.3", "description": "Microservice providing Video-Conferencing service", "keywords": [ "loopback-extension",