@kitconcept/core 1.0.0-alpha.12 → 1.0.0-alpha.13
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 +2 -5
- package/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/.changelog.draft
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
## 1.0.0-alpha.
|
|
1
|
+
## 1.0.0-alpha.13 (2025-07-17)
|
|
2
2
|
|
|
3
3
|
### Internal
|
|
4
4
|
|
|
5
|
-
-
|
|
6
|
-
Added `footer_main_logo_inversed` image field to kitconcept.footer behavior, and related frontend code.
|
|
7
|
-
Several fixes.
|
|
8
|
-
Update to VLT 7a14. @sneridagh
|
|
5
|
+
- Update VLT 7a15. @sneridagh
|
|
9
6
|
|
|
10
7
|
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitconcept/core",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.13",
|
|
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.3",
|
|
40
|
-
"@kitconcept/volto-light-theme": "7.0.0-alpha.
|
|
40
|
+
"@kitconcept/volto-light-theme": "7.0.0-alpha.15",
|
|
41
41
|
"@mbarde/volto-image-crop-widget": "^0.5.1",
|
|
42
42
|
"@plone/components": "3.0.2"
|
|
43
43
|
},
|