Skip to content

Commit

Permalink
release: cli@1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Aug 14, 2024
1 parent b7fc4d0 commit f33ed7f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/swift-dingos-know.md

This file was deleted.

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

## 1.8.0

### Minor Changes

- b7fc4d0: Deploy: allow job body to be loaded from a file path in workflow.yaml

### Patch Changes

- Updated dependencies [b7fc4d0]
- @openfn/deploy@0.6.0

## 1.7.1

### Patch 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.7.1",
"version": "1.8.0",
"description": "CLI devtools for the openfn toolchain.",
"engines": {
"node": ">=18",
Expand Down
6 changes: 6 additions & 0 deletions packages/deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/deploy

## 0.6.0

### Minor Changes

- b7fc4d0: Deploy: allow job body to be loaded from a file path in workflow.yaml

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/deploy",
"version": "0.5.0",
"version": "0.6.0",
"description": "Deploy projects to Lightning instances",
"type": "module",
"exports": {
Expand Down

0 comments on commit f33ed7f

Please sign in to comment.