Skip to content

Commit

Permalink
versions @openfn/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Jan 30, 2024
1 parent 7e4c159 commit 1021ab2
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/itchy-tips-joke.md

This file was deleted.

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

## 1.0.33

### Patch Changes

- Updated dependencies [7e4c159]
- @openfn/lightning-mock@1.2.0
- @openfn/engine-multi@0.4.0
- @openfn/ws-worker@0.8.0

## 1.0.32

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

## 0.4.0

### Minor Changes

- 7e4c159: Rename attempts to runs

## 0.3.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.3.0",
"version": "0.4.0",
"description": "Multi-process runtime engine",
"main": "dist/index.js",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/lightning-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @openfn/lightning-mock

## 1.2.0

### Minor Changes

- 7e4c159: Rename attempts to runs

### Patch Changes

- Updated dependencies [7e4c159]
- @openfn/engine-multi@0.4.0

## 1.1.11

### 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.11",
"version": "1.2.0",
"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.8.0

### Minor Changes

- 7e4c159: Rename attempts to runs

### Patch Changes

- Updated dependencies [7e4c159]
- @openfn/engine-multi@0.4.0

## 0.7.0

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

0 comments on commit 1021ab2

Please sign in to comment.