Skip to content

Commit

Permalink
bumped versions for cli and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Jan 19, 2024
1 parent f183093 commit df38b06
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-hairs-dress.md

This file was deleted.

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

## 0.4.14

### Patch Changes

- Updated dependencies [2f7148c]
- @openfn/deploy@0.4.0

## 0.4.13

### 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": "0.4.13",
"version": "0.4.14",
"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.4.0

### Minor Changes

- 2f7148c: Support `condition_expression` on edges

## 0.3.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.3.0",
"version": "0.4.0",
"description": "Deploy projects to Lightning instances",
"type": "module",
"exports": {
Expand Down

0 comments on commit df38b06

Please sign in to comment.