Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierAlbertini committed Mar 25, 2022
1 parent aafee7a commit e9d85de
Show file tree
Hide file tree
Showing 28 changed files with 156 additions and 44 deletions.
8 changes: 8 additions & 0 deletions 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.

## [5.0.2](https://github.com/VilledeMontreal/workit/compare/v5.0.1...v5.0.2) (2022-03-25)

**Note:** Version bump only for package root





## [5.0.1](https://github.com/VilledeMontreal/workit/compare/v5.0.0...v5.0.1) (2022-02-18)
#### :books: (Refine Doc)
* [#225](https://github.com/VilledeMontreal/workit/pull/225) ci: update deps and adjust types
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.

## [5.0.2](https://github.com/VilledeMontreal/workit/compare/v5.0.1...v5.0.2) (2022-03-25)

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





## [5.0.1](https://github.com/VilledeMontreal/workit/compare/v5.0.0...v5.0.1) (2022-02-18)

**Note:** Version bump only for package workit-example-basic
Expand Down
8 changes: 4 additions & 4 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": "5.0.1",
"version": "5.0.2",
"description": "Basic example of workit usage",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -38,9 +38,9 @@
"typescript": "^4.0.5"
},
"dependencies": {
"@villedemontreal/workit-camunda": "^5.0.1",
"@villedemontreal/workit-core": "^5.0.1",
"@villedemontreal/workit-types": "^5.0.1",
"@villedemontreal/workit-camunda": "^5.0.2",
"@villedemontreal/workit-core": "^5.0.2",
"@villedemontreal/workit-types": "^5.0.2",
"axios": "^0.25.0"
},
"keywords": [
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.

## [5.0.2](https://github.com/VilledeMontreal/workit/compare/v5.0.1...v5.0.2) (2022-03-25)

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





## [5.0.1](https://github.com/VilledeMontreal/workit/compare/v5.0.0...v5.0.1) (2022-02-18)

**Note:** Version bump only for package workit-example-binding
Expand Down
8 changes: 4 additions & 4 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": "5.0.1",
"version": "5.0.2",
"description": "Show how to bind tasks with Workit",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -38,9 +38,9 @@
"typescript": "^4.0.5"
},
"dependencies": {
"@villedemontreal/workit-camunda": "^5.0.1",
"@villedemontreal/workit-core": "^5.0.1",
"@villedemontreal/workit-types": "^5.0.1",
"@villedemontreal/workit-camunda": "^5.0.2",
"@villedemontreal/workit-core": "^5.0.2",
"@villedemontreal/workit-types": "^5.0.2",
"axios": "^0.25.0"
},
"keywords": [
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.

## [5.0.2](https://github.com/VilledeMontreal/workit/compare/v5.0.1...v5.0.2) (2022-03-25)

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





## [5.0.1](https://github.com/VilledeMontreal/workit/compare/v5.0.0...v5.0.1) (2022-02-18)

**Note:** Version bump only for package workit-camunda-cloud
Expand Down
8 changes: 4 additions & 4 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": "5.0.1",
"version": "5.0.2",
"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,9 +38,9 @@
"typescript": "^4.0.5"
},
"dependencies": {
"@villedemontreal/workit-camunda": "^5.0.1",
"@villedemontreal/workit-core": "^5.0.1",
"@villedemontreal/workit-types": "^5.0.1"
"@villedemontreal/workit-camunda": "^5.0.2",
"@villedemontreal/workit-core": "^5.0.2",
"@villedemontreal/workit-types": "^5.0.2"
},
"keywords": [
"workit",
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.

## [5.0.2](https://github.com/VilledeMontreal/workit/compare/v5.0.1...v5.0.2) (2022-03-25)

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





## [5.0.1](https://github.com/VilledeMontreal/workit/compare/v5.0.0...v5.0.1) (2022-02-18)

**Note:** Version bump only for package workit-example-event
Expand Down
8 changes: 4 additions & 4 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": "5.0.1",
"version": "5.0.2",
"description": "Show how to send an event with Workit",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -38,9 +38,9 @@
"typescript": "^4.0.5"
},
"dependencies": {
"@villedemontreal/workit-camunda": "^5.0.1",
"@villedemontreal/workit-core": "^5.0.1",
"@villedemontreal/workit-types": "^5.0.1",
"@villedemontreal/workit-camunda": "^5.0.2",
"@villedemontreal/workit-core": "^5.0.2",
"@villedemontreal/workit-types": "^5.0.2",
"axios": "^0.25.0"
},
"keywords": [
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.

## [5.0.2](https://github.com/VilledeMontreal/workit/compare/v5.0.1...v5.0.2) (2022-03-25)

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





## [5.0.1](https://github.com/VilledeMontreal/workit/compare/v5.0.0...v5.0.1) (2022-02-18)

**Note:** Version bump only for package workit-example-failure-strategy
Expand Down
8 changes: 4 additions & 4 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": "5.0.1",
"version": "5.0.2",
"description": "Failure strategy example",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -38,9 +38,9 @@
"typescript": "^4.0.5"
},
"dependencies": {
"@villedemontreal/workit-camunda": "^5.0.1",
"@villedemontreal/workit-core": "^5.0.1",
"@villedemontreal/workit-types": "^5.0.1",
"@villedemontreal/workit-camunda": "^5.0.2",
"@villedemontreal/workit-core": "^5.0.2",
"@villedemontreal/workit-types": "^5.0.2",
"axios": "^0.25.0"
},
"keywords": [
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.

## [5.0.2](https://github.com/VilledeMontreal/workit/compare/v5.0.1...v5.0.2) (2022-03-25)

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





## [5.0.1](https://github.com/VilledeMontreal/workit/compare/v5.0.0...v5.0.1) (2022-02-18)

**Note:** Version bump only for package workit-example-opentelemetry
Expand Down
8 changes: 4 additions & 4 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": "5.0.1",
"version": "5.0.2",
"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 @@ -50,9 +50,9 @@
"@opentelemetry/sdk-trace-node": "1.0.0",
"@opentelemetry/semantic-conventions": "1.0.0",
"@opentelemetry/tracing": "0.4.0",
"@villedemontreal/workit-camunda": "^5.0.1",
"@villedemontreal/workit-core": "^5.0.1",
"@villedemontreal/workit-types": "^5.0.1",
"@villedemontreal/workit-camunda": "^5.0.2",
"@villedemontreal/workit-core": "^5.0.2",
"@villedemontreal/workit-types": "^5.0.2",
"axios": "^0.25.0"
},
"keywords": [
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.

## [5.0.2](https://github.com/VilledeMontreal/workit/compare/v5.0.1...v5.0.2) (2022-03-25)

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





## [5.0.1](https://github.com/VilledeMontreal/workit/compare/v5.0.0...v5.0.1) (2022-02-18)

**Note:** Version bump only for package workit-example-parallel
Expand Down
8 changes: 4 additions & 4 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": "5.0.1",
"version": "5.0.2",
"description": "Show how to run parallel tasks with Workit",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -38,9 +38,9 @@
"typescript": "^4.0.5"
},
"dependencies": {
"@villedemontreal/workit-camunda": "^5.0.1",
"@villedemontreal/workit-core": "^5.0.1",
"@villedemontreal/workit-types": "^5.0.1",
"@villedemontreal/workit-camunda": "^5.0.2",
"@villedemontreal/workit-core": "^5.0.2",
"@villedemontreal/workit-types": "^5.0.2",
"axios": "^0.25.0"
},
"keywords": [
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": "4.0.0",
"version": "5.0.1",
"version": "5.0.2",
"packages": [
"examples/*",
"packages/*"
Expand Down
8 changes: 8 additions & 0 deletions packages/workit-bpm-client/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.

## [5.0.2](https://github.com/VilledeMontreal/workit/compare/v5.0.1...v5.0.2) (2022-03-25)

**Note:** Version bump only for package @villedemontreal/workit-bpm-client





## [5.0.1](https://github.com/VilledeMontreal/workit/compare/v5.0.0...v5.0.1) (2022-02-18)

**Note:** Version bump only for package @villedemontreal/workit-bpm-client
Expand Down
6 changes: 3 additions & 3 deletions packages/workit-bpm-client/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@villedemontreal/workit-bpm-client",
"version": "5.0.1",
"version": "5.0.2",
"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",
"license": "MIT",
"main": "lib/src/index.js",
"typings": "lib/src/index.d.ts",
"dependencies": {
"@villedemontreal/workit-core": "^5.0.1",
"@villedemontreal/workit-types": "^5.0.1",
"@villedemontreal/workit-core": "^5.0.2",
"@villedemontreal/workit-types": "^5.0.2",
"axios": "^0.25.0",
"camunda-external-task-client-js": "^1.3.0",
"debug": "^4.3.2",
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.

## [5.0.2](https://github.com/VilledeMontreal/workit/compare/v5.0.1...v5.0.2) (2022-03-25)

**Note:** Version bump only for package @villedemontreal/workit-camunda





## [5.0.1](https://github.com/VilledeMontreal/workit/compare/v5.0.0...v5.0.1) (2022-02-18)

**Note:** Version bump only for package @villedemontreal/workit-camunda
Expand Down
10 changes: 5 additions & 5 deletions packages/workit-camunda/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@villedemontreal/workit-camunda",
"version": "5.0.1",
"version": "5.0.2",
"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",
"license": "MIT",
"main": "lib/src/index.js",
"typings": "lib/src/index.d.ts",
"dependencies": {
"@villedemontreal/workit-bpm-client": "^5.0.1",
"@villedemontreal/workit-core": "^5.0.1",
"@villedemontreal/workit-types": "^5.0.1",
"@villedemontreal/workit-zeebe-client": "^5.0.1",
"@villedemontreal/workit-bpm-client": "^5.0.2",
"@villedemontreal/workit-core": "^5.0.2",
"@villedemontreal/workit-types": "^5.0.2",
"@villedemontreal/workit-zeebe-client": "^5.0.2",
"debug": "~4.3.2",
"inversify": "~5.1.1",
"reflect-metadata": "~0.1.13"
Expand Down
8 changes: 8 additions & 0 deletions packages/workit-cli/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.

## [5.0.2](https://github.com/VilledeMontreal/workit/compare/v5.0.1...v5.0.2) (2022-03-25)

**Note:** Version bump only for package @villedemontreal/workit-cli





## [5.0.1](https://github.com/VilledeMontreal/workit/compare/v5.0.0...v5.0.1) (2022-02-18)

**Note:** Version bump only for package @villedemontreal/workit-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/workit-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@villedemontreal/workit-cli",
"version": "5.0.1",
"version": "5.0.2",
"description": "cli for workit project. Handy tools.",
"author": "Olivier Albertini <[email protected]>",
"homepage": "https://github.com/VilledeMontreal/workit#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/workit-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.

## [5.0.2](https://github.com/VilledeMontreal/workit/compare/v5.0.1...v5.0.2) (2022-03-25)

**Note:** Version bump only for package @villedemontreal/workit-core





## [5.0.1](https://github.com/VilledeMontreal/workit/compare/v5.0.0...v5.0.1) (2022-02-18)

**Note:** Version bump only for package @villedemontreal/workit-core
Expand Down
Loading

0 comments on commit e9d85de

Please sign in to comment.