From 1e495ed9b2c055b284c2f9e2ec2e374ccf41204d Mon Sep 17 00:00:00 2001 From: Olivier Albertini Date: Fri, 18 Feb 2022 10:31:51 -0500 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 8 ++++++++ examples/basic/CHANGELOG.md | 8 ++++++++ examples/basic/package.json | 8 ++++---- examples/binding/CHANGELOG.md | 8 ++++++++ examples/binding/package.json | 8 ++++---- examples/camunda-cloud/CHANGELOG.md | 8 ++++++++ examples/camunda-cloud/package.json | 8 ++++---- examples/event/CHANGELOG.md | 8 ++++++++ examples/event/package.json | 8 ++++---- examples/failure-strategy/CHANGELOG.md | 8 ++++++++ examples/failure-strategy/package.json | 8 ++++---- examples/opentelemetry/CHANGELOG.md | 8 ++++++++ examples/opentelemetry/package.json | 14 +++++++------- examples/parallel/CHANGELOG.md | 8 ++++++++ examples/parallel/package.json | 8 ++++---- lerna.json | 2 +- packages/workit-bpm-client/CHANGELOG.md | 8 ++++++++ packages/workit-bpm-client/package.json | 6 +++--- packages/workit-camunda/CHANGELOG.md | 8 ++++++++ packages/workit-camunda/package.json | 12 ++++++------ packages/workit-cli/CHANGELOG.md | 8 ++++++++ packages/workit-cli/package.json | 2 +- packages/workit-core/CHANGELOG.md | 8 ++++++++ packages/workit-core/package.json | 4 ++-- packages/workit-types/CHANGELOG.md | 8 ++++++++ packages/workit-types/package.json | 2 +- packages/workit-zeebe-client/CHANGELOG.md | 8 ++++++++ packages/workit-zeebe-client/package.json | 10 +++++----- packages/zeebe-elasticsearch-client/CHANGELOG.md | 8 ++++++++ packages/zeebe-elasticsearch-client/package.json | 2 +- 30 files changed, 171 insertions(+), 51 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eecaed8a..05800680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1](https://github.com/VilledeMontreal/workit/compare/v5.0.0...v5.0.1) (2022-02-18) + +**Note:** Version bump only for package root + + + + + ## 5.0.1 (2022-02-18) #### :books: (Refine Doc) diff --git a/examples/basic/CHANGELOG.md b/examples/basic/CHANGELOG.md index b4032932..c2fd7c9a 100644 --- a/examples/basic/CHANGELOG.md +++ b/examples/basic/CHANGELOG.md @@ -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.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 + + + + + # [5.0.0](https://github.com/VilledeMontreal/workit/compare/v4.2.9...v5.0.0) (2021-11-26) **Note:** Version bump only for package workit-example-basic diff --git a/examples/basic/package.json b/examples/basic/package.json index e707146a..e69bd7d8 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-basic", "private": true, - "version": "5.0.0", + "version": "5.0.1", "description": "Basic example of workit usage", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -38,9 +38,9 @@ "typescript": "^4.0.5" }, "dependencies": { - "@villedemontreal/workit-camunda": "^5.0.0", - "@villedemontreal/workit-core": "^5.0.0", - "@villedemontreal/workit-types": "^5.0.0", + "@villedemontreal/workit-camunda": "^5.0.1", + "@villedemontreal/workit-core": "^5.0.1", + "@villedemontreal/workit-types": "^5.0.1", "axios": "^0.25.0" }, "keywords": [ diff --git a/examples/binding/CHANGELOG.md b/examples/binding/CHANGELOG.md index 8bf36bf6..f34ce13e 100644 --- a/examples/binding/CHANGELOG.md +++ b/examples/binding/CHANGELOG.md @@ -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.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 + + + + + # [5.0.0](https://github.com/VilledeMontreal/workit/compare/v4.2.9...v5.0.0) (2021-11-26) **Note:** Version bump only for package workit-example-binding diff --git a/examples/binding/package.json b/examples/binding/package.json index 3dd0571c..0d23426f 100644 --- a/examples/binding/package.json +++ b/examples/binding/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-binding", "private": true, - "version": "5.0.0", + "version": "5.0.1", "description": "Show how to bind tasks with Workit", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -38,9 +38,9 @@ "typescript": "^4.0.5" }, "dependencies": { - "@villedemontreal/workit-camunda": "^5.0.0", - "@villedemontreal/workit-core": "^5.0.0", - "@villedemontreal/workit-types": "^5.0.0", + "@villedemontreal/workit-camunda": "^5.0.1", + "@villedemontreal/workit-core": "^5.0.1", + "@villedemontreal/workit-types": "^5.0.1", "axios": "^0.25.0" }, "keywords": [ diff --git a/examples/camunda-cloud/CHANGELOG.md b/examples/camunda-cloud/CHANGELOG.md index bb4b51d1..b8773dcc 100644 --- a/examples/camunda-cloud/CHANGELOG.md +++ b/examples/camunda-cloud/CHANGELOG.md @@ -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.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 + + + + + # [5.0.0](https://github.com/VilledeMontreal/workit/compare/v4.2.9...v5.0.0) (2021-11-26) **Note:** Version bump only for package workit-camunda-cloud diff --git a/examples/camunda-cloud/package.json b/examples/camunda-cloud/package.json index 18c751e6..ccb89a99 100644 --- a/examples/camunda-cloud/package.json +++ b/examples/camunda-cloud/package.json @@ -1,7 +1,7 @@ { "name": "workit-camunda-cloud", "private": true, - "version": "5.0.0", + "version": "5.0.1", "description": "Basic example of workit usage with Camunda Cloud", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -38,9 +38,9 @@ "typescript": "^4.0.5" }, "dependencies": { - "@villedemontreal/workit-camunda": "^5.0.0", - "@villedemontreal/workit-core": "^5.0.0", - "@villedemontreal/workit-types": "^5.0.0" + "@villedemontreal/workit-camunda": "^5.0.1", + "@villedemontreal/workit-core": "^5.0.1", + "@villedemontreal/workit-types": "^5.0.1" }, "keywords": [ "workit", diff --git a/examples/event/CHANGELOG.md b/examples/event/CHANGELOG.md index f8ddec97..b79490be 100644 --- a/examples/event/CHANGELOG.md +++ b/examples/event/CHANGELOG.md @@ -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.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 + + + + + # [5.0.0](https://github.com/VilledeMontreal/workit/compare/v4.2.9...v5.0.0) (2021-11-26) **Note:** Version bump only for package workit-example-event diff --git a/examples/event/package.json b/examples/event/package.json index 7fa438d1..8d436dbe 100644 --- a/examples/event/package.json +++ b/examples/event/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-event", "private": true, - "version": "5.0.0", + "version": "5.0.1", "description": "Show how to send an event with Workit", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -38,9 +38,9 @@ "typescript": "^4.0.5" }, "dependencies": { - "@villedemontreal/workit-camunda": "^5.0.0", - "@villedemontreal/workit-core": "^5.0.0", - "@villedemontreal/workit-types": "^5.0.0", + "@villedemontreal/workit-camunda": "^5.0.1", + "@villedemontreal/workit-core": "^5.0.1", + "@villedemontreal/workit-types": "^5.0.1", "axios": "^0.25.0" }, "keywords": [ diff --git a/examples/failure-strategy/CHANGELOG.md b/examples/failure-strategy/CHANGELOG.md index 6e7be731..b648f54b 100644 --- a/examples/failure-strategy/CHANGELOG.md +++ b/examples/failure-strategy/CHANGELOG.md @@ -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.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 + + + + + # [5.0.0](https://github.com/VilledeMontreal/workit/compare/v4.2.9...v5.0.0) (2021-11-26) **Note:** Version bump only for package workit-example-failure-strategy diff --git a/examples/failure-strategy/package.json b/examples/failure-strategy/package.json index 4b1d859d..36b82d68 100644 --- a/examples/failure-strategy/package.json +++ b/examples/failure-strategy/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-failure-strategy", "private": true, - "version": "5.0.0", + "version": "5.0.1", "description": "Failure strategy example", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -38,9 +38,9 @@ "typescript": "^4.0.5" }, "dependencies": { - "@villedemontreal/workit-camunda": "^5.0.0", - "@villedemontreal/workit-core": "^5.0.0", - "@villedemontreal/workit-types": "^5.0.0", + "@villedemontreal/workit-camunda": "^5.0.1", + "@villedemontreal/workit-core": "^5.0.1", + "@villedemontreal/workit-types": "^5.0.1", "axios": "^0.25.0" }, "keywords": [ diff --git a/examples/opentelemetry/CHANGELOG.md b/examples/opentelemetry/CHANGELOG.md index 7d914866..29a2d187 100644 --- a/examples/opentelemetry/CHANGELOG.md +++ b/examples/opentelemetry/CHANGELOG.md @@ -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.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 + + + + + # [5.0.0](https://github.com/VilledeMontreal/workit/compare/v4.2.9...v5.0.0) (2021-11-26) diff --git a/examples/opentelemetry/package.json b/examples/opentelemetry/package.json index d47015fa..30c701b2 100644 --- a/examples/opentelemetry/package.json +++ b/examples/opentelemetry/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-opentelemetry", "private": true, - "version": "5.0.0", + "version": "5.0.1", "description": "Show how to trace operations with Workit an OpenTelemetry", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -42,17 +42,17 @@ "@opentelemetry/exporter-jaeger": "1.0.0", "@opentelemetry/instrumentation": "0.26.0", "@opentelemetry/instrumentation-http": "0.26.0", + "@opentelemetry/node": "0.4.0", + "@opentelemetry/plugin-http": "0.4.0", + "@opentelemetry/plugin-https": "0.4.0", "@opentelemetry/resources": "1.0.0", "@opentelemetry/sdk-trace-base": "1.0.0", "@opentelemetry/sdk-trace-node": "1.0.0", "@opentelemetry/semantic-conventions": "1.0.0", - "@villedemontreal/workit-camunda": "^5.0.0", - "@villedemontreal/workit-core": "^5.0.0", - "@villedemontreal/workit-types": "^5.0.0", - "@opentelemetry/node": "0.4.0", - "@opentelemetry/plugin-http": "0.4.0", - "@opentelemetry/plugin-https": "0.4.0", "@opentelemetry/tracing": "0.4.0", + "@villedemontreal/workit-camunda": "^5.0.1", + "@villedemontreal/workit-core": "^5.0.1", + "@villedemontreal/workit-types": "^5.0.1", "axios": "^0.25.0" }, "keywords": [ diff --git a/examples/parallel/CHANGELOG.md b/examples/parallel/CHANGELOG.md index fd2c8de0..1397cc17 100644 --- a/examples/parallel/CHANGELOG.md +++ b/examples/parallel/CHANGELOG.md @@ -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.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 + + + + + # [5.0.0](https://github.com/VilledeMontreal/workit/compare/v4.2.9...v5.0.0) (2021-11-26) **Note:** Version bump only for package workit-example-parallel diff --git a/examples/parallel/package.json b/examples/parallel/package.json index d644f821..d8ab458d 100644 --- a/examples/parallel/package.json +++ b/examples/parallel/package.json @@ -1,7 +1,7 @@ { "name": "workit-example-parallel", "private": true, - "version": "5.0.0", + "version": "5.0.1", "description": "Show how to run parallel tasks with Workit", "main": "lib/src/worker.js", "typings": "lib/src/worker.d.ts", @@ -38,9 +38,9 @@ "typescript": "^4.0.5" }, "dependencies": { - "@villedemontreal/workit-camunda": "^5.0.0", - "@villedemontreal/workit-core": "^5.0.0", - "@villedemontreal/workit-types": "^5.0.0", + "@villedemontreal/workit-camunda": "^5.0.1", + "@villedemontreal/workit-core": "^5.0.1", + "@villedemontreal/workit-types": "^5.0.1", "axios": "^0.25.0" }, "keywords": [ diff --git a/lerna.json b/lerna.json index 08d03c06..8488afbc 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "4.0.0", - "version": "5.0.0", + "version": "5.0.1", "packages": [ "examples/*", "packages/*" diff --git a/packages/workit-bpm-client/CHANGELOG.md b/packages/workit-bpm-client/CHANGELOG.md index 12f37678..471737ed 100644 --- a/packages/workit-bpm-client/CHANGELOG.md +++ b/packages/workit-bpm-client/CHANGELOG.md @@ -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.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 + + + + + # [5.0.0](https://github.com/VilledeMontreal/workit/compare/v4.2.9...v5.0.0) (2021-11-26) diff --git a/packages/workit-bpm-client/package.json b/packages/workit-bpm-client/package.json index 41f0f4a1..4c6c22fb 100644 --- a/packages/workit-bpm-client/package.json +++ b/packages/workit-bpm-client/package.json @@ -1,6 +1,6 @@ { "name": "@villedemontreal/workit-bpm-client", - "version": "5.0.0", + "version": "5.0.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", @@ -8,8 +8,8 @@ "main": "lib/src/index.js", "typings": "lib/src/index.d.ts", "dependencies": { - "@villedemontreal/workit-core": "^5.0.0", - "@villedemontreal/workit-types": "^5.0.0", + "@villedemontreal/workit-core": "^5.0.1", + "@villedemontreal/workit-types": "^5.0.1", "axios": "^0.25.0", "camunda-external-task-client-js": "^1.3.0", "debug": "^4.3.2", diff --git a/packages/workit-camunda/CHANGELOG.md b/packages/workit-camunda/CHANGELOG.md index de4da436..b7624c35 100644 --- a/packages/workit-camunda/CHANGELOG.md +++ b/packages/workit-camunda/CHANGELOG.md @@ -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.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 + + + + + # [5.0.0](https://github.com/VilledeMontreal/workit/compare/v4.2.9...v5.0.0) (2021-11-26) diff --git a/packages/workit-camunda/package.json b/packages/workit-camunda/package.json index b1664ee7..2c764b70 100644 --- a/packages/workit-camunda/package.json +++ b/packages/workit-camunda/package.json @@ -1,6 +1,6 @@ { "name": "@villedemontreal/workit-camunda", - "version": "5.0.0", + "version": "5.0.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", @@ -8,10 +8,10 @@ "main": "lib/src/index.js", "typings": "lib/src/index.d.ts", "dependencies": { - "@villedemontreal/workit-bpm-client": "^5.0.0", - "@villedemontreal/workit-core": "^5.0.0", - "@villedemontreal/workit-types": "^5.0.0", - "@villedemontreal/workit-zeebe-client": "^5.0.0", + "@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", "debug": "~4.3.2", "inversify": "~5.1.1", "reflect-metadata": "~0.1.13" @@ -19,8 +19,8 @@ "devDependencies": { "@commitlint/cli": "^16.1.0", "@commitlint/config-conventional": "^16.0.0", - "@opentelemetry/core": "1.0.0", "@opentelemetry/api": "1.0.3", + "@opentelemetry/core": "1.0.0", "@types/chai": "^4.2.21", "@types/debug": "~4.1.7", "@types/events": "~3.0.0", diff --git a/packages/workit-cli/CHANGELOG.md b/packages/workit-cli/CHANGELOG.md index 76b33018..246876c1 100644 --- a/packages/workit-cli/CHANGELOG.md +++ b/packages/workit-cli/CHANGELOG.md @@ -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.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 + + + + + # [5.0.0](https://github.com/VilledeMontreal/workit/compare/v4.2.9...v5.0.0) (2021-11-26) **Note:** Version bump only for package @villedemontreal/workit-cli diff --git a/packages/workit-cli/package.json b/packages/workit-cli/package.json index 45c2ebbf..2773a9e6 100644 --- a/packages/workit-cli/package.json +++ b/packages/workit-cli/package.json @@ -1,6 +1,6 @@ { "name": "@villedemontreal/workit-cli", - "version": "5.0.0", + "version": "5.0.1", "description": "cli for workit project. Handy tools.", "author": "Olivier Albertini ", "homepage": "https://github.com/VilledeMontreal/workit#readme", diff --git a/packages/workit-core/CHANGELOG.md b/packages/workit-core/CHANGELOG.md index e2bb4605..af740794 100644 --- a/packages/workit-core/CHANGELOG.md +++ b/packages/workit-core/CHANGELOG.md @@ -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.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 + + + + + # [5.0.0](https://github.com/VilledeMontreal/workit/compare/v4.2.9...v5.0.0) (2021-11-26) diff --git a/packages/workit-core/package.json b/packages/workit-core/package.json index df8885d5..81de41a0 100644 --- a/packages/workit-core/package.json +++ b/packages/workit-core/package.json @@ -1,6 +1,6 @@ { "name": "@villedemontreal/workit-core", - "version": "5.0.0", + "version": "5.0.1", "description": "This package provides default and no-op implementations of the WorkIt types for client packages.", "author": "Montreal City Authors", "homepage": "https://github.com/VilledeMontreal/workit#readme", @@ -10,7 +10,7 @@ "dependencies": { "@opentelemetry/api": "1.0.3", "@opentelemetry/core": "1.0.0", - "@villedemontreal/workit-types": "^5.0.0", + "@villedemontreal/workit-types": "^5.0.1", "debug": "~4.3.2", "fast-safe-stringify": "~2.0.8", "inversify": "~5.1.1", diff --git a/packages/workit-types/CHANGELOG.md b/packages/workit-types/CHANGELOG.md index 1fa8bcfc..ec525b94 100644 --- a/packages/workit-types/CHANGELOG.md +++ b/packages/workit-types/CHANGELOG.md @@ -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.1](https://github.com/VilledeMontreal/workit/compare/v5.0.0...v5.0.1) (2022-02-18) + +**Note:** Version bump only for package @villedemontreal/workit-types + + + + + # [5.0.0](https://github.com/VilledeMontreal/workit/compare/v4.2.9...v5.0.0) (2021-11-26) diff --git a/packages/workit-types/package.json b/packages/workit-types/package.json index 3cc33c58..eb240020 100644 --- a/packages/workit-types/package.json +++ b/packages/workit-types/package.json @@ -1,6 +1,6 @@ { "name": "@villedemontreal/workit-types", - "version": "5.0.0", + "version": "5.0.1", "description": "TypeScript types for Workit", "author": "Montreal City Authors", "homepage": "https://github.com/VilledeMontreal/workit#readme", diff --git a/packages/workit-zeebe-client/CHANGELOG.md b/packages/workit-zeebe-client/CHANGELOG.md index 26c41b72..6cfe8eb6 100644 --- a/packages/workit-zeebe-client/CHANGELOG.md +++ b/packages/workit-zeebe-client/CHANGELOG.md @@ -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.1](https://github.com/VilledeMontreal/workit/compare/v5.0.0...v5.0.1) (2022-02-18) + +**Note:** Version bump only for package @villedemontreal/workit-zeebe-client + + + + + # [5.0.0](https://github.com/VilledeMontreal/workit/compare/v4.2.9...v5.0.0) (2021-11-26) diff --git a/packages/workit-zeebe-client/package.json b/packages/workit-zeebe-client/package.json index b3ec8d61..b11b921b 100644 --- a/packages/workit-zeebe-client/package.json +++ b/packages/workit-zeebe-client/package.json @@ -1,6 +1,6 @@ { "name": "@villedemontreal/workit-zeebe-client", - "version": "5.0.0", + "version": "5.0.1", "description": "Zeebe client for WorkIt that works with Zeebe platform powered by TypeScript", "author": "Montreal City Authors", "homepage": "https://github.com/VilledeMontreal/workit#readme", @@ -8,9 +8,9 @@ "main": "lib/src/index.js", "typings": "lib/src/index.d.ts", "dependencies": { - "@villedemontreal/workit-core": "^5.0.0", - "@villedemontreal/workit-types": "^5.0.0", - "@villedemontreal/zeebe-elasticsearch-client": "^5.0.0", + "@villedemontreal/workit-core": "^5.0.1", + "@villedemontreal/workit-types": "^5.0.1", + "@villedemontreal/zeebe-elasticsearch-client": "^5.0.1", "debug": "^4.3.2", "inversify": "~5.1.1", "reflect-metadata": "~0.1.13", @@ -38,10 +38,10 @@ "husky": "^7.0.4", "jest": "^27.0.6", "nock": "^13.1.1", - "typedoc": "^0.21.10", "prettier": "^2.5.1", "source-map-support": "^0.5.21", "ts-jest": "^27.1.3", + "typedoc": "^0.21.10", "typescript": "^4.3.5" }, "engines": { diff --git a/packages/zeebe-elasticsearch-client/CHANGELOG.md b/packages/zeebe-elasticsearch-client/CHANGELOG.md index 91c3d7c5..8bf05259 100644 --- a/packages/zeebe-elasticsearch-client/CHANGELOG.md +++ b/packages/zeebe-elasticsearch-client/CHANGELOG.md @@ -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.1](https://github.com/VilledeMontreal/workit/compare/v5.0.0...v5.0.1) (2022-02-18) + +**Note:** Version bump only for package @villedemontreal/zeebe-elasticsearch-client + + + + + # [5.0.0](https://github.com/VilledeMontreal/workit/compare/v4.2.9...v5.0.0) (2021-11-26) **Note:** Version bump only for package @villedemontreal/zeebe-elasticsearch-client diff --git a/packages/zeebe-elasticsearch-client/package.json b/packages/zeebe-elasticsearch-client/package.json index 4f394ae1..9157ecc0 100644 --- a/packages/zeebe-elasticsearch-client/package.json +++ b/packages/zeebe-elasticsearch-client/package.json @@ -1,6 +1,6 @@ { "name": "@villedemontreal/zeebe-elasticsearch-client", - "version": "5.0.0", + "version": "5.0.1", "description": "Client (Browser and NodeJs) for Zeebe Elasticsearch exporter powered by Typescript", "keywords": [ "zeebe",