Skip to content

Commit a6f624b

Browse files
committed
feat: uplift @xstate/fsm to v2.0.0
1 parent 64f6498 commit a6f624b

File tree

12 files changed

+1594
-1800
lines changed

12 files changed

+1594
-1800
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.0] - 2022-06-05
9+
10+
### Updates
11+
- Update `@xstate/fsm` to v2.0.0
12+
- Update `xstate` to v4.32.1
13+
- Uplift devDependencies
14+
815
## [1.6.0] - 2022-02-22
916

1017
### Updates

cypress.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { defineConfig } from 'cypress'
2+
3+
export default defineConfig({
4+
video: false,
5+
e2e: {}
6+
})

cypress.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)