Skip to content

Commit f7ee1e9

Browse files
committed
Release 2.0.0a10
1 parent 6ed8c12 commit f7ee1e9

File tree

10 files changed

+56
-10
lines changed

10 files changed

+56
-10
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# Changelog
22

33
<!-- towncrier release notes start -->
4+
## 2.0.0a10 (2026-02-16)
5+
6+
### Backend
7+
8+
9+
#### Bugfix
10+
11+
- Update to core 2a10.
12+
See https://github.com/kitconcept/kitconcept-core/releases/tag/2.0.0a10 @sneridagh
13+
14+
15+
16+
### Frontend
17+
18+
#### Bugfix
19+
20+
- Update to core 2a10.
21+
See https://github.com/kitconcept/kitconcept-core/releases/tag/2.0.0a10 @sneridagh
22+
23+
24+
25+
### Project
26+
27+
No significant changes.
28+
29+
30+
31+
432
## 2.0.0a9 (2026-02-09)
533

634
### Backend

backend/CHANGELOG.md

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

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

5+
## 2.0.0a10 (2026-02-16)
6+
7+
8+
### Bugfix
9+
10+
- Update to core 2a10.
11+
See https://github.com/kitconcept/kitconcept-core/releases/tag/2.0.0a10 @sneridagh
12+
513
## 2.0.0a9 (2026-02-09)
614

715
No significant changes.

backend/news/+core2a10.bugfix

Lines changed: 0 additions & 2 deletions
This file was deleted.

backend/src/kitconcept/website/__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__ = "2.0.0a9"
8+
__version__ = "2.0.0a10"
99

1010
PACKAGE_NAME = "kitconcept.website"
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+
## 2.0.0-alpha.10 (2026-02-16)
12+
13+
### Bugfix
14+
15+
- Update to core 2a10.
16+
See https://github.com/kitconcept/kitconcept-core/releases/tag/2.0.0a10 @sneridagh
17+
1118
## 2.0.0-alpha.9 (2026-02-09)
1219

1320
## 2.0.0-alpha.8 (2026-02-06)

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website-dev",
3-
"version": "1.0.0-alpha.0",
3+
"version": "2.0.0-alpha.10",
44
"description": "A CMS solution for public websites. Created by kitconcept.",
55
"author": "kitconcept GmbH",
66
"homepage": "https://github.com/kitconcept/website",
@@ -75,4 +75,4 @@
7575
]
7676
},
7777
"packageManager": "pnpm@10.18.3"
78-
}
78+
}

frontend/packages/kitconcept-website/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+
## 2.0.0-alpha.10 (2026-02-16)
12+
13+
### Bugfix
14+
15+
- Update to core 2a10.
16+
See https://github.com/kitconcept/kitconcept-core/releases/tag/2.0.0a10 @sneridagh
17+
1118
## 2.0.0-alpha.9 (2026-02-09)
1219

1320
## 2.0.0-alpha.8 (2026-02-06)

frontend/packages/kitconcept-website/news/+core2a10.bugfix

Lines changed: 0 additions & 2 deletions
This file was deleted.

frontend/packages/kitconcept-website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/website",
3-
"version": "2.0.0-alpha.9",
3+
"version": "2.0.0-alpha.10",
44
"description": "A CMS solution for public websites. Created by kitconcept.",
55
"main": "src/index.ts",
66
"license": "MIT",
@@ -80,5 +80,5 @@
8080
"@plonegovbr/volto-social-media": "^3.0.0-alpha.0",
8181
"@plone/volto-form-block": "^1.0.0-alpha.0"
8282
},
83-
"volto_version": "19.0.0-alpha.23"
83+
"volto_version": "19.0.0-alpha.25"
8484
}

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0a9
1+
2.0.0a10

0 commit comments

Comments
 (0)