Skip to content

Commit

Permalink
chore: publish release
Browse files Browse the repository at this point in the history
 - @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]
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
 - @sourceloop/[email protected]
  • Loading branch information
samarpan-b committed Jul 24, 2021
1 parent f653e0c commit 0f309a0
Show file tree
Hide file tree
Showing 57 changed files with 229 additions and 59 deletions.
10 changes: 10 additions & 0 deletions packages/core/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.

## <small>2.0.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)
* 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)
* refactor(authentication-service): fix sonar issues (#266) ([3ea2082](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/3ea2082)), closes [#266](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/266) [#251](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/251)





## 2.0.0 (2021-07-14)

* fix(core): fix facades bearer verifier to decouple from auth service (#253) ([cb30528](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/cb30528)), closes [#253](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/253)
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": "2.0.0",
"version": "2.0.1",
"description": "packages",
"keywords": [
"loopback-extension",
Expand Down
9 changes: 9 additions & 0 deletions packages/custom-sf-changelog/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.1.0 (2021-07-24)

* refactor(authentication-service): fix sonar issues (#266) ([3ea2082](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/3ea2082)), closes [#266](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/266) [#251](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/251)
* feat(sandbox): local-k8s-setup (#259) ([3bc0eb5](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/3bc0eb5)), closes [#259](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/259) [#244](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/244) [#258](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/258)





## <small>1.0.1 (2021-07-14)</small>

* perf(all services): added security property in all the controllers an… (#232) ([e37a5a1](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/e37a5a1)), closes [#232](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/232)
Expand Down
4 changes: 2 additions & 2 deletions packages/custom-sf-changelog/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/custom-sf-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-sf-changelog",
"version": "1.0.1",
"version": "1.1.0",
"description": "conventional-changelog angular preset",
"main": "index.js",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/user-onboarding/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.1 (2021-07-24)</small>

* refactor(authentication-service): fix sonar issues (#266) ([3ea2082](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/3ea2082)), closes [#266](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/266) [#251](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/251)





## 0.2.0 (2021-07-14)

* feat(authentication-service): apple-oauth2 (#243) ([98fdb0f](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/98fdb0f)), closes [#243](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/243)
Expand Down
2 changes: 1 addition & 1 deletion packages/user-onboarding/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/user-onboarding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/user-onboarding-client",
"version": "0.2.0",
"version": "0.2.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
8 changes: 8 additions & 0 deletions sandbox/audit-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.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)





## 0.2.0 (2021-07-14)

* feat(authentication-service): apple-oauth2 (#243) ([98fdb0f](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/98fdb0f)), closes [#243](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/243)
Expand Down
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.

4 changes: 2 additions & 2 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.2.0",
"version": "0.2.1",
"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": "^2.2.0",
"@sourceloop/audit-service": "^2.2.1",
"db-migrate": "^0.11.12",
"db-migrate-pg": "^1.2.2",
"dotenv": "^8.2.0",
Expand Down
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.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)





## 0.2.0 (2021-07-14)

* feat(authentication-service): apple-oauth2 (#243) ([98fdb0f](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/98fdb0f)), closes [#243](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/243)
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.2.0",
"version": "0.2.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.2.0",
"@sourceloop/core": "^2.0.0",
"@sourceloop/authentication-service": "^1.2.1",
"@sourceloop/core": "^2.0.1",
"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.

## <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)
* refactor(authentication-service): fix sonar issues (#266) ([3ea2082](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/3ea2082)), closes [#266](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/266) [#251](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/251)





## 2.1.0 (2021-07-14)

* feat(authentication-service): apple-oauth2 (#243) ([98fdb0f](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/98fdb0f)), closes [#243](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/243)
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.1.0",
"version": "2.1.1",
"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.2.0",
"@sourceloop/core": "^2.0.0",
"@sourceloop/authentication-service": "^1.2.1",
"@sourceloop/core": "^2.0.1",
"bcrypt": "^5.0.0",
"casbin": "^5.2.1",
"db-migrate": "^0.11.11",
Expand Down
8 changes: 8 additions & 0 deletions sandbox/in-mail-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.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)





## 0.2.0 (2021-07-14)

* 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)
Expand Down
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": "@sourceloop/in-mail-example",
"version": "0.2.0",
"version": "0.2.1",
"description": "in mail 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/in-mail-service": "^1.2.0",
"@sourceloop/in-mail-service": "^1.2.1",
"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.

## <small>2.0.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)
* refactor(authentication-service): fix sonar issues (#266) ([3ea2082](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/3ea2082)), closes [#266](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/266) [#251](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/251)





## <small>2.0.3 (2021-07-14)</small>

* perf(all services): added security property in all the controllers an… (#232) ([e37a5a1](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/e37a5a1)), closes [#232](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/232)
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.3",
"version": "2.0.4",
"description": "sandbox",
"keywords": [
"loopback-application",
Expand Down Expand Up @@ -55,8 +55,8 @@
"@loopback/rest": "^9.3.0",
"@loopback/rest-explorer": "^3.3.0",
"@loopback/service-proxy": "^3.2.0",
"@sourceloop/core": "^2.0.0",
"@sourceloop/notification-service": "^1.2.0",
"@sourceloop/core": "^2.0.1",
"@sourceloop/notification-service": "^1.2.1",
"loopback4-authorization": "^3.3.0",
"loopback4-soft-delete": "^3.2.2",
"tslib": "^2.0.0"
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.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)





## <small>0.1.2 (2021-07-14)</small>

* perf(all services): added security property in all the controllers an… (#232) ([e37a5a1](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/e37a5a1)), closes [#232](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/232)
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.2",
"version": "0.1.3",
"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.0",
"@sourceloop/scheduler-service": "^1.2.1",
"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.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)





## <small>0.1.2 (2021-07-14)</small>

* perf(all services): added security property in all the controllers an… (#232) ([e37a5a1](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/e37a5a1)), closes [#232](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/232)
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.2",
"version": "0.1.3",
"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.0",
"@sourceloop/video-conferencing-service": "^1.2.1",
"db-migrate": "^0.11.12",
"db-migrate-pg": "^1.2.2",
"dotenv": "^8.2.0",
Expand Down
Loading

0 comments on commit 0f309a0

Please sign in to comment.