From 380b76b8e599a2a6efdfad5b3e10eb2d287bd4e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Oct 2021 10:11:29 +0000 Subject: [PATCH] Version Packages --- .changeset/beige-points-smash.md | 5 ----- .changeset/eighty-birds-marry.md | 5 ----- .changeset/lucky-houses-provide.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/beige-points-smash.md delete mode 100644 .changeset/eighty-birds-marry.md delete mode 100644 .changeset/lucky-houses-provide.md diff --git a/.changeset/beige-points-smash.md b/.changeset/beige-points-smash.md deleted file mode 100644 index 36b4e5d5..00000000 --- a/.changeset/beige-points-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'xstate-viz-app': minor ---- - -A possibility to start panning the canvas by pressing the middle button of a mouse has been added. diff --git a/.changeset/eighty-birds-marry.md b/.changeset/eighty-birds-marry.md deleted file mode 100644 index aef233a2..00000000 --- a/.changeset/eighty-birds-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'xstate-viz-app': patch ---- - -Fix a bug with inconsistent embed previews diff --git a/.changeset/lucky-houses-provide.md b/.changeset/lucky-houses-provide.md deleted file mode 100644 index 65d9a791..00000000 --- a/.changeset/lucky-houses-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'xstate-viz-app': patch ---- - -Align the visualization of custom actions with the visualization of XState-provided actions. Previously, the labels for custom actions were not rendered with a bold font. diff --git a/CHANGELOG.md b/CHANGELOG.md index d17dc24b..6ff25832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # XState Visualizer +## 0.5.0 + +### Minor Changes + +- [#269](https://github.com/statelyai/xstate-viz/pull/269) [`0f8e205`](https://github.com/statelyai/xstate-viz/commit/0f8e205fd2652df6d07dff53eea18588d7b3e2d4) Thanks [@Andarist](https://github.com/Andarist)! - A possibility to start panning the canvas by pressing the middle button of a mouse has been added. + +### Patch Changes + +- [#289](https://github.com/statelyai/xstate-viz/pull/289) [`48af2ef`](https://github.com/statelyai/xstate-viz/commit/48af2ef6dc90afe9bfcf922e575dc9846ea8b5ea) Thanks [@farskid](https://github.com/farskid)! - Fix a bug with inconsistent embed previews + +* [#298](https://github.com/statelyai/xstate-viz/pull/298) [`0c3bfec`](https://github.com/statelyai/xstate-viz/commit/0c3bfec1925463b50ff443e4c74a9915c32aa32d) Thanks [@christoph-fricke](https://github.com/christoph-fricke)! - Align the visualization of custom actions with the visualization of XState-provided actions. Previously, the labels for custom actions were not rendered with a bold font. + ## 0.4.0 ### Minor Changes diff --git a/package.json b/package.json index 8e2ee37f..5276d586 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xstate-viz-app", - "version": "0.4.0", + "version": "0.5.0", "private": true, "dependencies": { "@chakra-ui/icons": "^1.0.13",