Skip to content

Commit a023a2d

Browse files
Version Packages
1 parent 2723c81 commit a023a2d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/fix-started-step-on-complete.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/js-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @frigade/js
22

3+
## 0.9.7
4+
5+
### Patch Changes
6+
7+
- 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.
8+
39
## 0.9.6
410

511
### Patch Changes

packages/js-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frigade/js",
3-
"version": "0.9.6",
3+
"version": "0.9.7",
44
"description": "The official Javascript SDK for Frigade.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)