Skip to content

Commit 3037e98

Browse files
committed
Release 8.0.0a0
1 parent 94c9da8 commit 3037e98

13 files changed

Lines changed: 77 additions & 14 deletions

File tree

CHANGELOG.md

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

33
<!-- towncrier release notes start -->
4+
## 8.0.0a0 (2025-10-24)
5+
6+
### Backend
7+
8+
9+
#### Internal:
10+
11+
- Fixed example content for internal link because the exported data was incorrect. @sneridagh [#693](https://github.com/kitconcept/volto-light-theme/issues/693)
12+
13+
14+
15+
### Frontend
16+
17+
#### Breaking
18+
19+
- Use Volto 19a9. @sneridagh
20+
Use `@plone/components` 4.0.0 alpha.
21+
Recommended add-ons are not included by default as `peerDependencies`.
22+
23+
Breaking change: Please, check the [upgrade guide](https://volto-light-theme.readthedocs.io/how-to-guides/upgrade-guide.html) for more information. [#693](https://github.com/kitconcept/volto-light-theme/pull/693)
24+
25+
#### Feature
26+
27+
- To reduce the size of the main VLT repository, snapshots for visual regression testing are now stored in a separate repository (kitconcept/vlt-visual-regression). @sneridagh [#690](https://github.com/kitconcept/volto-light-theme/pull/690)
28+
29+
30+
31+
### Project
32+
33+
34+
#### Documentation
35+
36+
- Added documentation for acceptance, a11y, and visual regression tests. @sneridagh [#690](https://github.com/kitconcept/volto-light-theme/pull/690)
37+
- Added several breaking change notices for VLT 8. @sneridagh [#693](https://github.com/kitconcept/volto-light-theme/pull/693)
38+
39+
40+
441
## 7.3.1 (2025-10-08)
542

643
### Backend

backend/CHANGELOG.md

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

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

5+
## 8.0.0a0 (2025-10-24)
6+
7+
8+
### Internal:
9+
10+
- Fixed example content for internal link because the exported data was incorrect. @sneridagh [#693](https://github.com/kitconcept/volto-light-theme/issues/693)
11+
512
## 7.3.1 (2025-10-08)
613

714

backend/news/693.internal

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

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.3.1"
8+
__version__ = "8.0.0a0"
99

1010
PACKAGE_NAME = "kitconcept.voltolighttheme"
1111

frontend/CHANGELOG.md

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

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

11+
## 8.0.0-alpha.0 (2025-10-24)
12+
13+
### Breaking
14+
15+
- Use Volto 19a9. @sneridagh
16+
Use `@plone/components` 4.0.0 alpha.
17+
Recommended add-ons are not included by default as `peerDependencies`.
18+
19+
Breaking change: Please, check the [upgrade guide](https://volto-light-theme.readthedocs.io/how-to-guides/upgrade-guide.html) for more information. [#693](https://github.com/kitconcept/volto-light-theme/pull/693)
20+
21+
### Feature
22+
23+
- To reduce the size of the main VLT repository, snapshots for visual regression testing are now stored in a separate repository (kitconcept/vlt-visual-regression). @sneridagh [#690](https://github.com/kitconcept/volto-light-theme/pull/690)
24+
1125
## 7.3.1 (2025-10-08)
1226

1327
### Bugfix

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-light-theme-dev",
3-
"version": "7.3.1",
3+
"version": "8.0.0-alpha.0",
44
"description": "Volto Light Theme by kitconcept",
55
"main": "src/index.js",
66
"types": "src/types/index.d.ts",
@@ -94,4 +94,4 @@
9494
]
9595
},
9696
"packageManager": "pnpm@10.18.3"
97-
}
97+
}

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

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

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

11+
## 8.0.0-alpha.0 (2025-10-24)
12+
13+
### Breaking
14+
15+
- Use Volto 19a9. @sneridagh
16+
Use `@plone/components` 4.0.0 alpha.
17+
Recommended add-ons are not included by default as `peerDependencies`.
18+
19+
Breaking change: Please, check the [upgrade guide](https://volto-light-theme.readthedocs.io/how-to-guides/upgrade-guide.html) for more information. [#693](https://github.com/kitconcept/volto-light-theme/pull/693)
20+
21+
### Feature
22+
23+
- To reduce the size of the main VLT repository, snapshots for visual regression testing are now stored in a separate repository (kitconcept/vlt-visual-regression). @sneridagh [#690](https://github.com/kitconcept/volto-light-theme/pull/690)
24+
1125
## 7.3.1 (2025-10-08)
1226

1327
### Bugfix

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

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

frontend/packages/volto-light-theme/news/693.breaking

Lines changed: 0 additions & 5 deletions
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.3.1",
3+
"version": "8.0.0-alpha.0",
44
"description": "Volto Light Theme by kitconcept",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)