@kitconcept/core 1.0.0-beta.6 → 1.0.0
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 -3
- package/CHANGELOG.md +16 -0
- package/package.json +2 -2
package/.changelog.draft
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
## 1.0.0
|
|
1
|
+
## 1.0.0 (2025-11-17)
|
|
2
|
+
|
|
3
|
+
### Bugfix
|
|
4
|
+
|
|
5
|
+
- Several fixes. Use vlt7.6.2. @sneridagh
|
|
2
6
|
|
|
3
7
|
### Internal
|
|
4
8
|
|
|
5
|
-
-
|
|
6
|
-
Several fixes including File in listings missing pipe - Update to VLT 7.5.1 @sneridagh
|
|
9
|
+
- Release k.core 1.0.0 @sneridagh
|
|
7
10
|
|
|
8
11
|
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,22 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 1.0.0 (2025-11-17)
|
|
12
|
+
|
|
13
|
+
### Bugfix
|
|
14
|
+
|
|
15
|
+
- Several fixes. Use vlt7.6.2. @sneridagh
|
|
16
|
+
|
|
17
|
+
### Internal
|
|
18
|
+
|
|
19
|
+
- Release k.core 1.0.0 @sneridagh
|
|
20
|
+
|
|
21
|
+
## 1.0.0-beta.7 (2025-11-04)
|
|
22
|
+
|
|
23
|
+
### Bugfix
|
|
24
|
+
|
|
25
|
+
- Several bugfixes. @sneridagh
|
|
26
|
+
|
|
11
27
|
## 1.0.0-beta.6 (2025-10-31)
|
|
12
28
|
|
|
13
29
|
### Internal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitconcept/core",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
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.6",
|
|
40
|
-
"@kitconcept/volto-light-theme": "7.
|
|
40
|
+
"@kitconcept/volto-light-theme": "7.6.2",
|
|
41
41
|
"@mbarde/volto-image-crop-widget": "^0.5.1"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|