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]
 - [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 9275edf commit 8497f0f
Show file tree
Hide file tree
Showing 51 changed files with 189 additions and 53 deletions.
8 changes: 8 additions & 0 deletions packages/core/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 (2021-05-12)

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





## 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)
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.28",
"version": "1.0.0",
"description": "packages",
"keywords": [
"loopback-extension",
Expand Down
8 changes: 8 additions & 0 deletions packages/custom-sf-changelog/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 (2021-05-12)

**Note:** Version bump only for package custom-sf-changelog





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

* fix(core): make custom changelog package private ([59e4578](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/59e4578))
Expand Down
2 changes: 1 addition & 1 deletion 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.0-alpha.0",
"version": "1.0.0",
"description": "conventional-changelog angular preset",
"main": "index.js",
"private": true,
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.

## 0.1.0 (2021-05-12)

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





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

**Note:** Version bump only for package @sourceloop/audit-ms-example
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.1.0-alpha.1",
"version": "0.1.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": "^2.0.0-alpha.1",
"@sourceloop/audit-service": "^2.0.0",
"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.

## 0.1.0 (2021-05-12)

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





## 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)
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.1",
"version": "0.1.0",
"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.49",
"@sourceloop/core": "^1.0.0-alpha.28",
"@sourceloop/authentication-service": "^1.0.0",
"@sourceloop/core": "^1.0.0",
"bcrypt": "^5.0.1",
"db-migrate": "^0.11.12",
"db-migrate-pg": "^1.2.2",
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 (2021-05-12)

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





## 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)
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.24",
"version": "2.0.0",
"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.49",
"@sourceloop/core": "^1.0.0-alpha.28",
"@sourceloop/authentication-service": "^1.0.0",
"@sourceloop/core": "^1.0.0",
"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.

## 0.1.0 (2021-05-12)

**Note:** Version bump only for package in-mail-example





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

* fix(core): make examples private ([9b20fdd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/9b20fdd)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
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": "in-mail-example",
"version": "0.1.0-alpha.1",
"version": "0.1.0",
"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.0.0-alpha.32",
"@sourceloop/in-mail-service": "^1.0.0",
"db-migrate": "^0.11.12",
"db-migrate-pg": "^1.2.2",
"dotenv": "^8.2.0",
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 (2021-05-12)

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





## 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)
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.17",
"version": "2.0.0",
"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.28",
"@sourceloop/notification-service": "^1.0.0-alpha.36",
"@sourceloop/core": "^1.0.0",
"@sourceloop/notification-service": "^1.0.0",
"loopback4-authorization": "^3.3.0",
"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.

## 0.1.0 (2021-05-12)

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





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

* fix(core): make examples private ([9b20fdd](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/9b20fdd)), 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.0-alpha.1",
"version": "0.1.0",
"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.0.0-alpha.36",
"@sourceloop/scheduler-service": "^1.0.0",
"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.

## 0.1.0 (2021-05-12)

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





## 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)
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.0-alpha.0",
"version": "0.1.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.31",
"@sourceloop/video-conferencing-service": "^1.0.0",
"db-migrate": "^0.11.12",
"db-migrate-pg": "^1.2.2",
"dotenv": "^8.2.0",
Expand Down
8 changes: 8 additions & 0 deletions sandbox/workflow-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.

## 0.1.0 (2021-05-12)

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





## 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)
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.2",
"version": "0.1.0",
"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.3",
"@sourceloop/core": "^1.0.0-alpha.28",
"@sourceloop/bpmn-service": "^1.0.0",
"@sourceloop/core": "^1.0.0",
"@types/node-fetch": "^2.5.10",
"db-migrate": "^0.11.12",
"db-migrate-pg": "^1.2.2",
Expand Down
Loading

0 comments on commit 8497f0f

Please sign in to comment.