Skip to content

Commit 8141f10

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 5f83920 commit 8141f10

File tree

99 files changed

+889
-215
lines changed

Some content is hidden

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

99 files changed

+889
-215
lines changed

package-lock.json

Lines changed: 95 additions & 95 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>3.0.7 (2024-12-05)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/cache
9+
10+
11+
12+
13+
614
## <small>3.0.6 (2024-10-22)</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": "3.0.6",
3+
"version": "3.0.7",
44
"description": "A caching extension to cache methods.",
55
"keywords": [
66
"loopback-extension",
@@ -52,7 +52,7 @@
5252
"@loopback/repository": "^7.0.2",
5353
"@loopback/rest": "^14.0.2",
5454
"@loopback/rest-explorer": "^7.0.2",
55-
"@sourceloop/core": "^14.2.3",
55+
"@sourceloop/core": "^15.0.0",
5656
"tslib": "^2.6.2",
5757
"winston": "^3.13.0"
5858
},

packages/core/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
## 15.0.0 (2024-12-05)
7+
8+
* fix(authentication-service): added idp server controller for login and discovery endpoint (#2131) ([e1bba2c](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/e1bba2c)), closes [#2131](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2131)
9+
10+
11+
### BREAKING CHANGE
12+
13+
* * feat(authentication-service): added the logic for rotation of keys with database
14+
15+
2034
16+
17+
* feat(authentication-service): added final changes for idp server
18+
19+
MIGRATION CHANGE:
20+
migration-20241105074844-
21+
* JWT Asymmetric Signer and Verifier will be served from Database only. File support has been removed.
22+
23+
2034
24+
25+
26+
27+
628
## <small>14.2.3 (2024-10-22)</small>
729

830
* fix(core): revert the changes of 2158 (#2181) ([1307aa0](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/1307aa0)), closes [#2181](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2181) [#2158](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2158)

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": "14.2.3",
3+
"version": "15.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>2.1.4 (2024-12-05)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/feature-toggle
9+
10+
11+
12+
13+
614
## <small>2.1.3 (2024-10-22)</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": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Package for feature toggle.",
55
"keywords": [
66
"loopback-extension",
@@ -55,7 +55,7 @@
5555
"@loopback/rest": "^14.0.2",
5656
"@loopback/rest-explorer": "^7.0.2",
5757
"@loopback/service-proxy": "^7.0.2",
58-
"@sourceloop/core": "^14.2.3",
58+
"@sourceloop/core": "^15.0.0",
5959
"lodash": "^4.17.21",
6060
"loopback4-authentication": "^12.1.0",
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.1.7 (2024-12-05)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/file-utils
9+
10+
11+
12+
13+
614
## <small>0.1.6 (2024-10-22)</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.1.6",
3+
"version": "0.1.7",
44
"description": "file upload and multipart related utilities for loopback4 applications.",
55
"keywords": [
66
"loopback-extension",
@@ -51,7 +51,7 @@
5151
"@loopback/repository": "^7.0.2",
5252
"@loopback/rest": "^14.0.2",
5353
"@loopback/rest-explorer": "^7.0.2",
54-
"@sourceloop/core": "^14.2.3",
54+
"@sourceloop/core": "^15.0.0",
5555
"@types/multer": "^1.4.11",
5656
"file-type": "^16.5.4",
5757
"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.9.6 (2024-12-05)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/audit-ms-example
9+
10+
11+
12+
13+
614
## <small>0.9.5 (2024-11-27)</small>
715

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

0 commit comments

Comments
 (0)