diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md
new file mode 100644
index 0000000000..81f8f2503f
--- /dev/null
+++ b/packages/cli/CHANGELOG.md
@@ -0,0 +1,15 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## 1.1.0 (2022-02-13)
+
+* fix(cli): change package lock ([d8cbf3e](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/d8cbf3e)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
+* fix(cli): fix logs in cli (#515) ([0aac3bb](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/0aac3bb)), closes [#515](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/515)
+* fix(cli): make cli publishable ([a4568d2](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/a4568d2)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
+* fix(cli): minor changes for release trigger ([ea61929](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/ea61929)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
+* feat(cli): sourceloop-cli command update (#475) ([0e535b1](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/0e535b1)), closes [#475](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/475)
+* feat(cli): sourceloop-cli update (#478) ([99077b7](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/99077b7)), closes [#478](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/478)
+* feat(clisupport): Support for Sourceloop Microservices in sourceloop/cli (#488) ([d46f755](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/d46f755)), closes [#488](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/488)
+* feat(microservice): add cli microservice (#446) ([1439611](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/1439611)), closes [#446](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/446)
diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json
index 074dbe1b09..04009e382a 100644
--- a/packages/cli/package-lock.json
+++ b/packages/cli/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/cli",
- "version": "1.0.0",
+ "version": "1.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 2d993a89b9..09dbbd042d 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/cli",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "Sourceloop CLI",
"bin": {
"sl": "bin/cli-main.js"
diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md
index 0917a943d8..4333323272 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.
+## 6.1.1 (2022-02-13)
+
+* fix(cli): make cli publishable ([a4568d2](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/a4568d2)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
+
+
+
+
+
## 6.1.0 (2022-01-28)
* fix(core): deps incorrect ([fc7665a](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/fc7665a)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json
index c15168ee11..46b64b4123 100644
--- a/packages/core/package-lock.json
+++ b/packages/core/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/core",
- "version": "6.1.0",
+ "version": "6.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/packages/core/package.json b/packages/core/package.json
index 9041adc353..79f5dcb8bd 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/core",
- "version": "6.1.0",
+ "version": "6.1.1",
"description": "Sourceloop core package",
"keywords": [
"loopback-extension",
diff --git a/sandbox/audit-ms-example/CHANGELOG.md b/sandbox/audit-ms-example/CHANGELOG.md
index b3704d79d1..701132f93f 100644
--- a/sandbox/audit-ms-example/CHANGELOG.md
+++ b/sandbox/audit-ms-example/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 0.3.6 (2022-02-13)
+
+* fix(core): fix versions in package locks and update references in tsconfig ([36b563e](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/36b563e)), closes [#0](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/0)
+* fix(docs): add badge for node and npm version ([caaa1bd](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))
+* fix(version): microservice-catalog sandbox examples latest version (#452) ([6866f89](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/6866f89)), closes [#452](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/452)
+
+
+
+
+
## 0.3.5 (2021-12-17)
* fix(core): upgrade all deps (#438) ([c52b7f1](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/c52b7f1)), closes [#438](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/438)
diff --git a/sandbox/audit-ms-example/package-lock.json b/sandbox/audit-ms-example/package-lock.json
index 67e660ea18..e5bada7fec 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.5",
+ "version": "0.3.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/sandbox/audit-ms-example/package.json b/sandbox/audit-ms-example/package.json
index 681dd1f98d..b108e39d3d 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.5",
+ "version": "0.3.6",
"description": "An audit microservice example",
"keywords": [
"loopback-application",
@@ -61,7 +61,7 @@
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
"@sourceloop/audit-log": "^3.0.0",
- "@sourceloop/audit-service": "^4.0.1",
+ "@sourceloop/audit-service": "^4.0.4",
"@sourceloop/core": "^5.0.1",
"ajv": "^8.8.2",
"ajv-errors": "^1.0.1",
diff --git a/sandbox/chat-notification-pubnub-example/services/chat-service/CHANGELOG.md b/sandbox/chat-notification-pubnub-example/services/chat-service/CHANGELOG.md
new file mode 100644
index 0000000000..5061cc458e
--- /dev/null
+++ b/sandbox/chat-notification-pubnub-example/services/chat-service/CHANGELOG.md
@@ -0,0 +1,12 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## 0.1.0 (2022-02-13)
+
+* fix(cli): minor changes for release trigger ([ea61929](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/ea61929)), closes [#0](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/0)
+* fix(docs): add badge for node and npm version ([caaa1bd](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))
+* fix(version): microservice-catalog sandbox examples latest version (#452) ([6866f89](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/6866f89)), closes [#452](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/452)
+* feat(sandbox): added UI to chat example (#420) ([1c16623](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/1c16623)), closes [#420](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/420) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345)
+* feat(sandbox): chat example, using chat and notification service (#365) ([e87892a](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/e87892a)), closes [#365](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/365)
diff --git a/sandbox/chat-notification-pubnub-example/services/chat-service/package-lock.json b/sandbox/chat-notification-pubnub-example/services/chat-service/package-lock.json
index f26940ca49..a068775c72 100644
--- a/sandbox/chat-notification-pubnub-example/services/chat-service/package-lock.json
+++ b/sandbox/chat-notification-pubnub-example/services/chat-service/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/chat-notif-example_chat-service",
- "version": "0.0.1",
+ "version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/sandbox/chat-notification-pubnub-example/services/chat-service/package.json b/sandbox/chat-notification-pubnub-example/services/chat-service/package.json
index d059603902..8d5f7363d6 100644
--- a/sandbox/chat-notification-pubnub-example/services/chat-service/package.json
+++ b/sandbox/chat-notification-pubnub-example/services/chat-service/package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/chat-notif-example_chat-service",
- "version": "0.0.1",
+ "version": "0.1.0",
"description": "sourceloop chat service",
"keywords": [
"loopback-application",
@@ -60,7 +60,7 @@
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
"@sourceloop/authentication-service": "^3.0.1",
- "@sourceloop/chat-service": "^3.0.1",
+ "@sourceloop/chat-service": "^3.0.4",
"@sourceloop/core": "^5.0.1",
"db-migrate": "^0.11.13",
"db-migrate-pg": "^1.2.2",
diff --git a/sandbox/chat-notification-pubnub-example/services/notifications-service/CHANGELOG.md b/sandbox/chat-notification-pubnub-example/services/notifications-service/CHANGELOG.md
new file mode 100644
index 0000000000..fc39eaeb2c
--- /dev/null
+++ b/sandbox/chat-notification-pubnub-example/services/notifications-service/CHANGELOG.md
@@ -0,0 +1,14 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## 0.1.0 (2022-02-13)
+
+* fix(cli): minor changes for release trigger ([ea61929](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/ea61929)), closes [#0](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/0)
+* fix(docs): add badge for node and npm version ([caaa1bd](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))
+* fix(version): microservice-catalog sandbox examples latest version (#452) ([6866f89](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/6866f89)), closes [#452](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/452)
+* chore(deps): bump passport-oauth2 (#499) ([83f9291](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/83f9291)), closes [#499](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/499)
+* chore(deps): bump validator (#500) ([57e0349](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/57e0349)), closes [#500](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/500)
+* feat(sandbox): added UI to chat example (#420) ([1c16623](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/1c16623)), closes [#420](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/420) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345) [#345](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/345)
+* feat(sandbox): chat example, using chat and notification service (#365) ([e87892a](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/e87892a)), closes [#365](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/365)
diff --git a/sandbox/chat-notification-pubnub-example/services/notifications-service/package-lock.json b/sandbox/chat-notification-pubnub-example/services/notifications-service/package-lock.json
index a4ad5e8376..ebde191c0e 100644
--- a/sandbox/chat-notification-pubnub-example/services/notifications-service/package-lock.json
+++ b/sandbox/chat-notification-pubnub-example/services/notifications-service/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/chat-notif-example_notif-service",
- "version": "0.0.1",
+ "version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/sandbox/chat-notification-pubnub-example/services/notifications-service/package.json b/sandbox/chat-notification-pubnub-example/services/notifications-service/package.json
index 8e809d6d8f..e3d5f4724d 100644
--- a/sandbox/chat-notification-pubnub-example/services/notifications-service/package.json
+++ b/sandbox/chat-notification-pubnub-example/services/notifications-service/package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/chat-notif-example_notif-service",
- "version": "0.0.1",
+ "version": "0.1.0",
"description": "sample for real-time chat api micro service using notification service and chat service. Provider can be socket. Need this in sandbox",
"keywords": [
"loopback-application",
@@ -61,7 +61,7 @@
"@loopback/service-proxy": "^4.0.0",
"@sourceloop/authentication-service": "^3.0.1",
"@sourceloop/core": "^5.0.1",
- "@sourceloop/notification-service": "^4.0.2",
+ "@sourceloop/notification-service": "^4.0.5",
"db-migrate": "^0.11.13",
"db-migrate-pg": "^1.2.2",
"dotenv": "^10.0.0",
diff --git a/sandbox/in-mail-example/CHANGELOG.md b/sandbox/in-mail-example/CHANGELOG.md
index 6e4f9cb147..bebaa79bc9 100644
--- a/sandbox/in-mail-example/CHANGELOG.md
+++ b/sandbox/in-mail-example/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 0.5.1 (2022-02-13)
+
+* fix(core): fix versions in package locks and update references in tsconfig ([36b563e](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/36b563e)), closes [#0](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/0)
+* fix(docs): add badge for node and npm version ([caaa1bd](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))
+* fix(version): microservice-catalog sandbox examples latest version (#452) ([6866f89](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/6866f89)), closes [#452](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/452)
+
+
+
+
+
## 0.5.0 (2021-12-17)
* fix(core): upgrade all deps (#438) ([c52b7f1](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/c52b7f1)), closes [#438](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/438)
diff --git a/sandbox/in-mail-example/package.json b/sandbox/in-mail-example/package.json
index dfacc44069..005e8d59ee 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.5.0",
+ "version": "0.5.1",
"description": "in mail example",
"keywords": [
"loopback-application",
@@ -56,7 +56,7 @@
"@loopback/rest": "^11.0.0",
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
- "@sourceloop/in-mail-service": "^3.0.1",
+ "@sourceloop/in-mail-service": "^3.0.4",
"ajv": "^8.8.2",
"ajv-errors": "^1.0.1",
"db-migrate": "^0.11.12",
diff --git a/sandbox/notification-socket-example/CHANGELOG.md b/sandbox/notification-socket-example/CHANGELOG.md
index 0e3c52949c..e54942fc42 100644
--- a/sandbox/notification-socket-example/CHANGELOG.md
+++ b/sandbox/notification-socket-example/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 2.1.6 (2022-02-13)
+
+* fix(core): fix versions in package locks and update references in tsconfig ([36b563e](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/36b563e)), closes [#0](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/0)
+* fix(docs): add badge for node and npm version ([caaa1bd](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))
+* fix(version): microservice-catalog sandbox examples latest version (#452) ([6866f89](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/6866f89)), closes [#452](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/452)
+
+
+
+
+
## 2.1.5 (2021-12-17)
* fix: upgrade @loopback/boot from 3.4.0 to 3.4.4 (#422) ([ff28928](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/ff28928)), closes [#422](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/422)
diff --git a/sandbox/notification-socket-example/package-lock.json b/sandbox/notification-socket-example/package-lock.json
index ad56ca6bfa..536f2d8951 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.5",
+ "version": "2.1.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/sandbox/notification-socket-example/package.json b/sandbox/notification-socket-example/package.json
index 44ba82bd84..1fda6f8f06 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.5",
+ "version": "2.1.6",
"description": "sandbox",
"keywords": [
"loopback-application",
@@ -56,7 +56,7 @@
"@loopback/rest-explorer": "^4.0.1",
"@loopback/service-proxy": "^4.0.0",
"@sourceloop/core": "^5.0.1",
- "@sourceloop/notification-service": "^4.0.2",
+ "@sourceloop/notification-service": "^4.0.5",
"ajv": "^8.8.2",
"ajv-errors": "^1.0.1",
"firebase-admin": "^10.0.1",
diff --git a/sandbox/payment-example/backend/CHANGELOG.md b/sandbox/payment-example/backend/CHANGELOG.md
index 58d40b1b0c..f096db8a38 100644
--- a/sandbox/payment-example/backend/CHANGELOG.md
+++ b/sandbox/payment-example/backend/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.1 (2022-02-13)
+
+**Note:** Version bump only for package @sourceloop/payment-example-backend
+
+
+
+
+
## 0.1.0 (2022-01-28)
* fix(core): make payment example private ([abb23ef](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/abb23ef)), closes [#0](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/0)
diff --git a/sandbox/payment-example/backend/package-lock.json b/sandbox/payment-example/backend/package-lock.json
index d27db5b3f2..8cd6585bb6 100644
--- a/sandbox/payment-example/backend/package-lock.json
+++ b/sandbox/payment-example/backend/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "payment-example-backend",
- "version": "0.1.0",
+ "version": "0.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/sandbox/payment-example/backend/package.json b/sandbox/payment-example/backend/package.json
index 1600026b28..a8f37f9b14 100644
--- a/sandbox/payment-example/backend/package.json
+++ b/sandbox/payment-example/backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/payment-example-backend",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "backend of payment example",
"keywords": [
"loopback-application",
@@ -57,7 +57,7 @@
"@loopback/rest": "^9.2.1",
"@loopback/rest-explorer": "^3.2.1",
"@loopback/service-proxy": "^3.1.1",
- "@sourceloop/payment-service": "^3.2.0",
+ "@sourceloop/payment-service": "^3.2.1",
"db-migrate": "^0.11.12",
"db-migrate-pg": "^1.2.2",
"dotenv": "^8.2.0",
diff --git a/sandbox/pubnub-example/CHANGELOG.md b/sandbox/pubnub-example/CHANGELOG.md
index 3ba3a02a6f..38d5fa585c 100644
--- a/sandbox/pubnub-example/CHANGELOG.md
+++ b/sandbox/pubnub-example/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 0.2.5 (2022-02-13)
+
+* fix(core): fix versions in package locks and update references in tsconfig ([36b563e](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/36b563e)), closes [#0](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/0)
+* fix(docs): add badge for node and npm version ([caaa1bd](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))
+* fix(version): microservice-catalog sandbox examples latest version (#452) ([6866f89](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/6866f89)), closes [#452](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/452)
+
+
+
+
+
## 0.2.4 (2021-12-17)
* fix(core): upgrade all deps (#438) ([c52b7f1](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/c52b7f1)), closes [#438](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/438)
diff --git a/sandbox/pubnub-example/package-lock.json b/sandbox/pubnub-example/package-lock.json
index d71ec55ae8..dabe182263 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.4",
+ "version": "0.2.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/sandbox/pubnub-example/package.json b/sandbox/pubnub-example/package.json
index 4a2472b30f..899525ab87 100644
--- a/sandbox/pubnub-example/package.json
+++ b/sandbox/pubnub-example/package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/pubnub-example",
- "version": "0.2.4",
+ "version": "0.2.5",
"description": "A pubnub provider example",
"keywords": [
"loopback-application",
@@ -60,7 +60,7 @@
"@loopback/rest": "^11.0.0",
"@loopback/rest-explorer": "^4.0.1",
"@loopback/service-proxy": "^4.0.0",
- "@sourceloop/notification-service": "^4.0.2",
+ "@sourceloop/notification-service": "^4.0.5",
"ajv": "^8.8.2",
"ajv-errors": "^1.0.1",
"aws-sdk": "^2.1050.0",
diff --git a/sandbox/scheduler-example/CHANGELOG.md b/sandbox/scheduler-example/CHANGELOG.md
index 03b310eee0..a902b86331 100644
--- a/sandbox/scheduler-example/CHANGELOG.md
+++ b/sandbox/scheduler-example/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 1.0.6 (2022-02-13)
+
+* fix(core): fix versions in package locks and update references in tsconfig ([36b563e](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/36b563e)), closes [#0](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/0)
+* fix(docs): add badge for node and npm version ([caaa1bd](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))
+* fix(version): microservice-catalog sandbox examples latest version (#452) ([6866f89](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/6866f89)), closes [#452](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/452)
+
+
+
+
+
## 1.0.5 (2021-12-17)
* fix(core): upgrade all deps (#438) ([c52b7f1](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/c52b7f1)), closes [#438](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/438)
diff --git a/sandbox/scheduler-example/package-lock.json b/sandbox/scheduler-example/package-lock.json
index f1a22ffb87..774061e0a6 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.5",
+ "version": "1.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/sandbox/scheduler-example/package.json b/sandbox/scheduler-example/package.json
index 0570b56872..a2dd0a3fde 100644
--- a/sandbox/scheduler-example/package.json
+++ b/sandbox/scheduler-example/package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/schedular-example",
- "version": "1.0.5",
+ "version": "1.0.6",
"description": "scheduler-example",
"keywords": [
"loopback-application",
@@ -58,7 +58,7 @@
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
"@sourceloop/core": "^5.0.1",
- "@sourceloop/scheduler-service": "^4.0.1",
+ "@sourceloop/scheduler-service": "^4.0.4",
"ajv": "^8.8.2",
"ajv-errors": "^1.0.1",
"dotenv": "^10.0.0",
diff --git a/sandbox/video-conferencing-ms-example/CHANGELOG.md b/sandbox/video-conferencing-ms-example/CHANGELOG.md
index e9fd6032e9..74b284e3ba 100644
--- a/sandbox/video-conferencing-ms-example/CHANGELOG.md
+++ b/sandbox/video-conferencing-ms-example/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 1.0.6 (2022-02-13)
+
+* fix(core): fix versions in package locks and update references in tsconfig ([36b563e](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/36b563e)), closes [#0](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/0)
+* fix(docs): add badge for node and npm version ([caaa1bd](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))
+* fix(version): microservice-catalog sandbox examples latest version (#452) ([6866f89](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/6866f89)), closes [#452](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/452)
+
+
+
+
+
## 1.0.5 (2021-12-17)
* fix(core): upgrade all deps (#438) ([c52b7f1](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/c52b7f1)), closes [#438](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/438)
diff --git a/sandbox/video-conferencing-ms-example/package-lock.json b/sandbox/video-conferencing-ms-example/package-lock.json
index a860866981..5830d55d79 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.5",
+ "version": "1.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/sandbox/video-conferencing-ms-example/package.json b/sandbox/video-conferencing-ms-example/package.json
index 1763fc9676..1ba9ff73dd 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.5",
+ "version": "1.0.6",
"description": "A Video conferencing service example",
"keywords": [
"loopback-application",
@@ -61,7 +61,7 @@
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
"@sourceloop/core": "^5.0.1",
- "@sourceloop/video-conferencing-service": "^3.0.1",
+ "@sourceloop/video-conferencing-service": "^3.1.0",
"ajv": "^8.8.2",
"ajv-errors": "^1.0.1",
"db-migrate": "^0.11.13",
diff --git a/sandbox/workflow-ms-example/CHANGELOG.md b/sandbox/workflow-ms-example/CHANGELOG.md
index 834519585b..c457913c2f 100644
--- a/sandbox/workflow-ms-example/CHANGELOG.md
+++ b/sandbox/workflow-ms-example/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 0.4.5 (2022-02-13)
+
+* fix(core): fix versions in package locks and update references in tsconfig ([36b563e](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/36b563e)), closes [#0](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/0)
+* fix(docs): add badge for node and npm version ([caaa1bd](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))
+* fix(version): microservice-catalog sandbox examples latest version (#452) ([6866f89](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/6866f89)), closes [#452](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/452)
+
+
+
+
+
## 0.4.4 (2021-12-17)
* fix(core): upgrade all deps (#438) ([c52b7f1](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/c52b7f1)), closes [#438](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/438)
diff --git a/sandbox/workflow-ms-example/package-lock.json b/sandbox/workflow-ms-example/package-lock.json
index 79363b1547..d87aa5ac86 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.4",
+ "version": "0.4.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/sandbox/workflow-ms-example/package.json b/sandbox/workflow-ms-example/package.json
index 24ba049359..883d18962f 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.4",
+ "version": "0.4.5",
"description": "A workflow microservice example",
"keywords": [
"loopback-application",
@@ -60,7 +60,7 @@
"@loopback/rest": "^11.0.0",
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
- "@sourceloop/bpmn-service": "^5.0.1",
+ "@sourceloop/bpmn-service": "^5.0.4",
"@sourceloop/core": "^5.0.1",
"ajv": "^8.8.2",
"ajv-errors": "^1.0.1",
diff --git a/services/audit-service/CHANGELOG.md b/services/audit-service/CHANGELOG.md
index 1238bcbf41..c218b2157c 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.
+## 4.0.4 (2022-02-13)
+
+**Note:** Version bump only for package @sourceloop/audit-service
+
+
+
+
+
## 4.0.3 (2022-01-28)
**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 c98efe55c8..a710e5c508 100644
--- a/services/audit-service/package-lock.json
+++ b/services/audit-service/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/audit-service",
- "version": "4.0.3",
+ "version": "4.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/services/audit-service/package.json b/services/audit-service/package.json
index 9c4f1e3967..70bc724ddb 100644
--- a/services/audit-service/package.json
+++ b/services/audit-service/package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/audit-service",
- "version": "4.0.3",
+ "version": "4.0.4",
"description": "A microservice for audit logging",
"keywords": [
"loopback-extension",
@@ -59,7 +59,7 @@
"@loopback/repository": "^4.0.0",
"@loopback/rest": "^11.0.0",
"@sourceloop/audit-log": "^3.0.0",
- "@sourceloop/core": "^6.1.0",
+ "@sourceloop/core": "^6.1.1",
"dotenv": "^10.0.0",
"dotenv-extended": "^2.9.0",
"loopback4-authentication": "^6.0.0",
diff --git a/services/authentication-service/CHANGELOG.md b/services/authentication-service/CHANGELOG.md
index 26a85900a1..7e739f932c 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.
+## 4.0.3 (2022-02-13)
+
+**Note:** Version bump only for package @sourceloop/authentication-service
+
+
+
+
+
## 4.0.2 (2022-01-28)
**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 39cbd28292..5ad31fa61b 100644
--- a/services/authentication-service/package-lock.json
+++ b/services/authentication-service/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/authentication-service",
- "version": "4.0.2",
+ "version": "4.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/services/authentication-service/package.json b/services/authentication-service/package.json
index 4d6ec81aff..1f5ca3dd5f 100644
--- a/services/authentication-service/package.json
+++ b/services/authentication-service/package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/authentication-service",
- "version": "4.0.2",
+ "version": "4.0.3",
"description": "services",
"keywords": [
"loopback-extension",
@@ -62,7 +62,7 @@
"@loopback/rest": "^11.0.0",
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
- "@sourceloop/core": "^6.1.0",
+ "@sourceloop/core": "^6.1.1",
"base-64": "^1.0.0",
"bcrypt": "^5.0.0",
"dotenv": "^10.0.0",
diff --git a/services/bpmn-service/CHANGELOG.md b/services/bpmn-service/CHANGELOG.md
index 56a1957c7f..a39e10837f 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.
+## 5.0.4 (2022-02-13)
+
+**Note:** Version bump only for package @sourceloop/bpmn-service
+
+
+
+
+
## 5.0.3 (2022-01-28)
**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 f692e44dc2..6c8a6d263a 100644
--- a/services/bpmn-service/package-lock.json
+++ b/services/bpmn-service/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/bpmn-service",
- "version": "5.0.3",
+ "version": "5.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/services/bpmn-service/package.json b/services/bpmn-service/package.json
index 881e94bca7..0dca885e2a 100644
--- a/services/bpmn-service/package.json
+++ b/services/bpmn-service/package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/bpmn-service",
- "version": "5.0.3",
+ "version": "5.0.4",
"description": "services",
"keywords": [
"loopback-extension",
@@ -60,7 +60,7 @@
"@loopback/openapi-v3": "^7.0.0",
"@loopback/repository": "^4.0.0",
"@loopback/rest": "^11.0.0",
- "@sourceloop/core": "^6.1.0",
+ "@sourceloop/core": "^6.1.1",
"ajv": "^8.6.3",
"camunda-external-task-client-js": "^2.1.1",
"dotenv": "^10.0.0",
diff --git a/services/chat-service/CHANGELOG.md b/services/chat-service/CHANGELOG.md
index e3d255c4b5..670547abde 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.
+## 3.0.4 (2022-02-13)
+
+* fix(chat-service): minor fix in migration.js (#506) ([25b16ff](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/25b16ff)), closes [#506](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/506)
+
+
+
+
+
## 3.0.3 (2022-01-28)
**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 6dc1153f86..b4a0129b14 100644
--- a/services/chat-service/package-lock.json
+++ b/services/chat-service/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/chat-service",
- "version": "3.0.3",
+ "version": "3.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/services/chat-service/package.json b/services/chat-service/package.json
index 88cbc9358d..8165aabee7 100644
--- a/services/chat-service/package.json
+++ b/services/chat-service/package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/chat-service",
- "version": "3.0.3",
+ "version": "3.0.4",
"description": "chat-service",
"keywords": [
"loopback-extension",
@@ -63,7 +63,7 @@
"@loopback/rest": "^11.0.0",
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
- "@sourceloop/core": "^6.1.0",
+ "@sourceloop/core": "^6.1.1",
"dotenv": "^10.0.0",
"dotenv-extended": "^2.9.0",
"jsonwebtoken": "^8.5.1",
diff --git a/services/feature-toggle-service/CHANGELOG.md b/services/feature-toggle-service/CHANGELOG.md
index c5145ad8d7..60668b9453 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.4.1 (2022-02-13)
+
+* test(feature-toggle-service): test case for feature toggle service (#502) ([1472962](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/1472962)), closes [#502](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/502) [#432](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/432) [#432](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/432)
+
+
+
+
+
## 0.4.0 (2022-01-28)
* feat(feature-toggle-service): added permissions and a delete method for features (#480) ([ca7b646](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/ca7b646)), closes [#480](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/480)
diff --git a/services/feature-toggle-service/package-lock.json b/services/feature-toggle-service/package-lock.json
index 2bf62cbaca..2f311e5ae3 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.4.0",
+ "version": "0.4.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/services/feature-toggle-service/package.json b/services/feature-toggle-service/package.json
index c4e6f0d705..a179710661 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.4.0",
+ "version": "0.4.1",
"description": "A service that provides feature toggle details",
"keywords": [
"loopback-application",
@@ -65,7 +65,7 @@
"@loopback/rest": "^11.0.0",
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
- "@sourceloop/core": "^6.1.0",
+ "@sourceloop/core": "^6.1.1",
"@types/proxyquire": "^1.3.28",
"dotenv": "^10.0.0",
"dotenv-extended": "^2.9.0",
diff --git a/services/in-mail-service/CHANGELOG.md b/services/in-mail-service/CHANGELOG.md
index 78564a775a..30fd90819b 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.
+## 3.0.4 (2022-02-13)
+
+**Note:** Version bump only for package @sourceloop/in-mail-service
+
+
+
+
+
## 3.0.3 (2022-01-28)
**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 9a675d8988..9cae9a0da4 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": "3.0.3",
+ "version": "3.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/services/in-mail-service/package.json b/services/in-mail-service/package.json
index 47fee7e132..c7c038da23 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": "3.0.3",
+ "version": "3.0.4",
"description": "services",
"keywords": [
"loopback-extension",
@@ -64,7 +64,7 @@
"@loopback/repository": "^4.0.0",
"@loopback/repository-tests": "^0.19.0",
"@loopback/rest": "^11.0.0",
- "@sourceloop/core": "^6.1.0",
+ "@sourceloop/core": "^6.1.1",
"dotenv": "^10.0.0",
"dotenv-extended": "^2.9.0",
"loopback4-authentication": "^6.0.0",
diff --git a/services/notification-service/CHANGELOG.md b/services/notification-service/CHANGELOG.md
index 05fc044a3c..54027573aa 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.
+## 4.0.5 (2022-02-13)
+
+* Corrected key in description in README.md (#508) ([4e16426](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/4e16426)), closes [#508](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/508)
+
+
+
+
+
## 4.0.4 (2022-01-28)
**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 8e12fb14c8..9c1db8d4e1 100644
--- a/services/notification-service/package-lock.json
+++ b/services/notification-service/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/notification-service",
- "version": "4.0.4",
+ "version": "4.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/services/notification-service/package.json b/services/notification-service/package.json
index 2b9d153c4c..58d44e9ff1 100644
--- a/services/notification-service/package.json
+++ b/services/notification-service/package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/notification-service",
- "version": "4.0.4",
+ "version": "4.0.5",
"description": "services",
"keywords": [
"loopback-extension",
@@ -64,7 +64,7 @@
"@loopback/rest": "^11.0.0",
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
- "@sourceloop/core": "^6.1.0",
+ "@sourceloop/core": "^6.1.1",
"aws-sdk": "^2.1046.0",
"dotenv": "^10.0.0",
"dotenv-extended": "^2.9.0",
diff --git a/services/payment-service/CHANGELOG.md b/services/payment-service/CHANGELOG.md
index 31c96d8d3e..44d99fda0c 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.
+## 3.2.1 (2022-02-13)
+
+**Note:** Version bump only for package @sourceloop/payment-service
+
+
+
+
+
## 3.2.0 (2022-01-28)
* feat(sandbox): backend example of payment-service (#402) ([138349c](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/138349c)), closes [#402](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/402)
diff --git a/services/payment-service/package-lock.json b/services/payment-service/package-lock.json
index 6b17e8da9b..ae5599cb60 100644
--- a/services/payment-service/package-lock.json
+++ b/services/payment-service/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/payment-service",
- "version": "3.2.0",
+ "version": "3.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/services/payment-service/package.json b/services/payment-service/package.json
index 38d3e50c65..95c96ca1c9 100644
--- a/services/payment-service/package.json
+++ b/services/payment-service/package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/payment-service",
- "version": "3.2.0",
+ "version": "3.2.1",
"description": "services",
"keywords": [
"loopback-extension",
@@ -67,7 +67,7 @@
"@loopback/rest": "^11.0.0",
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
- "@sourceloop/core": "^6.1.0",
+ "@sourceloop/core": "^6.1.1",
"dotenv": "^10.0.0",
"dotenv-extended": "^2.9.0",
"handlebars": "^4.7.7",
diff --git a/services/scheduler-service/CHANGELOG.md b/services/scheduler-service/CHANGELOG.md
index 01ec6532fa..06761b5504 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.
+## 4.0.4 (2022-02-13)
+
+**Note:** Version bump only for package @sourceloop/scheduler-service
+
+
+
+
+
## 4.0.3 (2022-01-28)
**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 6892bb7067..03226cba10 100644
--- a/services/scheduler-service/package-lock.json
+++ b/services/scheduler-service/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/scheduler-service",
- "version": "4.0.3",
+ "version": "4.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/services/scheduler-service/package.json b/services/scheduler-service/package.json
index 0be01b4641..6c40cc5e34 100644
--- a/services/scheduler-service/package.json
+++ b/services/scheduler-service/package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/scheduler-service",
- "version": "4.0.3",
+ "version": "4.0.4",
"description": "services",
"keywords": [
"loopback-extension",
@@ -63,7 +63,7 @@
"@loopback/rest": "^11.0.0",
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
- "@sourceloop/core": "^6.1.0",
+ "@sourceloop/core": "^6.1.1",
"dotenv": "^10.0.0",
"dotenv-extended": "^2.9.0",
"jsonwebtoken": "^8.5.1",
diff --git a/services/search-service/CHANGELOG.md b/services/search-service/CHANGELOG.md
index 194ce25cbd..bf43d06e93 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.5.4 (2022-02-13)
+
+* fix(version): microservice-catalog sandbox examples latest version (#452) ([6866f89](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/6866f89)), closes [#452](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/452)
+
+
+
+
+
## 0.5.3 (2022-01-28)
**Note:** Version bump only for package @sourceloop/search-service
diff --git a/services/search-service/package-lock.json b/services/search-service/package-lock.json
index 27ac040a9a..d308c5051e 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.5.3",
+ "version": "0.5.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/services/search-service/package.json b/services/search-service/package.json
index 6cdb807f52..59466f1815 100644
--- a/services/search-service/package.json
+++ b/services/search-service/package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/search-service",
- "version": "0.5.3",
+ "version": "0.5.4",
"description": "A microservice to search over provided models.",
"keywords": [
"loopback-application",
@@ -57,7 +57,7 @@
"@loopback/rest": "^11.0.0",
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
- "@sourceloop/core": "^6.1.0",
+ "@sourceloop/core": "^6.1.1",
"dotenv": "^10.0.0",
"dotenv-extended": "^2.9.0",
"loopback-connector-postgresql": "^5.4.0",
diff --git a/services/video-conferencing-service/CHANGELOG.md b/services/video-conferencing-service/CHANGELOG.md
index 3948b18419..f6114d81de 100644
--- a/services/video-conferencing-service/CHANGELOG.md
+++ b/services/video-conferencing-service/CHANGELOG.md
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 3.1.0 (2022-02-13)
+
+* feat(video-conferencing-service): add-twilio (#492) ([4f5d345](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/4f5d345)), closes [#492](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/492)
+* chore(deps): bump follow-redirects (#516) ([44b0e0c](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/44b0e0c)), closes [#516](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/516)
+
+
+
+
+
## 3.0.3 (2022-01-28)
**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 46d854f2ad..9dd268e22c 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": "3.0.3",
+ "version": "3.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/services/video-conferencing-service/package.json b/services/video-conferencing-service/package.json
index fcd4470d45..ed68807c10 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": "3.0.3",
+ "version": "3.1.0",
"description": "Microservice providing Video-Conferencing service",
"keywords": [
"loopback-extension",
@@ -64,7 +64,7 @@
"@loopback/rest": "^11.0.0",
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
- "@sourceloop/core": "^6.1.0",
+ "@sourceloop/core": "^6.1.1",
"@types/proxyquire": "^1.3.28",
"axios": "^0.24.0",
"dotenv": "^10.0.0",