Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 9040eb7

Browse files
Version Packages (#344)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 67e24ae commit 9040eb7

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/brave-shoes-flow.md

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

.changeset/healthy-lies-jump.md

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

CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#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`
8+
9+
### Patch Changes
10+
11+
- [#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.
12+
313
## 0.6.0
414

515
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xstate-viz-app",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"private": true,
55
"dependencies": {
66
"@chakra-ui/icons": "^1.0.13",

0 commit comments

Comments
 (0)