Skip to content

Commit fc2f2d4

Browse files
vpeterssonclaude
andcommitted
chore(release): zero-pad CalVer month to match WebView convention
Anthias was tagged v2026.5.0 while the WebView component already shipped three CalVer releases as v2026.04.0, v2026.04.1, v2026.05.0. Standardise on the zero-padded YYYY.MM.PATCH form so the two components sort consistently and stop drifting. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 789d214 commit fc2f2d4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anthias",
3-
"version": "1.0.0",
3+
"version": "2026.05.0",
44
"scripts": {
55
"_build_note": "Alpine evaluates @click expressions against a `with(scope)`-style closure at runtime. Bun's --minify-identifiers renames internal Alpine vars (and our handler names in home.ts) in ways that break that lookup — silently. Stick to whitespace+syntax minification, which trims the bundle by half without touching identifiers.",
66
"build:vendor": "bun build ./src/anthias_server/app/static/src/vendor.ts --outfile=./src/anthias_server/app/static/dist/js/vendor.js --target=browser --minify-whitespace --minify-syntax",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "anthias"
7-
version = "2026.5.0"
7+
version = "2026.05.0"
88
description = "The world's most popular open source digital signage project."
99
readme = "README.md"
1010
requires-python = ">=3.13"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)