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]
 - @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]
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
  • Loading branch information
yeshamavani committed Jul 6, 2022
1 parent 9ab7487 commit 3523386
Show file tree
Hide file tree
Showing 67 changed files with 265 additions and 80 deletions.
9 changes: 9 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## <small>0.3.4 (2022-07-06)</small>

* refactor(chore): fix sonar code smells (#873) ([347d2f2](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/347d2f2)), closes [#873](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/873)
* docs(cache): restructure README.md and remove salt option (#866) ([d45f778](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/d45f778)), closes [#866](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/866) [#853](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/853)





## <small>0.3.3 (2022-06-30)</small>

* fix(cache): remove salt from bcrypt (#860) ([98705f4](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/98705f4)), closes [#860](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/860) [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) [#841](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/841)
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/cache",
"version": "0.3.3",
"version": "0.3.4",
"description": "This package provides a mixin which works with redis to cache GET request responses",
"keywords": [
"cache",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## 2.1.0 (2022-07-06)

* feat(cli): add new update command to cli (#835) ([46aaecd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/46aaecd)), closes [#835](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/835) [#528](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/528) [#528](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/528) [#528](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/528) [#528](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/528) [#528](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/528) [#528](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/528) [#528](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/528)
* feat(cli): add user-tenant in cli options (#875) ([9ab7487](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/9ab7487)), closes [#875](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/875) [#00](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/00)





## <small>2.0.4 (2022-06-30)</small>

* chore(deps): update lb4 dependencies (#844) ([535ba19](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/535ba19)), closes [#844](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/844)
Expand Down
10 changes: 5 additions & 5 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/2.0.4 linux-x64 node-v16.14.2
@sourceloop/cli/2.1.0 linux-x64 node-v16.13.0
$ sl --help [COMMAND]
USAGE
$ sl COMMAND
Expand Down Expand Up @@ -73,7 +73,7 @@ OPTIONS
--help show manual pages
```

_See code: [src/commands/extension.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v2.0.4/src/commands/extension.ts)_
_See code: [src/commands/extension.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v2.1.0/src/commands/extension.ts)_

## `sl microservice [NAME]`

Expand Down Expand Up @@ -114,7 +114,7 @@ OPTIONS
include base microservice migrations
```

_See code: [src/commands/microservice.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v2.0.4/src/commands/microservice.ts)_
_See code: [src/commands/microservice.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v2.1.0/src/commands/microservice.ts)_

## `sl scaffold [NAME]`

Expand All @@ -133,7 +133,7 @@ OPTIONS
--issuePrefix=issuePrefix prefix to be used for issues(e.g. GH-)
```

_See code: [src/commands/scaffold.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v2.0.4/src/commands/scaffold.ts)_
_See code: [src/commands/scaffold.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v2.1.0/src/commands/scaffold.ts)_

## `sl update`

Expand All @@ -147,5 +147,5 @@ OPTIONS
--help show manual pages
```

_See code: [src/commands/update.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v2.0.4/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v2.1.0/src/commands/update.ts)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions packages/cli/package-lock.json

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

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": "2.0.4",
"version": "2.1.0",
"description": "Custom Sourceloop CLI",
"bin": {
"sl": "./bin/run"
Expand Down
14 changes: 14 additions & 0 deletions packages/feature-toggle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-07-06)

* refactor(chore): fix sonar code smells (#873) ([347d2f2](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/347d2f2)), closes [#873](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/873)
* feat(feature-toggle): add new package for feature check decorator (#842) ([691f2fa](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/691f2fa)), closes [#842](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/842) [#837](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/837) [#837](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/837) [#837](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/837) [#837](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/837) [#837](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/837) [#837](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/837)


### BREAKING CHANGE

* decorator removed from service and moved to package
4 changes: 2 additions & 2 deletions packages/feature-toggle/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/feature-toggle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/feature-toggle",
"version": "0.0.1",
"version": "0.1.0",
"description": "Package for feature toggle",
"keywords": [
"loopback-extension",
Expand Down
8 changes: 8 additions & 0 deletions sandbox/audit-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>0.4.2 (2022-07-06)</small>

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





## <small>0.4.1 (2022-06-30)</small>

**Note:** Version bump only for package @sourceloop/audit-ms-example
Expand Down
4 changes: 2 additions & 2 deletions sandbox/audit-ms-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/audit-ms-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/audit-ms-example",
"version": "0.4.1",
"version": "0.4.2",
"description": "An audit microservice example",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@loopback/rest-explorer": "^5.0.0",
"@loopback/service-proxy": "^5.0.0",
"@sourceloop/audit-log": "^3.1.0",
"@sourceloop/audit-service": "^5.0.4",
"@sourceloop/audit-service": "^5.0.5",
"@sourceloop/core": "^7.0.4",
"ajv": "^8.11.0",
"ajv-errors": "^3.0.0",
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.5.2 (2022-07-06)</small>

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





## <small>0.5.1 (2022-06-30)</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-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/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.5.1",
"version": "0.5.2",
"description": "Auth microservice basic example",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@loopback/rest": "^12.0.0",
"@loopback/rest-explorer": "^5.0.0",
"@loopback/service-proxy": "^5.0.0",
"@sourceloop/authentication-service": "^7.0.1",
"@sourceloop/authentication-service": "^7.0.2",
"@sourceloop/core": "^7.0.4",
"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>3.0.2 (2022-07-06)</small>

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





## <small>3.0.1 (2022-06-30)</small>

**Note:** Version bump only for package @sourceloop/auth-multitenant-example
Expand Down
4 changes: 2 additions & 2 deletions sandbox/auth-multitenant-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/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": "3.0.1",
"version": "3.0.2",
"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": "^12.0.0",
"@loopback/rest-explorer": "^5.0.0",
"@loopback/service-proxy": "^5.0.0",
"@sourceloop/authentication-service": "^7.0.1",
"@sourceloop/authentication-service": "^7.0.2",
"@sourceloop/core": "^7.0.4",
"ajv": "^8.11.0",
"ajv-errors": "^3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions sandbox/cache-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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-07-06)

* feat(sandbox): add cache mixin example (#839) ([5d7859a](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/5d7859a)), closes [#839](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/839) [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0) [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
4 changes: 2 additions & 2 deletions sandbox/cache-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/cache-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/cache-example",
"version": "0.0.1",
"version": "0.1.0",
"description": "cache example",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@loopback/rest": "^12.0.1",
"@loopback/rest-explorer": "^5.0.1",
"@loopback/service-proxy": "^5.0.1",
"@sourceloop/cache": "^0.3.3",
"@sourceloop/cache": "^0.3.4",
"db-migrate": "^1.0.0-beta.18",
"db-migrate-pg": "^1.2.2",
"dotenv": "^16.0.1",
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.2 (2022-07-06)</small>

**Note:** Version bump only for package @sourceloop/chat-notif-example_chat-service





## <small>0.2.1 (2022-06-30)</small>

**Note:** Version bump only for package @sourceloop/chat-notif-example_chat-service
Expand Down

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/chat-notif-example_chat-service",
"version": "0.2.1",
"version": "0.2.2",
"description": "sourceloop chat service",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@loopback/rest": "^12.0.0",
"@loopback/rest-explorer": "^5.0.0",
"@loopback/service-proxy": "^5.0.0",
"@sourceloop/chat-service": "^4.0.4",
"@sourceloop/chat-service": "^4.0.5",
"@sourceloop/core": "^7.0.4",
"db-migrate": "^1.0.0-beta.18",
"db-migrate-pg": "^1.2.2",
Expand Down
Loading

0 comments on commit 3523386

Please sign in to comment.