Skip to content

Commit 1824867

Browse files
committed
release: v1.0.6 — correct release line after v1.0.5 tag mismatch
- Bump package.json to 1.0.6; CHANGELOG + changelog-details. - Annotated tag v1.0.5 peeled to an older commit than the 'Release v1.0.5' commit on main; ship v1.0.6 with a new tag for CI, GitHub Release, and npm. - Changelog: sticky footer layout stays in antora-ui-default (MR), not this supplemental package; sites may override in local supplemental CSS until the UI bundle includes it. Made-with: Cursor
1 parent 86c9f49 commit 1824867

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
88

99
Entries below are in **chronological order** by date: prior release, then the **2026-03-04** org creation and repository move, then the next release.
1010

11+
== [1.0.6] - 2026-04-26
12+
13+
* *Release / tag:* The annotated Git tag `v1.0.5` had peeled to an older commit than the `package.json` “Release v1.0.5” commit; **1.0.6** is the corrected publish line. Push Git tag `v1.0.6` to run link:.github/workflows/release.yml[Release] (GitHub Release, `ui-bundle.zip`, npm when trusted publishing is configured).
14+
* *Sticky footer:* Do **not** duplicate the “footer at bottom of viewport for short pages” layout in this supplemental layer; that belongs in https://gitlab.com/antora/antora-ui-default[antora-ui-default] (see open MR for `body.css`). Consumers can keep a local override in site supplemental CSS until their UI bundle includes it.
15+
16+
link:changelog-details/2026-04-26%20-%201.0.6%20release%20tag%20fix%20and%20sticky%20footer%20scope.adoc[Detailed notes — 2026-04-26]
17+
1118
== [1.0.5] - 2026-04-26
1219

1320
* *Debranded “doc site” package:* The theme is now a generic clone of the former FoodTruckNerdz layout: all partials, `site-doc-layout.css` (renamed from `site-ftn-docs.css`), `site-adt-accordion.js` (breadcrumb pickers; renamed from `site-ftn-accordion.js`), `img/logo.svg`, and neutral defaults in `header-content.hbs` (playbook `site.keys` for `site_home_url`, `header_doc_title`, `github_profile_url`, `footer_note`). Public CSS/JS class and ID hooks use the `adt-` prefix; breadcrumb kicker list IDs are `#adt-bc-proj` and `#adt-bc-ver`.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
= 1.0.6 — release tag correction and sticky footer scope
2+
:description: Changelog detail for antora-dark-theme 1.0.6
3+
:navtitle: 1.0.6 tag fix
4+
5+
== Tag `v1.0.5` vs `package.json`
6+
7+
The commit titled “Release v1.0.5” on `main` was not the commit that the annotated tag `v1.0.5` peeled to; the tag was corrected by shipping **1.0.6** with a new tag aligned to `package.json` and the release workflow.
8+
9+
== Sticky footer
10+
11+
Viewport-level “footer at bottom when content is short” layout is implemented in **antora-ui-default** (`body` / `div.body` / `footer` flex column), not in this dark supplemental package.
12+
13+
Downstream sites can keep the same rules in their own supplemental stylesheet (e.g. Food Truck Nerdz `site-doc-layout.css`) until they consume a UI bundle built from a default UI release that includes that change.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antora-dark-theme",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Dark mode supplemental UI theme for Antora documentation sites",
55
"keywords": [
66
"antora",

0 commit comments

Comments
 (0)