Skip to content
Merged
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
File renamed without changes.
7 changes: 7 additions & 0 deletions packages/devices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @devicekit/devices

## 0.4.1-alpha.0

### Patch Changes

- 39f32b3: Test changeset to verify the OIDC trusted-publishing release pipeline end to end via an alpha prerelease. No functional change.
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.0",
"version": "0.4.1-alpha.0",
"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
9 changes: 9 additions & 0 deletions packages/frame/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @devicekit/frame

## 0.4.1-alpha.0

### Patch Changes

- 39f32b3: Test changeset to verify the OIDC trusted-publishing release pipeline end to end via an alpha prerelease. No functional change.
- Updated dependencies [39f32b3]
- @devicekit/devices@0.4.1-alpha.0
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.0",
"version": "0.4.1-alpha.0",
"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
Loading