Version numbers here are editorial. They group related commits into something readable and are not release tags you can install — Norvane is a hosted product and everyone is always on the current build.
0.3.0
Added a shared marketing shell so every public page gets one h1, a labelled nav, breadcrumbs and a skip link without reimplementing them.
Added JSON-LD builders for Organization, SoftwareApplication, FAQPage, HowTo, Article and BreadcrumbList, each unit-tested and each refusing to emit fields it has no real data for.
Added pricing, security, about and changelog pages, all statically rendered with their full content in the HTML source.
Moved the brand name, domain and contact address into one config module, so renaming the product or moving domains is a single edit rather than a sweep through the repo.
0.2.0
Published the design system as a binding spec and added the token lint that rejects raw hex and off-system palette colours in components.
Added the design tokens, the IBM Plex type scale, and the CadenceStrip — the one component that draws a tick per execution and leaves a hollow tick where an expected run is missing.
Rebuilt the operator app, landing page, auth screens and client status pages on the design system.
Fixed the CadenceStrip so it renders on the instance drill-down and client status pages.
Raised every surface to the 4.5:1 text contrast floor, and added the axe-core audit that found the failures in the first place.
0.1.0
Initialised the pnpm workspace across the web app, the worker, and the shared core package.