Skip to content

Commit

Permalink
chore: publish release
Browse files Browse the repository at this point in the history
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
  • Loading branch information
yeshamavani committed Apr 2, 2024
1 parent 89521dd commit a276aea
Show file tree
Hide file tree
Showing 21 changed files with 99 additions and 27 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## <small>8.0.1 (2024-04-02)</small>

* 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)
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]`

Expand All @@ -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]`

Expand Down Expand Up @@ -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]`

Expand All @@ -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`

Expand All @@ -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)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/cli",
"version": "8.0.0",
"version": "8.0.1",
"description": "Custom ARC CLI.",
"bin": {
"sl": "./bin/run"
Expand Down
8 changes: 8 additions & 0 deletions sandbox/auth-ms-basic-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## <small>0.11.11 (2024-04-02)</small>

**Note:** Version bump only for package @sourceloop/auth-ms-basic-example





## <small>0.11.10 (2024-03-26)</small>

**Note:** Version bump only for package @sourceloop/auth-ms-basic-example
Expand Down
4 changes: 2 additions & 2 deletions sandbox/auth-ms-basic-example/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions sandbox/auth-multitenant-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## <small>7.0.11 (2024-04-02)</small>

**Note:** Version bump only for package @sourceloop/auth-multitenant-example





## <small>7.0.10 (2024-03-26)</small>

**Note:** Version bump only for package @sourceloop/auth-multitenant-example
Expand Down
4 changes: 2 additions & 2 deletions sandbox/auth-multitenant-example/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions sandbox/nestjs-auth-ms-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## <small>2.0.15 (2024-04-02)</small>

**Note:** Version bump only for package @sourceloop/nestjs-auth-ms-example





## <small>2.0.14 (2024-03-26)</small>

**Note:** Version bump only for package @sourceloop/nestjs-auth-ms-example
Expand Down
4 changes: 2 additions & 2 deletions sandbox/nestjs-auth-ms-example/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions sandbox/oauth-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## <small>0.4.2 (2024-04-02)</small>

**Note:** Version bump only for package @sourceloop/oauth-example-api





## <small>0.4.1 (2024-03-26)</small>

**Note:** Version bump only for package @sourceloop/oauth-example-api
Expand Down
4 changes: 2 additions & 2 deletions sandbox/oauth-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/oauth-example-api",
"version": "0.4.1",
"version": "0.4.2",
"description": "oauth example",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## <small>0.2.13 (2024-04-02)</small>

**Note:** Version bump only for package @sourceloop/telemed-auth-api





## <small>0.2.12 (2024-03-26)</small>

**Note:** Version bump only for package @sourceloop/telemed-auth-api
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions sandbox/user-tenant-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## <small>0.1.4 (2024-04-02)</small>

**Note:** Version bump only for package @sourceloop/user-tenant-example





## <small>0.1.3 (2024-03-26)</small>

**Note:** Version bump only for package @sourceloop/user-tenant-example
Expand Down
6 changes: 3 additions & 3 deletions sandbox/user-tenant-example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sandbox/user-tenant-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/user-tenant-example",
"version": "0.1.3",
"version": "0.1.4",
"description": "user-tenant-example",
"keywords": [
"loopback-microservice",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions services/authentication-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion services/authentication-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/authentication-service",
"version": "17.0.0",
"version": "18.0.0",
"description": "Authentication microservice",
"keywords": [
"loopback-extension",
Expand Down
8 changes: 8 additions & 0 deletions services/user-tenant-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion services/user-tenant-service/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a276aea

Please sign in to comment.