@kitconcept/core 1.0.0-beta.4 → 1.0.0-beta.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 +4 -3
- package/CHANGELOG.md +13 -0
- package/package.json +4 -6
package/.changelog.draft
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
## 1.0.0-beta.
|
|
1
|
+
## 1.0.0-beta.6 (2025-10-31)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### Internal
|
|
4
4
|
|
|
5
|
-
-
|
|
5
|
+
- Several fixes - Update Volto to 18.29.0.
|
|
6
|
+
Several fixes including File in listings missing pipe - Update to VLT 7.5.1 @sneridagh
|
|
6
7
|
|
|
7
8
|
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,19 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 1.0.0-beta.6 (2025-10-31)
|
|
12
|
+
|
|
13
|
+
### Internal
|
|
14
|
+
|
|
15
|
+
- Several fixes - Update Volto to 18.29.0.
|
|
16
|
+
Several fixes including File in listings missing pipe - Update to VLT 7.5.1 @sneridagh
|
|
17
|
+
|
|
18
|
+
## 1.0.0-beta.5 (2025-10-08)
|
|
19
|
+
|
|
20
|
+
### Bugfix
|
|
21
|
+
|
|
22
|
+
- Update to Volto 18.28.1. @sneridagh
|
|
23
|
+
|
|
11
24
|
## 1.0.0-beta.4 (2025-10-07)
|
|
12
25
|
|
|
13
26
|
### Feature
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitconcept/core",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.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",
|
|
@@ -37,12 +37,10 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@plone-collective/volto-authomatic": "3.0.0-alpha.6",
|
|
40
|
-
"@kitconcept/volto-light-theme": "7.
|
|
41
|
-
"@mbarde/volto-image-crop-widget": "^0.5.1"
|
|
42
|
-
"@plone/components": "3.0.2"
|
|
40
|
+
"@kitconcept/volto-light-theme": "7.5.1",
|
|
41
|
+
"@mbarde/volto-image-crop-widget": "^0.5.1"
|
|
43
42
|
},
|
|
44
43
|
"peerDependencies": {
|
|
45
|
-
"@plonegovbr/volto-social-media": "^2.0.0-alpha.10",
|
|
46
44
|
"react": "18.2.0",
|
|
47
45
|
"react-dom": "18.2.0",
|
|
48
46
|
"react-intl": "^3.12.1",
|
|
@@ -57,7 +55,7 @@
|
|
|
57
55
|
"release-it": "^19.0.4",
|
|
58
56
|
"typescript": "^5.7.3",
|
|
59
57
|
"vitest": "^3.1.2",
|
|
60
|
-
"@plone/types": "1.
|
|
58
|
+
"@plone/types": "1.5.0"
|
|
61
59
|
},
|
|
62
60
|
"scripts": {
|
|
63
61
|
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
|