Skip to content

Commit effc1ba

Browse files
author
GitHub Actions Bot
committed
Ship tag 7.5.0
1 parent c5fbc34 commit effc1ba

File tree

8 files changed

+67
-2
lines changed

8 files changed

+67
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 7.5.0 (2025-03-04)
4+
5+
### Enhancements
6+
7+
- [**feature**][**change**] rtl: fix alignment of buttons [#1039](https://github.com/McShelby/hugo-theme-relearn/issues/1039)
8+
- [**feature**] code: add copy-to-clipboard to pre-only elements [#1036](https://github.com/McShelby/hugo-theme-relearn/issues/1036)
9+
10+
### Fixes
11+
12+
- [**bug**] code: fixing negative margin on inline clipboard [#1038](https://github.com/McShelby/hugo-theme-relearn/issues/1038)
13+
- [**bug**] tooltip: make font reliable [#1037](https://github.com/McShelby/hugo-theme-relearn/issues/1037)
14+
- [**bug**] code: avoid inline code to display above sticky table headers [#1035](https://github.com/McShelby/hugo-theme-relearn/issues/1035)
15+
16+
### Maintenance
17+
18+
- [**task**] openapi: update swagger-ui to 5.19.0 [#1041](https://github.com/McShelby/hugo-theme-relearn/issues/1041)
19+
- [**task**][**change**] theme: move dependencies from static to assets [#1040](https://github.com/McShelby/hugo-theme-relearn/issues/1040)
20+
21+
---
22+
323
## 7.4.1 (2025-02-19)
424

525
### Fixes
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## 7.5.0 (2025-03-04)
2+
3+
### Enhancements
4+
5+
- [**feature**][**change**] rtl: fix alignment of buttons [#1039](https://github.com/McShelby/hugo-theme-relearn/issues/1039)
6+
- [**feature**] code: add copy-to-clipboard to pre-only elements [#1036](https://github.com/McShelby/hugo-theme-relearn/issues/1036)
7+
8+
### Fixes
9+
10+
- [**bug**] code: fixing negative margin on inline clipboard [#1038](https://github.com/McShelby/hugo-theme-relearn/issues/1038)
11+
- [**bug**] tooltip: make font reliable [#1037](https://github.com/McShelby/hugo-theme-relearn/issues/1037)
12+
- [**bug**] code: avoid inline code to display above sticky table headers [#1035](https://github.com/McShelby/hugo-theme-relearn/issues/1035)
13+
14+
### Maintenance
15+
16+
- [**task**] openapi: update swagger-ui to 5.19.0 [#1041](https://github.com/McShelby/hugo-theme-relearn/issues/1041)
17+
- [**task**][**change**] theme: move dependencies from static to assets [#1040](https://github.com/McShelby/hugo-theme-relearn/issues/1040)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
+++
2+
+++
3+
{{< piratify >}}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
disableToc = false
3+
hidden = true
4+
title = "Version 7.5"
5+
type = "changelog"
6+
weight = -5
7+
+++
8+
9+
{{% pages showhidden="true" showdivider="true" reverse="true" %}}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
+++
2+
disableToc = false
3+
hidden = true
4+
title = "Version 7.5"
5+
type = "changelog"
6+
weight = -5
7+
+++
8+
{{< piratify >}}

docs/content/introduction/releasenotes/7/5.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type = "releasenotes"
66
weight = -5
77
+++
88

9-
## 7.5.0 (XXXX-XX-XX) {#7-5-0}
9+
## 7.5.0 (2025-03-04) {#7-5-0}
1010

1111
### Change
1212

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
+++
2+
disableToc = false
3+
hidden = true
4+
title = "Version 7.5"
5+
type = "releasenotes"
6+
weight = -5
7+
+++
8+
{{< piratify >}}

layouts/partials/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.1+4a4b60ef048a8d78397eefb8be672b6df9fe0830
1+
7.5.0

0 commit comments

Comments
 (0)