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]
 - [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-b committed May 12, 2021
1 parent eb6b9eb commit c23451c
Show file tree
Hide file tree
Showing 48 changed files with 267 additions and 72 deletions.
9 changes: 9 additions & 0 deletions packages/core/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.

## 1.0.0-alpha.28 (2021-05-12)

* fix(core): Swagger stats authentication (#204) ([ed7d59f](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/ed7d59f)), closes [#204](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/204)
* fix(core): updated versions of all loopback packages (#190) ([a02b792](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/a02b792)), closes [#190](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/190) [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)





# [1.0.0-alpha.27](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/[email protected]...@sourceloop/[email protected]) (2021-03-17)

**Note:** Version bump only for package @sourceloop/core
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": "1.0.0-alpha.27",
"version": "1.0.0-alpha.28",
"description": "packages",
"keywords": [
"loopback-extension",
Expand Down
9 changes: 9 additions & 0 deletions sandbox/audit-ms-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0-alpha.0 (2021-05-12)

* fix(authentication-service): fixed version of loopback packages in all services (#191) ([7eb9a60](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/7eb9a60)), closes [#191](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/191)
* feat(sandbox): added audit example (#172) ([42458b5](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/42458b5)), closes [#172](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/172)
2 changes: 1 addition & 1 deletion sandbox/audit-ms-example/package-lock.json

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

8 changes: 4 additions & 4 deletions sandbox/audit-ms-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/audit-ms-example",
"version": "0.0.1",
"version": "0.1.0-alpha.0",
"description": "An audit microservice example",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@loopback/rest-explorer": "^3.3.0",
"@loopback/service-proxy": "^3.2.0",
"@sourceloop/audit-log": "^1.3.0",
"@sourceloop/audit-service": "^1.1.0-alpha.15",
"@sourceloop/audit-service": "^2.0.0-alpha.0",
"db-migrate": "^0.11.12",
"db-migrate-pg": "^1.2.2",
"dotenv": "^8.2.0",
Expand All @@ -74,11 +74,11 @@
},
"devDependencies": {
"@loopback/build": "^6.4.0",
"source-map-support": "^0.5.19",
"@loopback/eslint-config": "^10.2.0",
"@loopback/testlab": "^3.4.0",
"@types/node": "^10.17.59",
"@loopback/eslint-config": "^10.2.0",
"eslint": "^7.25.0",
"source-map-support": "^0.5.19",
"typescript": "~4.2.4"
}
}
9 changes: 9 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,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0-alpha.1 (2021-05-12)

* fix(authentication-service): fixed version of loopback packages in all services (#191) ([7eb9a60](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/7eb9a60)), closes [#191](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/191)
* feat(sandbox): scheduler-example (#183) ([7f6df63](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/7f6df63)), closes [#183](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/183)





## 0.1.0-alpha.0 (2021-04-30)

* fix(sandbox): fix loopback versions issue ([60db6a0](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/60db6a0)), 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.

6 changes: 3 additions & 3 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.1.0-alpha.0",
"version": "0.1.0-alpha.1",
"description": "Auth microservice basic example",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -61,8 +61,8 @@
"@loopback/rest": "^9.3.0",
"@loopback/rest-explorer": "^3.3.0",
"@loopback/service-proxy": "^3.2.0",
"@sourceloop/authentication-service": "^1.0.0-alpha.48",
"@sourceloop/core": "^1.0.0-alpha.27",
"@sourceloop/authentication-service": "^1.0.0-alpha.49",
"@sourceloop/core": "^1.0.0-alpha.28",
"bcrypt": "^5.0.1",
"db-migrate": "^0.11.12",
"db-migrate-pg": "^1.2.2",
Expand Down
9 changes: 9 additions & 0 deletions sandbox/auth-multitenant-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.

## 2.0.0-alpha.24 (2021-05-12)

* fix(authentication-service): fixed version of loopback packages in all services (#191) ([7eb9a60](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/7eb9a60)), closes [#191](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/191)
* feat(sandbox): scheduler-example (#183) ([7f6df63](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/7f6df63)), closes [#183](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/183)





## 2.0.0-alpha.23 (2021-04-30)

* feat(sandbox): added basic example, fixed auth-multitenant-example, changed readme (#169) ([0a849fe](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/0a849fe)), closes [#169](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/169)
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.

6 changes: 3 additions & 3 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.0.0-alpha.23",
"version": "2.0.0-alpha.24",
"description": "This is a sample application for sandbox testing of auth microservice components.",
"private": true,
"keywords": [
Expand Down Expand Up @@ -57,8 +57,8 @@
"@loopback/rest": "^9.3.0",
"@loopback/rest-explorer": "^3.3.0",
"@loopback/service-proxy": "^3.2.0",
"@sourceloop/authentication-service": "^1.0.0-alpha.48",
"@sourceloop/core": "^1.0.0-alpha.27",
"@sourceloop/authentication-service": "^1.0.0-alpha.49",
"@sourceloop/core": "^1.0.0-alpha.28",
"bcrypt": "^5.0.0",
"casbin": "^5.2.1",
"db-migrate": "^0.11.11",
Expand Down
9 changes: 9 additions & 0 deletions sandbox/in-mail-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0-alpha.0 (2021-05-12)

* fix(authentication-service): fixed version of loopback packages in all services (#191) ([7eb9a60](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/7eb9a60)), closes [#191](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/191)
* feat(sandbox): in-mail-service-example (#182) ([62634b0](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/62634b0)), closes [#182](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/182)
2 changes: 1 addition & 1 deletion sandbox/in-mail-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/in-mail-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "in-mail-example",
"version": "0.0.1",
"version": "0.1.0-alpha.0",
"description": "in mail example",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@loopback/rest": "^9.3.0",
"@loopback/rest-explorer": "^3.3.0",
"@loopback/service-proxy": "^3.2.0",
"@sourceloop/in-mail-service": "^1.0.0-alpha.31",
"@sourceloop/in-mail-service": "^1.0.0-alpha.32",
"db-migrate": "^0.11.12",
"db-migrate-pg": "^1.2.2",
"dotenv": "^8.2.0",
Expand Down
9 changes: 9 additions & 0 deletions sandbox/notification-socket-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.

## 2.0.0-alpha.17 (2021-05-12)

* fix(authentication-service): fixed version of loopback packages in all services (#191) ([7eb9a60](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/7eb9a60)), closes [#191](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/191)
* feat(sandbox): scheduler-example (#183) ([7f6df63](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/7f6df63)), closes [#183](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/183)





# [2.0.0-alpha.16](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/[email protected]...@sourceloop/[email protected]) (2021-04-26)

**Note:** Version bump only for package @sourceloop/notification-socket-example
Expand Down
2 changes: 1 addition & 1 deletion sandbox/notification-socket-example/package-lock.json

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

6 changes: 3 additions & 3 deletions sandbox/notification-socket-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/notification-socket-example",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "sandbox",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -54,8 +54,8 @@
"@loopback/rest": "^9.3.0",
"@loopback/rest-explorer": "^3.3.0",
"@loopback/service-proxy": "^3.2.0",
"@sourceloop/core": "^1.0.0-alpha.27",
"@sourceloop/notification-service": "^1.0.0-alpha.35",
"@sourceloop/core": "^1.0.0-alpha.28",
"@sourceloop/notification-service": "^1.0.0-alpha.36",
"loopback4-authorization": "^3.3.0",
"tslib": "^2.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions sandbox/scheduler-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0-alpha.0 (2021-05-12)

* fix(authentication-service): fixed version of loopback packages in all services (#191) ([7eb9a60](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/7eb9a60)), closes [#191](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/191)
* feat(sandbox): added video conferencing example (#178) ([6d77c9a](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/6d77c9a)), closes [#178](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/178)
* feat(sandbox): scheduler-example (#183) ([7f6df63](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/7f6df63)), closes [#183](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/183)
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.

8 changes: 4 additions & 4 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.0.1",
"version": "0.1.0-alpha.0",
"description": "scheduler-example",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@loopback/rest": "^9.3.0",
"@loopback/rest-explorer": "^3.3.0",
"@loopback/service-proxy": "^3.2.0",
"@sourceloop/scheduler-service": "^1.0.0-alpha.35",
"@sourceloop/scheduler-service": "^1.0.0-alpha.36",
"dotenv": "^8.2.0",
"dotenv-extended": "^2.9.0",
"loopback-connector-postgresql": "^5.3.0",
Expand All @@ -64,11 +64,11 @@
},
"devDependencies": {
"@loopback/build": "^6.4.0",
"source-map-support": "^0.5.19",
"@loopback/eslint-config": "^10.2.0",
"@loopback/testlab": "^3.4.0",
"@types/node": "^10.17.59",
"@loopback/eslint-config": "^10.2.0",
"eslint": "^7.25.0",
"source-map-support": "^0.5.19",
"typescript": "~4.2.4"
}
}
9 changes: 9 additions & 0 deletions sandbox/video-conferencing-ms-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0-alpha.0 (2021-05-12)

* fix(authentication-service): fixed version of loopback packages in all services (#191) ([7eb9a60](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/7eb9a60)), closes [#191](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/191)
* feat(sandbox): added video conferencing example (#178) ([6d77c9a](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/6d77c9a)), closes [#178](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/178)
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.

8 changes: 4 additions & 4 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.0.1",
"version": "0.1.0-alpha.0",
"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.0.0-alpha.30",
"@sourceloop/video-conferencing-service": "^1.0.0-alpha.31",
"db-migrate": "^0.11.12",
"db-migrate-pg": "^1.2.2",
"dotenv": "^8.2.0",
Expand All @@ -71,11 +71,11 @@
},
"devDependencies": {
"@loopback/build": "^6.4.0",
"source-map-support": "^0.5.19",
"@loopback/eslint-config": "^10.2.0",
"@loopback/testlab": "^3.4.0",
"@types/node": "^10.17.59",
"@loopback/eslint-config": "^10.2.0",
"eslint": "^7.25.0",
"source-map-support": "^0.5.19",
"typescript": "~4.2.4"
}
}
10 changes: 10 additions & 0 deletions sandbox/workflow-ms-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0-alpha.2 (2021-05-12)

* fix(authentication-service): fixed version of loopback packages in all services (#191) ([7eb9a60](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/7eb9a60)), closes [#191](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/191)
* feat(sandbox): added audit example (#172) ([42458b5](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/42458b5)), closes [#172](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/172)
* feat(sandbox): added video conferencing example (#178) ([6d77c9a](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/6d77c9a)), closes [#178](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/178)





## 0.1.0-alpha.1 (2021-04-30)

* feat(sandbox): added basic example, fixed auth-multitenant-example, changed readme (#169) ([0a849fe](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/0a849fe)), closes [#169](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/169)
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.

6 changes: 3 additions & 3 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.0-alpha.1",
"version": "0.1.0-alpha.2",
"description": "A workflow microservice example",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -60,8 +60,8 @@
"@loopback/rest": "^9.3.0",
"@loopback/rest-explorer": "^3.3.0",
"@loopback/service-proxy": "^3.2.0",
"@sourceloop/bpmn-service": "^1.0.0-alpha.2",
"@sourceloop/core": "^1.0.0-alpha.27",
"@sourceloop/bpmn-service": "^1.0.0-alpha.3",
"@sourceloop/core": "^1.0.0-alpha.28",
"@types/node-fetch": "^2.5.10",
"db-migrate": "^0.11.12",
"db-migrate-pg": "^1.2.2",
Expand Down
Loading

0 comments on commit c23451c

Please sign in to comment.