@kitconcept/core 1.0.0-alpha.5 → 1.0.0-alpha.6
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 +6 -5
- package/CHANGELOG.md +11 -0
- package/package.json +4 -4
package/.changelog.draft
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
## 1.0.0-alpha.
|
|
1
|
+
## 1.0.0-alpha.6 (2025-06-06)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### Breaking
|
|
4
4
|
|
|
5
|
-
-
|
|
5
|
+
- Use VLT 7a6. @sneridagh
|
|
6
6
|
|
|
7
|
-
###
|
|
7
|
+
### Internal
|
|
8
8
|
|
|
9
|
-
-
|
|
9
|
+
- Update volto-authomatic 3.0.0-alpha.3. Fixed CSS in login form. @sneridagh
|
|
10
|
+
- Use VLT 7a8. @sneridagh
|
|
10
11
|
|
|
11
12
|
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,17 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 1.0.0-alpha.6 (2025-06-06)
|
|
12
|
+
|
|
13
|
+
### Breaking
|
|
14
|
+
|
|
15
|
+
- Use VLT 7a6. @sneridagh
|
|
16
|
+
|
|
17
|
+
### Internal
|
|
18
|
+
|
|
19
|
+
- Update volto-authomatic 3.0.0-alpha.3. Fixed CSS in login form. @sneridagh
|
|
20
|
+
- Use VLT 7a8. @sneridagh
|
|
21
|
+
|
|
11
22
|
## 1.0.0-alpha.5 (2025-05-23)
|
|
12
23
|
|
|
13
24
|
### Feature
|
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.6",
|
|
4
4
|
"description": "Core setup for kitconcept GmbH distributions built on top of Plone",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"@kitconcept/volto-light-theme"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@plone-collective/volto-authomatic": "3.0.0-alpha.
|
|
38
|
-
"@kitconcept/volto-light-theme": "
|
|
37
|
+
"@plone-collective/volto-authomatic": "3.0.0-alpha.3",
|
|
38
|
+
"@kitconcept/volto-light-theme": "7.0.0-alpha.8",
|
|
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"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@types/react": "^18.3.12",
|
|
50
50
|
"@types/react-dom": "^18.3.1",
|
|
51
51
|
"release-it": "^18.1.2",
|
|
52
|
-
"@plone/types": "1.4.
|
|
52
|
+
"@plone/types": "1.4.5"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
|