From add81ac100bf6570136c60652d3a682333332f9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:53:53 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1214610..2601677 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.5" + ".": "1.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2499a37..c7c2399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.1.0](https://github.com/kiwigrid/antora-menu-extension/compare/v1.0.5...v1.1.0) (2024-12-19) + + +### 🎁 Features + +* allow external links on main level ([97a399b](https://github.com/kiwigrid/antora-menu-extension/commit/97a399baf49b625cef74a8115bcc8563e4c907be)) +* Enable links to modules at top level. Minor fixes from linter ([412ec1d](https://github.com/kiwigrid/antora-menu-extension/commit/412ec1d705ec8304d3d1c3d7090083db6b5dcb72)) +* more advanced ui sample ([0103210](https://github.com/kiwigrid/antora-menu-extension/commit/0103210a1d0dc27b96f7d85a674932f59964a820)) +* Pass component name to underlying template to build not only component, but version labels too ([59077b7](https://github.com/kiwigrid/antora-menu-extension/commit/59077b7e5ece7892c1f538c004e48613c3669610)) +* UI example for dropdown menus with version selector ([cca20b9](https://github.com/kiwigrid/antora-menu-extension/commit/cca20b9d038fb28a5a1bef9d05b41a1b268708be)) + + +### 📖 Documentation + +* extend readme for component parameter at main-menu-docref template ([0103210](https://github.com/kiwigrid/antora-menu-extension/commit/0103210a1d0dc27b96f7d85a674932f59964a820)) + ## [1.0.5](https://github.com/kiwigrid/antora-menu-extension/compare/v1.0.4...v1.0.5) (2024-12-16) diff --git a/package-lock.json b/package-lock.json index 1e0c27f..04dc124 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kiwigrid/antora-main-menu", - "version": "1.0.5", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@kiwigrid/antora-main-menu", - "version": "1.0.5", + "version": "1.1.0", "license": "MIT", "dependencies": { "handlebars": "^4.7.7", diff --git a/package.json b/package.json index ce5baab..e58b478 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kiwigrid/antora-main-menu", - "version": "1.0.5", + "version": "1.1.0", "description": "Antora 3 extension to generate a dynamic main menu.", "contributors": [ {