Skip to content

Commit

Permalink
Version Packages (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci authored Sep 2, 2024
1 parent a62002d commit ae7053f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .changeset/green-plants-cheer.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rich-geese-confess.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ae7053f

Please sign in to comment.