diff --git a/.changeset/sweet-radios-hunt.md b/.changeset/sweet-radios-hunt.md deleted file mode 100644 index 1acb6872..00000000 --- a/.changeset/sweet-radios-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xstate/cli': patch ---- - -Make the `xstate sky` command compatible with more React and TypeScript sources. diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 1317f8c7..58509eea 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @xstate/cli +## 0.5.4 + +### Patch Changes + +- 26421cf: Make the `xstate sky` command compatible with more React and TypeScript sources. + ## 0.5.3 ### Patch Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index 0f05bc59..a78159e7 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "@xstate/cli", - "version": "0.5.3", + "version": "0.5.4", "bin": { "xstate": "./bin/bin.js" },