Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dull-chairs-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-shoes-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-goats-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-coins-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-buttons-yawn.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @inngest/workflow-kit

## 0.2.0

### Minor Changes

- f12d53f: Execute Provider.onChange callback when action input values change
- 36d19d5: Switch to a maintained version of jsonpath
- 8b34595: Show edge names in editor

### Patch Changes

- 26ad93b: Minor improvements to conditional support
- 1099e8b: Fix to ensure nodes in a workflow are only run once

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inngest/workflow-kit",
"version": "0.1.3",
"version": "0.2.0",
"description": "Durable visual workflows in your app, instantly",
"main": "dist/index.js",
"scripts": {
Expand Down
Loading