Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bright-device-directory.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/pre.json

This file was deleted.

4 changes: 4 additions & 0 deletions packages/devices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @devicekit/devices

## 0.4.1

No changes in this release.

## 0.4.1-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicekit/devices",
"version": "0.4.1-alpha.0",
"version": "0.4.1",
"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",
Expand Down
7 changes: 7 additions & 0 deletions packages/frame/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @devicekit/frame

## 0.4.1

### Patch Changes

- e9e71b0: Add a crawlable device-profile directory and static profile details to the demo.
- @devicekit/devices@0.4.1

## 0.4.1-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frame/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicekit/frame",
"version": "0.4.1-alpha.0",
"version": "0.4.1",
"description": "The simulated phone behind devicekit's previews: a framework-agnostic <device-frame> custom element that draws the bezel, status bar and home indicator. Device presets live in @devicekit/devices.",
"keywords": [
"device-frame",
Expand Down