Skip to content

Commit cccb681

Browse files
committed
feat: bump xstate to v4.35.0
1 parent 18fba69 commit cccb681

File tree

4 files changed

+185
-235
lines changed

4 files changed

+185
-235
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [4.1.0] - 2022-12-18
9+
10+
### Updates
11+
- Uplift XState to v4.35.0
12+
- Uplift @ficusjs/core to v3.1.2
13+
814
## [4.0.0] - 2022-11-29
915

1016
### Breaking change

cypress.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ import { defineConfig } from 'cypress'
22

33
export default defineConfig({
44
video: false,
5-
e2e: {}
5+
e2e: {
6+
testIsolation: false
7+
}
68
})

0 commit comments

Comments
 (0)