Skip to content

Commit 8644424

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] - @sourceloop/[email protected] - @sourceloop/[email protected] - @sourceloop/[email protected] - @sourceloop/[email protected] - @sourceloop/[email protected] - @sourceloop/[email protected] - @sourceloop/[email protected]
1 parent 8de3f2d commit 8644424

File tree

108 files changed

+643
-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

+643
-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.7 (2025-09-08)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/cache
9+
10+
11+
12+
13+
614
## <small>4.0.6 (2025-08-25)</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.6",
3+
"version": "4.0.7",
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": "^17.0.2",
55+
"@sourceloop/core": "^17.0.3",
5656
"tslib": "^2.6.2",
5757
"winston": "^3.17.0"
5858
},

packages/core/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>17.0.3 (2025-09-08)</small>
7+
8+
* fix(core): remove hard dependency on `debug` in ProxyBuilder (#2326) ([c1a4f77](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/c1a4f77)), closes [#2326](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2326) [#2324](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2324)
9+
10+
11+
12+
13+
614
## <small>17.0.2 (2025-08-25)</small>
715

816
* refactor(chore): sonar issues fix (#2313) ([937bfbe](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/937bfbe)), closes [#2313](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2313)

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": "17.0.2",
3+
"version": "17.0.3",
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.7 (2025-09-08)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/feature-toggle
9+
10+
11+
12+
13+
614
## <small>3.0.6 (2025-08-25)</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.6",
3+
"version": "3.0.7",
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": "^17.0.2",
58+
"@sourceloop/core": "^17.0.3",
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.7 (2025-09-08)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/file-utils
9+
10+
11+
12+
13+
614
## <small>0.3.6 (2025-08-25)</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.6",
3+
"version": "0.3.7",
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": "^17.0.2",
75+
"@sourceloop/core": "^17.0.3",
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.7 (2025-09-08)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/audit-ms-example
9+
10+
11+
12+
13+
614
## <small>0.10.6 (2025-08-25)</small>
715

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

0 commit comments

Comments
 (0)