Skip to content

Commit 14e4d29

Browse files
committed
Release the liquid glass island as a new patch
The vibrancy island window, glass cards with type-colored edges, in-island settings, and entrance-replay animation all landed after v0.3.7, so they need a fresh patch version before the tag-driven release workflow can publish immutable artifacts. Constraint: GitHub release workflow is tag-driven and rejects reused version tags Rejected: Ship from v0.3.7 | the tag already points at an earlier commit Confidence: high Scope-risk: narrow Directive: Keep package and macOS workspace versions aligned with release tags Tested: node --test apps/macos/electron/*.test.cjs (28/28); tsc --noEmit; vite build; vibrancy-over-desktop and glass-card appearance verified live on the reporting machine Not-tested: GitHub Actions release run with production signing secrets
1 parent 51bbcf8 commit 14e4d29

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/macos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@paste/macos",
33
"private": true,
4-
"version": "0.3.7",
4+
"version": "0.3.8",
55
"type": "module",
66
"main": "electron/main.cjs",
77
"scripts": {

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pastyx",
33
"private": true,
4-
"version": "0.3.7",
4+
"version": "0.3.8",
55
"workspaces": [
66
"apps/*",
77
"packages/*"

0 commit comments

Comments
 (0)