Skip to content

Commit 8321917

Browse files
committed
chore: publish release
- @sourceloop/cache@4.0.4 - @sourceloop/core@17.0.0 - @sourceloop/feature-toggle@3.0.4 - @sourceloop/file-utils@0.3.4 - @sourceloop/audit-ms-example@0.10.4 - @sourceloop/auth-mfa-example@0.6.4 - @sourceloop/auth-ms-basic-example@0.16.4 - @sourceloop/auth-multitenant-example@8.0.4 - @sourceloop/auth-public-private-client@0.5.4 - @sourceloop/cache-example@0.7.4 - @sourceloop/chat-notif-example_facade@0.7.4 - @sourceloop/chat-notif-example_chat-service@0.6.4 - @sourceloop/chat-notif-example_notif-service@0.9.1 - @sourceloop/chat-notif-example-facade-socket@0.5.4 - @sourceloop/chat-notif-example-chat-socket@0.6.4 - @sourceloop/chat-notif-example-notif-socket@0.7.1 - @sourceloop/feature-toggle-example@0.11.4 - @sourceloop/in-mail-example@0.11.4 - @sourceloop/nestjs-auth-ms-example@3.0.15 - @sourceloop/notification-socket-example@7.0.4 - @sourceloop/oauth-example-api@0.6.4 - @sourceloop/oidc-basic-example@0.5.4 - @sourceloop/payment-example-backend@0.7.4 - @sourceloop/pubnub-example@0.8.4 - @sourceloop/schedular-example@7.0.4 - @sourceloop/search-ms-example@0.10.4 - @sourceloop/task-service-example@0.5.4 - @sourceloop/telemed-auth-api@0.6.4 - @sourceloop/telemed-notification-api@0.5.1 - @sourceloop/telemed-video-conferencing-api@0.4.4 - @sourceloop/user-tenant-example@0.8.4 - @sourceloop/video-conferencing-ms-example@7.0.4 - @sourceloop/workflow-ms-example@0.10.4 - @sourceloop/audit-service@17.0.0 - @sourceloop/authentication-service@22.0.0 - @sourceloop/bpmn-service@16.0.0 - @sourceloop/chat-service@15.0.0 - @sourceloop/feature-toggle-service@6.0.0 - @sourceloop/in-mail-service@14.0.0 - @sourceloop/notification-service@16.0.0 - @sourceloop/oidc-service@5.0.0 - @sourceloop/payment-service@17.0.0 - @sourceloop/reporting-service@6.0.0 - @sourceloop/scheduler-service@15.0.0 - @sourceloop/search-service@7.0.0 - @sourceloop/survey-service@5.0.0 - @sourceloop/task-service@6.0.0 - @sourceloop/user-tenant-service@5.0.0 - @sourceloop/video-conferencing-service@16.0.0
1 parent b90e01d commit 8321917

File tree

108 files changed

+711
-251
lines changed

Some content is hidden

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

108 files changed

+711
-251
lines changed

package-lock.json

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

packages/cache/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.4 (2025-07-23)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/cache
9+
10+
11+
12+
13+
614
## <small>4.0.3 (2025-07-14)</small>
715

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

packages/cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/cache",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "A caching extension to cache methods.",
55
"keywords": [
66
"loopback-extension",
@@ -52,7 +52,7 @@
5252
"@loopback/repository": "^7.0.9",
5353
"@loopback/rest": "^14.0.9",
5454
"@loopback/rest-explorer": "^7.0.9",
55-
"@sourceloop/core": "^16.2.0",
55+
"@sourceloop/core": "^17.0.0",
5656
"tslib": "^2.6.2",
5757
"winston": "^3.17.0"
5858
},

packages/core/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+
## 17.0.0 (2025-07-23)
7+
8+
* fix(authentication-service): added cache layer to the jwks implementation (#2241) ([b90e01d](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/b90e01d)), closes [#2241](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2241)
9+
10+
11+
### BREAKING CHANGE
12+
13+
* issue-2034
14+
15+
16+
17+
618
## 16.2.0 (2025-07-14)
719

820
* feat(core): update model schema booters (#2291) ([de73478](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/de73478)), closes [#2291](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2291) [#86](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/86) [#86](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/86) [#86](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/86) [#86](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/86) [#86](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/86) [#86](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/86) [#86](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/86)

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/core",
3-
"version": "16.2.0",
3+
"version": "17.0.0",
44
"description": "Sourceloop core package",
55
"keywords": [
66
"loopback-extension",

packages/feature-toggle/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>3.0.4 (2025-07-23)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/feature-toggle
9+
10+
11+
12+
13+
614
## <small>3.0.3 (2025-07-14)</small>
715

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

packages/feature-toggle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/feature-toggle",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Package for feature toggle.",
55
"keywords": [
66
"loopback-extension",
@@ -55,7 +55,7 @@
5555
"@loopback/rest": "^14.0.9",
5656
"@loopback/rest-explorer": "^7.0.9",
5757
"@loopback/service-proxy": "^7.0.9",
58-
"@sourceloop/core": "^16.2.0",
58+
"@sourceloop/core": "^17.0.0",
5959
"lodash": "^4.17.21",
6060
"loopback4-authentication": "^12.1.1",
6161
"sinon": "^14.0.0",

packages/file-utils/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.3.4 (2025-07-23)</small>
7+
8+
* fix(cli): links update in readme file (#2305) ([ba66f23](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/ba66f23)), closes [#2305](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2305) [#2304](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2304) [#2304](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2304) [#2304](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2304)
9+
10+
11+
12+
13+
614
## <small>0.3.3 (2025-07-14)</small>
715

816
**Note:** Version bump only for package @sourceloop/file-utils

packages/file-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/file-utils",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "file upload and multipart related utilities for loopback4 applications.",
55
"keywords": [
66
"loopback-extension",
@@ -72,7 +72,7 @@
7272
"@loopback/repository": "^7.0.9",
7373
"@loopback/rest": "^14.0.9",
7474
"@loopback/rest-explorer": "^7.0.9",
75-
"@sourceloop/core": "^16.2.0",
75+
"@sourceloop/core": "^17.0.0",
7676
"@types/multer": "^1.4.11",
7777
"file-type": "^16.5.4",
7878
"lodash": "^4.17.21",

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.10.4 (2025-07-23)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/audit-ms-example
9+
10+
11+
12+
13+
614
## <small>0.10.3 (2025-07-14)</small>
715

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

0 commit comments

Comments
 (0)