@kitconcept/core 1.0.0-alpha.23 → 1.0.0-alpha.25

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,8 @@
1
- ## 1.0.0-alpha.23 (2025-09-08)
1
+ ## 1.0.0-alpha.25 (2025-09-12)
2
2
 
3
3
  ### Bugfix
4
4
 
5
- - Fixed slider flag position button in simple variant. Changed svg events calendar variant. Update VLT 7a28. @sneridagh
5
+ - Update to @kitconcept/volto-light-theme 7.0.0-beta.2. @davisagli
6
+ - Update to Volto 18.26.0. @davisagli
6
7
 
7
8
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,15 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 1.0.0-alpha.25 (2025-09-12)
12
+
13
+ ### Bugfix
14
+
15
+ - Update to @kitconcept/volto-light-theme 7.0.0-beta.2. @davisagli
16
+ - Update to Volto 18.26.0. @davisagli
17
+
18
+ ## 1.0.0-alpha.24 (2025-09-12)
19
+
11
20
  ## 1.0.0-alpha.23 (2025-09-08)
12
21
 
13
22
  ### Bugfix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/core",
3
- "version": "1.0.0-alpha.23",
3
+ "version": "1.0.0-alpha.25",
4
4
  "description": "Core setup for kitconcept GmbH distributions built on top of Plone",
5
5
  "main": "src/index.ts",
6
6
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "@plone-collective/volto-authomatic": "3.0.0-alpha.4",
40
- "@kitconcept/volto-light-theme": "7.0.0-alpha.28",
40
+ "@kitconcept/volto-light-theme": "7.0.0-beta.2",
41
41
  "@mbarde/volto-image-crop-widget": "^0.5.1",
42
42
  "@plone/components": "3.0.2"
43
43
  },