@kitconcept/core 1.0.0-alpha.6 → 1.0.0-alpha.8
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 -7
- package/CHANGELOG.md +12 -0
- package/package.json +2 -2
package/.changelog.draft
CHANGED
|
@@ -1,12 +1,7 @@
|
|
|
1
|
-
## 1.0.0-alpha.
|
|
2
|
-
|
|
3
|
-
### Breaking
|
|
4
|
-
|
|
5
|
-
- Use VLT 7a6. @sneridagh
|
|
1
|
+
## 1.0.0-alpha.8 (2025-06-10)
|
|
6
2
|
|
|
7
3
|
### Internal
|
|
8
4
|
|
|
9
|
-
- Update
|
|
10
|
-
- Use VLT 7a8. @sneridagh
|
|
5
|
+
- Update to VLT 7a10. Fixes CSS styling Person Teaser top. @sneridagh
|
|
11
6
|
|
|
12
7
|
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,18 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 1.0.0-alpha.8 (2025-06-10)
|
|
12
|
+
|
|
13
|
+
### Internal
|
|
14
|
+
|
|
15
|
+
- Update to VLT 7a10. Fixes CSS styling Person Teaser top. @sneridagh
|
|
16
|
+
|
|
17
|
+
## 1.0.0-alpha.7 (2025-06-09)
|
|
18
|
+
|
|
19
|
+
### Internal
|
|
20
|
+
|
|
21
|
+
- Update to VLT 7a9 - Fixed Person Teaser CSS. @sneridagh
|
|
22
|
+
|
|
11
23
|
## 1.0.0-alpha.6 (2025-06-06)
|
|
12
24
|
|
|
13
25
|
### Breaking
|
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.8",
|
|
4
4
|
"description": "Core setup for kitconcept GmbH distributions built on top of Plone",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@plone-collective/volto-authomatic": "3.0.0-alpha.3",
|
|
38
|
-
"@kitconcept/volto-light-theme": "7.0.0-alpha.
|
|
38
|
+
"@kitconcept/volto-light-theme": "7.0.0-alpha.10",
|
|
39
39
|
"@mbarde/volto-image-crop-widget": "^0.5.1",
|
|
40
40
|
"@kitconcept/volto-banner-block": "^1.0.1",
|
|
41
41
|
"@plone/components": "3.0.2"
|