@kitconcept/core 1.0.0-alpha.30 → 1.0.0-alpha.31

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,11 +1,7 @@
1
- ## 1.0.0-alpha.30 (2025-09-18)
2
-
3
- ### Feature
4
-
5
- - Transfer core features from intranet distribution to here: TTWCustomCSS and TTWBlocksConfig. @sneridagh [#53](https://github.com/kitconcept/kitconcept-core/issue/53)
1
+ ## 1.0.0-alpha.31 (2025-09-24)
6
2
 
7
3
  ### Bugfix
8
4
 
9
- - Better buttons in slider add item. Refresh content button in slider. @sneridagh
5
+ - Update to @kitconcept/volto-light-theme 7.0.0-beta.7. @davisagli
10
6
 
11
7
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,12 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 1.0.0-alpha.31 (2025-09-24)
12
+
13
+ ### Bugfix
14
+
15
+ - Update to @kitconcept/volto-light-theme 7.0.0-beta.7. @davisagli
16
+
11
17
  ## 1.0.0-alpha.30 (2025-09-18)
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.30",
3
+ "version": "1.0.0-alpha.31",
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-beta.5",
40
+ "@kitconcept/volto-light-theme": "7.0.0-beta.7",
41
41
  "@mbarde/volto-image-crop-widget": "^0.5.1",
42
42
  "@plone/components": "3.0.2"
43
43
  },