Commit54ffca7cRecorded21 Jul 2026Repositorylantern
lantern: sub-packages inherit workspace version
Message
Remove the per-sub-package version: fields from lantern, lantern-system, lantern-cli, and the demo. They now inherit the workspace-root version (0.1.2) the same way the sigil monorepo sub-packages do. Fixes the stale 0.1.0 version string that lock consumers recorded even when resolving the 0.1.2 tag.
Changed
examples/lantern-demo/package.sgl | 1 -
lantern-cli/package.sgl | 1 -
lantern-system/package.sgl | 1 -
lantern/package.sgl | 1 -
4 files changed, 4 deletions(-)Diff
examples/lantern-demo/package.sglmodified
@@ -6,7 +6,6 @@
6
7
(package 8
name: "lantern-demo"−9
version: "0.1.0" 9
sigil: "^0.17.14" 10
description: "Demo Lantern app: custom command + event + plain-browser fallback" 11
license: "BSD-3-Clause"lantern-cli/package.sglmodified
@@ -10,7 +10,6 @@
10
11
(package 12
name: "lantern-cli"−13
version: "0.1.0" 13
sigil: "^0.17.14" 14
description: "Runner binary for the Lantern desktop web-app wrapper" 15
url: "https://codeberg.org/sigil/lantern"lantern-system/package.sglmodified
@@ -19,7 +19,6 @@
19
20
(package 21
name: "lantern-system"−22
version: "0.1.0" 22
sigil: "^0.17.14" 23
description: "Lantern plugin: grant-checked filesystem + PTY session commands over the JS bridge, wrapping sigil-system" 24
url: "https://codeberg.org/sigil/lantern"lantern/package.sglmodified
@@ -10,7 +10,6 @@
10
11
(package 12
name: "lantern"−13
version: "0.1.0" 13
sigil: "^0.17.14" 14
description: "A Sigil-native desktop wrapper for web apps" 15
url: "https://codeberg.org/sigil/lantern"