@kitconcept/core 1.0.0-alpha.3 → 1.0.0-alpha.4

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,15 +1,3 @@
1
- ## 1.0.0-alpha.3 (2025-05-15)
2
-
3
- ### Feature
4
-
5
- - Update @kitconcept/volto-light-theme to version 6.0.1 @sneridagh
6
-
7
- ### Bugfix
8
-
9
- - Set `config.settings.supportedLanguages` to 'en' and 'de'. @sneridagh
10
-
11
- ### Internal
12
-
13
- - Set `filterBlobs` to true in mrs.developer.json. @sneridagh
1
+ ## 1.0.0-alpha.4 (2025-05-16)
14
2
 
15
3
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,8 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 1.0.0-alpha.4 (2025-05-16)
12
+
11
13
  ## 1.0.0-alpha.3 (2025-05-15)
12
14
 
13
15
  ### Feature
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/core",
3
- "version": "1.0.0-alpha.3",
3
+ "version": "1.0.0-alpha.4",
4
4
  "description": "Core setup for kitconcept GmbH distributions built on top of Plone",
5
5
  "main": "src/index.ts",
6
6
  "license": "MIT",