Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierAlbertini committed Feb 18, 2022
1 parent afbce05 commit 1e495ed
Show file tree
Hide file tree
Showing 30 changed files with 171 additions and 51 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.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)
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.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
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.0",
"version": "5.0.1",
"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.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": [
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.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
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.0",
"version": "5.0.1",
"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.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": [
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.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
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.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",
Expand Down Expand Up @@ -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",
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.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
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.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",
Expand Down Expand Up @@ -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": [
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.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
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.0",
"version": "5.0.1",
"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.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": [
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.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)


Expand Down
14 changes: 7 additions & 7 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.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",
Expand Down Expand Up @@ -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": [
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.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
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.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",
Expand Down Expand Up @@ -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": [
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.0",
"version": "5.0.1",
"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.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)


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.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",
"license": "MIT",
"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",
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.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)


Expand Down
12 changes: 6 additions & 6 deletions packages/workit-camunda/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"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",
"license": "MIT",
"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"
},
"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",
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.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
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.0",
"version": "5.0.1",
"description": "cli for workit project. Handy tools.",
"author": "Olivier Albertini <olivier.albertini@ville.montreal.qc.ca>",
"homepage": "https://github.com/VilledeMontreal/workit#readme",
Expand Down

0 comments on commit 1e495ed

Please sign in to comment.