Skip to content

Commit

Permalink
Ship tag 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jan 2, 2025
1 parent 18033af commit dd0597f
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 7.3.0 (2025-01-02)

### Enhancements

- [**feature**] clipboard: make copy button reachable by keyboard [#983](https://github.com/McShelby/hugo-theme-relearn/issues/983)
- [**feature**] a11y: use native button elements where appropriate [#982](https://github.com/McShelby/hugo-theme-relearn/issues/982)
- [**feature**] markdown: support new output format [#979](https://github.com/McShelby/hugo-theme-relearn/issues/979)
- [**feature**] topbar: improve button configuration [#978](https://github.com/McShelby/hugo-theme-relearn/issues/978)
- [**feature**] details: support built-in Hugo shortcode [#957](https://github.com/McShelby/hugo-theme-relearn/issues/957)

### Fixes

- [**bug**] notice: avoid tab focus for non-expandable boxes [#977](https://github.com/McShelby/hugo-theme-relearn/issues/977)
- [**bug**] variant: fix importing base variants [#974](https://github.com/McShelby/hugo-theme-relearn/issues/974)

---

## 7.2.1 (2024-12-10)

### Fixes
Expand Down
14 changes: 14 additions & 0 deletions exampleSite/content/introduction/changelog/7/3/000.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 7.3.0 (2025-01-02)

### Enhancements

- [**feature**] clipboard: make copy button reachable by keyboard [#983](https://github.com/McShelby/hugo-theme-relearn/issues/983)
- [**feature**] a11y: use native button elements where appropriate [#982](https://github.com/McShelby/hugo-theme-relearn/issues/982)
- [**feature**] markdown: support new output format [#979](https://github.com/McShelby/hugo-theme-relearn/issues/979)
- [**feature**] topbar: improve button configuration [#978](https://github.com/McShelby/hugo-theme-relearn/issues/978)
- [**feature**] details: support built-in Hugo shortcode [#957](https://github.com/McShelby/hugo-theme-relearn/issues/957)

### Fixes

- [**bug**] notice: avoid tab focus for non-expandable boxes [#977](https://github.com/McShelby/hugo-theme-relearn/issues/977)
- [**bug**] variant: fix importing base variants [#974](https://github.com/McShelby/hugo-theme-relearn/issues/974)
3 changes: 3 additions & 0 deletions exampleSite/content/introduction/changelog/7/3/000.pir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
+++
+++
{{< piratify >}}
9 changes: 9 additions & 0 deletions exampleSite/content/introduction/changelog/7/3/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 7.3"
type = "changelog"
weight = -3
+++

{{% pages showhidden="true" showdivider="true" reverse="true" %}}
8 changes: 8 additions & 0 deletions exampleSite/content/introduction/changelog/7/3/_index.pir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 7.3"
type = "changelog"
weight = -3
+++
{{< piratify >}}
2 changes: 1 addition & 1 deletion exampleSite/content/introduction/releasenotes/7/3.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type = "releasenotes"
weight = -3
+++

## 7.3.0 (XXXX-XX-XX) {#7-3-0}
## 7.3.0 (2025-01-02) {#7-3-0}

### New

Expand Down
8 changes: 8 additions & 0 deletions exampleSite/content/introduction/releasenotes/7/3.pir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 7.3"
type = "releasenotes"
weight = -3
+++
{{< piratify >}}
2 changes: 1 addition & 1 deletion layouts/partials/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.1+9e7bad03422d628c4e8739263105371f79efea40
7.3.0

0 comments on commit dd0597f

Please sign in to comment.