Skip to content

Commit

Permalink
chore: publish release
Browse files Browse the repository at this point in the history
 - @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]
  • Loading branch information
Samarpan Bhattacharya authored and Samarpan Bhattacharya committed Dec 26, 2021
1 parent 4115b6c commit aefc692
Show file tree
Hide file tree
Showing 36 changed files with 191 additions and 35 deletions.
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.0.0 (2021-12-26)

* 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)
* fix(docs): add badge for node and npm version ([caaa1bd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))


### BREAKING CHANGE

* drop support for node.js v10




## 4.0.0 (2021-12-17)

* 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)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/core",
"version": "4.0.0",
"version": "5.0.0",
"description": "packages",
"keywords": [
"loopback-extension",
Expand Down
13 changes: 13 additions & 0 deletions services/audit-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.0.0 (2021-12-26)

* 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)
* fix(docs): add badge for node and npm version ([caaa1bd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))


### BREAKING CHANGE

* drop support for node.js v10




## 3.0.0 (2021-12-17)

* 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)
Expand Down
2 changes: 1 addition & 1 deletion services/audit-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions services/audit-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/audit-service",
"version": "3.0.0",
"version": "4.0.0",
"description": "A microservice for audit logging",
"keywords": [
"loopback-extension",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@loopback/repository": "^4.0.0",
"@loopback/rest": "^11.0.0",
"@sourceloop/audit-log": "^3.0.0",
"@sourceloop/core": "^4.0.0",
"@sourceloop/core": "^5.0.0",
"dotenv": "^10.0.0",
"dotenv-extended": "^2.9.0",
"loopback4-authentication": "^6.0.0",
Expand Down
13 changes: 13 additions & 0 deletions services/authentication-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.0 (2021-12-26)

* 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)
* fix(docs): add badge for node and npm version ([caaa1bd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))


### BREAKING CHANGE

* drop support for node.js v10




## 2.0.0 (2021-12-17)

* 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)
Expand Down
2 changes: 1 addition & 1 deletion services/authentication-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions services/authentication-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/authentication-service",
"version": "2.0.0",
"version": "3.0.0",
"description": "services",
"keywords": [
"loopback-extension",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@loopback/rest": "^11.0.0",
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
"@sourceloop/core": "^4.0.0",
"@sourceloop/core": "^5.0.0",
"base-64": "^1.0.0",
"bcrypt": "^5.0.0",
"dotenv": "^10.0.0",
Expand Down
13 changes: 13 additions & 0 deletions services/bpmn-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.0.0 (2021-12-26)

* 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)
* fix(docs): add badge for node and npm version ([caaa1bd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))


### BREAKING CHANGE

* drop support for node.js v10




## 4.0.0 (2021-12-17)

* 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)
Expand Down
2 changes: 1 addition & 1 deletion services/bpmn-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions services/bpmn-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/bpmn-service",
"version": "4.0.0",
"version": "5.0.0",
"description": "services",
"keywords": [
"loopback-extension",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@loopback/openapi-v3": "^7.0.0",
"@loopback/repository": "^4.0.0",
"@loopback/rest": "^11.0.0",
"@sourceloop/core": "^4.0.0",
"@sourceloop/core": "^5.0.0",
"ajv": "^8.6.3",
"camunda-external-task-client-js": "^2.1.1",
"dotenv": "^10.0.0",
Expand Down
13 changes: 13 additions & 0 deletions services/chat-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.0 (2021-12-26)

* 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)
* fix(docs): add badge for node and npm version ([caaa1bd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))


### BREAKING CHANGE

* drop support for node.js v10




## 2.0.0 (2021-12-17)

* 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)
Expand Down
2 changes: 1 addition & 1 deletion services/chat-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions services/chat-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/chat-service",
"version": "2.0.0",
"version": "3.0.0",
"description": "chat-service",
"keywords": [
"loopback-extension",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@loopback/rest": "^11.0.0",
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
"@sourceloop/core": "^4.0.0",
"@sourceloop/core": "^5.0.0",
"dotenv": "^10.0.0",
"dotenv-extended": "^2.9.0",
"jsonwebtoken": "^8.5.1",
Expand Down
13 changes: 13 additions & 0 deletions services/feature-toggle-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.0 (2021-12-26)

* 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)
* fix(docs): add badge for node and npm version ([caaa1bd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))


### BREAKING CHANGE

* drop support for node.js v10




## 0.2.0 (2021-12-17)

* 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)
Expand Down
2 changes: 1 addition & 1 deletion services/feature-toggle-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions services/feature-toggle-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/feature-toggle-service",
"version": "0.2.0",
"version": "0.3.0",
"description": "A service that provides feature toggle details",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@loopback/rest": "^11.0.0",
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
"@sourceloop/core": "^4.0.0",
"@sourceloop/core": "^5.0.0",
"dotenv": "^10.0.0",
"dotenv-extended": "^2.9.0",
"lodash": "^4.17.21",
Expand Down
13 changes: 13 additions & 0 deletions services/in-mail-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.0 (2021-12-26)

* 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)
* fix(docs): add badge for node and npm version ([caaa1bd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))


### BREAKING CHANGE

* drop support for node.js v10




## 2.0.0 (2021-12-17)

* 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)
Expand Down
2 changes: 1 addition & 1 deletion services/in-mail-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions services/in-mail-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/in-mail-service",
"version": "2.0.0",
"version": "3.0.0",
"description": "services",
"keywords": [
"loopback-extension",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@loopback/repository": "^4.0.0",
"@loopback/repository-tests": "^0.19.0",
"@loopback/rest": "^11.0.0",
"@sourceloop/core": "^4.0.0",
"@sourceloop/core": "^5.0.0",
"dotenv": "^10.0.0",
"dotenv-extended": "^2.9.0",
"loopback4-authentication": "^6.0.0",
Expand Down
13 changes: 13 additions & 0 deletions services/notification-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.0.0 (2021-12-26)

* 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)
* fix(docs): add badge for node and npm version ([caaa1bd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))


### BREAKING CHANGE

* drop support for node.js v10




## 3.0.0 (2021-12-17)

* 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)
Expand Down
2 changes: 1 addition & 1 deletion services/notification-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions services/notification-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/notification-service",
"version": "3.0.0",
"version": "4.0.0",
"description": "services",
"keywords": [
"loopback-extension",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@loopback/rest": "^11.0.0",
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
"@sourceloop/core": "^4.0.0",
"@sourceloop/core": "^5.0.0",
"aws-sdk": "^2.1046.0",
"dotenv": "^10.0.0",
"dotenv-extended": "^2.9.0",
Expand Down
13 changes: 13 additions & 0 deletions services/payment-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.0.0 (2021-12-26)

* 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)
* fix(docs): add badge for node and npm version ([caaa1bd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/caaa1bd))


### BREAKING CHANGE

* drop support for node.js v10




## 2.0.0 (2021-12-17)

* 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)
Expand Down
2 changes: 1 addition & 1 deletion services/payment-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions services/payment-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/payment-service",
"version": "2.0.0",
"version": "3.0.0",
"description": "services",
"keywords": [
"loopback-extension",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@loopback/rest": "^11.0.0",
"@loopback/rest-explorer": "^4.0.0",
"@loopback/service-proxy": "^4.0.0",
"@sourceloop/core": "^4.0.0",
"@sourceloop/core": "^5.0.0",
"dotenv": "^10.0.0",
"dotenv-extended": "^2.9.0",
"handlebars": "^4.7.7",
Expand Down
Loading

0 comments on commit aefc692

Please sign in to comment.