Skip to content

Commit 460a9d0

Browse files
committed
Release 1.0.0a23
1 parent 7e48298 commit 460a9d0

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.0a23 (2025-09-08)
11+
12+
### Backend
13+
14+
15+
#### Bug fixes:
16+
17+
- Fixed slider flag position button in simple variant. Changed svg events calendar variant. Update VLT 7a28. @sneridagh
18+
19+
20+
21+
### Frontend
22+
23+
#### Bugfix
24+
25+
- Fixed slider flag position button in simple variant. Changed svg events calendar variant. Update VLT 7a28. @sneridagh
26+
27+
28+
29+
### Project
30+
31+
32+
#### Documentation
33+
34+
- Enable docs in core. https://kitconcept-core.readthedocs.io/ @sneridagh
35+
36+
37+
1038
## 1.0.0a22 (2025-09-04)
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.0a23 (2025-09-08)
13+
14+
15+
### Bug fixes:
16+
17+
- Fixed slider flag position button in simple variant. Changed svg events calendar variant. Update VLT 7a28. @sneridagh
18+
1219
## 1.0.0a22 (2025-09-04)
1320

1421

backend/news/+vlt7a28.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.0a22"
8+
__version__ = "1.0.0a23"
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-alpha.23 (2025-09-08)
12+
13+
### Bugfix
14+
15+
- Fixed slider flag position button in simple variant. Changed svg events calendar variant. Update VLT 7a28. @sneridagh
16+
1117
## 1.0.0-alpha.22 (2025-09-04)
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-alpha.22",
3+
"version": "1.0.0-alpha.23",
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-alpha.23 (2025-09-08)
12+
13+
### Bugfix
14+
15+
- Fixed slider flag position button in simple variant. Changed svg events calendar variant. Update VLT 7a28. @sneridagh
16+
1117
## 1.0.0-alpha.22 (2025-09-04)
1218

1319
### Bugfix

frontend/packages/kitconcept-core/news/+vlt7a28.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-alpha.22",
3+
"version": "1.0.0-alpha.23",
44
"description": "Core setup for kitconcept GmbH distributions built on top of Plone",
55
"main": "src/index.ts",
66
"license": "MIT",

news/+enabledocs.documentation

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

0 commit comments

Comments
 (0)