Skip to content

Commit 773d304

Browse files
committed
Release 8.0.0a2
1 parent 9bf54ef commit 773d304

12 files changed

Lines changed: 55 additions & 8 deletions

File tree

CHANGELOG.md

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

33
<!-- towncrier release notes start -->
4+
## 8.0.0a2 (2025-10-29)
5+
6+
### Backend
7+
8+
No significant changes.
9+
10+
11+
12+
13+
### Frontend
14+
15+
#### Feature
16+
17+
- Refactor `volto-button-block`, transfer all the customizations to the block. @sneridagh [#697](https://github.com/kitconcept/volto-light-theme/pull/697)
18+
- Refactor `volto-separator-block`, transfer all the customizations to the block. @sneridagh [#698](https://github.com/kitconcept/volto-light-theme/pull/698)
19+
20+
21+
22+
### Project
23+
24+
25+
#### Internal
26+
27+
- Added CI job for checking if there's a `.only` in Cypress tests. @sneridagh [#697](https://github.com/kitconcept/volto-light-theme/pull/697)
28+
29+
30+
#### Documentation
31+
32+
- Improve the recommended addons paragraphs. @sneridagh
33+
34+
35+
436
## 8.0.0a1 (2025-10-27)
537

638
### 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+
## 8.0.0a2 (2025-10-29)
6+
7+
No significant changes.
8+
9+
510
## 8.0.0a1 (2025-10-27)
611

712

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__ = "8.0.0a1"
8+
__version__ = "8.0.0a2"
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+
## 8.0.0-alpha.2 (2025-10-29)
12+
13+
### Feature
14+
15+
- Refactor `volto-button-block`, transfer all the customizations to the block. @sneridagh [#697](https://github.com/kitconcept/volto-light-theme/pull/697)
16+
- Refactor `volto-separator-block`, transfer all the customizations to the block. @sneridagh [#698](https://github.com/kitconcept/volto-light-theme/pull/698)
17+
1118
## 8.0.0-alpha.1 (2025-10-27)
1219

1320
### Breaking

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": "8.0.0-alpha.1",
3+
"version": "8.0.0-alpha.2",
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+
## 8.0.0-alpha.2 (2025-10-29)
12+
13+
### Feature
14+
15+
- Refactor `volto-button-block`, transfer all the customizations to the block. @sneridagh [#697](https://github.com/kitconcept/volto-light-theme/pull/697)
16+
- Refactor `volto-separator-block`, transfer all the customizations to the block. @sneridagh [#698](https://github.com/kitconcept/volto-light-theme/pull/698)
17+
1118
## 8.0.0-alpha.1 (2025-10-27)
1219

1320
### Breaking

frontend/packages/volto-light-theme/news/697.feature

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

frontend/packages/volto-light-theme/news/698.feature

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": "8.0.0-alpha.1",
3+
"version": "8.0.0-alpha.2",
44
"description": "Volto Light Theme by kitconcept",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

news/+improvedocs.documentation

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

0 commit comments

Comments
 (0)