Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierAlbertini committed Sep 23, 2020
1 parent b7a1261 commit 0883364
Show file tree
Hide file tree
Showing 20 changed files with 104 additions and 18 deletions.
11 changes: 11 additions & 0 deletions 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.

## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23)


### Bug Fixes

* retryTimeoutInMs → retryTimeout ([#213](https://github.com/VilledeMontreal/workit/issues/213)) ([dc02fe6](https://github.com/VilledeMontreal/workit/commit/dc02fe68f4a0bc30c1126dc189ac2e8dd1bcc16c))





## 4.2.1 (2020-09-23)

#### :bug: (Bug Fix)
Expand Down
8 changes: 8 additions & 0 deletions examples/basic/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.

## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23)

**Note:** Version bump only for package workit-example-basic





# [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15)


Expand Down
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workit-example-basic",
"private": true,
"version": "4.2.0",
"version": "4.2.1",
"description": "Basic example of workit usage",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"axios": "^0.19.2",
"workit-camunda": "^4.2.0",
"workit-camunda": "^4.2.1",
"workit-core": "^4.2.0",
"workit-types": "^4.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/binding/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.

## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23)

**Note:** Version bump only for package workit-example-binding





# [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15)


Expand Down
4 changes: 2 additions & 2 deletions examples/binding/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workit-example-binding",
"private": true,
"version": "4.2.0",
"version": "4.2.1",
"description": "Show how to bind tasks with Workit",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"axios": "^0.19.2",
"workit-camunda": "^4.2.0",
"workit-camunda": "^4.2.1",
"workit-core": "^4.2.0",
"workit-types": "^4.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/camunda-cloud/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.

## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23)

**Note:** Version bump only for package workit-camunda-cloud





# [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15)


Expand Down
4 changes: 2 additions & 2 deletions examples/camunda-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workit-camunda-cloud",
"private": true,
"version": "4.2.0",
"version": "4.2.1",
"description": "Basic example of workit usage with Camunda Cloud",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript": "^3.8.3"
},
"dependencies": {
"workit-camunda": "^4.2.0",
"workit-camunda": "^4.2.1",
"workit-core": "^4.2.0",
"workit-types": "^4.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/event/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.

## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23)

**Note:** Version bump only for package workit-example-event





# [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15)


Expand Down
4 changes: 2 additions & 2 deletions examples/event/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workit-example-event",
"private": true,
"version": "4.2.0",
"version": "4.2.1",
"description": "Show how to send an event with Workit",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"axios": "^0.19.0",
"workit-camunda": "^4.2.0",
"workit-camunda": "^4.2.1",
"workit-core": "^4.2.0",
"workit-types": "^4.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/failure-strategy/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.

## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23)

**Note:** Version bump only for package workit-example-failure-strategy





# [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15)


Expand Down
4 changes: 2 additions & 2 deletions examples/failure-strategy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workit-example-failure-strategy",
"private": true,
"version": "4.2.0",
"version": "4.2.1",
"description": "Failure strategy example",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"axios": "^0.19.2",
"workit-camunda": "^4.2.0",
"workit-camunda": "^4.2.1",
"workit-core": "^4.2.0",
"workit-types": "^4.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/opentelemetry/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.

## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23)

**Note:** Version bump only for package workit-example-opentelemetry





# [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15)


Expand Down
4 changes: 2 additions & 2 deletions examples/opentelemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workit-example-opentelemetry",
"private": true,
"version": "4.2.0",
"version": "4.2.1",
"description": "Show how to trace operations with Workit an OpenTelemetry",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@opentelemetry/plugin-https": "0.4.0",
"@opentelemetry/tracing": "0.4.0",
"axios": "^0.19.2",
"workit-camunda": "^4.2.0",
"workit-camunda": "^4.2.1",
"workit-core": "^4.2.0",
"workit-types": "^4.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/parallel/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.

## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23)

**Note:** Version bump only for package workit-example-parallel





# [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15)


Expand Down
4 changes: 2 additions & 2 deletions examples/parallel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workit-example-parallel",
"private": true,
"version": "4.2.0",
"version": "4.2.1",
"description": "Show how to run parallel tasks with Workit",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"axios": "^0.19.2",
"workit-camunda": "^4.2.0",
"workit-camunda": "^4.2.1",
"workit-core": "^4.2.0",
"workit-types": "^4.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.20.2",
"version": "4.2.0",
"version": "4.2.1",
"packages": [
"examples/*",
"packages/*"
Expand Down
11 changes: 11 additions & 0 deletions packages/workit-bpm-client/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.

## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23)


### Bug Fixes

* retryTimeoutInMs → retryTimeout ([#213](https://github.com/VilledeMontreal/workit/issues/213)) ([dc02fe6](https://github.com/VilledeMontreal/workit/commit/dc02fe68f4a0bc30c1126dc189ac2e8dd1bcc16c))





# [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/workit-bpm-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workit-bpm-client",
"version": "4.2.0",
"version": "4.2.1",
"description": "Camunda BPM client for WorkIt that works with Camunda platform powered by TypeScript",
"author": "Montreal City Authors",
"homepage": "https://github.com/VilledeMontreal/workit#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/workit-camunda/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.

## [4.2.1](https://github.com/VilledeMontreal/workit/compare/v4.2.0...v4.2.1) (2020-09-23)

**Note:** Version bump only for package workit-camunda





# [4.2.0](https://github.com/VilledeMontreal/workit/compare/v4.1.0...v4.2.0) (2020-09-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/workit-camunda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workit-camunda",
"version": "4.2.0",
"version": "4.2.1",
"description": "Worker for Node.js system with pluggable Camunda clients that works with both Zeebe and Camunda platform powered by TypeScript",
"author": "Montreal City Authors",
"homepage": "https://github.com/VilledeMontreal/workit#readme",
Expand All @@ -11,7 +11,7 @@
"debug": "~4.1.1",
"inversify": "~5.0.1",
"reflect-metadata": "~0.1.13",
"workit-bpm-client": "^4.2.0",
"workit-bpm-client": "^4.2.1",
"workit-core": "^4.2.0",
"workit-types": "^4.2.0",
"workit-zeebe-client": "^4.2.0"
Expand Down

0 comments on commit 0883364

Please sign in to comment.