Skip to content

Commit

Permalink
chore(prerelease): publish 6.0.5-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
  • Loading branch information
OlivierAlbertini committed Apr 29, 2024
1 parent 48007f7 commit 1c7cf76
Show file tree
Hide file tree
Showing 23 changed files with 158 additions and 69 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.

## [6.0.5-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.4-dev...v6.0.5-dev) (2024-04-29)

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





## [6.0.4-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.3-dev...v6.0.4-dev) (2024-04-25)

- Preparing docs for Step functions
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.

## [6.0.5-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.4-dev...v6.0.5-dev) (2024-04-29)

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





## [6.0.4-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.3-dev...v6.0.4-dev) (2024-04-25)

**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": "6.0.4-dev",
"version": "6.0.5-dev",
"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.9.5"
},
"dependencies": {
"@villedemontreal/workit": "^6.0.4-dev",
"@villedemontreal/workit-core": "^6.0.4-dev",
"@villedemontreal/workit-types": "^6.0.4-dev",
"@villedemontreal/workit": "^6.0.5-dev",
"@villedemontreal/workit-core": "^6.0.5-dev",
"@villedemontreal/workit-types": "^6.0.5-dev",
"axios": "^1.6.2"
},
"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.

## [6.0.5-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.4-dev...v6.0.5-dev) (2024-04-29)

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





## [6.0.4-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.3-dev...v6.0.4-dev) (2024-04-25)

**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": "6.0.4-dev",
"version": "6.0.5-dev",
"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.9.5"
},
"dependencies": {
"@villedemontreal/workit": "^6.0.4-dev",
"@villedemontreal/workit-core": "^6.0.4-dev",
"@villedemontreal/workit-types": "^6.0.4-dev",
"@villedemontreal/workit": "^6.0.5-dev",
"@villedemontreal/workit-core": "^6.0.5-dev",
"@villedemontreal/workit-types": "^6.0.5-dev",
"axios": "^1.6.2"
},
"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.

## [6.0.5-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.4-dev...v6.0.5-dev) (2024-04-29)

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





## [6.0.4-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.3-dev...v6.0.4-dev) (2024-04-25)

**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": "6.0.4-dev",
"version": "6.0.5-dev",
"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.9.5"
},
"dependencies": {
"@villedemontreal/workit": "^6.0.4-dev",
"@villedemontreal/workit-core": "^6.0.4-dev",
"@villedemontreal/workit-types": "^6.0.4-dev",
"@villedemontreal/workit": "^6.0.5-dev",
"@villedemontreal/workit-core": "^6.0.5-dev",
"@villedemontreal/workit-types": "^6.0.5-dev",
"axios": "^1.6.2"
},
"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.

## [6.0.5-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.4-dev...v6.0.5-dev) (2024-04-29)

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





## [6.0.4-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.3-dev...v6.0.4-dev) (2024-04-25)

**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": "6.0.4-dev",
"version": "6.0.5-dev",
"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": "^6.0.4-dev",
"@villedemontreal/workit-core": "^6.0.4-dev",
"@villedemontreal/workit-types": "^6.0.4-dev",
"@villedemontreal/workit": "^6.0.5-dev",
"@villedemontreal/workit-core": "^6.0.5-dev",
"@villedemontreal/workit-types": "^6.0.5-dev",
"axios": "^1.6.2"
},
"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.

## [6.0.5-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.4-dev...v6.0.5-dev) (2024-04-29)

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





## [6.0.4-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.3-dev...v6.0.4-dev) (2024-04-25)

**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": "6.0.4-dev",
"version": "6.0.5-dev",
"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.9.5"
},
"dependencies": {
"@villedemontreal/workit": "^6.0.4-dev",
"@villedemontreal/workit-core": "^6.0.4-dev",
"@villedemontreal/workit-types": "^6.0.4-dev",
"@villedemontreal/workit": "^6.0.5-dev",
"@villedemontreal/workit-core": "^6.0.5-dev",
"@villedemontreal/workit-types": "^6.0.5-dev",
"axios": "^1.6.2"
},
"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": "8.0.0",
"version": "6.0.4-dev",
"version": "6.0.5-dev",
"packages": [
"examples/*",
"packages/*"
Expand Down
68 changes: 34 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.

## [6.0.5-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.4-dev...v6.0.5-dev) (2024-04-29)

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





## [6.0.4-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.3-dev...v6.0.4-dev) (2024-04-25)

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

0 comments on commit 1c7cf76

Please sign in to comment.