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]
  • Loading branch information
samarpan-b committed Aug 2, 2021
1 parent 836e291 commit 4a25590
Show file tree
Hide file tree
Showing 27 changed files with 99 additions and 23 deletions.
8 changes: 8 additions & 0 deletions sandbox/auth-ms-basic-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.2.2 (2021-08-02)</small>

**Note:** Version bump only for package @sourceloop/auth-ms-basic-example





## <small>0.2.1 (2021-07-24)</small>

* fix(core): upgrade loopback4-soft-delete ([f653e0c](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/f653e0c)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
Expand Down
2 changes: 1 addition & 1 deletion sandbox/auth-ms-basic-example/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 sandbox/auth-ms-basic-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/auth-ms-basic-example",
"version": "0.2.1",
"version": "0.2.2",
"description": "Auth microservice basic example",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@loopback/rest": "^9.3.0",
"@loopback/rest-explorer": "^3.3.0",
"@loopback/service-proxy": "^3.2.0",
"@sourceloop/authentication-service": "^1.2.1",
"@sourceloop/authentication-service": "^1.2.2",
"@sourceloop/core": "^2.0.1",
"bcrypt": "^5.0.1",
"db-migrate": "^0.11.12",
Expand Down
8 changes: 8 additions & 0 deletions sandbox/auth-multitenant-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>2.1.2 (2021-08-02)</small>

**Note:** Version bump only for package @sourceloop/auth-multitenant-example





## <small>2.1.1 (2021-07-24)</small>

* fix(core): upgrade loopback4-soft-delete ([f653e0c](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/f653e0c)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
Expand Down
2 changes: 1 addition & 1 deletion sandbox/auth-multitenant-example/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 sandbox/auth-multitenant-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/auth-multitenant-example",
"version": "2.1.1",
"version": "2.1.2",
"description": "This is a sample application for sandbox testing of auth microservice components.",
"private": true,
"keywords": [
Expand Down Expand Up @@ -57,7 +57,7 @@
"@loopback/rest": "^9.3.0",
"@loopback/rest-explorer": "^3.3.0",
"@loopback/service-proxy": "^3.2.0",
"@sourceloop/authentication-service": "^1.2.1",
"@sourceloop/authentication-service": "^1.2.2",
"@sourceloop/core": "^2.0.1",
"bcrypt": "^5.0.0",
"casbin": "^5.2.1",
Expand Down
8 changes: 8 additions & 0 deletions sandbox/scheduler-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.1.4 (2021-08-02)</small>

* docs(schedular-service and video-conferencing-service): update README.md (#277) ([1257784](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/1257784)), closes [#277](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/277)





## <small>0.1.3 (2021-07-24)</small>

* fix(core): upgrade loopback4-soft-delete ([f653e0c](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/f653e0c)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
Expand Down
2 changes: 1 addition & 1 deletion sandbox/scheduler-example/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 sandbox/scheduler-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/schedular-example",
"version": "0.1.3",
"version": "0.1.4",
"description": "scheduler-example",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@loopback/rest": "^9.3.0",
"@loopback/rest-explorer": "^3.3.0",
"@loopback/service-proxy": "^3.2.0",
"@sourceloop/scheduler-service": "^1.2.1",
"@sourceloop/scheduler-service": "^1.2.2",
"dotenv": "^8.2.0",
"dotenv-extended": "^2.9.0",
"loopback-connector-postgresql": "^5.3.0",
Expand Down
8 changes: 8 additions & 0 deletions sandbox/video-conferencing-ms-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.1.4 (2021-08-02)</small>

**Note:** Version bump only for package @sourceloop/video-conferencing-ms-example





## <small>0.1.3 (2021-07-24)</small>

* fix(core): upgrade loopback4-soft-delete ([f653e0c](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/f653e0c)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
Expand Down
2 changes: 1 addition & 1 deletion sandbox/video-conferencing-ms-example/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 sandbox/video-conferencing-ms-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/video-conferencing-ms-example",
"version": "0.1.3",
"version": "0.1.4",
"description": "A Video conferencing service example",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@loopback/rest": "^9.3.0",
"@loopback/rest-explorer": "^3.3.0",
"@loopback/service-proxy": "^3.2.0",
"@sourceloop/video-conferencing-service": "^1.2.1",
"@sourceloop/video-conferencing-service": "^1.2.2",
"db-migrate": "^0.11.12",
"db-migrate-pg": "^1.2.2",
"dotenv": "^8.2.0",
Expand Down
9 changes: 9 additions & 0 deletions sandbox/workflow-ms-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.0 (2021-08-02)

* feat(sandbox): k8s-yaml-to-hcl (#280) ([621f0cc](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/621f0cc)), closes [#280](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/280)
* fix(bpmn-service): fix readme for bpmn service (#278) ([299535b](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/299535b)), closes [#278](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/278) [#211](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/211)





## <small>0.1.4 (2021-07-24)</small>

* fix(core): upgrade loopback4-soft-delete ([f653e0c](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/f653e0c)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
Expand Down
2 changes: 1 addition & 1 deletion sandbox/workflow-ms-example/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 sandbox/workflow-ms-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/workflow-ms-example",
"version": "0.1.4",
"version": "0.2.0",
"description": "A workflow microservice example",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@loopback/rest": "^9.3.0",
"@loopback/rest-explorer": "^3.3.0",
"@loopback/service-proxy": "^3.2.0",
"@sourceloop/bpmn-service": "^2.1.2",
"@sourceloop/bpmn-service": "^2.2.0",
"@sourceloop/core": "^2.0.1",
"@types/node-fetch": "^2.5.10",
"db-migrate": "^0.11.12",
Expand Down
8 changes: 8 additions & 0 deletions services/authentication-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>1.2.2 (2021-08-02)</small>

* fix(bpmn-service): fix readme for bpmn service (#278) ([299535b](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/299535b)), closes [#278](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/278) [#211](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/211)





## <small>1.2.1 (2021-07-24)</small>

* fix(core): update readme ([4ec31ca](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/4ec31ca)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
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.

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

## 2.2.0 (2021-08-02)

* feat(bpmn-service): add default types for camunda (#281) ([ce99a06](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/ce99a06)), closes [#281](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/281)
* fix(bpmn-service): fix readme for bpmn service (#278) ([299535b](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/299535b)), closes [#278](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/278) [#211](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/211)





## <small>2.1.2 (2021-07-24)</small>

* fix(core): upgrade loopback4-soft-delete ([f653e0c](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/f653e0c)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
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.

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

## <small>1.2.2 (2021-08-02)</small>

* fix(scheduler-service): update openapi for video and scheduler service ([836e291](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/836e291)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
* docs(schedular-service and video-conferencing-service): update README.md (#277) ([1257784](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/1257784)), closes [#277](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/277)





## <small>1.2.1 (2021-07-24)</small>

* fix(core): upgrade loopback4-soft-delete ([f653e0c](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/f653e0c)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
Expand Down
2 changes: 1 addition & 1 deletion services/scheduler-service/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 services/scheduler-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/scheduler-service",
"version": "1.2.1",
"version": "1.2.2",
"description": "services",
"keywords": [
"loopback-extension",
Expand Down
9 changes: 9 additions & 0 deletions services/video-conferencing-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>1.2.2 (2021-08-02)</small>

* fix(scheduler-service): update openapi for video and scheduler service ([836e291](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/836e291)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
* docs(schedular-service and video-conferencing-service): update README.md (#277) ([1257784](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/1257784)), closes [#277](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/277)





## <small>1.2.1 (2021-07-24)</small>

* fix(core): upgrade loopback4-soft-delete ([f653e0c](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/f653e0c)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
Expand Down
2 changes: 1 addition & 1 deletion services/video-conferencing-service/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 services/video-conferencing-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/video-conferencing-service",
"version": "1.2.1",
"version": "1.2.2",
"description": "Microservice providing Video-Conferencing service",
"keywords": [
"loopback-extension",
Expand Down

0 comments on commit 4a25590

Please sign in to comment.