diff --git a/.changeset/verify-oidc-alpha.md b/.changeset/pre/verify-oidc-alpha.md similarity index 100% rename from .changeset/verify-oidc-alpha.md rename to .changeset/pre/verify-oidc-alpha.md diff --git a/packages/devices/CHANGELOG.md b/packages/devices/CHANGELOG.md new file mode 100644 index 0000000..15b5a3c --- /dev/null +++ b/packages/devices/CHANGELOG.md @@ -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. diff --git a/packages/devices/package.json b/packages/devices/package.json index f6277ae..520bbc2 100644 --- a/packages/devices/package.json +++ b/packages/devices/package.json @@ -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", diff --git a/packages/frame/CHANGELOG.md b/packages/frame/CHANGELOG.md new file mode 100644 index 0000000..176051b --- /dev/null +++ b/packages/frame/CHANGELOG.md @@ -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 diff --git a/packages/frame/package.json b/packages/frame/package.json index a7e0995..8a7ec94 100644 --- a/packages/frame/package.json +++ b/packages/frame/package.json @@ -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 custom element that draws the bezel, status bar and home indicator. Device presets live in @devicekit/devices.", "keywords": [ "device-frame",