From 8497f0f94cc2e45516d72050fcfeb863e06bea8b Mon Sep 17 00:00:00 2001 From: Samarpan Date: Thu, 13 May 2021 04:37:24 +0530 Subject: [PATCH] chore: publish release - @sourceloop/core@1.0.0 - custom-sf-changelog@1.0.0 - @sourceloop/audit-ms-example@0.1.0 - @sourceloop/auth-ms-basic-example@0.1.0 - @sourceloop/auth-multitenant-example@2.0.0 - in-mail-example@0.1.0 - @sourceloop/notification-socket-example@2.0.0 - @sourceloop/schedular-example@0.1.0 - @sourceloop/video-conferencing-ms-example@0.1.0 - @sourceloop/workflow-ms-example@0.1.0 - @sourceloop/audit-service@2.0.0 - @sourceloop/authentication-service@1.0.0 - @sourceloop/bpmn-service@1.0.0 - @sourceloop/in-mail-service@1.0.0 - @sourceloop/notification-service@1.0.0 - @sourceloop/scheduler-service@1.0.0 - @sourceloop/video-conferencing-service@1.0.0 --- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package-lock.json | 2 +- packages/core/package.json | 2 +- packages/custom-sf-changelog/CHANGELOG.md | 8 ++++++++ packages/custom-sf-changelog/package-lock.json | 2 +- packages/custom-sf-changelog/package.json | 2 +- 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 | 6 +++--- sandbox/auth-multitenant-example/CHANGELOG.md | 8 ++++++++ sandbox/auth-multitenant-example/package-lock.json | 2 +- sandbox/auth-multitenant-example/package.json | 6 +++--- 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 | 6 +++--- sandbox/scheduler-example/CHANGELOG.md | 8 ++++++++ sandbox/scheduler-example/package-lock.json | 2 +- sandbox/scheduler-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 | 6 +++--- services/audit-service/CHANGELOG.md | 8 ++++++++ services/audit-service/package-lock.json | 2 +- services/audit-service/package.json | 4 ++-- services/authentication-service/CHANGELOG.md | 8 ++++++++ services/authentication-service/package-lock.json | 2 +- services/authentication-service/package.json | 4 ++-- services/bpmn-service/CHANGELOG.md | 8 ++++++++ services/bpmn-service/package-lock.json | 2 +- services/bpmn-service/package.json | 4 ++-- services/in-mail-service/CHANGELOG.md | 8 ++++++++ services/in-mail-service/package-lock.json | 2 +- services/in-mail-service/package.json | 4 ++-- services/notification-service/CHANGELOG.md | 8 ++++++++ services/notification-service/package-lock.json | 2 +- services/notification-service/package.json | 4 ++-- services/scheduler-service/CHANGELOG.md | 8 ++++++++ services/scheduler-service/package-lock.json | 2 +- services/scheduler-service/package.json | 4 ++-- services/video-conferencing-service/CHANGELOG.md | 8 ++++++++ services/video-conferencing-service/package-lock.json | 2 +- services/video-conferencing-service/package.json | 4 ++-- 51 files changed, 189 insertions(+), 53 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 032686b262..905530227e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.0 (2021-05-12) + +**Note:** Version bump only for package @sourceloop/core + + + + + ## 1.0.0-alpha.28 (2021-05-12) * fix(core): Swagger stats authentication (#204) ([ed7d59f](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/ed7d59f)), closes [#204](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/204) diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index b2ce46bc41..dd6fe3db3a 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/core", - "version": "1.0.0-alpha.28", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 71ec8e1fce..1c9e38e77c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/core", - "version": "1.0.0-alpha.28", + "version": "1.0.0", "description": "packages", "keywords": [ "loopback-extension", diff --git a/packages/custom-sf-changelog/CHANGELOG.md b/packages/custom-sf-changelog/CHANGELOG.md index 34cfc71964..046525ab9c 100644 --- a/packages/custom-sf-changelog/CHANGELOG.md +++ b/packages/custom-sf-changelog/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.0 (2021-05-12) + +**Note:** Version bump only for package custom-sf-changelog + + + + + ## 1.0.0-alpha.0 (2021-04-30) * fix(core): make custom changelog package private ([59e4578](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/59e4578)) diff --git a/packages/custom-sf-changelog/package-lock.json b/packages/custom-sf-changelog/package-lock.json index 9888ea87c2..1642821df4 100644 --- a/packages/custom-sf-changelog/package-lock.json +++ b/packages/custom-sf-changelog/package-lock.json @@ -1,6 +1,6 @@ { "name": "custom-sf-changelog", - "version": "1.0.0-alpha.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/custom-sf-changelog/package.json b/packages/custom-sf-changelog/package.json index dcfce5befb..230db21f03 100644 --- a/packages/custom-sf-changelog/package.json +++ b/packages/custom-sf-changelog/package.json @@ -1,6 +1,6 @@ { "name": "custom-sf-changelog", - "version": "1.0.0-alpha.0", + "version": "1.0.0", "description": "conventional-changelog angular preset", "main": "index.js", "private": true, diff --git a/sandbox/audit-ms-example/CHANGELOG.md b/sandbox/audit-ms-example/CHANGELOG.md index 41915dbd55..f27d2c94d7 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.1.0 (2021-05-12) + +**Note:** Version bump only for package @sourceloop/audit-ms-example + + + + + ## 0.1.0-alpha.1 (2021-05-12) **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 c7bffb2a68..e025ab5efb 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.1.0-alpha.1", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/audit-ms-example/package.json b/sandbox/audit-ms-example/package.json index 21f0af660d..f5334672f4 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.1.0-alpha.1", + "version": "0.1.0", "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.0.0-alpha.1", + "@sourceloop/audit-service": "^2.0.0", "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 04d50ca9d8..506c5d6ae2 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.1.0 (2021-05-12) + +**Note:** Version bump only for package @sourceloop/auth-ms-basic-example + + + + + ## 0.1.0-alpha.1 (2021-05-12) * fix(authentication-service): fixed version of loopback packages in all services (#191) ([7eb9a60](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/7eb9a60)), closes [#191](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/191) diff --git a/sandbox/auth-ms-basic-example/package-lock.json b/sandbox/auth-ms-basic-example/package-lock.json index 415986c23d..53ee8378c2 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.1.0-alpha.1", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/auth-ms-basic-example/package.json b/sandbox/auth-ms-basic-example/package.json index 05893c1f48..f3c8dc23e8 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.1.0-alpha.1", + "version": "0.1.0", "description": "Auth microservice basic example", "keywords": [ "loopback-application", @@ -61,8 +61,8 @@ "@loopback/rest": "^9.3.0", "@loopback/rest-explorer": "^3.3.0", "@loopback/service-proxy": "^3.2.0", - "@sourceloop/authentication-service": "^1.0.0-alpha.49", - "@sourceloop/core": "^1.0.0-alpha.28", + "@sourceloop/authentication-service": "^1.0.0", + "@sourceloop/core": "^1.0.0", "bcrypt": "^5.0.1", "db-migrate": "^0.11.12", "db-migrate-pg": "^1.2.2", diff --git a/sandbox/auth-multitenant-example/CHANGELOG.md b/sandbox/auth-multitenant-example/CHANGELOG.md index 5dda1ffaf4..57b010bc95 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.0.0 (2021-05-12) + +**Note:** Version bump only for package @sourceloop/auth-multitenant-example + + + + + ## 2.0.0-alpha.24 (2021-05-12) * fix(authentication-service): fixed version of loopback packages in all services (#191) ([7eb9a60](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/7eb9a60)), closes [#191](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/191) diff --git a/sandbox/auth-multitenant-example/package-lock.json b/sandbox/auth-multitenant-example/package-lock.json index 06c3b2ae12..63f6333fbc 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.0.0-alpha.24", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/auth-multitenant-example/package.json b/sandbox/auth-multitenant-example/package.json index eff3cde3f4..b700135015 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.0.0-alpha.24", + "version": "2.0.0", "description": "This is a sample application for sandbox testing of auth microservice components.", "private": true, "keywords": [ @@ -57,8 +57,8 @@ "@loopback/rest": "^9.3.0", "@loopback/rest-explorer": "^3.3.0", "@loopback/service-proxy": "^3.2.0", - "@sourceloop/authentication-service": "^1.0.0-alpha.49", - "@sourceloop/core": "^1.0.0-alpha.28", + "@sourceloop/authentication-service": "^1.0.0", + "@sourceloop/core": "^1.0.0", "bcrypt": "^5.0.0", "casbin": "^5.2.1", "db-migrate": "^0.11.11", diff --git a/sandbox/in-mail-example/CHANGELOG.md b/sandbox/in-mail-example/CHANGELOG.md index 4a108294e7..36a6a256dd 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.1.0 (2021-05-12) + +**Note:** Version bump only for package in-mail-example + + + + + ## 0.1.0-alpha.1 (2021-05-12) * fix(core): make examples private ([9b20fdd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/9b20fdd)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) diff --git a/sandbox/in-mail-example/package-lock.json b/sandbox/in-mail-example/package-lock.json index 9c3b56fc98..b81603a7b4 100644 --- a/sandbox/in-mail-example/package-lock.json +++ b/sandbox/in-mail-example/package-lock.json @@ -1,6 +1,6 @@ { "name": "in-mail-example", - "version": "0.1.0-alpha.1", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/in-mail-example/package.json b/sandbox/in-mail-example/package.json index e1c72e7cb9..81bf445ce1 100644 --- a/sandbox/in-mail-example/package.json +++ b/sandbox/in-mail-example/package.json @@ -1,6 +1,6 @@ { "name": "in-mail-example", - "version": "0.1.0-alpha.1", + "version": "0.1.0", "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.0.0-alpha.32", + "@sourceloop/in-mail-service": "^1.0.0", "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 011845cf18..a8bb28a34a 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.0.0 (2021-05-12) + +**Note:** Version bump only for package @sourceloop/notification-socket-example + + + + + ## 2.0.0-alpha.17 (2021-05-12) * fix(authentication-service): fixed version of loopback packages in all services (#191) ([7eb9a60](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/7eb9a60)), closes [#191](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/191) diff --git a/sandbox/notification-socket-example/package-lock.json b/sandbox/notification-socket-example/package-lock.json index 8d86ecb264..c5c71b22f9 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.0.0-alpha.17", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/notification-socket-example/package.json b/sandbox/notification-socket-example/package.json index 1a3677b8c5..4011026171 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.0.0-alpha.17", + "version": "2.0.0", "description": "sandbox", "keywords": [ "loopback-application", @@ -54,8 +54,8 @@ "@loopback/rest": "^9.3.0", "@loopback/rest-explorer": "^3.3.0", "@loopback/service-proxy": "^3.2.0", - "@sourceloop/core": "^1.0.0-alpha.28", - "@sourceloop/notification-service": "^1.0.0-alpha.36", + "@sourceloop/core": "^1.0.0", + "@sourceloop/notification-service": "^1.0.0", "loopback4-authorization": "^3.3.0", "tslib": "^2.0.0" }, diff --git a/sandbox/scheduler-example/CHANGELOG.md b/sandbox/scheduler-example/CHANGELOG.md index 8312212ed2..008d9edcd8 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. +## 0.1.0 (2021-05-12) + +**Note:** Version bump only for package @sourceloop/schedular-example + + + + + ## 0.1.0-alpha.1 (2021-05-12) * fix(core): make examples private ([9b20fdd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/9b20fdd)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) diff --git a/sandbox/scheduler-example/package-lock.json b/sandbox/scheduler-example/package-lock.json index f6aaa2a5b3..d86b67f582 100644 --- a/sandbox/scheduler-example/package-lock.json +++ b/sandbox/scheduler-example/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/schedular-example", - "version": "0.1.0-alpha.1", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/scheduler-example/package.json b/sandbox/scheduler-example/package.json index ffcf0ddbcd..70c2d03971 100644 --- a/sandbox/scheduler-example/package.json +++ b/sandbox/scheduler-example/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/schedular-example", - "version": "0.1.0-alpha.1", + "version": "0.1.0", "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": "^1.0.0-alpha.36", + "@sourceloop/scheduler-service": "^1.0.0", "dotenv": "^8.2.0", "dotenv-extended": "^2.9.0", "loopback-connector-postgresql": "^5.3.0", diff --git a/sandbox/video-conferencing-ms-example/CHANGELOG.md b/sandbox/video-conferencing-ms-example/CHANGELOG.md index b11654247e..e3e087f8d4 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. +## 0.1.0 (2021-05-12) + +**Note:** Version bump only for package @sourceloop/video-conferencing-ms-example + + + + + ## 0.1.0-alpha.0 (2021-05-12) * fix(authentication-service): fixed version of loopback packages in all services (#191) ([7eb9a60](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/7eb9a60)), closes [#191](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/191) diff --git a/sandbox/video-conferencing-ms-example/package-lock.json b/sandbox/video-conferencing-ms-example/package-lock.json index 173ed9350b..3f0b7cef60 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": "0.1.0-alpha.0", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/video-conferencing-ms-example/package.json b/sandbox/video-conferencing-ms-example/package.json index 4073de4b60..d170e68554 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": "0.1.0-alpha.0", + "version": "0.1.0", "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.0.0-alpha.31", + "@sourceloop/video-conferencing-service": "^1.0.0", "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 e6ca218c6f..6009c3e7b0 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.1.0 (2021-05-12) + +**Note:** Version bump only for package @sourceloop/workflow-ms-example + + + + + ## 0.1.0-alpha.2 (2021-05-12) * fix(authentication-service): fixed version of loopback packages in all services (#191) ([7eb9a60](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/7eb9a60)), closes [#191](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/191) diff --git a/sandbox/workflow-ms-example/package-lock.json b/sandbox/workflow-ms-example/package-lock.json index cf3cc6241a..a95ffc7931 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.1.0-alpha.2", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sandbox/workflow-ms-example/package.json b/sandbox/workflow-ms-example/package.json index 79a7ba0190..d781d9b7ee 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.1.0-alpha.2", + "version": "0.1.0", "description": "A workflow microservice example", "keywords": [ "loopback-application", @@ -60,8 +60,8 @@ "@loopback/rest": "^9.3.0", "@loopback/rest-explorer": "^3.3.0", "@loopback/service-proxy": "^3.2.0", - "@sourceloop/bpmn-service": "^1.0.0-alpha.3", - "@sourceloop/core": "^1.0.0-alpha.28", + "@sourceloop/bpmn-service": "^1.0.0", + "@sourceloop/core": "^1.0.0", "@types/node-fetch": "^2.5.10", "db-migrate": "^0.11.12", "db-migrate-pg": "^1.2.2", diff --git a/services/audit-service/CHANGELOG.md b/services/audit-service/CHANGELOG.md index ea1d6f93d8..755ba597ca 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.0.0 (2021-05-12) + +**Note:** Version bump only for package @sourceloop/audit-service + + + + + ## 2.0.0-alpha.1 (2021-05-12) * fix(core): make examples private ([9b20fdd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/9b20fdd)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) diff --git a/services/audit-service/package-lock.json b/services/audit-service/package-lock.json index c01aba2ea5..95e9dcf739 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.0.0-alpha.1", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/audit-service/package.json b/services/audit-service/package.json index b9b419828f..fa9e5fa14b 100644 --- a/services/audit-service/package.json +++ b/services/audit-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/audit-service", - "version": "2.0.0-alpha.1", + "version": "2.0.0", "description": "A microservice for audit logging", "keywords": [ "loopback-extension", @@ -55,7 +55,7 @@ "@loopback/repository": "^3.6.0", "@loopback/rest": "^9.3.0", "@sourceloop/audit-log": "^1.3.0", - "@sourceloop/core": "^1.0.0-alpha.28", + "@sourceloop/core": "^1.0.0", "dotenv": "^8.2.0", "dotenv-extended": "^2.9.0", "loopback4-authentication": "^4.5.0", diff --git a/services/authentication-service/CHANGELOG.md b/services/authentication-service/CHANGELOG.md index 482a3e96bc..4dc27251b7 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.0.0 (2021-05-12) + +**Note:** Version bump only for package @sourceloop/authentication-service + + + + + ## 1.0.0-alpha.49 (2021-05-12) * fix(authentication-service): fix package lock ([eb6b9eb](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/eb6b9eb)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) diff --git a/services/authentication-service/package-lock.json b/services/authentication-service/package-lock.json index 01259944b9..6b9625bb72 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.49", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/authentication-service/package.json b/services/authentication-service/package.json index 04a4b2175f..298ffb688d 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.49", + "version": "1.0.0", "description": "services", "keywords": [ "loopback-extension", @@ -56,7 +56,7 @@ "@loopback/repository": "^3.6.0", "@loopback/rest": "^9.3.0", "@loopback/rest-explorer": "^3.3.0", - "@sourceloop/core": "^1.0.0-alpha.28", + "@sourceloop/core": "^1.0.0", "@types/i18n": "^0.8.6", "base-64": "^1.0.0", "bcrypt": "^5.0.0", diff --git a/services/bpmn-service/CHANGELOG.md b/services/bpmn-service/CHANGELOG.md index 2ec8d8d27b..27670f818d 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. +## 1.0.0 (2021-05-12) + +**Note:** Version bump only for package @sourceloop/bpmn-service + + + + + ## 1.0.0-alpha.3 (2021-05-12) * fix(authentication-service): fixed auto-migration issue in all services (#184) ([dd7bea2](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/dd7bea2)), closes [#184](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/184) diff --git a/services/bpmn-service/package-lock.json b/services/bpmn-service/package-lock.json index d030efc7aa..ac81d01c46 100644 --- a/services/bpmn-service/package-lock.json +++ b/services/bpmn-service/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/bpmn-service", - "version": "1.0.0-alpha.3", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/bpmn-service/package.json b/services/bpmn-service/package.json index 5d883361b3..76d67886eb 100644 --- a/services/bpmn-service/package.json +++ b/services/bpmn-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/bpmn-service", - "version": "1.0.0-alpha.3", + "version": "1.0.0", "description": "services", "keywords": [ "loopback-extension", @@ -55,7 +55,7 @@ "@loopback/core": "^2.16.0", "@loopback/repository": "^3.6.0", "@loopback/rest": "^9.3.0", - "@sourceloop/core": "^1.0.0-alpha.28", + "@sourceloop/core": "^1.0.0", "ajv": "^8.0.5", "camunda-external-task-client-js": "^2.1.0", "dotenv": "^8.2.0", diff --git a/services/in-mail-service/CHANGELOG.md b/services/in-mail-service/CHANGELOG.md index 231efc5bbe..0d3420916a 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.0.0 (2021-05-12) + +**Note:** Version bump only for package @sourceloop/in-mail-service + + + + + ## 1.0.0-alpha.32 (2021-05-12) * fix(authentication-service): fixed auto-migration issue in all services (#184) ([dd7bea2](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/dd7bea2)), closes [#184](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/184) diff --git a/services/in-mail-service/package-lock.json b/services/in-mail-service/package-lock.json index 32d4fc3481..2879ea4234 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.32", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/in-mail-service/package.json b/services/in-mail-service/package.json index 7c5cd6468a..0a10c569fc 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.32", + "version": "1.0.0", "description": "services", "keywords": [ "loopback-extension", @@ -61,7 +61,7 @@ "@loopback/repository": "^3.6.0", "@loopback/repository-tests": "^0.18.0", "@loopback/rest": "^9.3.0", - "@sourceloop/core": "^1.0.0-alpha.28", + "@sourceloop/core": "^1.0.0", "dotenv": "^8.2.0", "dotenv-extended": "^2.9.0", "loopback4-authentication": "^4.1.0", diff --git a/services/notification-service/CHANGELOG.md b/services/notification-service/CHANGELOG.md index 2e924f6856..d379c27490 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. +## 1.0.0 (2021-05-12) + +**Note:** Version bump only for package @sourceloop/notification-service + + + + + ## 1.0.0-alpha.36 (2021-05-12) * fix(authentication-service): fixed auto-migration issue in all services (#184) ([dd7bea2](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/dd7bea2)), closes [#184](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/184) diff --git a/services/notification-service/package-lock.json b/services/notification-service/package-lock.json index 578278b66b..715ecb6537 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.36", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/notification-service/package.json b/services/notification-service/package.json index 170978b47a..06d6289cac 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.36", + "version": "1.0.0", "description": "services", "keywords": [ "loopback-extension", @@ -55,7 +55,7 @@ "@loopback/core": "^2.16.0", "@loopback/repository": "^3.6.0", "@loopback/rest": "^9.3.0", - "@sourceloop/core": "^1.0.0-alpha.28", + "@sourceloop/core": "^1.0.0", "aws-sdk": "^2.694.0", "dotenv": "^8.2.0", "dotenv-extended": "^2.9.0", diff --git a/services/scheduler-service/CHANGELOG.md b/services/scheduler-service/CHANGELOG.md index 5c4eebac27..37442086fd 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. +## 1.0.0 (2021-05-12) + +**Note:** Version bump only for package @sourceloop/scheduler-service + + + + + ## 1.0.0-alpha.36 (2021-05-12) * fix(authentication-service): fixed auto-migration issue in all services (#184) ([dd7bea2](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/dd7bea2)), closes [#184](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/184) diff --git a/services/scheduler-service/package-lock.json b/services/scheduler-service/package-lock.json index fd9ea623f0..61753b3c66 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.36", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/scheduler-service/package.json b/services/scheduler-service/package.json index 2a0dce1d98..b223f97eab 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.36", + "version": "1.0.0", "description": "services", "keywords": [ "loopback-extension", @@ -59,7 +59,7 @@ "@loopback/repository": "^3.6.0", "@loopback/rest": "^9.3.0", "@loopback/rest-explorer": "^3.3.0", - "@sourceloop/core": "^1.0.0-alpha.28", + "@sourceloop/core": "^1.0.0", "dotenv": "^8.2.0", "dotenv-extended": "^2.9.0", "loopback4-authentication": "^4.1.0", diff --git a/services/video-conferencing-service/CHANGELOG.md b/services/video-conferencing-service/CHANGELOG.md index 2181f9a8ba..110d0ab1dd 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.0.0 (2021-05-12) + +**Note:** Version bump only for package @sourceloop/video-conferencing-service + + + + + ## 1.0.0-alpha.31 (2021-05-12) * fix(authentication-service): fixed env defaults issues in migrations (#185) ([6f1ef17](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/6f1ef17)), closes [#185](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/185) diff --git a/services/video-conferencing-service/package-lock.json b/services/video-conferencing-service/package-lock.json index b5de75eb6f..09508ab00a 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.31", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/services/video-conferencing-service/package.json b/services/video-conferencing-service/package.json index ed03192255..1b7b65d657 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.31", + "version": "1.0.0", "description": "Microservice providing Video-Conferencing service", "keywords": [ "loopback-extension", @@ -61,7 +61,7 @@ "@loopback/rest": "^9.3.0", "@loopback/rest-explorer": "^3.3.0", "@loopback/service-proxy": "^3.2.0", - "@sourceloop/core": "^1.0.0-alpha.28", + "@sourceloop/core": "^1.0.0", "@types/axios": "^0.14.0", "@types/crypto-random-string": "^2.0.0", "@types/jsonwebtoken": "^8.5.0",