Skip to content

Commit eb9d4d5

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]
1 parent 8c8bad2 commit eb9d4d5

File tree

22 files changed

+126
-37
lines changed

22 files changed

+126
-37
lines changed

package-lock.json

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

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.7.2 (2025-10-14)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/auth-mfa-example
9+
10+
11+
12+
13+
614
## <small>0.7.1 (2025-09-12)</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.7.1",
3+
"version": "0.7.2",
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": "^24.0.0",
74+
"@sourceloop/authentication-service": "^24.1.0",
7575
"@sourceloop/core": "^20.0.0",
7676
"dotenv": "^16.4.5",
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.17.2 (2025-10-14)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/auth-ms-basic-example
9+
10+
11+
12+
13+
614
## <small>0.17.1 (2025-09-12)</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.17.1",
3+
"version": "0.17.2",
44
"description": "Auth microservice basic example.",
55
"keywords": [
66
"loopback-application",
@@ -60,7 +60,7 @@
6060
"@loopback/rest": "^15.0.4",
6161
"@loopback/rest-explorer": "^8.0.4",
6262
"@loopback/service-proxy": "^8.0.3",
63-
"@sourceloop/authentication-service": "^24.0.0",
63+
"@sourceloop/authentication-service": "^24.1.0",
6464
"@sourceloop/core": "^20.0.0",
6565
"ajv": "^8.11.0",
6666
"ajv-errors": "^3.0.0",

sandbox/auth-multitenant-example/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## 10.0.0 (2025-10-14)
7+
8+
* feat(chore): packages upgrade in CLI (#2349) ([3ad75c2](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/3ad75c2)), closes [#2349](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2349) [#2323](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2323)
9+
10+
11+
### BREAKING CHANGE
12+
13+
* YES
14+
15+
16+
17+
618
## <small>9.0.1 (2025-09-12)</small>
719

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

sandbox/auth-multitenant-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-multitenant-example",
3-
"version": "9.0.1",
3+
"version": "10.0.0",
44
"description": "This is a sample application for sandbox testing of auth microservice components",
55
"private": true,
66
"keywords": [
@@ -57,7 +57,7 @@
5757
"@loopback/rest": "^15.0.4",
5858
"@loopback/rest-explorer": "^8.0.4",
5959
"@loopback/service-proxy": "^8.0.3",
60-
"@sourceloop/authentication-service": "^24.0.0",
60+
"@sourceloop/authentication-service": "^24.1.0",
6161
"@sourceloop/core": "^20.0.0",
6262
"ajv": "^8.11.0",
6363
"ajv-errors": "^3.0.0",

sandbox/auth-public-private-client/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.6.2 (2025-10-14)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/auth-public-private-client
9+
10+
11+
12+
13+
614
## <small>0.6.1 (2025-09-12)</small>
715

816
**Note:** Version bump only for package @sourceloop/auth-public-private-client

sandbox/auth-public-private-client/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-public-private-client",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "public-private-client example.",
55
"keywords": [
66
"loopback-microservice",
@@ -72,7 +72,7 @@
7272
"@opentelemetry/plugin-pg-pool": "^0.15.0",
7373
"@opentelemetry/sdk-trace-base": "^1.15.0",
7474
"@opentelemetry/sdk-trace-node": "^1.15.0",
75-
"@sourceloop/authentication-service": "^24.0.0",
75+
"@sourceloop/authentication-service": "^24.1.0",
7676
"@sourceloop/core": "^20.0.0",
7777
"dotenv": "^16.4.5",
7878
"dotenv-extended": "^2.9.0",

sandbox/nestjs-auth-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>4.0.2 (2025-10-14)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/nestjs-auth-ms-example
9+
10+
11+
12+
13+
614
## <small>4.0.1 (2025-09-12)</small>
715

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

0 commit comments

Comments
 (0)