Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Feb 23, 2024
1 parent 58e0d11 commit 8c94a9d
Show file tree
Hide file tree
Showing 15 changed files with 65 additions and 22 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-books-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-bobcats-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-clouds-thank.md

This file was deleted.

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

## 1.0.36

### Patch Changes

- Updated dependencies [4f5f1dd]
- Updated dependencies [58e0d11]
- Updated dependencies [58e0d11]
- @openfn/engine-multi@1.1.0
- @openfn/ws-worker@1.0.1
- @openfn/lightning-mock@2.0.1

## 1.0.35

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

## 1.1.0

### Patch Changes

Allow multiple version of the same adaptor to run in the same workflow

- Updated dependencies [4f5f1dd]
- @openfn/runtime@1.1.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/cli",
"version": "1.0.0",
"version": "1.1.0",
"description": "CLI devtools for the openfn toolchain.",
"engines": {
"node": ">=18",
Expand Down
12 changes: 12 additions & 0 deletions packages/engine-multi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# engine-multi

## 1.1.0

### Minor Changes

- 4f5f1dd: Support workflows with different versions of the same adaptor

### Patch Changes

- 58e0d11: Record adaptor versions as an array
- Updated dependencies [4f5f1dd]
- @openfn/runtime@1.1.0

## 1.0.0

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

## 2.0.1

### Patch Changes

- Updated dependencies [4f5f1dd]
- Updated dependencies [58e0d11]
- @openfn/engine-multi@1.1.0
- @openfn/runtime@1.1.0

## 2.0.0

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

## 1.1.0

### Minor Changes

- 4f5f1dd: Support workflows with different versions of the same adaptor

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/runtime",
"version": "1.0.0",
"version": "1.1.0",
"description": "Job processing runtime.",
"type": "module",
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions packages/ws-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# ws-worker

## 1.1.0

Allow runs to use multiple versions of the same adaptor

### Patch Changes

- 58e0d11: Move version log to workflow start
- Updated dependencies [4f5f1dd]
- Updated dependencies [58e0d11]
- @openfn/engine-multi@1.1.0
- @openfn/runtime@1.1.0

## 1.0.0

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

0 comments on commit 8c94a9d

Please sign in to comment.