Skip to content

Commit

Permalink
Merge branch 'master' into RFIT-1467fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vineet-suri authored Feb 4, 2021
2 parents 6d3ef56 + 4a4cb87 commit d6335f6
Show file tree
Hide file tree
Showing 31 changed files with 115 additions and 33 deletions.
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.24](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/[email protected]...@sourceloop/[email protected]) (2021-02-01)


### Bug Fixes

* **core:** change in core to rectify publish issue ([#116](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/116)) ([194c5e8](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/194c5e8f4c33f2d088e84e0df8420fefa6ecd825))





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


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.23",
"version": "1.0.0-alpha.24",
"description": "packages",
"keywords": [
"loopback-extension",
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export class CoreComponent implements Component {
}

// Configure locale provider

if (this.coreConfig?.configObject) {
configure({...this.coreConfig.configObject, register: this.localeObj});
} else {
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.

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

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





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

**Note:** Version bump only for package @sourceloop/auth-multitenant-example
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.13",
"version": "2.0.0-alpha.14",
"description": "This is a sample application for sandbox testing of auth microservice components.",
"private": true,
"keywords": [
Expand Down Expand Up @@ -56,8 +56,8 @@
"@loopback/rest": "^9.0.0",
"@loopback/rest-explorer": "^3.0.3",
"@loopback/service-proxy": "^3.0.3",
"@sourceloop/authentication-service": "^1.0.0-alpha.38",
"@sourceloop/core": "^1.0.0-alpha.23",
"@sourceloop/authentication-service": "^1.0.0-alpha.39",
"@sourceloop/core": "^1.0.0-alpha.24",
"bcrypt": "^5.0.0",
"casbin": "^5.2.1",
"db-migrate": "^0.11.11",
Expand Down
8 changes: 8 additions & 0 deletions sandbox/notification-socket-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.

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

**Note:** Version bump only for package @sourceloop/notification-socket-example





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

**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.11",
"version": "2.0.0-alpha.12",
"description": "sandbox",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -54,8 +54,8 @@
"@loopback/rest": "^9.0.0",
"@loopback/rest-explorer": "^3.0.3",
"@loopback/service-proxy": "^3.0.3",
"@sourceloop/core": "^1.0.0-alpha.23",
"@sourceloop/notification-service": "^1.0.0-alpha.31",
"@sourceloop/core": "^1.0.0-alpha.24",
"@sourceloop/notification-service": "^1.0.0-alpha.32",
"loopback4-authorization": "^3.2.0",
"tslib": "^2.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions sandbox/testing/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.

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

**Note:** Version bump only for package @sourceloop/sandbox-testing





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

**Note:** Version bump only for package @sourceloop/sandbox-testing
Expand Down
2 changes: 1 addition & 1 deletion sandbox/testing/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/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/sandbox-testing",
"version": "1.0.0-alpha.33",
"version": "1.0.0-alpha.34",
"description": "This is a sample application for sandbox testing of microservice components.",
"private": true,
"keywords": [
Expand Down Expand Up @@ -53,8 +53,8 @@
"@loopback/rest": "^9.0.0",
"@loopback/rest-explorer": "^3.0.3",
"@loopback/service-proxy": "^3.0.3",
"@sourceloop/core": "^1.0.0-alpha.23",
"@sourceloop/notification-service": "^1.0.0-alpha.31",
"@sourceloop/core": "^1.0.0-alpha.24",
"@sourceloop/notification-service": "^1.0.0-alpha.32",
"aws-sdk": "^2.694.0",
"loopback-connector-postgresql": "^3.9.1",
"loopback4-authorization": "^3.2.0",
Expand Down
8 changes: 8 additions & 0 deletions services/audit-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.

# [1.1.0-alpha.11](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/[email protected]...@sourceloop/[email protected]) (2021-02-01)

**Note:** Version bump only for package @sourceloop/audit-service





# [1.1.0-alpha.10](https://github.com/sourcefuse/loopback4-microservice-catalog/compare/@sourceloop/[email protected]...@sourceloop/[email protected]) (2021-01-19)

**Note:** Version bump only for package @sourceloop/audit-service
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": "1.1.0-alpha.10",
"version": "1.1.0-alpha.11",
"description": "A microservice for audit logging",
"keywords": [
"loopback-extension",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@loopback/repository": "^3.2.0",
"@loopback/rest": "^9.0.0",
"@sourceloop/audit-log": "^1.0.1",
"@sourceloop/core": "^1.0.0-alpha.23",
"@sourceloop/core": "^1.0.0-alpha.24",
"loopback4-authentication": "^4.1.0",
"loopback4-authorization": "^3.2.0",
"tslib": "^2.0.0"
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.

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

**Note:** Version bump only for package @sourceloop/authentication-service





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


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": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "services",
"keywords": [
"loopback-extension",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@loopback/repository": "^3.2.0",
"@loopback/rest": "^9.0.0",
"@loopback/rest-explorer": "^3.0.3",
"@sourceloop/core": "^1.0.0-alpha.23",
"@sourceloop/core": "^1.0.0-alpha.24",
"@types/i18n": "^0.8.6",
"bcrypt": "^5.0.0",
"dotenv": "^8.2.0",
Expand Down
8 changes: 8 additions & 0 deletions services/in-mail-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.

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

**Note:** Version bump only for package @sourceloop/in-mail-service





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

**Note:** Version bump only for package @sourceloop/in-mail-service
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": "1.0.0-alpha.27",
"version": "1.0.0-alpha.28",
"description": "services",
"keywords": [
"loopback-extension",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@loopback/repository": "^3.2.0",
"@loopback/repository-tests": "^0.14.1",
"@loopback/rest": "^9.0.0",
"@sourceloop/core": "^1.0.0-alpha.23",
"@sourceloop/core": "^1.0.0-alpha.24",
"loopback4-authentication": "^4.1.0",
"loopback4-authorization": "^3.2.0",
"loopback4-soft-delete": "^3.1.0",
Expand Down
8 changes: 8 additions & 0 deletions services/notification-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.

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

**Note:** Version bump only for package @sourceloop/notification-service





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


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": "1.0.0-alpha.31",
"version": "1.0.0-alpha.32",
"description": "services",
"keywords": [
"loopback-extension",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@loopback/core": "^2.12.0",
"@loopback/repository": "^3.2.0",
"@loopback/rest": "^9.0.0",
"@sourceloop/core": "^1.0.0-alpha.23",
"@sourceloop/core": "^1.0.0-alpha.24",
"aws-sdk": "^2.694.0",
"lodash": "^4.17.20",
"loopback4-authentication": "^4.1.0",
Expand Down
8 changes: 8 additions & 0 deletions services/scheduler-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.

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

**Note:** Version bump only for package @sourceloop/scheduler-service





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

**Note:** Version bump only for package @sourceloop/scheduler-service
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.

4 changes: 2 additions & 2 deletions 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.0.0-alpha.31",
"version": "1.0.0-alpha.32",
"description": "services",
"keywords": [
"loopback-extension",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@loopback/repository": "^3.2.0",
"@loopback/rest": "^9.0.0",
"@loopback/rest-explorer": "^3.0.3",
"@sourceloop/core": "^1.0.0-alpha.23",
"@sourceloop/core": "^1.0.0-alpha.24",
"db-migrate": "^0.11.11",
"db-migrate-pg": "^1.2.2",
"loopback4-authentication": "^4.1.0",
Expand Down
8 changes: 8 additions & 0 deletions services/video-conferencing-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.

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

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





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

**Note:** Version bump only for package @sourceloop/video-conferencing-service
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.

Loading

0 comments on commit d6335f6

Please sign in to comment.