Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Jan 26, 2024
1 parent fc2b810 commit 7d7c2c2
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/warm-crabs-share.md

This file was deleted.

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

## 1.0.32

### Patch Changes

- Updated dependencies [39af8e1]
- @openfn/lightning-mock@1.1.11
- @openfn/ws-worker@0.6.1

## 1.0.31

### 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.31",
"version": "1.0.32",
"description": "Lightning WOrker integration tests",
"author": "Open Function Group <[email protected]>",
"license": "ISC",
Expand Down
6 changes: 6 additions & 0 deletions packages/lightning-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/lightning-mock

## 1.1.11

### Patch Changes

- 39af8e1: Ensure that we refer to the child of a 'run' (aka attempt) as a 'step'

## 1.1.10

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

## 0.7.0

### Minor Changes

- 39af8e1: Ensure that we refer to the child of a 'run' (aka attempt) as a 'step'

## 0.6.0

### 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.6.0",
"version": "0.7.0",
"description": "A Websocket Worker to connect Lightning to a Runtime Engine",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 7d7c2c2

Please sign in to comment.