From e2f3d9efba8157b63872699dbb32e7d48d9efba5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:48:58 +0200 Subject: [PATCH] Version Packages (#386) Co-authored-by: github-actions[bot] --- .changeset/sweet-radios-hunt.md | 5 ----- apps/cli/CHANGELOG.md | 6 ++++++ apps/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/sweet-radios-hunt.md 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" },