Skip to content

Commit

Permalink
chore(release): publish 6.0.3-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Albertini <[email protected]>
  • Loading branch information
OlivierAlbertini committed Feb 28, 2024
1 parent 521d358 commit 07a71d6
Show file tree
Hide file tree
Showing 25 changed files with 209 additions and 81 deletions.
11 changes: 11 additions & 0 deletions 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.

## [6.0.3-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.2-dev...v6.0.3-dev) (2024-02-28)


### Features

* add aws step function client ([4d5b372](https://github.com/VilledeMontreal/workit/commit/4d5b372b603713d4c1472c25a7aaf6bba3980c9d))





## [5.0.2](https://github.com/VilledeMontreal/workit/compare/v5.0.1...v5.0.2) (2022-03-25)

**Note:** Version bump only for package root
Expand Down
11 changes: 11 additions & 0 deletions examples/basic/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.

## [6.0.3-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.2-dev...v6.0.3-dev) (2024-02-28)


### Features

* add aws step function client ([4d5b372](https://github.com/VilledeMontreal/workit/commit/4d5b372b603713d4c1472c25a7aaf6bba3980c9d))





## [6.0.2-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.0-dev...v6.0.2-dev) (2023-12-13)

**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.2-dev",
"version": "6.0.3-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.2-dev",
"@villedemontreal/workit-core": "6.0.2-dev",
"@villedemontreal/workit-types": "6.0.2-dev",
"@villedemontreal/workit": "^6.0.3-dev",
"@villedemontreal/workit-core": "^6.0.3-dev",
"@villedemontreal/workit-types": "^6.0.3-dev",
"axios": "^1.6.2"
},
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions examples/binding/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.

## [6.0.3-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.2-dev...v6.0.3-dev) (2024-02-28)


### Features

* add aws step function client ([4d5b372](https://github.com/VilledeMontreal/workit/commit/4d5b372b603713d4c1472c25a7aaf6bba3980c9d))





## [6.0.2-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.0-dev...v6.0.2-dev) (2023-12-13)

**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.2-dev",
"version": "6.0.3-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.2-dev",
"@villedemontreal/workit-core": "6.0.2-dev",
"@villedemontreal/workit-types": "6.0.2-dev",
"@villedemontreal/workit": "^6.0.3-dev",
"@villedemontreal/workit-core": "^6.0.3-dev",
"@villedemontreal/workit-types": "^6.0.3-dev",
"axios": "^1.6.2"
},
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions examples/event/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.

## [6.0.3-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.2-dev...v6.0.3-dev) (2024-02-28)


### Features

* add aws step function client ([4d5b372](https://github.com/VilledeMontreal/workit/commit/4d5b372b603713d4c1472c25a7aaf6bba3980c9d))





## [6.0.2-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.0-dev...v6.0.2-dev) (2023-12-13)

**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": "6.0.2-dev",
"version": "6.0.3-dev",
"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.9.5"
},
"dependencies": {
"@villedemontreal/workit": "6.0.2-dev",
"@villedemontreal/workit-core": "6.0.2-dev",
"@villedemontreal/workit-types": "6.0.2-dev",
"@villedemontreal/workit": "^6.0.3-dev",
"@villedemontreal/workit-core": "^6.0.3-dev",
"@villedemontreal/workit-types": "^6.0.3-dev",
"axios": "^1.6.2"
},
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions examples/failure-strategy/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.

## [6.0.3-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.2-dev...v6.0.3-dev) (2024-02-28)


### Features

* add aws step function client ([4d5b372](https://github.com/VilledeMontreal/workit/commit/4d5b372b603713d4c1472c25a7aaf6bba3980c9d))





## [6.0.2-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.0-dev...v6.0.2-dev) (2023-12-13)

**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.2-dev",
"version": "6.0.3-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.2-dev",
"@villedemontreal/workit-core": "6.0.2-dev",
"@villedemontreal/workit-types": "6.0.2-dev",
"@villedemontreal/workit": "^6.0.3-dev",
"@villedemontreal/workit-core": "^6.0.3-dev",
"@villedemontreal/workit-types": "^6.0.3-dev",
"axios": "^1.6.2"
},
"keywords": [
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.

## [6.0.3-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.2-dev...v6.0.3-dev) (2024-02-28)


### Features

* add aws step function client ([4d5b372](https://github.com/VilledeMontreal/workit/commit/4d5b372b603713d4c1472c25a7aaf6bba3980c9d))





## [6.0.2-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.0-dev...v6.0.2-dev) (2023-12-13)

**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.2-dev",
"version": "6.0.3-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.2-dev",
"@villedemontreal/workit-core": "6.0.2-dev",
"@villedemontreal/workit-types": "6.0.2-dev",
"@villedemontreal/workit": "^6.0.3-dev",
"@villedemontreal/workit-core": "^6.0.3-dev",
"@villedemontreal/workit-types": "^6.0.3-dev",
"axios": "^1.6.2"
},
"keywords": [
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.

## [6.0.3-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.2-dev...v6.0.3-dev) (2024-02-28)


### Features

* add aws step function client ([4d5b372](https://github.com/VilledeMontreal/workit/commit/4d5b372b603713d4c1472c25a7aaf6bba3980c9d))





## [6.0.2-dev](https://github.com/VilledeMontreal/workit/compare/v6.0.0-dev...v6.0.2-dev) (2023-12-13)

**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.2-dev",
"version": "6.0.3-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.2-dev",
"@villedemontreal/workit-core": "6.0.2-dev",
"@villedemontreal/workit-types": "6.0.2-dev",
"@villedemontreal/workit": "^6.0.3-dev",
"@villedemontreal/workit-core": "^6.0.3-dev",
"@villedemontreal/workit-types": "^6.0.3-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.2-dev",
"version": "6.0.3-dev",
"packages": [
"examples/*",
"packages/*"
Expand Down
Loading

0 comments on commit 07a71d6

Please sign in to comment.