Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierAlbertini committed Jan 24, 2020
1 parent 7d85f5c commit bf80f4b
Show file tree
Hide file tree
Showing 26 changed files with 169 additions and 41 deletions.
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.

## [2.0.3](https://github.com/VilledeMontreal/workit/compare/[email protected]@2.0.3) (2020-01-24)

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





## [2.0.2](https://github.com/VilledeMontreal/workit/compare/[email protected]@2.0.2) (2019-12-31)

**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": "2.0.2",
"version": "2.0.3",
"description": "Basic example of workit usage",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"dependencies": {
"axios": "^0.19.0",
"workit-camunda": "^4.0.2",
"workit-core": "^4.0.2",
"workit-types": "^4.0.2"
"workit-camunda": "^4.0.3",
"workit-core": "^4.0.3",
"workit-types": "^4.0.3"
},
"keywords": [
"workit",
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.

## [2.0.3](https://github.com/VilledeMontreal/workit/compare/[email protected]@2.0.3) (2020-01-24)

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





## [2.0.2](https://github.com/VilledeMontreal/workit/compare/[email protected]@2.0.2) (2019-12-31)

**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": "2.0.2",
"version": "2.0.3",
"description": "Show how to bind tasks with Workit",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"dependencies": {
"axios": "^0.19.0",
"workit-camunda": "^4.0.2",
"workit-core": "^4.0.2",
"workit-types": "^4.0.2"
"workit-camunda": "^4.0.3",
"workit-core": "^4.0.3",
"workit-types": "^4.0.3"
},
"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.

## [2.0.3](https://github.com/VilledeMontreal/workit/compare/[email protected]@2.0.3) (2020-01-24)

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





## [2.0.2](https://github.com/VilledeMontreal/workit/compare/[email protected]@2.0.2) (2019-12-31)

**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": "2.0.2",
"version": "2.0.3",
"description": "Show how to send an event with Workit",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"dependencies": {
"axios": "^0.19.0",
"workit-camunda": "^4.0.2",
"workit-core": "^4.0.2",
"workit-types": "^4.0.2"
"workit-camunda": "^4.0.3",
"workit-core": "^4.0.3",
"workit-types": "^4.0.3"
},
"keywords": [
"workit",
Expand Down
4 changes: 4 additions & 0 deletions examples/failure-strategy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.0.3 (2020-01-24)

**Note:** Version bump only for package workit-example-failure-strategy
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": "2.0.2",
"version": "2.0.3",
"description": "Failure strategy example",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"dependencies": {
"axios": "^0.19.0",
"workit-camunda": "^4.0.2",
"workit-core": "^4.0.2",
"workit-types": "^4.0.2"
"workit-camunda": "^4.0.3",
"workit-core": "^4.0.3",
"workit-types": "^4.0.3"
},
"keywords": [
"workit",
Expand Down
11 changes: 11 additions & 0 deletions examples/opentelemetry/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.

## [2.0.3](https://github.com/VilledeMontreal/workit/compare/workit-example-opentelemetry@[email protected]) (2020-01-24)


### Features

* **opentelemetry:** make it compatible with 0.3.3 ([#129](https://github.com/VilledeMontreal/workit/issues/129)) ([2edf7e3](https://github.com/VilledeMontreal/workit/commit/2edf7e38a2bd5ad56d775c27e220a90c230f57f4))





## [2.0.2](https://github.com/VilledeMontreal/workit/compare/workit-example-opentelemetry@[email protected]) (2019-12-31)

**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": "2.0.2",
"version": "2.0.3",
"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 @@ -39,9 +39,9 @@
"@opentelemetry/plugin-https": "0.3.3",
"@opentelemetry/tracing": "0.3.3",
"axios": "^0.19.2",
"workit-camunda": "^4.0.2",
"workit-core": "^4.0.2",
"workit-types": "^4.0.2"
"workit-camunda": "^4.0.3",
"workit-core": "^4.0.3",
"workit-types": "^4.0.3"
},
"keywords": [
"workit",
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.

## [2.0.3](https://github.com/VilledeMontreal/workit/compare/[email protected]@2.0.3) (2020-01-24)

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





## [2.0.2](https://github.com/VilledeMontreal/workit/compare/[email protected]@2.0.2) (2019-12-31)

**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": "2.0.2",
"version": "2.0.3",
"description": "Show how to run parallel tasks with Workit",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"dependencies": {
"axios": "^0.19.0",
"workit-camunda": "^4.0.2",
"workit-core": "^4.0.2",
"workit-types": "^4.0.2"
"workit-camunda": "^4.0.3",
"workit-core": "^4.0.3",
"workit-types": "^4.0.3"
},
"keywords": [
"workit",
Expand Down
16 changes: 16 additions & 0 deletions packages/workit-bpm-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/VilledeMontreal/workit/compare/[email protected]@4.0.3) (2020-01-24)


### Bug Fixes

* remove camunda-xx-client-js in workit-camunda ([#121](https://github.com/VilledeMontreal/workit/issues/121)) ([7d85f5c](https://github.com/VilledeMontreal/workit/commit/7d85f5cf59b91c5aef6ecd50d7a114866029c390)), closes [#120](https://github.com/VilledeMontreal/workit/issues/120)


### Features

* **opentelemetry:** make it compatible with 0.3.3 ([#129](https://github.com/VilledeMontreal/workit/issues/129)) ([2edf7e3](https://github.com/VilledeMontreal/workit/commit/2edf7e38a2bd5ad56d775c27e220a90c230f57f4))





## [4.0.2](https://github.com/VilledeMontreal/workit/compare/[email protected]@4.0.2) (2019-12-31)

**Note:** Version bump only for package 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,6 +1,6 @@
{
"name": "workit-bpm-client",
"version": "4.0.2",
"version": "4.0.3",
"description": "Camunda BPM client for WorkIt that works with Camunda platform powered by TypeScript",
"author": "Olivier Albertini <[email protected]>",
"homepage": "https://github.com/VilledeMontreal/workit#readme",
Expand All @@ -15,8 +15,8 @@
"form-data": "~2.5.1",
"inversify": "~5.0.1",
"reflect-metadata": "~0.1.13",
"workit-core": "^4.0.2",
"workit-types": "^4.0.2"
"workit-core": "^4.0.3",
"workit-types": "^4.0.3"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/workit-camunda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/VilledeMontreal/workit/compare/[email protected]@4.0.3) (2020-01-24)


### Bug Fixes

* remove camunda-xx-client-js in workit-camunda ([#121](https://github.com/VilledeMontreal/workit/issues/121)) ([7d85f5c](https://github.com/VilledeMontreal/workit/commit/7d85f5cf59b91c5aef6ecd50d7a114866029c390)), closes [#120](https://github.com/VilledeMontreal/workit/issues/120)


### Features

* **opentelemetry:** make it compatible with 0.3.3 ([#129](https://github.com/VilledeMontreal/workit/issues/129)) ([2edf7e3](https://github.com/VilledeMontreal/workit/commit/2edf7e38a2bd5ad56d775c27e220a90c230f57f4))





## [4.0.2](https://github.com/VilledeMontreal/workit/compare/[email protected]@4.0.2) (2019-12-31)

**Note:** Version bump only for package 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,6 +1,6 @@
{
"name": "workit-camunda",
"version": "4.0.2",
"version": "4.0.3",
"description": "Worker for Node.js system with pluggable Camunda clients that works with both Zeebe and Camunda platform powered by TypeScript",
"author": "Olivier Albertini <[email protected]>",
"homepage": "https://github.com/VilledeMontreal/workit#readme",
Expand All @@ -11,10 +11,10 @@
"debug": "~4.1.1",
"inversify": "~5.0.1",
"reflect-metadata": "~0.1.13",
"workit-bpm-client": "^4.0.2",
"workit-core": "^4.0.2",
"workit-types": "^4.0.2",
"workit-zeebe-client": "^4.0.2"
"workit-bpm-client": "^4.0.3",
"workit-core": "^4.0.3",
"workit-types": "^4.0.3",
"workit-zeebe-client": "^4.0.3"
},
"devDependencies": {
"@commitlint/cli": "^8.2.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.

## [0.3.3](https://github.com/VilledeMontreal/workit/compare/[email protected]@0.3.3) (2020-01-24)

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





## [0.3.2](https://github.com/VilledeMontreal/workit/compare/[email protected]@0.3.2) (2019-12-31)


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": "workit-cli",
"version": "0.3.2",
"version": "0.3.3",
"description": "cli for workit project. Handy tools.",
"author": "Olivier Albertini <[email protected]>",
"homepage": "https://github.com/VilledeMontreal/workit#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/workit-core/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.0.3](https://github.com/VilledeMontreal/workit/compare/[email protected]@4.0.3) (2020-01-24)


### Features

* **opentelemetry:** make it compatible with 0.3.3 ([#129](https://github.com/VilledeMontreal/workit/issues/129)) ([2edf7e3](https://github.com/VilledeMontreal/workit/commit/2edf7e38a2bd5ad56d775c27e220a90c230f57f4))





## [4.0.2](https://github.com/VilledeMontreal/workit/compare/[email protected]@4.0.2) (2019-12-31)

**Note:** Version bump only for package workit-core
Expand Down
4 changes: 2 additions & 2 deletions packages/workit-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workit-core",
"version": "4.0.2",
"version": "4.0.3",
"description": "This package provides default and no-op implementations of the WorkIt types for client packages.",
"author": "Olivier Albertini <[email protected]>",
"homepage": "https://github.com/VilledeMontreal/workit#readme",
Expand All @@ -15,7 +15,7 @@
"inversify": "~5.0.1",
"reflect-metadata": "~0.1.13",
"uuid": "^3.4.0",
"workit-types": "^4.0.2"
"workit-types": "^4.0.3"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/workit-types/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.0.3](https://github.com/VilledeMontreal/workit/compare/[email protected]@4.0.3) (2020-01-24)


### Features

* **opentelemetry:** make it compatible with 0.3.3 ([#129](https://github.com/VilledeMontreal/workit/issues/129)) ([2edf7e3](https://github.com/VilledeMontreal/workit/commit/2edf7e38a2bd5ad56d775c27e220a90c230f57f4))





## [4.0.2](https://github.com/VilledeMontreal/workit/compare/[email protected]@4.0.2) (2019-12-31)

**Note:** Version bump only for package workit-types
Expand Down
2 changes: 1 addition & 1 deletion packages/workit-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workit-types",
"version": "4.0.2",
"version": "4.0.3",
"description": "TypeScript types for Workit",
"author": "Olivier Albertini <[email protected]>",
"homepage": "https://github.com/VilledeMontreal/workit#readme",
Expand Down
Loading

0 comments on commit bf80f4b

Please sign in to comment.