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]
 - @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]
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
  • Loading branch information
shubhamp-sf committed Sep 1, 2023
1 parent 71584b6 commit 66c4f21
Show file tree
Hide file tree
Showing 139 changed files with 638 additions and 260 deletions.
8 changes: 8 additions & 0 deletions packages/cache/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.6.5 (2023-09-01)</small>

**Note:** Version bump only for package @sourceloop/cache





## <small>0.6.4 (2023-08-10)</small>

**Note:** Version bump only for package @sourceloop/cache
Expand Down
6 changes: 3 additions & 3 deletions packages/cache/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 packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/cache",
"version": "0.6.4",
"version": "0.6.5",
"description": "This package provides a mixin which works with redis to cache GET request responses",
"keywords": [
"cache",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@loopback/repository": "^6.1.0",
"@loopback/rest": "^13.1.0",
"@loopback/testlab": "^6.1.0",
"@sourceloop/core": "^8.0.5",
"@sourceloop/core": "^8.1.0",
"@types/node": "^18.11.18",
"dotenv": "^16.0.3",
"dotenv-extended": "^2.9.0",
Expand Down
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>4.1.4 (2023-09-01)</small>

* refactor(all-services): fix sonar code smells (#1602) ([51f1cc3](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/51f1cc3)), closes [#1602](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1602)





## <small>4.1.3 (2023-07-28)</small>

* docs(chore): rewrite sourceloop headers and main readme (#1580) ([1105e3b](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/1105e3b)), closes [#1580](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1580)
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/4.1.3 linux-x64 node-v16.20.1
@sourceloop/cli/4.1.4 linux-x64 node-v18.17.1
$ sl --help [COMMAND]
USAGE
$ sl COMMAND
Expand Down Expand Up @@ -74,7 +74,7 @@ OPTIONS
--help show manual pages
```

_See code: [src/commands/extension.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v4.1.3/src/commands/extension.ts)_
_See code: [src/commands/extension.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v4.1.4/src/commands/extension.ts)_

## `sl help [COMMAND]`

Expand Down Expand Up @@ -138,7 +138,7 @@ OPTIONS
Include base microservice migrations
```

_See code: [src/commands/microservice.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v4.1.3/src/commands/microservice.ts)_
_See code: [src/commands/microservice.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v4.1.4/src/commands/microservice.ts)_

## `sl scaffold [NAME]`

Expand All @@ -160,7 +160,7 @@ OPTIONS
--owner=owner owner of the repo
```

_See code: [src/commands/scaffold.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v4.1.3/src/commands/scaffold.ts)_
_See code: [src/commands/scaffold.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v4.1.4/src/commands/scaffold.ts)_

## `sl update`

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

_See code: [src/commands/update.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v4.1.3/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v4.1.4/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": "4.1.3",
"version": "4.1.4",
"description": "Custom Sourceloop CLI",
"bin": {
"sl": "./bin/run"
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## 8.1.0 (2023-09-01)

* [Snyk] Upgrade tslib from 2.6.0 to 2.6.1 (#1606) ([f65b2d3](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/f65b2d3)), closes [#1606](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1606)
* refactor(deps): remove explicit dependency of casbin in core (#1661) ([8d0b078](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/8d0b078)), closes [#1661](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1661) [#1658](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1658)
* feat(core): add ability alter the paths definition received by swagger stats (#1655) ([d5c841e](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/d5c841e)), closes [#1655](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1655) [#1613](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1613)





## <small>8.0.5 (2023-08-10)</small>

* fix(core): move `findRoute` to the top in SecureSequence (#1601) ([a751e65](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/a751e65)), closes [#1601](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1601) [#1600](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1600)
Expand Down
4 changes: 2 additions & 2 deletions packages/core/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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/core",
"version": "8.0.5",
"version": "8.1.0",
"description": "Sourceloop core package.",
"keywords": [
"loopback-extension",
Expand Down
8 changes: 8 additions & 0 deletions packages/feature-toggle/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.4 (2023-09-01)</small>

**Note:** Version bump only for package @sourceloop/feature-toggle





## <small>0.5.3 (2023-08-10)</small>

**Note:** Version bump only for package @sourceloop/feature-toggle
Expand Down
6 changes: 3 additions & 3 deletions packages/feature-toggle/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 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.5.3",
"version": "0.5.4",
"description": "Package for feature toggle",
"keywords": [
"loopback-extension",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@loopback/rest": "^13.1.0",
"@loopback/rest-explorer": "^6.1.0",
"@loopback/service-proxy": "^6.1.0",
"@sourceloop/core": "^8.0.5",
"@sourceloop/core": "^8.1.0",
"lodash": "^4.17.21",
"loopback4-authentication": "^9.0.1",
"sinon": "^14.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/search/projects/search-lib/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>5.4.1 (2023-09-01)</small>

* fix(search): add null check for model name in custom search event before set the category (#1675) ([71584b6](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/71584b6)), closes [#1675](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1675) [#1764](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1764)





## 5.4.0 (2023-07-28)

* feat(user-onboarding): add element support and script for building (#1377) ([eebbe4e](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/eebbe4e)), closes [#1377](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1377) [#1352](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1352) [#1352](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1352) [#1352](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1352) [#1352](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1352) [#1352](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1352) [#1352](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1352) [#1352](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1352) [#1352](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1352) [#1352](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1352)
Expand Down
4 changes: 2 additions & 2 deletions packages/search/projects/search-lib/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/search/projects/search-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/search-client",
"version": "5.4.0",
"version": "5.4.1",
"description": "A global search component for search microservice.",
"peerDependencies": {
"@angular/animations": "~13.3.11",
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.6.20 (2023-09-01)</small>

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





## <small>0.6.19 (2023-08-10)</small>

**Note:** Version bump only for package @sourceloop/audit-ms-example
Expand Down
8 changes: 4 additions & 4 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.

6 changes: 3 additions & 3 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.6.19",
"version": "0.6.20",
"description": "An audit microservice example",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -61,8 +61,8 @@
"@loopback/rest-explorer": "^5.0.5",
"@loopback/service-proxy": "^5.0.5",
"@sourceloop/audit-log": "^3.1.2",
"@sourceloop/audit-service": "^7.2.1",
"@sourceloop/core": "^8.0.5",
"@sourceloop/audit-service": "^7.2.2",
"@sourceloop/core": "^8.1.0",
"ajv": "^8.11.0",
"ajv-errors": "^3.0.0",
"db-migrate": "^1.0.0-beta.21",
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.10.8 (2023-09-01)</small>

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





## <small>0.10.7 (2023-08-10)</small>

**Note:** Version bump only for package @sourceloop/auth-ms-basic-example
Expand Down
8 changes: 4 additions & 4 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.

6 changes: 3 additions & 3 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.10.7",
"version": "0.10.8",
"description": "Auth microservice basic example",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -61,8 +61,8 @@
"@loopback/rest": "^12.0.5",
"@loopback/rest-explorer": "^5.0.5",
"@loopback/service-proxy": "^5.0.5",
"@sourceloop/authentication-service": "^11.2.4",
"@sourceloop/core": "^8.0.5",
"@sourceloop/authentication-service": "^11.2.5",
"@sourceloop/core": "^8.1.0",
"ajv": "^8.11.0",
"ajv-errors": "^3.0.0",
"bcrypt": "^5.0.1",
Expand Down
Loading

0 comments on commit 66c4f21

Please sign in to comment.