Skip to content

Commit b03773b

Browse files
Samarpan  BhattacharyaSamarpan  Bhattacharya
authored andcommitted
chore: publish release
- @sourceloop/core@6.1.0 - @sourceloop/user-onboarding-client@3.0.12 - @sourceloop/payment-example-backend@0.1.0 - @sourceloop/audit-service@4.0.3 - @sourceloop/authentication-service@4.0.2 - @sourceloop/bpmn-service@5.0.3 - @sourceloop/chat-service@3.0.3 - @sourceloop/feature-toggle-service@0.4.0 - @sourceloop/in-mail-service@3.0.3 - @sourceloop/notification-service@4.0.4 - @sourceloop/payment-service@3.2.0 - @sourceloop/scheduler-service@4.0.3 - @sourceloop/search-service@0.5.3 - @sourceloop/video-conferencing-service@3.0.3
1 parent abb23ef commit b03773b

42 files changed

Lines changed: 154 additions & 40 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+
## 6.1.0 (2022-01-28)
7+
8+
* fix(core): deps incorrect ([fc7665a](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/fc7665a)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
9+
* feat(core): add component to authenticate swagger ui access (#467) ([40f669f](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/40f669f)), closes [#467](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/467)
10+
11+
12+
13+
14+
615
## 6.0.0 (2022-01-16)
716

817
* docs(core): locale file update and add to ignore ([4bbdae2](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/4bbdae2)), closes [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)

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": "6.0.0",
3+
"version": "6.1.0",
44
"description": "packages",
55
"keywords": [
66
"loopback-extension",

packages/user-onboarding/projects/user-onboarding-lib/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## <small>3.0.12 (2022-01-28)</small>
7+
8+
* fix(user-onboarding): add max wait time, add observable for error handling in case tour fails to sta ([8a819ea](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/8a819ea)), closes [#491](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/491) [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)
9+
10+
11+
12+
13+
614
## <small>3.0.11 (2022-01-19)</small>
715

816
* fix(user-onboarding): pause video on next/prev, add tourStepChange observable, change names to keba ([076d12e](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/076d12e)), closes [#474](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/474) [#0](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/0)

packages/user-onboarding/projects/user-onboarding-lib/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/user-onboarding/projects/user-onboarding-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/user-onboarding-client",
3-
"version": "3.0.11",
3+
"version": "3.0.12",
44
"description": "Library for providing a smooth user onboarding",
55
"keywords": [
66
"angular-library"
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 (2022-01-28)
7+
8+
* fix(core): make payment example private ([abb23ef](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/abb23ef)), closes [#0](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/0)
9+
* feat(sandbox): backend example of payment-service (#402) ([138349c](https://github-personal/sourcefuse/loopback4-microservice-catalog/commit/138349c)), closes [#402](https://github-personal/sourcefuse/loopback4-microservice-catalog/issues/402)

sandbox/payment-example/backend/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/payment-example/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/payment-example-backend",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "backend of payment example",
55
"keywords": [
66
"loopback-application",
@@ -57,7 +57,7 @@
5757
"@loopback/rest": "^9.2.1",
5858
"@loopback/rest-explorer": "^3.2.1",
5959
"@loopback/service-proxy": "^3.1.1",
60-
"@sourceloop/payment-service": "3.1.0",
60+
"@sourceloop/payment-service": "^3.2.0",
6161
"db-migrate": "^0.11.12",
6262
"db-migrate-pg": "^1.2.2",
6363
"dotenv": "^8.2.0",

services/audit-service/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## <small>4.0.3 (2022-01-28)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/audit-service
9+
10+
11+
12+
13+
614
## <small>4.0.2 (2022-01-16)</small>
715

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

0 commit comments

Comments
 (0)