@kitconcept/core 1.0.0-alpha.20 → 1.0.0-alpha.22
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 +3 -3
- package/CHANGELOG.md +12 -0
- package/package.json +2 -2
package/.changelog.draft
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,18 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 1.0.0-alpha.22 (2025-09-04)
|
|
12
|
+
|
|
13
|
+
### Bugfix
|
|
14
|
+
|
|
15
|
+
- Fix person grid teasers in edit mode. Update VLT 7a27. @sneridagh
|
|
16
|
+
|
|
17
|
+
## 1.0.0-alpha.21 (2025-09-03)
|
|
18
|
+
|
|
19
|
+
### Bugfix
|
|
20
|
+
|
|
21
|
+
- Fix image widget and new slider variant. Update to VLT 7a26. @sneridagh
|
|
22
|
+
|
|
11
23
|
## 1.0.0-alpha.20 (2025-09-03)
|
|
12
24
|
|
|
13
25
|
### Internal
|
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.22",
|
|
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.
|
|
40
|
+
"@kitconcept/volto-light-theme": "7.0.0-alpha.27",
|
|
41
41
|
"@mbarde/volto-image-crop-widget": "^0.5.1",
|
|
42
42
|
"@plone/components": "3.0.2"
|
|
43
43
|
},
|