From c221a22e7f51b58bc41a90d07e46dca6fc4736d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 14 Dec 2020 12:44:18 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/purple-papayas-begin.md | 5 ----- packages/xstate-inspect/CHANGELOG.md | 6 ++++++ packages/xstate-inspect/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/purple-papayas-begin.md diff --git a/.changeset/purple-papayas-begin.md b/.changeset/purple-papayas-begin.md deleted file mode 100644 index 7a36b56ee2..0000000000 --- a/.changeset/purple-papayas-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xstate/inspect': minor ---- - -The `@xstate/inspect` tool now uses [`fast-safe-stringify`](https://www.npmjs.com/package/fast-safe-stringify) for internal JSON stringification of machines, states, and events when regular `JSON.stringify()` fails (e.g., due to circular structures). diff --git a/packages/xstate-inspect/CHANGELOG.md b/packages/xstate-inspect/CHANGELOG.md index fc32fb97ab..68a7fb7612 100644 --- a/packages/xstate-inspect/CHANGELOG.md +++ b/packages/xstate-inspect/CHANGELOG.md @@ -1,5 +1,11 @@ # @xstate/inspect +## 0.3.0 + +### Minor Changes + +- [`a473205d`](https://github.com/davidkpiano/xstate/commit/a473205d214563033cd250094d2344113755bd8b) [#1722](https://github.com/davidkpiano/xstate/pull/1722) Thanks [@davidkpiano](https://github.com/davidkpiano)! - The `@xstate/inspect` tool now uses [`fast-safe-stringify`](https://www.npmjs.com/package/fast-safe-stringify) for internal JSON stringification of machines, states, and events when regular `JSON.stringify()` fails (e.g., due to circular structures). + ## 0.2.0 ### Minor Changes diff --git a/packages/xstate-inspect/package.json b/packages/xstate-inspect/package.json index 6bf9cc4a2d..4334fa8c89 100644 --- a/packages/xstate-inspect/package.json +++ b/packages/xstate-inspect/package.json @@ -1,6 +1,6 @@ { "name": "@xstate/inspect", - "version": "0.2.0", + "version": "0.3.0", "description": "XState inspection utilities", "keywords": [ "state", From b289e410547d374f8b1712f3a147d1480c56b72d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Mon, 14 Dec 2020 13:58:33 +0100 Subject: [PATCH 2/2] Fixed PR reference in changeset --- packages/xstate-inspect/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/xstate-inspect/CHANGELOG.md b/packages/xstate-inspect/CHANGELOG.md index 68a7fb7612..1c609d74c9 100644 --- a/packages/xstate-inspect/CHANGELOG.md +++ b/packages/xstate-inspect/CHANGELOG.md @@ -4,7 +4,7 @@ ### Minor Changes -- [`a473205d`](https://github.com/davidkpiano/xstate/commit/a473205d214563033cd250094d2344113755bd8b) [#1722](https://github.com/davidkpiano/xstate/pull/1722) Thanks [@davidkpiano](https://github.com/davidkpiano)! - The `@xstate/inspect` tool now uses [`fast-safe-stringify`](https://www.npmjs.com/package/fast-safe-stringify) for internal JSON stringification of machines, states, and events when regular `JSON.stringify()` fails (e.g., due to circular structures). +- [`a473205d`](https://github.com/davidkpiano/xstate/commit/a473205d214563033cd250094d2344113755bd8b) [#1699](https://github.com/davidkpiano/xstate/pull/1699) Thanks [@davidkpiano](https://github.com/davidkpiano)! - The `@xstate/inspect` tool now uses [`fast-safe-stringify`](https://www.npmjs.com/package/fast-safe-stringify) for internal JSON stringification of machines, states, and events when regular `JSON.stringify()` fails (e.g., due to circular structures). ## 0.2.0