@kitconcept/core 2.0.0-alpha.5 → 2.0.0-alpha.6

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,9 +1,3 @@
1
- ## 2.0.0-alpha.5 (2025-12-08)
2
-
3
- ### Feature
4
-
5
- - Add feature of drag and drop files in folder contents @Tishasoumya-02
6
- - Update to VLT 8a9:
7
- https://github.com/kitconcept/volto-light-theme/releases/tag/8.0.0a9 @sneridagh
1
+ ## 2.0.0-alpha.6 (2025-12-11)
8
2
 
9
3
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,8 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 2.0.0-alpha.6 (2025-12-11)
12
+
11
13
  ## 2.0.0-alpha.5 (2025-12-08)
12
14
 
13
15
  ### Feature
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/core",
3
- "version": "2.0.0-alpha.5",
3
+ "version": "2.0.0-alpha.6",
4
4
  "description": "Core setup for kitconcept GmbH distributions built on top of Plone",
5
5
  "main": "src/index.ts",
6
6
  "license": "MIT",