From de60dd1c81223e29f427fc75261698233a0cc0fd Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 2 Oct 2023 09:44:35 +0000 Subject: [PATCH 1/2] Ship tag 5.22.1 --- exampleSite/content/basics/CHANGELOG.md | 21 +++++++++++++++++++ .../content/basics/migration/_index.en.md | 2 +- layouts/partials/version.txt | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index 7f87b3a091..09cd5ed60b 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 5.22.1 (2023-10-02) + +### Enhancements + +- [**feature**] i18n: add Swahili translation [#666](https://github.com/McShelby/hugo-theme-relearn/issues/666) +- [**feature**] math: hide unrendered math [#663](https://github.com/McShelby/hugo-theme-relearn/issues/663) +- [**feature**] tabs: improve a11y by removing duplicate hidden title [#662](https://github.com/McShelby/hugo-theme-relearn/issues/662) +- [**feature**] mermaid: improve zoom UX [#659](https://github.com/McShelby/hugo-theme-relearn/issues/659) + +### Fixes + +- [**bug**] variant: fix sidebar-flyout borders color for zen [#667](https://github.com/McShelby/hugo-theme-relearn/issues/667) +- [**bug**] clipboard: fix RTL location of tooltip [#661](https://github.com/McShelby/hugo-theme-relearn/issues/661) +- [**bug**] clipboard: ignore RTL for code [#660](https://github.com/McShelby/hugo-theme-relearn/issues/660) +- [**bug**] expand: fix aria-controls [#658](https://github.com/McShelby/hugo-theme-relearn/issues/658) +- [**bug**] theme: fix id generation for markdownified titles [#657](https://github.com/McShelby/hugo-theme-relearn/issues/657) +- [**bug**] mermaid: avoid graph bombing on hugo --minify [#656](https://github.com/McShelby/hugo-theme-relearn/issues/656) +- [**bug**] mermaid: fix width for some graphs [#655](https://github.com/McShelby/hugo-theme-relearn/issues/655) + +--- + ## 5.22.0 (2023-09-26) ### Enhancements diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 548d7a5136..080daf25e0 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -18,7 +18,7 @@ This document shows you what's new in the latest release. For a detailed list of --- -## 5.22.0 (2023-09-26) {#5220} +## 5.22.0 (2023-10-02) {#5220} - {{% badge style="note" title=" " %}}Change{{% /badge %}} This release fixes an issue where in unfortunate conditions DOM ids generated by Hugo may collide with DOM ids set by the theme. To avoid this, all theme DOM ids are now prefixed with `R-`. diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index a0a4d92c9a..6689de0f7b 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.22.0+tip \ No newline at end of file +5.22.1 \ No newline at end of file From 827d2fda54719f31bfac2dc5345eda2b9fcaa2d6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 2 Oct 2023 09:44:46 +0000 Subject: [PATCH 2/2] Mark non-release version --- layouts/partials/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 6689de0f7b..307d2d1f55 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.22.1 \ No newline at end of file +5.22.1+tip \ No newline at end of file