From e6195e3b43675d818a26420a08e6f7585db4ec27 Mon Sep 17 00:00:00 2001 From: lbb00 Date: Tue, 8 Sep 2026 17:10:26 +0800 Subject: [PATCH] chore: release 0.2.3 --- CHANGELOG.md | 2 ++ packages/devices/package.json | 2 +- packages/frame/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e585a..128e5b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3] - 2026-09-08 + ### Fixed - `@devicekit/frame`: hiding status-bar text no longer hides a phone's physical cutout; Dynamic Island and notch devices retain the screen obstruction outside embedded and landscape frames. diff --git a/packages/devices/package.json b/packages/devices/package.json index 20ed66c..6fdabfe 100644 --- a/packages/devices/package.json +++ b/packages/devices/package.json @@ -1,6 +1,6 @@ { "name": "@devicekit/devices", - "version": "0.2.2", + "version": "0.2.3", "description": "The device table behind devicekit's previews: phones and tablets with screens, pixel ratios, status bars, safe areas and user agents, plus the arithmetic that turns one into a usable window size. No DOM.", "keywords": [ "device", diff --git a/packages/frame/package.json b/packages/frame/package.json index d0fd9ea..7a15f88 100644 --- a/packages/frame/package.json +++ b/packages/frame/package.json @@ -1,6 +1,6 @@ { "name": "@devicekit/frame", - "version": "0.2.2", + "version": "0.2.3", "description": "The simulated phone behind devicekit's previews: a framework-agnostic custom element that draws the bezel, status bar and home indicator. Device presets live in @devicekit/devices.", "keywords": [ "device-frame",