Skip to content

Commit aefc692

Browse files
Samarpan  BhattacharyaSamarpan  Bhattacharya
authored andcommitted
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]
1 parent 4115b6c commit aefc692

36 files changed

+191
-35
lines changed

packages/core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
## 5.0.0 (2021-12-26)
7+
8+
* feat(core): add support for node.js v17 and upgrade to @loopback/cli v3 ([4115b6c](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/4115b6c)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
9+
* fix(docs): add badge for node and npm version ([caaa1bd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))
10+
11+
12+
### BREAKING CHANGE
13+
14+
* drop support for node.js v10
15+
16+
17+
18+
619
## 4.0.0 (2021-12-17)
720

821
* fix(core): upgrade all deps (#438) ([c52b7f1](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/c52b7f1)), closes [#438](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/438)

packages/core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "4.0.0",
3+
"version": "5.0.0",
44
"description": "packages",
55
"keywords": [
66
"loopback-extension",

services/audit-service/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
## 4.0.0 (2021-12-26)
7+
8+
* feat(core): add support for node.js v17 and upgrade to @loopback/cli v3 ([4115b6c](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/4115b6c)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
9+
* fix(docs): add badge for node and npm version ([caaa1bd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))
10+
11+
12+
### BREAKING CHANGE
13+
14+
* drop support for node.js v10
15+
16+
17+
18+
619
## 3.0.0 (2021-12-17)
720

821
* fix(core): upgrade all deps (#438) ([c52b7f1](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/c52b7f1)), closes [#438](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/438)

services/audit-service/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/audit-service/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-service",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "A microservice for audit logging",
55
"keywords": [
66
"loopback-extension",
@@ -59,7 +59,7 @@
5959
"@loopback/repository": "^4.0.0",
6060
"@loopback/rest": "^11.0.0",
6161
"@sourceloop/audit-log": "^3.0.0",
62-
"@sourceloop/core": "^4.0.0",
62+
"@sourceloop/core": "^5.0.0",
6363
"dotenv": "^10.0.0",
6464
"dotenv-extended": "^2.9.0",
6565
"loopback4-authentication": "^6.0.0",

services/authentication-service/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
## 3.0.0 (2021-12-26)
7+
8+
* feat(core): add support for node.js v17 and upgrade to @loopback/cli v3 ([4115b6c](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/4115b6c)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
9+
* fix(docs): add badge for node and npm version ([caaa1bd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))
10+
11+
12+
### BREAKING CHANGE
13+
14+
* drop support for node.js v10
15+
16+
17+
18+
619
## 2.0.0 (2021-12-17)
720

821
* fix(core): upgrade all deps (#438) ([c52b7f1](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/c52b7f1)), closes [#438](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/438)

services/authentication-service/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/authentication-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/authentication-service",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "services",
55
"keywords": [
66
"loopback-extension",
@@ -62,7 +62,7 @@
6262
"@loopback/rest": "^11.0.0",
6363
"@loopback/rest-explorer": "^4.0.0",
6464
"@loopback/service-proxy": "^4.0.0",
65-
"@sourceloop/core": "^4.0.0",
65+
"@sourceloop/core": "^5.0.0",
6666
"base-64": "^1.0.0",
6767
"bcrypt": "^5.0.0",
6868
"dotenv": "^10.0.0",

services/bpmn-service/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
## 5.0.0 (2021-12-26)
7+
8+
* feat(core): add support for node.js v17 and upgrade to @loopback/cli v3 ([4115b6c](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/4115b6c)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
9+
* fix(docs): add badge for node and npm version ([caaa1bd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))
10+
11+
12+
### BREAKING CHANGE
13+
14+
* drop support for node.js v10
15+
16+
17+
18+
619
## 4.0.0 (2021-12-17)
720

821
* fix(core): upgrade all deps (#438) ([c52b7f1](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/c52b7f1)), closes [#438](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/438)

0 commit comments

Comments
 (0)