From 6e460f090af941ba327a64e35bc33b26bd7520fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Sep 2024 23:46:23 +0000 Subject: [PATCH] Version Packages --- .changeset/clever-keys-act.md | 6 ------ .changeset/wicked-carrots-watch.md | 6 ------ CHANGELOG.md | 9 +++++++++ package.json | 2 +- 4 files changed, 10 insertions(+), 13 deletions(-) delete mode 100644 .changeset/clever-keys-act.md delete mode 100644 .changeset/wicked-carrots-watch.md diff --git a/.changeset/clever-keys-act.md b/.changeset/clever-keys-act.md deleted file mode 100644 index f804e77f..00000000 --- a/.changeset/clever-keys-act.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'playroom': minor ---- - -Save editor height and width preferences as a percentage of the viewport size, rather than a fixed pixel value. -This prevents the editor from obscuring preview panels when toggling the browser tools on/off or resizing the window. diff --git a/.changeset/wicked-carrots-watch.md b/.changeset/wicked-carrots-watch.md deleted file mode 100644 index 424a4960..00000000 --- a/.changeset/wicked-carrots-watch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'playroom': minor ---- - -Update snippets behaviour to instantly navigate and scroll to the currently selected snippet. -This eliminates sluggish feeling caused by smooth scroll. diff --git a/CHANGELOG.md b/CHANGELOG.md index f77a15fb..a46081df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # playroom +## 0.39.0 + +### Minor Changes + +- d902e17: Save editor height and width preferences as a percentage of the viewport size, rather than a fixed pixel value. + This prevents the editor from obscuring preview panels when toggling the browser tools on/off or resizing the window. +- ee73b75: Update snippets behaviour to instantly navigate and scroll to the currently selected snippet. + This eliminates sluggish feeling caused by smooth scroll. + ## 0.38.1 ### Patch Changes diff --git a/package.json b/package.json index 3345f4aa..6507e19c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playroom", - "version": "0.38.1", + "version": "0.39.0", "description": "Design with code, powered by your own component library", "main": "utils/index.js", "types": "utils/index.d.ts",