Skip to content

Commit f961123

Browse files
committed
Release 1.0.0b1
1 parent 8ee7bfa commit f961123

File tree

9 files changed

+45
-5
lines changed

9 files changed

+45
-5
lines changed

CHANGELOG.md

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

99
<!-- towncrier release notes start -->
10+
## 1.0.0b1 (2025-09-26)
11+
12+
### Backend
13+
14+
No significant changes.
15+
16+
17+
18+
19+
### Frontend
20+
21+
#### Bugfix
22+
23+
- Update volto-authomatic to 3.0.0-alpha.6. @iFlameing
24+
25+
26+
27+
### Project
28+
29+
No significant changes.
30+
31+
32+
33+
1034
## 1.0.0b0 (2025-09-25)
1135

1236
### 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.0b1 (2025-09-26)
13+
14+
No significant changes.
15+
16+
1217
## 1.0.0b0 (2025-09-25)
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.0b0"
8+
__version__ = "1.0.0b1"
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.1 (2025-09-26)
12+
13+
### Bugfix
14+
15+
- Update volto-authomatic to 3.0.0-alpha.6. @iFlameing
16+
1117
## 1.0.0-beta.0 (2025-09-25)
1218

1319
### 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-beta.0",
3+
"version": "1.0.0-beta.1",
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.1 (2025-09-26)
12+
13+
### Bugfix
14+
15+
- Update volto-authomatic to 3.0.0-alpha.6. @iFlameing
16+
1117
## 1.0.0-beta.0 (2025-09-25)
1218

1319
### Internal

frontend/packages/kitconcept-core/news/+logout.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.0",
3+
"version": "1.0.0-beta.1",
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.0b0
1+
1.0.0b1

0 commit comments

Comments
 (0)