Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Jan 25, 2024
1 parent 2b4ae54 commit 18510b1
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-ladybugs-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-beds-shop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/old-doors-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-seas-sneeze.md

This file was deleted.

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

## 1.0.31

### Patch Changes

- Updated dependencies [eb10b1f]
- Updated dependencies [281391b]
- Updated dependencies [281391b]
- Updated dependencies [2857fe6]
- @openfn/ws-worker@0.6.0
- @openfn/engine-multi@0.3.1
- @openfn/lightning-mock@1.1.10

## 1.0.30

### 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.30",
"version": "1.0.31",
"description": "Lightning WOrker integration tests",
"author": "Open Function Group <[email protected]>",
"license": "ISC",
Expand Down
1 change: 1 addition & 0 deletions packages/engine-multi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Minor Changes

- 9b9ca0c: Replace workerpool with new child_process pool implementation
- 281391b: Replace timeout option with attemptTimeoutMs

### Patch Changes

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.10

### Patch Changes

- Updated dependencies [281391b]
- @openfn/engine-multi@0.3.1

## 1.1.9

### 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.9",
"version": "1.1.10",
"private": true,
"description": "A mock Lightning server",
"main": "dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/ws-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## 0.6.0

### Patch Changes

- eb10b1f: Updated start env vars and arguments
- 281391b: Support attemptTimeoutMs in attempt options
Better server logging at startup
Support start arguments from the environment (but prefer CLI)
- 2857fe6: Send the exit reason to the attempt logs
- Updated dependencies [281391b]
- @openfn/engine-multi@0.3.0

## 0.6.0

### Minor Changes

- 9b9ca0c: New worker pool engine
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.6.0-rc1",
"version": "0.6.0",
"description": "A Websocket Worker to connect Lightning to a Runtime Engine",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 18510b1

Please sign in to comment.