Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Nov 24, 2023
1 parent b3825f7 commit 2033c26
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/proud-pants-wonder.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/proud-taxis-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-monkeys-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-buckets-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-dolphins-march.md

This file was deleted.

13 changes: 13 additions & 0 deletions integration-tests/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @openfn/integration-tests-worker

## 1.0.21

### Patch Changes

- Updated dependencies [30da946]
- Updated dependencies [c1aa9b3]
- Updated dependencies [5fdd699]
- Updated dependencies [60b6fba]
- Updated dependencies [a6dd44b]
- @openfn/ws-worker@0.2.10
- @openfn/engine-multi@0.2.1
- @openfn/lightning-mock@1.1.3

## 1.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openfn/integration-tests-worker",
"private": true,
"version": "1.0.20",
"version": "1.0.21",
"description": "Lightning WOrker integration tests",
"author": "Open Function Group <admin@openfn.org>",
"license": "ISC",
Expand Down
7 changes: 7 additions & 0 deletions packages/engine-multi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# engine-multi

## 0.2.1

### Patch Changes

- 5fdd699: Don't direct job logs to stdout
- a6dd44b: Allow graceful termination of worker threads

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-multi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/engine-multi",
"version": "0.2.0",
"version": "0.2.1",
"description": "Multi-process runtime engine",
"main": "dist/index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/lightning-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/lightning-mock

## 1.1.3

### Patch Changes

- Updated dependencies [a6dd44b]
- @openfn/engine-multi@0.2.1

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lightning-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/lightning-mock",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"description": "A mock Lightning server",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/ws-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# ws-worker

## 0.2.10

### Patch Changes

- 30da946: Better conversion of edge conditions to only take the upstream job into account
- c1aa9b3: Leave attempt queue channel on disconnect
Allow outstanding work to finish before closing down on SIGTERM
- 60b6fba: Add a healthcheck at /livez and respond with 200 at root
- Updated dependencies [a6dd44b]
- @openfn/engine-multi@0.2.1

## 0.2.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/ws-worker",
"version": "0.2.9",
"version": "0.2.10",
"description": "A Websocket Worker to connect Lightning to a Runtime Engine",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 2033c26

Please sign in to comment.