Skip to content

Commit 9076dd4

Browse files
committed
chore: publish release
- @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]
1 parent 34feaf9 commit 9076dd4

File tree

86 files changed

+491
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+491
-131
lines changed

package-lock.json

Lines changed: 55 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 9.2.0 (2024-11-22)
7+
8+
* fix(cli): update the developing.md.tpl in @sourceloop/cli while scaffolding (#2213) ([b54465a](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/b54465a)), closes [#2213](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2213)
9+
* refactor(cli): add helmpath option in scaffold command (#2204) ([78a0875](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/78a0875)), closes [#2204](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2204) [#2199](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2199)
10+
* feat(cli): add gitHub actions for coverage in scaffold command (#2202) ([b3069d4](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/b3069d4)), closes [#2202](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2202) [#2201](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2201)
11+
* fix(cli): scaffold bugs (#2214) ([e46d256](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/e46d256)), closes [#2214](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2214) [#2211](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2211)
12+
13+
14+
15+
16+
617
## <small>9.1.2 (2024-10-16)</small>
718

819
* chore(ci-cd): resolve sonar issues (#2179) ([12ec556](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/12ec556)), closes [#2179](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2179) [#2177](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2177) [#2177](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2177)

packages/cli/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @sourceloop/cli
1818
$ sl COMMAND
1919
running command...
2020
$ sl (-v|--version|version)
21-
@sourceloop/cli/9.1.2 linux-x64 node-v18.20.4
21+
@sourceloop/cli/9.2.0 linux-x64 node-v18.20.5
2222
$ sl --help [COMMAND]
2323
USAGE
2424
$ sl COMMAND
@@ -83,7 +83,7 @@ OPTIONS
8383
--help show manual pages
8484
```
8585

86-
_See code: [src/commands/cdk.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v9.1.2/src/commands/cdk.ts)_
86+
_See code: [src/commands/cdk.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v9.2.0/src/commands/cdk.ts)_
8787

8888
## `sl extension [NAME]`
8989

@@ -100,7 +100,7 @@ OPTIONS
100100
--help show manual pages
101101
```
102102

103-
_See code: [src/commands/extension.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v9.1.2/src/commands/extension.ts)_
103+
_See code: [src/commands/extension.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v9.2.0/src/commands/extension.ts)_
104104

105105
## `sl help [COMMAND]`
106106

@@ -164,7 +164,7 @@ OPTIONS
164164
Include sequelize as ORM in service
165165
```
166166

167-
_See code: [src/commands/microservice.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v9.1.2/src/commands/microservice.ts)_
167+
_See code: [src/commands/microservice.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v9.2.0/src/commands/microservice.ts)_
168168

169169
## `sl scaffold [NAME]`
170170

@@ -180,14 +180,15 @@ ARGUMENTS
180180
OPTIONS
181181
--cwd=cwd Directory where project will be scaffolded, instead of the project name
182182
--description=description description of the repo
183+
--helmPath=helmPath Enter the path for Helm chart:
183184
--help show manual pages
184185
--integrateWithBackstage Do you want to include backstage integration files?
185186
--issuePrefix=issuePrefix Prefix to be used for issues(e.g. GH-)
186187
--jenkinsfile Do you want to create a Jenkinsfile for Helm-based deployment on Kubernetes?
187188
--owner=owner owner of the repo
188189
```
189190

190-
_See code: [src/commands/scaffold.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v9.1.2/src/commands/scaffold.ts)_
191+
_See code: [src/commands/scaffold.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v9.2.0/src/commands/scaffold.ts)_
191192

192193
## `sl update`
193194

@@ -201,5 +202,5 @@ OPTIONS
201202
--help show manual pages
202203
```
203204

204-
_See code: [src/commands/update.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v9.1.2/src/commands/update.ts)_
205+
_See code: [src/commands/update.ts](https://github.com/sourcefuse/loopback4-microservice-catalog/blob/v9.2.0/src/commands/update.ts)_
205206
<!-- commandsstop -->

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/cli",
3-
"version": "9.1.2",
3+
"version": "9.2.0",
44
"description": "Custom ARC CLI.",
55
"bin": {
66
"sl": "./bin/run"

sandbox/audit-ms-example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## <small>0.9.4 (2024-11-22)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/audit-ms-example
9+
10+
11+
12+
13+
614
## <small>0.9.3 (2024-10-22)</small>
715

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

sandbox/audit-ms-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/audit-ms-example",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "An audit microservice example.",
55
"keywords": [
66
"loopback-application",
@@ -60,7 +60,7 @@
6060
"@loopback/rest-explorer": "^7.0.2",
6161
"@loopback/service-proxy": "^7.0.2",
6262
"@sourceloop/audit-log": "^8.0.2",
63-
"@sourceloop/audit-service": "^14.2.3",
63+
"@sourceloop/audit-service": "^14.3.0",
6464
"@sourceloop/core": "^14.2.3",
6565
"ajv": "^8.11.0",
6666
"ajv-errors": "^3.0.0",

sandbox/auth-mfa-example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## <small>0.4.4 (2024-11-22)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/auth-mfa-example
9+
10+
11+
12+
13+
614
## <small>0.4.3 (2024-10-22)</small>
715

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

sandbox/auth-mfa-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/auth-mfa-example",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "Authentication google authenticator mfa exmaple.",
55
"keywords": [
66
"loopback-microservice",
@@ -71,7 +71,7 @@
7171
"@opentelemetry/plugin-pg": "^0.15.0",
7272
"@opentelemetry/plugin-pg-pool": "^0.15.0",
7373
"@opentelemetry/sdk-trace-base": "^1.15.0",
74-
"@sourceloop/authentication-service": "^19.2.3",
74+
"@sourceloop/authentication-service": "^19.3.0",
7575
"@sourceloop/core": "^14.2.3",
7676
"dotenv": "^16.0.3",
7777
"dotenv-extended": "^2.9.0",

sandbox/auth-ms-basic-example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## <small>0.14.4 (2024-11-22)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/auth-ms-basic-example
9+
10+
11+
12+
13+
614
## <small>0.14.3 (2024-10-22)</small>
715

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

sandbox/auth-ms-basic-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/auth-ms-basic-example",
3-
"version": "0.14.3",
3+
"version": "0.14.4",
44
"description": "Auth microservice basic example.",
55
"keywords": [
66
"loopback-application",
@@ -60,7 +60,7 @@
6060
"@loopback/rest": "^14.0.2",
6161
"@loopback/rest-explorer": "^7.0.2",
6262
"@loopback/service-proxy": "^7.0.2",
63-
"@sourceloop/authentication-service": "^19.2.3",
63+
"@sourceloop/authentication-service": "^19.3.0",
6464
"@sourceloop/core": "^14.2.3",
6565
"ajv": "^8.11.0",
6666
"ajv-errors": "^3.0.0",

0 commit comments

Comments
 (0)