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

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.17 (2025-08-26)
1
+ ## 1.0.0-alpha.19 (2025-09-03)
2
2
 
3
- ### Bugfix
3
+ ### Feature
4
4
 
5
- - Fixed person images for search block. Update to VLT 7a24. @sneridagh
5
+ - Update to Volto 18.25.0 @sneridagh
6
6
 
7
7
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,18 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 1.0.0-alpha.19 (2025-09-03)
12
+
13
+ ### Feature
14
+
15
+ - Update to Volto 18.25.0 @sneridagh
16
+
17
+ ## 1.0.0-alpha.18 (2025-09-01)
18
+
19
+ ### Bugfix
20
+
21
+ - Several VLT bugfixes. Update to VLT 7a25. @sneridagh
22
+
11
23
  ## 1.0.0-alpha.17 (2025-08-26)
12
24
 
13
25
  ### Bugfix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/core",
3
- "version": "1.0.0-alpha.17",
3
+ "version": "1.0.0-alpha.19",
4
4
  "description": "Core setup for kitconcept GmbH distributions built on top of Plone",
5
5
  "main": "src/index.ts",
6
6
  "license": "MIT",
@@ -36,8 +36,8 @@
36
36
  "@kitconcept/volto-light-theme"
37
37
  ],
38
38
  "dependencies": {
39
- "@plone-collective/volto-authomatic": "3.0.0-alpha.3",
40
- "@kitconcept/volto-light-theme": "7.0.0-alpha.24",
39
+ "@plone-collective/volto-authomatic": "3.0.0-alpha.4",
40
+ "@kitconcept/volto-light-theme": "7.0.0-alpha.25",
41
41
  "@mbarde/volto-image-crop-widget": "^0.5.1",
42
42
  "@plone/components": "3.0.2"
43
43
  },
@@ -49,7 +49,7 @@
49
49
  "@plone/scripts": "^3.6.1",
50
50
  "@types/react": "^18.3.12",
51
51
  "@types/react-dom": "^18.3.1",
52
- "release-it": "^18.1.2",
52
+ "release-it": "^19.0.4",
53
53
  "@plone/types": "1.4.5"
54
54
  },
55
55
  "scripts": {