@kitconcept/core 1.0.0-alpha.19 → 1.0.0-alpha.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.changelog.draft CHANGED
@@ -1,7 +1,7 @@
1
- ## 1.0.0-alpha.19 (2025-09-03)
1
+ ## 1.0.0-alpha.20 (2025-09-03)
2
2
 
3
- ### Feature
3
+ ### Internal
4
4
 
5
- - Update to Volto 18.25.0 @sneridagh
5
+ - Due to a problem with the last release, re-releasing. @sneridagh
6
6
 
7
7
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,12 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 1.0.0-alpha.20 (2025-09-03)
12
+
13
+ ### Internal
14
+
15
+ - Due to a problem with the last release, re-releasing. @sneridagh
16
+
11
17
  ## 1.0.0-alpha.19 (2025-09-03)
12
18
 
13
19
  ### Feature
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/core",
3
- "version": "1.0.0-alpha.19",
3
+ "version": "1.0.0-alpha.20",
4
4
  "description": "Core setup for kitconcept GmbH distributions built on top of Plone",
5
5
  "main": "src/index.ts",
6
6
  "license": "MIT",