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/fix-started-step-on-complete.md

This file was deleted.

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

## 0.9.7

### Patch Changes

- 2723c81: Send STARTED_STEP event for the next step when completing/skipping a step. Previously, `complete()` and `skip()` optimistically marked the next step as started in local state but did not send the STARTED_STEP event to the API, which caused a subsequent `start()` call to no-op.

## 0.9.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/js-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frigade/js",
"version": "0.9.6",
"version": "0.9.7",
"description": "The official Javascript SDK for Frigade.",
"type": "module",
"main": "./dist/index.js",
Expand Down
Loading