diff --git a/.changeset/brave-shoes-flow.md b/.changeset/brave-shoes-flow.md deleted file mode 100644 index f29d4275..00000000 --- a/.changeset/brave-shoes-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'xstate-viz-app': minor ---- - -You can now inspect via WebSocket. To do that you can add the WebSocket server url as a query parameter, for example `https://stately.ai/viz?inspect&server=ws://localhost:3000` diff --git a/.changeset/healthy-lies-jump.md b/.changeset/healthy-lies-jump.md deleted file mode 100644 index 106d0f85..00000000 --- a/.changeset/healthy-lies-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'xstate-viz-app': patch ---- - -Fixed panning/dragging interations (the ones that include pressing pointer down) in FireFox. diff --git a/CHANGELOG.md b/CHANGELOG.md index b9237dc1..4cf2bfb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # XState Visualizer +## 0.7.0 + +### Minor Changes + +- [#293](https://github.com/statelyai/xstate-viz/pull/293) [`67e24ae`](https://github.com/statelyai/xstate-viz/commit/67e24ae76aa253855c6bd866472f45c77be75367) Thanks [@jacksteamdev](https://github.com/jacksteamdev)! - You can now inspect via WebSocket. To do that you can add the WebSocket server url as a query parameter, for example `https://stately.ai/viz?inspect&server=ws://localhost:3000` + +### Patch Changes + +- [#343](https://github.com/statelyai/xstate-viz/pull/343) [`632f950`](https://github.com/statelyai/xstate-viz/commit/632f950c6d0d1989a263d2cb0f5cf0483950e8f2) Thanks [@Andarist](https://github.com/Andarist)! - Fixed panning/dragging interations (the ones that include pressing pointer down) in FireFox. + ## 0.6.0 ### Minor Changes diff --git a/package.json b/package.json index 44512967..589f8f69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xstate-viz-app", - "version": "0.6.0", + "version": "0.7.0", "private": true, "dependencies": { "@chakra-ui/icons": "^1.0.13",