From ae7053fe265310007e6ec5e0c8e0c47371528468 Mon Sep 17 00:00:00 2001 From: seek-oss-ci <34733141+seek-oss-ci@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:26:43 +1000 Subject: [PATCH] Version Packages (#362) --- .changeset/green-plants-cheer.md | 8 -------- .changeset/rich-geese-confess.md | 8 -------- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 4 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 .changeset/green-plants-cheer.md delete mode 100644 .changeset/rich-geese-confess.md diff --git a/.changeset/green-plants-cheer.md b/.changeset/green-plants-cheer.md deleted file mode 100644 index ad97e889..00000000 --- a/.changeset/green-plants-cheer.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'playroom': patch ---- - -Apply `title` from url on page load - -Previously the document `title` would only update when the frames panel is open. -The title is now correctly reflected from the url on page load. diff --git a/.changeset/rich-geese-confess.md b/.changeset/rich-geese-confess.md deleted file mode 100644 index dca5152b..00000000 --- a/.changeset/rich-geese-confess.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'playroom': patch ---- - -start: Disable webpack error overlay - -Prevent the default webpack dev server error overlay from blocking the preview frames in `start` mode. -Playroom handles its own errors, and this would block the preview frames and need to be dismissed manually. diff --git a/CHANGELOG.md b/CHANGELOG.md index 25888036..f77a15fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # playroom +## 0.38.1 + +### Patch Changes + +- a62002d: Apply `title` from url on page load + + Previously the document `title` would only update when the frames panel is open. + The title is now correctly reflected from the url on page load. + +- cf0fa9e: start: Disable webpack error overlay + + Prevent the default webpack dev server error overlay from blocking the preview frames in `start` mode. + Playroom handles its own errors, and this would block the preview frames and need to be dismissed manually. + ## 0.38.0 ### Minor Changes diff --git a/package.json b/package.json index a7ae6608..95442231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playroom", - "version": "0.38.0", + "version": "0.38.1", "description": "Design with code, powered by your own component library", "main": "utils/index.js", "types": "utils/index.d.ts",