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 12, 2020
1 parent b17417a commit 8d3fd8f
Show file tree
Hide file tree
Showing 24 changed files with 278 additions and 44 deletions.
46 changes: 45 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,52 @@
# CHANGELOG
# Change Log

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

# 4.1.0 (2020-03-12)


### Bug Fixes

* **opentelemetry:** upgrade to 0.4.0 ([#158](https://github.com/VilledeMontreal/workit/issues/158)) ([4fca936](https://github.com/VilledeMontreal/workit/commit/4fca93608cb8ecb0242f7d8fe406b14bec0dc80b)), closes [#113](https://github.com/VilledeMontreal/workit/issues/113) [#157](https://github.com/VilledeMontreal/workit/issues/157)
* correct url in getting-started readme ([#116](https://github.com/VilledeMontreal/workit/issues/116)) ([7c4897c](https://github.com/VilledeMontreal/workit/commit/7c4897c6ec888ccf2ea132ce3440e0a0e19c37a7)), closes [#117](https://github.com/VilledeMontreal/workit/issues/117)
* 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)
* **package:** update camunda-external-task-client-js to version 1.2.0 ([a2911b2](https://github.com/VilledeMontreal/workit/commit/a2911b2c4015fb2edc213960677deab9df9be04f))
* **package:** update config to version 3.2.0 ([0889dee](https://github.com/VilledeMontreal/workit/commit/0889dee045a89b54aa3244b9a163297304e11a4d))
* **package:** update form-data to version 2.5.0 ([13a332a](https://github.com/VilledeMontreal/workit/commit/13a332aaf7ef550379701b8e10d9f8c129dfe939))
* **package:** update opentracing to version 0.14.4 ([845f55e](https://github.com/VilledeMontreal/workit/commit/845f55e69722e3bdf179f5c4e053f1a9b705e0bc))
* **package:** update workit-camunda to version 3.1.0 ([36bd15c](https://github.com/VilledeMontreal/workit/commit/36bd15c2dfd04509595db82baba10fe4f4593ba6))
* **worker-cli:** remove maxTasks in template ([0541f64](https://github.com/VilledeMontreal/workit/commit/0541f64b91085f2f1a05b9f8e7e556b911690831))
* remove opentracing refs ([e5a32cc](https://github.com/VilledeMontreal/workit/commit/e5a32ccb2e001a92bcfa152a71360a3e4106dd56))
* **workit-camunda:** fix semver for zeebe-node ([d8ae65b](https://github.com/VilledeMontreal/workit/commit/d8ae65b9710ef6d7ba309ff4c9d0f5b586a1ee0b))
* **workit-camunda:** regression from zeebe-node 2.3.0 ([07561c1](https://github.com/VilledeMontreal/workit/commit/07561c1ddcc566db5b3ab4fdce641cf18f8fa913))
* **zeebe:** docker-compose volumes for dev-config ([5187e0a](https://github.com/VilledeMontreal/workit/commit/5187e0a68844bff3e313a744db23be5974dc54d5))
* remove console.log ([2467f23](https://github.com/VilledeMontreal/workit/commit/2467f2347f302443c1917470d76958f3b5753890))


### Features

* **zeebe:** upgrade to 0.22.1 ([#161](https://github.com/VilledeMontreal/workit/issues/161)) ([662d36f](https://github.com/VilledeMontreal/workit/commit/662d36f68c864c6f2570f6ff2e4f711eb7d4245b)), closes [#82](https://github.com/VilledeMontreal/workit/issues/82) [#85](https://github.com/VilledeMontreal/workit/issues/85)
* add automatic tracing ([27913ba](https://github.com/VilledeMontreal/workit/commit/27913bada60ae2b07e38843ec2085db95a5b7646))
* add subscription options for task filtering ([#141](https://github.com/VilledeMontreal/workit/issues/141)) ([a3d6f97](https://github.com/VilledeMontreal/workit/commit/a3d6f9769723575ab7122070283a546cf4070e7a))
* export Interceptors class to ease custom process handler impl. ([#143](https://github.com/VilledeMontreal/workit/issues/143)) ([b95d882](https://github.com/VilledeMontreal/workit/commit/b95d882581a33a5b8df0b5a64c3c616aa6dd7b09)), closes [#144](https://github.com/VilledeMontreal/workit/issues/144)
* **opentelemetry:** make it compatible with 0.3.3 ([#129](https://github.com/VilledeMontreal/workit/issues/129)) ([2edf7e3](https://github.com/VilledeMontreal/workit/commit/2edf7e38a2bd5ad56d775c27e220a90c230f57f4))
* improve tsconfig ([#106](https://github.com/VilledeMontreal/workit/issues/106)) ([77fb10c](https://github.com/VilledeMontreal/workit/commit/77fb10cee7abe9340d88d301a4066636f7898887)), closes [#105](https://github.com/VilledeMontreal/workit/issues/105)
* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844))
* init packages with lerna ([426250c](https://github.com/VilledeMontreal/workit/commit/426250cfd57d6103837661ddcb3e6b87d1af5bb0))
* splitting workit-camunda ([8825eae](https://github.com/VilledeMontreal/workit/commit/8825eaef9b66f86f3c21de4bc8ba093c75779fb4)), closes [#99](https://github.com/VilledeMontreal/workit/issues/99)
* **worker-cli:** improve init template ([352d03e](https://github.com/VilledeMontreal/workit/commit/352d03ee907266da443e5bf49b14e8392c97afcf)), closes [#43](https://github.com/VilledeMontreal/workit/issues/43)
* **worker-cli:** update deps and init template ([71d4106](https://github.com/VilledeMontreal/workit/commit/71d41063e9fbb8edf12b8aff712c56c254fa9b6d))
* **workit-camunda:** update to zeebe 0.19.0 ([9a5826b](https://github.com/VilledeMontreal/workit/commit/9a5826b654f0d9654a1b5019ad23e278b0254e1d))
* **zeebe:** add 0.20.0 compatibility ([e85d4c1](https://github.com/VilledeMontreal/workit/commit/e85d4c10c70cfffdbdc5feddef00601031f68e84))
* add pagination to getWorkflows method ([22c0c86](https://github.com/VilledeMontreal/workit/commit/22c0c86801a38af9a306fe6236d57ec68c872ec7))
* improve generic types ([15c4011](https://github.com/VilledeMontreal/workit/commit/15c401129afef1253db9b4d282f52725e2b833fa))
* **zeebe:** update to 2.3.0 ([00eb30d](https://github.com/VilledeMontreal/workit/commit/00eb30dbbe6dd0020477f618e4d05c5826c5f4bc))





## 4.0.4 (2020-02-05)

#### :rocket: (Enhancement)
Expand Down
12 changes: 12 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 4.1.0 (2020-03-12)


### Features

* improve tsconfig ([#106](https://github.com/VilledeMontreal/workit/issues/106)) ([77fb10c](https://github.com/VilledeMontreal/workit/commit/77fb10cee7abe9340d88d301a4066636f7898887)), closes [#105](https://github.com/VilledeMontreal/workit/issues/105)
* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844))





## [2.0.4](https://github.com/VilledeMontreal/workit/compare/workit-example-basic@2.0.3...workit-example-basic@2.0.4) (2020-02-05)

**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.4",
"version": "4.1.0",
"description": "Basic example of workit usage",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"axios": "^0.19.0",
"workit-camunda": "^4.0.4",
"workit-core": "^4.0.4",
"workit-types": "^4.0.4"
"workit-camunda": "^4.1.0",
"workit-core": "^4.1.0",
"workit-types": "^4.1.0"
},
"keywords": [
"workit",
Expand Down
12 changes: 12 additions & 0 deletions examples/binding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 4.1.0 (2020-03-12)


### Features

* improve tsconfig ([#106](https://github.com/VilledeMontreal/workit/issues/106)) ([77fb10c](https://github.com/VilledeMontreal/workit/commit/77fb10cee7abe9340d88d301a4066636f7898887)), closes [#105](https://github.com/VilledeMontreal/workit/issues/105)
* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844))





## [2.0.4](https://github.com/VilledeMontreal/workit/compare/workit-example-binding@2.0.3...workit-example-binding@2.0.4) (2020-02-05)

**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.4",
"version": "4.1.0",
"description": "Show how to bind tasks with Workit",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"axios": "^0.19.0",
"workit-camunda": "^4.0.4",
"workit-core": "^4.0.4",
"workit-types": "^4.0.4"
"workit-camunda": "^4.1.0",
"workit-core": "^4.1.0",
"workit-types": "^4.1.0"
},
"keywords": [
"workit",
Expand Down
12 changes: 12 additions & 0 deletions examples/event/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 4.1.0 (2020-03-12)


### Features

* improve tsconfig ([#106](https://github.com/VilledeMontreal/workit/issues/106)) ([77fb10c](https://github.com/VilledeMontreal/workit/commit/77fb10cee7abe9340d88d301a4066636f7898887)), closes [#105](https://github.com/VilledeMontreal/workit/issues/105)
* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844))





## [2.0.4](https://github.com/VilledeMontreal/workit/compare/workit-example-event@2.0.3...workit-example-event@2.0.4) (2020-02-05)

**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.4",
"version": "4.1.0",
"description": "Show how to send an event with Workit",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"axios": "^0.19.0",
"workit-camunda": "^4.0.4",
"workit-core": "^4.0.4",
"workit-types": "^4.0.4"
"workit-camunda": "^4.1.0",
"workit-core": "^4.1.0",
"workit-types": "^4.1.0"
},
"keywords": [
"workit",
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.1.0 (2020-03-12)

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





## [2.0.4](https://github.com/VilledeMontreal/workit/compare/workit-example-failure-strategy@2.0.3...workit-example-failure-strategy@2.0.4) (2020-02-05)

**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": "2.0.4",
"version": "4.1.0",
"description": "Failure strategy example",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"axios": "^0.19.0",
"workit-camunda": "^4.0.4",
"workit-core": "^4.0.4",
"workit-types": "^4.0.4"
"workit-camunda": "^4.1.0",
"workit-core": "^4.1.0",
"workit-types": "^4.1.0"
},
"keywords": [
"workit",
Expand Down
18 changes: 18 additions & 0 deletions examples/opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 4.1.0 (2020-03-12)


### Bug Fixes

* **opentelemetry:** upgrade to 0.4.0 ([#158](https://github.com/VilledeMontreal/workit/issues/158)) ([4fca936](https://github.com/VilledeMontreal/workit/commit/4fca93608cb8ecb0242f7d8fe406b14bec0dc80b)), closes [#113](https://github.com/VilledeMontreal/workit/issues/113) [#157](https://github.com/VilledeMontreal/workit/issues/157)


### 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))
* improve tsconfig ([#106](https://github.com/VilledeMontreal/workit/issues/106)) ([77fb10c](https://github.com/VilledeMontreal/workit/commit/77fb10cee7abe9340d88d301a4066636f7898887)), closes [#105](https://github.com/VilledeMontreal/workit/issues/105)
* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844))





## [2.0.4](https://github.com/VilledeMontreal/workit/compare/workit-example-opentelemetry@2.0.3...workit-example-opentelemetry@2.0.4) (2020-02-05)

**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.4",
"version": "4.1.0",
"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 @@ -41,9 +41,9 @@
"@opentelemetry/plugin-https": "0.4.0",
"@opentelemetry/tracing": "0.4.0",
"axios": "^0.19.2",
"workit-camunda": "^4.0.4",
"workit-core": "^4.0.4",
"workit-types": "^4.0.4"
"workit-camunda": "^4.1.0",
"workit-core": "^4.1.0",
"workit-types": "^4.1.0"
},
"keywords": [
"workit",
Expand Down
11 changes: 11 additions & 0 deletions examples/parallel/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.1.0 (2020-03-12)


### Features

* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844))





## [2.0.4](https://github.com/VilledeMontreal/workit/compare/workit-example-parallel@2.0.3...workit-example-parallel@2.0.4) (2020-02-05)

**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.4",
"version": "4.1.0",
"description": "Show how to run parallel tasks with Workit",
"main": "lib/src/worker.js",
"typings": "lib/src/worker.d.ts",
Expand Down Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"axios": "^0.19.0",
"workit-camunda": "^4.0.4",
"workit-core": "^4.0.4",
"workit-types": "^4.0.4"
"workit-camunda": "^4.1.0",
"workit-core": "^4.1.0",
"workit-types": "^4.1.0"
},
"keywords": [
"workit",
Expand Down
10 changes: 6 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"lerna": "3.20.2",
"version": "4.0.4",
"version": "4.1.0",
"packages": [
"packages/*",
"examples/*"
"examples/*",
"packages/*"
],
"command": {
"publish": {
"conventionalCommits": true,
"registry": "https://registry.npmjs.org/",
"ignoreChanges": ["*.lock"],
"ignoreChanges": [
"*.lock"
],
"allowBranch": "master",
"message": "chore(release): publish"
}
Expand Down
20 changes: 20 additions & 0 deletions packages/workit-bpm-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 4.1.0 (2020-03-12)


### Bug Fixes

* **opentelemetry:** upgrade to 0.4.0 ([#158](https://github.com/VilledeMontreal/workit/issues/158)) ([4fca936](https://github.com/VilledeMontreal/workit/commit/4fca93608cb8ecb0242f7d8fe406b14bec0dc80b)), closes [#113](https://github.com/VilledeMontreal/workit/issues/113) [#157](https://github.com/VilledeMontreal/workit/issues/157)
* 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))
* improve tsconfig ([#106](https://github.com/VilledeMontreal/workit/issues/106)) ([77fb10c](https://github.com/VilledeMontreal/workit/commit/77fb10cee7abe9340d88d301a4066636f7898887)), closes [#105](https://github.com/VilledeMontreal/workit/issues/105)
* **opentelemetry:** switch to opentelemetry ([#110](https://github.com/VilledeMontreal/workit/issues/110)) ([c00356a](https://github.com/VilledeMontreal/workit/commit/c00356aa4d792cfc310825d526f40f7eccb33844))
* splitting workit-camunda ([8825eae](https://github.com/VilledeMontreal/workit/commit/8825eaef9b66f86f3c21de4bc8ba093c75779fb4)), closes [#99](https://github.com/VilledeMontreal/workit/issues/99)





## [4.0.4](https://github.com/VilledeMontreal/workit/compare/workit-bpm-client@4.0.3...workit-bpm-client@4.0.4) (2020-02-05)

**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.4",
"version": "4.1.0",
"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 All @@ -15,8 +15,8 @@
"form-data": "~2.5.1",
"inversify": "~5.0.1",
"reflect-metadata": "~0.1.13",
"workit-core": "^4.0.4",
"workit-types": "^4.0.4"
"workit-core": "^4.1.0",
"workit-types": "^4.1.0"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
Expand Down
Loading

0 comments on commit 8d3fd8f

Please sign in to comment.