Skip to content

Commit 7a925e8

Browse files
committed
chore(release): 0.1.6
Bump package version; move Unreleased changelog into [0.1.6] with renamed changelog-details entry and timeline note.
1 parent adcb973 commit 7a925e8

4 files changed

Lines changed: 15 additions & 9 deletions

File tree

CHANGELOG.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ 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-
== Unreleased
11+
== [0.1.6] - 2026-04-12
1212

13-
* Restore default Antora UI spacing between navbar dropdown labels and the caret: removed the `navbar-link` `padding-right` override so the bundled UI rule (`2.5em`) applies unchanged.
14-
* link:changelog-details/2026-04-12%20-%20navbar-link%20default%20padding.adoc[Detailed note — 2026-04-12]
13+
Bugfix: restore default Antora UI spacing between navbar dropdown labels and the caret (`navbar-link` padding no longer overridden).
14+
15+
* link:changelog-details/2026-04-12%20-%200.1.6%20navbar-link%20default%20padding.adoc[Detailed changelog — 2026-04-12]
1516

1617
== [0.1.0] - 2026-01-29
1718

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
= 2026-04-12 — 0.1.6 navbar-link default padding
2+
3+
[NOTE]
4+
====
5+
Timeline: link:2026-01-29%20-%200.1.0%20initial%20release.adoc[0.1.0 (2026-01-29)] → link:2026-03-04%20-%20antora-supplemental%20org%20created%20and%20repository%20moved.adoc[2026-03-04 org creation and same-day repository move] → link:2026-03-26%20-%200.1.5%20VCS%20repo%20logo%20and%20npm%20metadata.adoc[0.1.5 (2026-03-26)] → this release.
6+
====
7+
8+
== Fixed
9+
10+
* Navbar dropdown labels: removed the supplemental `padding-right: 2.25rem` override on `.navbar .navbar-link` so spacing matches the Antora default UI bundle (`.navbar-link { padding-right: 2.5em }` in bundled `site.css`).

changelog-details/2026-04-12 - navbar-link default padding.adoc

Lines changed: 0 additions & 5 deletions
This file was deleted.

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": "0.1.4",
3+
"version": "0.1.6",
44
"description": "Dark mode supplemental UI theme for Antora documentation sites",
55
"keywords": [
66
"antora",

0 commit comments

Comments
 (0)