From a276aea1314d0d182bd9f2ec83744c313a1bfb48 Mon Sep 17 00:00:00 2001 From: "@yeshamavani" Date: Tue, 2 Apr 2024 06:39:14 +0000 Subject: [PATCH] chore: publish release - @sourceloop/cli@8.0.1 - @sourceloop/auth-ms-basic-example@0.11.11 - @sourceloop/auth-multitenant-example@7.0.11 - @sourceloop/nestjs-auth-ms-example@2.0.15 - @sourceloop/oauth-example-api@0.4.2 - @sourceloop/telemed-auth-api@0.2.13 - @sourceloop/user-tenant-example@0.1.4 - @sourceloop/authentication-service@18.0.0 - @sourceloop/user-tenant-service@0.17.0 --- package-lock.json | 6 +++--- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/README.md | 12 ++++++------ packages/cli/package.json | 2 +- sandbox/auth-ms-basic-example/CHANGELOG.md | 8 ++++++++ sandbox/auth-ms-basic-example/package.json | 4 ++-- sandbox/auth-multitenant-example/CHANGELOG.md | 8 ++++++++ sandbox/auth-multitenant-example/package.json | 4 ++-- sandbox/nestjs-auth-ms-example/CHANGELOG.md | 8 ++++++++ sandbox/nestjs-auth-ms-example/package.json | 4 ++-- sandbox/oauth-example/CHANGELOG.md | 8 ++++++++ sandbox/oauth-example/package.json | 4 ++-- .../backend/authentication-service/CHANGELOG.md | 8 ++++++++ .../backend/authentication-service/package.json | 4 ++-- sandbox/user-tenant-example/CHANGELOG.md | 8 ++++++++ sandbox/user-tenant-example/package-lock.json | 6 +++--- sandbox/user-tenant-example/package.json | 4 ++-- services/authentication-service/CHANGELOG.md | 8 ++++++++ services/authentication-service/package.json | 2 +- services/user-tenant-service/CHANGELOG.md | 8 ++++++++ services/user-tenant-service/package.json | 2 +- 21 files changed, 99 insertions(+), 27 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b3de947c6..04c5965a68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32101,7 +32101,7 @@ }, "packages/cli": { "name": "@sourceloop/cli", - "version": "8.0.0", + "version": "8.0.1", "license": "MIT", "dependencies": { "@loopback/cli": "^5.2.1", @@ -33288,7 +33288,7 @@ }, "services/authentication-service": { "name": "@sourceloop/authentication-service", - "version": "17.0.0", + "version": "18.0.0", "hasInstallScript": true, "dependencies": { "@loopback/boot": "^7.0.0", @@ -37421,7 +37421,7 @@ }, "services/user-tenant-service": { "name": "@sourceloop/user-tenant-service", - "version": "0.16.0", + "version": "0.17.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a8e5bb5251..2589a6653e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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. +## 8.0.1 (2024-04-02) + +* chore(deps): template dependencies version update (#2066) ([89521dd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/89521dd)), closes [#2066](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2066) [#2064](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2064) + + + + + ## 8.0.0 (2024-03-26) * feat(deps): update template dependencies (#2047) ([75fc35e](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/75fc35e)), closes [#2047](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2047) [#2045](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2045) [#2045](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2045) diff --git a/packages/cli/README.md b/packages/cli/README.md index 789736b173..6c9e8f5f7e 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -18,7 +18,7 @@ $ npm install -g @sourceloop/cli $ sl COMMAND running command... $ sl (-v|--version|version) -@sourceloop/cli/8.0.0 darwin-arm64 node-v18.16.0 +@sourceloop/cli/8.0.1 linux-x64 node-v18.19.1 $ sl --help [COMMAND] USAGE $ sl COMMAND @@ -83,7 +83,7 @@ OPTIONS --help show manual pages ``` -_See code: [src/commands/cdk.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v8.0.0/src/commands/cdk.ts)_ +_See code: [src/commands/cdk.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v8.0.1/src/commands/cdk.ts)_ ## `sl extension [NAME]` @@ -100,7 +100,7 @@ OPTIONS --help show manual pages ``` -_See code: [src/commands/extension.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v8.0.0/src/commands/extension.ts)_ +_See code: [src/commands/extension.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v8.0.1/src/commands/extension.ts)_ ## `sl help [COMMAND]` @@ -164,7 +164,7 @@ OPTIONS Include sequelize as ORM in service ``` -_See code: [src/commands/microservice.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v8.0.0/src/commands/microservice.ts)_ +_See code: [src/commands/microservice.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v8.0.1/src/commands/microservice.ts)_ ## `sl scaffold [NAME]` @@ -186,7 +186,7 @@ OPTIONS --owner=owner owner of the repo ``` -_See code: [src/commands/scaffold.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v8.0.0/src/commands/scaffold.ts)_ +_See code: [src/commands/scaffold.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v8.0.1/src/commands/scaffold.ts)_ ## `sl update` @@ -200,5 +200,5 @@ OPTIONS --help show manual pages ``` -_See code: [src/commands/update.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v8.0.0/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v8.0.1/src/commands/update.ts)_ diff --git a/packages/cli/package.json b/packages/cli/package.json index c9c4875246..d7033b956c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/cli", - "version": "8.0.0", + "version": "8.0.1", "description": "Custom ARC CLI.", "bin": { "sl": "./bin/run" diff --git a/sandbox/auth-ms-basic-example/CHANGELOG.md b/sandbox/auth-ms-basic-example/CHANGELOG.md index afeecf030c..2f74439d5f 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.11.11 (2024-04-02) + +**Note:** Version bump only for package @sourceloop/auth-ms-basic-example + + + + + ## 0.11.10 (2024-03-26) **Note:** Version bump only for package @sourceloop/auth-ms-basic-example diff --git a/sandbox/auth-ms-basic-example/package.json b/sandbox/auth-ms-basic-example/package.json index 1c7c0a7274..0939098e6d 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.11.10", + "version": "0.11.11", "description": "Auth microservice basic example", "keywords": [ "loopback-application", @@ -60,7 +60,7 @@ "@loopback/rest": "^13.1.5", "@loopback/rest-explorer": "^6.1.5", "@loopback/service-proxy": "^6.1.5", - "@sourceloop/authentication-service": "^17.0.0", + "@sourceloop/authentication-service": "^18.0.0", "@sourceloop/core": "^13.0.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", diff --git a/sandbox/auth-multitenant-example/CHANGELOG.md b/sandbox/auth-multitenant-example/CHANGELOG.md index d3c3a1cb0f..ee56c6c6e9 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. +## 7.0.11 (2024-04-02) + +**Note:** Version bump only for package @sourceloop/auth-multitenant-example + + + + + ## 7.0.10 (2024-03-26) **Note:** Version bump only for package @sourceloop/auth-multitenant-example diff --git a/sandbox/auth-multitenant-example/package.json b/sandbox/auth-multitenant-example/package.json index 097c0ebe11..c1ccaeab1b 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": "7.0.10", + "version": "7.0.11", "description": "This is a sample application for sandbox testing of auth microservice components.", "private": true, "keywords": [ @@ -57,7 +57,7 @@ "@loopback/rest": "^13.1.5", "@loopback/rest-explorer": "^6.1.5", "@loopback/service-proxy": "^6.1.5", - "@sourceloop/authentication-service": "^17.0.0", + "@sourceloop/authentication-service": "^18.0.0", "@sourceloop/core": "^13.0.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", diff --git a/sandbox/nestjs-auth-ms-example/CHANGELOG.md b/sandbox/nestjs-auth-ms-example/CHANGELOG.md index 4d25bc0b0a..abdd7be8e0 100644 --- a/sandbox/nestjs-auth-ms-example/CHANGELOG.md +++ b/sandbox/nestjs-auth-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. +## 2.0.15 (2024-04-02) + +**Note:** Version bump only for package @sourceloop/nestjs-auth-ms-example + + + + + ## 2.0.14 (2024-03-26) **Note:** Version bump only for package @sourceloop/nestjs-auth-ms-example diff --git a/sandbox/nestjs-auth-ms-example/package.json b/sandbox/nestjs-auth-ms-example/package.json index 0141f14b7b..951ae83efb 100644 --- a/sandbox/nestjs-auth-ms-example/package.json +++ b/sandbox/nestjs-auth-ms-example/package.json @@ -1,7 +1,7 @@ { "name": "@sourceloop/nestjs-auth-ms-example", "private": true, - "version": "2.0.14", + "version": "2.0.15", "description": "An example NestJS Application that uses ARC's (aka SourceLoop) pre-built microservice for authentication.", "license": "MIT", "scripts": { @@ -27,7 +27,7 @@ "@nestjs/mapped-types": "*", "@nestjs/platform-express": "^9.0.0", "@nestjs/swagger": "^6.3.0", - "@sourceloop/authentication-service": "^17.0.0", + "@sourceloop/authentication-service": "^18.0.0", "db-migrate": "^1.0.0-beta.21", "db-migrate-pg": "^1.3.0", "dotenv": "^16.0.3", diff --git a/sandbox/oauth-example/CHANGELOG.md b/sandbox/oauth-example/CHANGELOG.md index 3e3cec51a2..5dcacb8122 100644 --- a/sandbox/oauth-example/CHANGELOG.md +++ b/sandbox/oauth-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 (2024-04-02) + +**Note:** Version bump only for package @sourceloop/oauth-example-api + + + + + ## 0.4.1 (2024-03-26) **Note:** Version bump only for package @sourceloop/oauth-example-api diff --git a/sandbox/oauth-example/package.json b/sandbox/oauth-example/package.json index d9ba627c36..f39f332dbc 100644 --- a/sandbox/oauth-example/package.json +++ b/sandbox/oauth-example/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/oauth-example-api", - "version": "0.4.1", + "version": "0.4.2", "description": "oauth example", "keywords": [ "loopback-application", @@ -59,7 +59,7 @@ "@loopback/rest": "^13.1.5", "@loopback/rest-explorer": "^6.1.5", "@loopback/service-proxy": "^6.1.5", - "@sourceloop/authentication-service": "^17.0.0", + "@sourceloop/authentication-service": "^18.0.0", "bcrypt": "^5.0.1", "db-migrate": "^1.0.0-beta.21", "db-migrate-pg": "^1.3.0", diff --git a/sandbox/telemed-app/backend/authentication-service/CHANGELOG.md b/sandbox/telemed-app/backend/authentication-service/CHANGELOG.md index f297594579..8f708067e2 100644 --- a/sandbox/telemed-app/backend/authentication-service/CHANGELOG.md +++ b/sandbox/telemed-app/backend/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. +## 0.2.13 (2024-04-02) + +**Note:** Version bump only for package @sourceloop/telemed-auth-api + + + + + ## 0.2.12 (2024-03-26) **Note:** Version bump only for package @sourceloop/telemed-auth-api diff --git a/sandbox/telemed-app/backend/authentication-service/package.json b/sandbox/telemed-app/backend/authentication-service/package.json index d2820cd88d..9053ead3d3 100644 --- a/sandbox/telemed-app/backend/authentication-service/package.json +++ b/sandbox/telemed-app/backend/authentication-service/package.json @@ -1,7 +1,7 @@ { "name": "@sourceloop/telemed-auth-api", "private": "true", - "version": "0.2.12", + "version": "0.2.13", "description": "Sourceloop auth service deployed on AWS lambda", "keywords": [ "loopback-microservice", @@ -74,7 +74,7 @@ "@loopback/rest-explorer": "^6.1.5", "@loopback/service-proxy": "^6.1.5", "@sourceloop/audit-log": "^5.3.1", - "@sourceloop/authentication-service": "^17.0.0", + "@sourceloop/authentication-service": "^18.0.0", "@sourceloop/core": "^13.0.0", "@types/aws-lambda": "^8.10.110", "@vendia/serverless-express": "^4.10.1", diff --git a/sandbox/user-tenant-example/CHANGELOG.md b/sandbox/user-tenant-example/CHANGELOG.md index 52ec5b27a1..543c723bcc 100644 --- a/sandbox/user-tenant-example/CHANGELOG.md +++ b/sandbox/user-tenant-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.4 (2024-04-02) + +**Note:** Version bump only for package @sourceloop/user-tenant-example + + + + + ## 0.1.3 (2024-03-26) **Note:** Version bump only for package @sourceloop/user-tenant-example diff --git a/sandbox/user-tenant-example/package-lock.json b/sandbox/user-tenant-example/package-lock.json index 721ea59992..434bca70d1 100644 --- a/sandbox/user-tenant-example/package-lock.json +++ b/sandbox/user-tenant-example/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sourceloop/user-tenant-example", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sourceloop/user-tenant-example", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "dependencies": { "@loopback/boot": "^6.1.5", @@ -26,7 +26,7 @@ "@opentelemetry/sdk-trace-base": "^1.15.0", "@opentelemetry/sdk-trace-node": "^1.15.0", "@sourceloop/core": "^13.0.0", - "@sourceloop/user-tenant-service": "^0.16.0", + "@sourceloop/user-tenant-service": "^0.17.0", "dotenv": "^16.0.3", "dotenv-extended": "^2.9.0", "loopback-connector-postgresql": "^7.0.2", diff --git a/sandbox/user-tenant-example/package.json b/sandbox/user-tenant-example/package.json index 1f020f57ab..86c9caf8f7 100644 --- a/sandbox/user-tenant-example/package.json +++ b/sandbox/user-tenant-example/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/user-tenant-example", - "version": "0.1.3", + "version": "0.1.4", "description": "user-tenant-example", "keywords": [ "loopback-microservice", @@ -72,7 +72,7 @@ "@opentelemetry/sdk-trace-base": "^1.15.0", "@opentelemetry/sdk-trace-node": "^1.15.0", "@sourceloop/core": "^13.0.0", - "@sourceloop/user-tenant-service": "^0.16.0", + "@sourceloop/user-tenant-service": "^0.17.0", "dotenv": "^16.0.3", "dotenv-extended": "^2.9.0", "loopback-connector-postgresql": "^7.0.2", diff --git a/services/authentication-service/CHANGELOG.md b/services/authentication-service/CHANGELOG.md index 11e209ad34..5f5d655110 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. +## 18.0.0 (2024-04-02) + +* fix(authentication-service): change the random fields from varchar to text (#2062) ([3213093](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/3213093)), closes [#2062](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2062) [#2036](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2036) + + + + + ## 17.0.0 (2024-03-26) * feat(authentication-service): filtering option in activity logs (#2049) ([aa60b14](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/aa60b14)), closes [#2049](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2049) [#1517](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1517) [#1517](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1517) [#1517](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1517) [#1517](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1517) diff --git a/services/authentication-service/package.json b/services/authentication-service/package.json index 04f39c9534..96760b0d96 100644 --- a/services/authentication-service/package.json +++ b/services/authentication-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/authentication-service", - "version": "17.0.0", + "version": "18.0.0", "description": "Authentication microservice", "keywords": [ "loopback-extension", diff --git a/services/user-tenant-service/CHANGELOG.md b/services/user-tenant-service/CHANGELOG.md index b90999ecc0..10596b5d33 100644 --- a/services/user-tenant-service/CHANGELOG.md +++ b/services/user-tenant-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.17.0 (2024-04-02) + +* fix(authentication-service): change the random fields from varchar to text (#2062) ([3213093](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/3213093)), closes [#2062](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2062) [#2036](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2036) + + + + + ## 0.16.0 (2024-03-26) * feat(deps): update template dependencies (#2047) ([75fc35e](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/75fc35e)), closes [#2047](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2047) [#2045](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2045) [#2045](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2045) diff --git a/services/user-tenant-service/package.json b/services/user-tenant-service/package.json index 9e9dc3f421..00d9bdb01c 100644 --- a/services/user-tenant-service/package.json +++ b/services/user-tenant-service/package.json @@ -1,6 +1,6 @@ { "name": "@sourceloop/user-tenant-service", - "version": "0.16.0", + "version": "0.17.0", "description": "Sourceloop User Tenant Service.", "keywords": [ "loopback-extension",