Skip to content

Commit 999b596

Browse files
Version Packages (#5421)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e6f6ec4 commit 999b596

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.changeset/brave-points-film.md

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

.changeset/shy-worms-sniff.md

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

packages/core/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# xstate
22

3+
## 5.25.0
4+
5+
### Minor Changes
6+
7+
- [#5422](https://github.com/statelyai/xstate/pull/5422) [`329297b`](https://github.com/statelyai/xstate/commit/329297b3bf859668ed1dfc260c14e773a0413fd4) Thanks [@davidkpiano](https://github.com/davidkpiano)! - Add partial descriptor support to `assertEvent(…)`
8+
9+
```ts
10+
// Matches any event with a type that starts with `FEEDBACK.`
11+
assertEvent(event, 'FEEDBACK.*');
12+
```
13+
14+
### Patch Changes
15+
16+
- [#5420](https://github.com/statelyai/xstate/pull/5420) [`2eb8274`](https://github.com/statelyai/xstate/commit/2eb82745dbdf4ac8dfbcc3c426ed4d81c732844b) Thanks [@assertnotnull](https://github.com/assertnotnull)! - Fix a bug in Cordova when iterating an empty Map
17+
318
## 5.24.0
419

520
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xstate",
3-
"version": "5.24.0",
3+
"version": "5.25.0",
44
"description": "Finite State Machines and Statecharts for the Modern Web.",
55
"main": "dist/xstate.cjs.js",
66
"module": "dist/xstate.esm.js",

0 commit comments

Comments
 (0)