Skip to content

Commit 7118558

Browse files
committed
versions
1 parent dbc5b01 commit 7118558

6 files changed

Lines changed: 32 additions & 3 deletions

File tree

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
# @openfn/cli
22

3+
## 1.35.0
4+
5+
### Minor Changes
6+
7+
- collections: add support for --project-id
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @openfn/lexicon@1.5.0
13+
314
## 1.34.2
415

516
### Patch Changes
617

718
- 3918358: Override config.endpoint with one from openfn.yaml
819

20+
921
## 1.34.1
1022

1123
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfn/cli",
3-
"version": "1.34.2",
3+
"version": "1.35.0",
44
"description": "CLI devtools for the OpenFn toolchain",
55
"engines": {
66
"node": ">=18",

packages/lexicon/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# lexicon
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- Accept project id on workflow (for use with collections)
8+
39
## 1.4.2
410

511
### Patch Changes

packages/lexicon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfn/lexicon",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"description": "Central repo of names and type definitions",
55
"author": "Open Function Group <admin@openfn.org>",
66
"license": "ISC",

packages/ws-worker/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# ws-worker
22

3+
## 1.24.0
4+
5+
### Minor Changes
6+
7+
- Accept project id on workflow (for use with collections)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @openfn/lexicon@1.5.0
13+
314
## 1.23.8
415

516
### Patch Changes

packages/ws-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfn/ws-worker",
3-
"version": "1.23.8",
3+
"version": "1.24.0",
44
"description": "A Websocket Worker to connect Lightning to a Runtime Engine",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)