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
6 changes: 0 additions & 6 deletions .changeset/mighty-rats-warn.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.

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

## 0.1.1

### Patch Changes

- 419ec23: Fix workspace version package resolution

## 0.1.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.1.0",
"version": "0.1.1",
"description": "Framework-agnostic state machine for multi-step flows",
"author": "Brian Cheung <bcheung.dev@gmail.com> (https://github.com/bcheung)",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @useflow/react

## 0.1.1

### Patch Changes

- 419ec23: Fix workspace version package resolution
- Updated dependencies [419ec23]
- @useflow/core@0.1.1

## 0.1.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.1.0",
"version": "0.1.1",
"description": "Type-safe, declarative multi-step flows for React",
"author": "Brian Cheung <bcheung.dev@gmail.com> (https://github.com/bcheung)",
"license": "MIT",
Expand Down