Skip to content

Commit dd76df5

Browse files
committed
chore: publish release
- @sourceloop/task-service-example@0.4.10 - @sourceloop/workflow-ms-example@0.9.10 - @sourceloop/bpmn-service@14.0.3 - @sourceloop/task-service@4.0.3
1 parent 85fc923 commit dd76df5

9 files changed

Lines changed: 46 additions & 14 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sandbox/task-example/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>0.4.10 (2025-03-04)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/task-service-example
9+
10+
11+
12+
13+
614
## <small>0.4.9 (2025-01-07)</small>
715

816
* chore(deps): version update (#2227) ([6d6b00e](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/6d6b00e)), closes [#2227](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2227)

sandbox/task-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/task-service-example",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"description": "task-service-user.",
55
"keywords": [
66
"loopback-application",
@@ -71,7 +71,7 @@
7171
"@loopback/rest-explorer": "^7.0.9",
7272
"@loopback/service-proxy": "^7.0.9",
7373
"@sourceloop/core": "^15.0.2",
74-
"@sourceloop/task-service": "^4.0.2",
74+
"@sourceloop/task-service": "^4.0.3",
7575
"aws-sdk": "^2.1406.0",
7676
"camunda-external-task-client-js": "^2.3.1",
7777
"db-migrate": "^1.0.0-beta.21",

sandbox/workflow-ms-example/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>0.9.10 (2025-03-04)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/workflow-ms-example
9+
10+
11+
12+
13+
614
## <small>0.9.9 (2025-01-07)</small>
715

816
* chore(deps): version update (#2227) ([6d6b00e](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/6d6b00e)), closes [#2227](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2227)

sandbox/workflow-ms-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/workflow-ms-example",
3-
"version": "0.9.9",
3+
"version": "0.9.10",
44
"description": "A workflow microservice example.",
55
"keywords": [
66
"loopback-application",
@@ -59,7 +59,7 @@
5959
"@loopback/rest": "^14.0.9",
6060
"@loopback/rest-explorer": "^7.0.9",
6161
"@loopback/service-proxy": "^7.0.9",
62-
"@sourceloop/bpmn-service": "^14.0.2",
62+
"@sourceloop/bpmn-service": "^14.0.3",
6363
"@sourceloop/core": "^15.0.2",
6464
"ajv": "^8.11.0",
6565
"ajv-errors": "^3.0.0",

services/bpmn-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>14.0.3 (2025-03-04)</small>
7+
8+
* fix(bpmn-service): add new worker key to handle OptimisticLockingException error (#2245) ([85fc923](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/85fc923)), closes [#2245](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2245)
9+
10+
11+
12+
13+
614
## <small>14.0.2 (2025-01-07)</small>
715

816
* chore(deps): version update (#2227) ([6d6b00e](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/6d6b00e)), closes [#2227](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2227)

services/bpmn-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/bpmn-service",
3-
"version": "14.0.2",
3+
"version": "14.0.3",
44
"description": "BPMN microservice.",
55
"keywords": [
66
"loopback-extension",

services/task-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 (2025-03-04)</small>
7+
8+
* fix(bpmn-service): add new worker key to handle OptimisticLockingException error (#2245) ([85fc923](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/85fc923)), closes [#2245](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2245)
9+
10+
11+
12+
13+
614
## <small>4.0.2 (2025-01-07)</small>
715

816
* chore(deps): version update (#2227) ([6d6b00e](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/6d6b00e)), closes [#2227](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2227)

services/task-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/task-service",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "a Reusable, customizable and workflow based task service.",
55
"keywords": [
66
"loopback-extension",
@@ -78,7 +78,7 @@
7878
"!*/__tests__"
7979
],
8080
"dependencies": {
81-
"@sourceloop/bpmn-service": "^14.0.2",
81+
"@sourceloop/bpmn-service": "^14.0.3",
8282
"@sourceloop/core": "^15.0.2",
8383
"camunda-external-task-client-js": "^2.3.1",
8484
"check-code-coverage": "^1.10.0",

0 commit comments

Comments
 (0)