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]
  • Loading branch information
yeshamavani committed Dec 21, 2022
1 parent 5704835 commit 629ee01
Show file tree
Hide file tree
Showing 19 changed files with 75 additions and 27 deletions.
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>3.0.2 (2022-12-21)</small>

* chore(deps): update cli template dependencies (#1121) ([fa9dca7](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/fa9dca7)), closes [#1121](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1121) [#1120](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1120)





## <small>3.0.1 (2022-12-07)</small>

* chore(deps): update loopback and sourceloop packages (#1101) ([fc6b432](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/fc6b432)), closes [#1101](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1101) [#1100](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1100)
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/3.0.1 linux-x64 node-v16.13.0
@sourceloop/cli/3.0.2 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/v3.0.1/src/commands/extension.ts)_
_See code: [src/commands/extension.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v3.0.2/src/commands/extension.ts)_

## `sl microservice [NAME]`

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

_See code: [src/commands/microservice.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v3.0.1/src/commands/microservice.ts)_
_See code: [src/commands/microservice.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v3.0.2/src/commands/microservice.ts)_

## `sl scaffold [NAME]`

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

_See code: [src/commands/scaffold.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v3.0.1/src/commands/scaffold.ts)_
_See code: [src/commands/scaffold.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v3.0.2/src/commands/scaffold.ts)_

## `sl update`

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

_See code: [src/commands/update.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v3.0.1/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v3.0.2/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": "3.0.1",
"version": "3.0.2",
"description": "Custom Sourceloop CLI",
"bin": {
"sl": "./bin/run"
Expand Down
8 changes: 8 additions & 0 deletions sandbox/feature-toggle-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.

## 0.6.0 (2022-12-21)

* refactor(chore): changes in the docker-compose (#1123) ([5704835](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/5704835)), closes [#1123](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1123) [#00](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/00) [#00](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/00) [#00](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/00)





## <small>0.5.13 (2022-12-07)</small>

**Note:** Version bump only for package @sourceloop/feature-toggle-example
Expand Down
6 changes: 3 additions & 3 deletions sandbox/feature-toggle-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/feature-toggle-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/feature-toggle-example",
"version": "0.5.13",
"version": "0.6.0",
"description": "An example for feature toggle service",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@loopback/service-proxy": "^5.0.5",
"@sourceloop/core": "^7.3.1",
"@sourceloop/feature-toggle": "^0.3.8",
"@sourceloop/feature-toggle-service": "^0.10.9",
"@sourceloop/feature-toggle-service": "^0.11.0",
"db-migrate": "^1.0.0-beta.18",
"db-migrate-pg": "^1.2.2",
"dotenv": "^16.0.3",
Expand Down
8 changes: 8 additions & 0 deletions sandbox/payment-example/backend/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.3.14 (2022-12-21)</small>

**Note:** Version bump only for package @sourceloop/payment-example-backend





## <small>0.3.13 (2022-12-07)</small>

**Note:** Version bump only for package @sourceloop/payment-example-backend
Expand Down
6 changes: 3 additions & 3 deletions sandbox/payment-example/backend/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/payment-example/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/payment-example-backend",
"version": "0.3.13",
"version": "0.3.14",
"description": "backend of payment example",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@loopback/rest-explorer": "^5.0.2",
"@loopback/service-proxy": "^5.0.2",
"@sourceloop/core": "^7.3.1",
"@sourceloop/payment-service": "^6.2.9",
"@sourceloop/payment-service": "^7.0.0",
"db-migrate": "^1.0.0-beta.18",
"db-migrate-pg": "^1.2.2",
"dotenv": "^16.0.1",
Expand Down
8 changes: 8 additions & 0 deletions services/feature-toggle-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.11.0 (2022-12-21)

* refactor(chore): changes in the docker-compose (#1123) ([5704835](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/5704835)), closes [#1123](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1123) [#00](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/00) [#00](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/00) [#00](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/00)





## <small>0.10.9 (2022-12-07)</small>

* chore(deps): update loopback and sourceloop packages (#1101) ([fc6b432](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/fc6b432)), closes [#1101](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1101) [#1100](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1100)
Expand Down
4 changes: 2 additions & 2 deletions services/feature-toggle-service/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 services/feature-toggle-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/feature-toggle-service",
"version": "0.10.9",
"version": "0.11.0",
"description": "A service that provides feature toggle functionality",
"keywords": [
"loopback-application",
Expand Down
8 changes: 8 additions & 0 deletions services/payment-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.

## 7.0.0 (2022-12-21)

* refactor(chore): changes in the docker-compose (#1123) ([5704835](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/5704835)), closes [#1123](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1123) [#00](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/00) [#00](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/00) [#00](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/00)





## <small>6.2.9 (2022-12-07)</small>

* chore(deps): update loopback and sourceloop packages (#1101) ([fc6b432](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/fc6b432)), closes [#1101](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1101) [#1100](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1100)
Expand Down
4 changes: 2 additions & 2 deletions services/payment-service/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 services/payment-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/payment-service",
"version": "6.2.9",
"version": "7.0.0",
"description": "payment microservice.",
"keywords": [
"loopback-extension",
Expand Down
8 changes: 8 additions & 0 deletions services/reporting-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.4.0 (2022-12-21)

* refactor(chore): changes in the docker-compose (#1123) ([5704835](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/5704835)), closes [#1123](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1123) [#00](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/00) [#00](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/00) [#00](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/00)





## <small>0.3.10 (2022-12-07)</small>

* chore(deps): update loopback and sourceloop packages (#1101) ([fc6b432](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/fc6b432)), closes [#1101](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1101) [#1100](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/1100)
Expand Down
4 changes: 2 additions & 2 deletions services/reporting-service/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 services/reporting-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/reporting-service",
"version": "0.3.10",
"version": "0.4.0",
"description": "Reporting Microservice",
"keywords": [
"loopback-extension",
Expand Down

0 comments on commit 629ee01

Please sign in to comment.