Skip to content
Merged
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/typed-flow-render-props.md

This file was deleted.

4 changes: 2 additions & 2 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 0.3.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useflow/core",
"version": "0.2.0",
"version": "0.3.0",
"description": "Framework-agnostic state machine for multi-step flows",
"author": "Brian Cheung <bcheung.dev@gmail.com> (https://github.com/bcheung)",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @useflow/react

## 0.3.0

### Minor Changes

- 62e40f6: Improve Flow render-prop typing so step IDs, next steps, and explicit next/skip targets are inferred from the flow definition and narrowed by the current step.

### Patch Changes

- @useflow/core@0.3.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useflow/react",
"version": "0.2.0",
"version": "0.3.0",
"description": "Type-safe, declarative multi-step flows for React",
"author": "Brian Cheung <bcheung.dev@gmail.com> (https://github.com/bcheung)",
"license": "MIT",
Expand Down
Loading