Skip to content

Commit c23451c

Browse files
committed
chore: publish release
- @sourceloop/core@1.0.0-alpha.28 - @sourceloop/audit-ms-example@0.1.0-alpha.0 - @sourceloop/auth-ms-basic-example@0.1.0-alpha.1 - @sourceloop/auth-multitenant-example@2.0.0-alpha.24 - in-mail-example@0.1.0-alpha.0 - @sourceloop/notification-socket-example@2.0.0-alpha.17 - @sourceloop/schedular-example@0.1.0-alpha.0 - @sourceloop/video-conferencing-ms-example@0.1.0-alpha.0 - @sourceloop/workflow-ms-example@0.1.0-alpha.2 - @sourceloop/audit-service@2.0.0-alpha.0 - @sourceloop/authentication-service@1.0.0-alpha.49 - @sourceloop/bpmn-service@1.0.0-alpha.3 - @sourceloop/in-mail-service@1.0.0-alpha.32 - @sourceloop/notification-service@1.0.0-alpha.36 - @sourceloop/scheduler-service@1.0.0-alpha.36 - @sourceloop/video-conferencing-service@1.0.0-alpha.31
1 parent eb6b9eb commit c23451c

48 files changed

Lines changed: 267 additions & 72 deletions

Some content is hidden

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

packages/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
## 1.0.0-alpha.28 (2021-05-12)
7+
8+
* 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)
9+
* 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)
10+
11+
12+
13+
14+
615
# [1.0.0-alpha.27](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/core@1.0.0-alpha.26...@sourceloop/core@1.0.0-alpha.27) (2021-03-17)
716

817
**Note:** Version bump only for package @sourceloop/core

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": "1.0.0-alpha.27",
3+
"version": "1.0.0-alpha.28",
44
"description": "packages",
55
"keywords": [
66
"loopback-extension",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.1.0-alpha.0 (2021-05-12)
7+
8+
* 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)
9+
* 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)

sandbox/audit-ms-example/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.

sandbox/audit-ms-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/audit-ms-example",
3-
"version": "0.0.1",
3+
"version": "0.1.0-alpha.0",
44
"description": "An audit microservice example",
55
"keywords": [
66
"loopback-application",
@@ -61,7 +61,7 @@
6161
"@loopback/rest-explorer": "^3.3.0",
6262
"@loopback/service-proxy": "^3.2.0",
6363
"@sourceloop/audit-log": "^1.3.0",
64-
"@sourceloop/audit-service": "^1.1.0-alpha.15",
64+
"@sourceloop/audit-service": "^2.0.0-alpha.0",
6565
"db-migrate": "^0.11.12",
6666
"db-migrate-pg": "^1.2.2",
6767
"dotenv": "^8.2.0",
@@ -74,11 +74,11 @@
7474
},
7575
"devDependencies": {
7676
"@loopback/build": "^6.4.0",
77-
"source-map-support": "^0.5.19",
77+
"@loopback/eslint-config": "^10.2.0",
7878
"@loopback/testlab": "^3.4.0",
7979
"@types/node": "^10.17.59",
80-
"@loopback/eslint-config": "^10.2.0",
8180
"eslint": "^7.25.0",
81+
"source-map-support": "^0.5.19",
8282
"typescript": "~4.2.4"
8383
}
8484
}

sandbox/auth-ms-basic-example/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
## 0.1.0-alpha.1 (2021-05-12)
7+
8+
* 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)
9+
* 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)
10+
11+
12+
13+
14+
615
## 0.1.0-alpha.0 (2021-04-30)
716

817
* 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)

sandbox/auth-ms-basic-example/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.

sandbox/auth-ms-basic-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/auth-ms-basic-example",
3-
"version": "0.1.0-alpha.0",
3+
"version": "0.1.0-alpha.1",
44
"description": "Auth microservice basic example",
55
"keywords": [
66
"loopback-application",
@@ -61,8 +61,8 @@
6161
"@loopback/rest": "^9.3.0",
6262
"@loopback/rest-explorer": "^3.3.0",
6363
"@loopback/service-proxy": "^3.2.0",
64-
"@sourceloop/authentication-service": "^1.0.0-alpha.48",
65-
"@sourceloop/core": "^1.0.0-alpha.27",
64+
"@sourceloop/authentication-service": "^1.0.0-alpha.49",
65+
"@sourceloop/core": "^1.0.0-alpha.28",
6666
"bcrypt": "^5.0.1",
6767
"db-migrate": "^0.11.12",
6868
"db-migrate-pg": "^1.2.2",

sandbox/auth-multitenant-example/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
## 2.0.0-alpha.24 (2021-05-12)
7+
8+
* 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)
9+
* 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)
10+
11+
12+
13+
14+
615
## 2.0.0-alpha.23 (2021-04-30)
716

817
* 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)

0 commit comments

Comments
 (0)