Skip to content

Commit 376b6ec

Browse files
committed
Release 1.0.0a14
1 parent f2f9b55 commit 376b6ec

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
@@ -7,6 +7,31 @@
77
-->
88

99
<!-- towncrier release notes start -->
10+
## 1.0.0a14 (2025-07-23)
11+
12+
### Backend
13+
14+
No significant changes.
15+
16+
17+
18+
19+
### Frontend
20+
21+
#### Internal
22+
23+
- Revert #31 @sneridagh [#32](https://github.com/kitconcept/kitconcept-core/issue/32)
24+
- Update to VLT 7a18. @sneridagh
25+
26+
27+
28+
### Project
29+
30+
No significant changes.
31+
32+
33+
34+
1035
## 1.0.0a13 (2025-07-17)
1136

1237
### Backend

backend/CHANGELOG.md

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

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

12+
## 1.0.0a14 (2025-07-23)
13+
14+
No significant changes.
15+
16+
1217
## 1.0.0a13 (2025-07-17)
1318

1419

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.0a13"
8+
__version__ = "1.0.0a14"
99

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

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+
## 1.0.0-alpha.14 (2025-07-23)
12+
13+
### Internal
14+
15+
- Revert #31 @sneridagh [#32](https://github.com/kitconcept/kitconcept-core/issue/32)
16+
- Update to VLT 7a18. @sneridagh
17+
1118
## 1.0.0-alpha.13 (2025-07-17)
1219

1320
### Internal

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.13",
3+
"version": "1.0.0-alpha.14",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

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

11+
## 1.0.0-alpha.14 (2025-07-23)
12+
13+
### Internal
14+
15+
- Revert #31 @sneridagh [#32](https://github.com/kitconcept/kitconcept-core/issue/32)
16+
- Update to VLT 7a18. @sneridagh
17+
1118
## 1.0.0-alpha.13 (2025-07-17)
1219

1320
### Internal

frontend/packages/kitconcept-core/news/+updatevlt18.internal

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

frontend/packages/kitconcept-core/news/32.internal

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

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0a13
1+
1.0.0a14

0 commit comments

Comments
 (0)