diff --git a/.changeset/humble-bananas-rush.md b/.changeset/humble-bananas-rush.md deleted file mode 100644 index b8d338c1..00000000 --- a/.changeset/humble-bananas-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"json-schema-studio": patch ---- - -Fix incorrect Dark Mode Tooltip Behavior diff --git a/.changeset/late-sloths-film.md b/.changeset/late-sloths-film.md deleted file mode 100644 index 2374d17e..00000000 --- a/.changeset/late-sloths-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"json-schema-studio": patch ---- - -Fix incorrect header label on $ref target nodes in the graph view diff --git a/.changeset/proud-seals-watch.md b/.changeset/proud-seals-watch.md deleted file mode 100644 index f401a07d..00000000 --- a/.changeset/proud-seals-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"json-schema-studio": patch ---- - -Update CI workflows for better version handling diff --git a/.changeset/silver-teeth-notice.md b/.changeset/silver-teeth-notice.md deleted file mode 100644 index 810416ea..00000000 --- a/.changeset/silver-teeth-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"json-schema-studio": patch ---- - -Fix graph zoom reset when editor panel is resized diff --git a/.changeset/wacky-cities-share.md b/.changeset/wacky-cities-share.md deleted file mode 100644 index 7f64e1c9..00000000 --- a/.changeset/wacky-cities-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"json-schema-studio": minor ---- - -Added changeset bot diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..ab3e5d35 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# json-schema-studio + +## 0.7.0 + +### Minor Changes + +- 1f46606: Added changeset bot + +### Patch Changes + +- 0e8a67a: Fix incorrect Dark Mode Tooltip Behavior +- 900e962: Fix incorrect header label on $ref target nodes in the graph view +- 2253d53: Update CI workflows for better version handling +- 24e6b85: Fix graph zoom reset when editor panel is resized diff --git a/package.json b/package.json index 033f58b4..cf76d9e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-studio", - "version": "0.6.0", + "version": "0.7.0", "type": "module", "homepage": "studio.ioflux.org", "repository": "https://github.com/ioflux-org/studio-json-schema",