Skip to content

Commit 4434a7f

Browse files
committed
Release 7.0.0
1 parent 8230777 commit 4434a7f

File tree

10 files changed

+48
-6
lines changed

10 files changed

+48
-6
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
# kitconcept's volto-light-theme Release Notes
22

33
<!-- towncrier release notes start -->
4+
## 7.0.0 (2025-09-25)
5+
6+
### Backend
7+
8+
No significant changes.
9+
10+
11+
12+
13+
### Frontend
14+
15+
#### Bugfix
16+
17+
- Ensure the Refresh Content button correctly loads the preview image when using preview_image_link for Slider block. @iFlameing
18+
- Last german literal fix: ALT-Text. @sneridagh
19+
20+
21+
22+
### Project
23+
24+
No significant changes.
25+
26+
27+
28+
429
## 7.0.0b7 (2025-09-24)
530

631
### Backend

backend/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 7.0.0 (2025-09-25)
6+
7+
No significant changes.
8+
9+
510
## 7.0.0b7 (2025-09-24)
611

712
No significant changes.

backend/src/kitconcept/voltolighttheme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import logging
66

77

8-
__version__ = "7.0.0b7"
8+
__version__ = "7.0.0"
99

1010
PACKAGE_NAME = "kitconcept.voltolighttheme"
1111

frontend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 7.0.0 (2025-09-25)
12+
13+
### Bugfix
14+
15+
- Ensure the Refresh Content button correctly loads the preview image when using preview_image_link for Slider block. @iFlameing
16+
- Last german literal fix: ALT-Text. @sneridagh
17+
1118
## 7.0.0-beta.7 (2025-09-24)
1219

1320
### Feature

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-light-theme-dev",
3-
"version": "7.0.0-beta.7",
3+
"version": "7.0.0",
44
"description": "Volto Light Theme by kitconcept",
55
"main": "src/index.js",
66
"types": "src/types/index.d.ts",

frontend/packages/volto-light-theme/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 7.0.0 (2025-09-25)
12+
13+
### Bugfix
14+
15+
- Ensure the Refresh Content button correctly loads the preview image when using preview_image_link for Slider block. @iFlameing
16+
- Last german literal fix: ALT-Text. @sneridagh
17+
1118
## 7.0.0-beta.7 (2025-09-24)
1219

1320
### Feature

frontend/packages/volto-light-theme/news/+lastgermanliteralfix.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/packages/volto-light-theme/news/+preview_image_link.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/packages/volto-light-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-light-theme",
3-
"version": "7.0.0-beta.7",
3+
"version": "7.0.0",
44
"description": "Volto Light Theme by kitconcept",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.0b7
1+
7.0.0

0 commit comments

Comments
 (0)