Skip to content

Commit 358c83d

Browse files
committed
Release 1.0.0b2
1 parent 076a692 commit 358c83d

File tree

11 files changed

+51
-7
lines changed

11 files changed

+51
-7
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@
77
-->
88

99
<!-- towncrier release notes start -->
10+
## 1.0.0b2 (2025-09-29)
11+
12+
### Backend
13+
14+
15+
#### Bug fixes:
16+
17+
- Fixed CSS issue with top blocks. Upgrade to Volto 18.27.2 and VLT 7.1.0 @sneridagh
18+
19+
20+
21+
### Frontend
22+
23+
#### Bugfix
24+
25+
- Fixed CSS issue with top blocks. Upgrade to Volto 18.27.2 and VLT 7.1.0 @sneridagh
26+
27+
28+
29+
### Project
30+
31+
32+
#### Documentation
33+
34+
- Frontend styleguide. @sneridagh
35+
36+
37+
1038
## 1.0.0b1 (2025-09-26)
1139

1240
### Backend

backend/CHANGELOG.md

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

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

12+
## 1.0.0b2 (2025-09-29)
13+
14+
15+
### Bug fixes:
16+
17+
- Fixed CSS issue with top blocks. Upgrade to Volto 18.27.2 and VLT 7.1.0 @sneridagh
18+
1219
## 1.0.0b1 (2025-09-26)
1320

1421
No significant changes.

backend/news/+vlt7.1volto18.27.2.bugfix

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

backend/src/kitconcept/core/__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__ = "1.0.0b1"
8+
__version__ = "1.0.0b2"
99

1010
PACKAGE_NAME = "kitconcept.core"
1111
DEFAULT_PROFILE = f"{PACKAGE_NAME}:base"

frontend/CHANGELOG.md

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

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

11+
## 1.0.0-beta.2 (2025-09-29)
12+
13+
### Bugfix
14+
15+
- Fixed CSS issue with top blocks. Upgrade to Volto 18.27.2 and VLT 7.1.0 @sneridagh
16+
1117
## 1.0.0-beta.1 (2025-09-26)
1218

1319
### Bugfix

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "core-dev",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "Core setup for kitconcept GmbH distributions built on top of Plone",
55
"author": "kitconcept GmbH",
66
"homepage": "https://github.com/kitconcept/kitconcept-core",

frontend/packages/kitconcept-core/CHANGELOG.md

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

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

11+
## 1.0.0-beta.2 (2025-09-29)
12+
13+
### Bugfix
14+
15+
- Fixed CSS issue with top blocks. Upgrade to Volto 18.27.2 and VLT 7.1.0 @sneridagh
16+
1117
## 1.0.0-beta.1 (2025-09-26)
1218

1319
### Bugfix

frontend/packages/kitconcept-core/news/+vlt7.1volto18.27.2.bugfix

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

frontend/packages/kitconcept-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/core",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "Core setup for kitconcept GmbH distributions built on top of Plone",
55
"main": "src/index.ts",
66
"license": "MIT",

news/+frontend-styleguide.documentation

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

0 commit comments

Comments
 (0)