@kitconcept/core 1.0.0-alpha.27 → 1.0.0-alpha.29
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 +1 -1
- package/CHANGELOG.md +8 -0
- package/package.json +4 -3
package/.changelog.draft
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,14 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 1.0.0-alpha.29 (2025-09-17)
|
|
12
|
+
|
|
13
|
+
## 1.0.0-alpha.28 (2025-09-16)
|
|
14
|
+
|
|
15
|
+
### Bugfix
|
|
16
|
+
|
|
17
|
+
- Fixed theme CSS properties injection in add/edit view. Several CSS fixes. Use VLT 7b4 and plonegovbr/social-media 2.0.0a8. @sneridagh
|
|
18
|
+
|
|
11
19
|
## 1.0.0-alpha.27 (2025-09-15)
|
|
12
20
|
|
|
13
21
|
## 1.0.0-alpha.26 (2025-09-15)
|
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.29",
|
|
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,13 +37,14 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@plone-collective/volto-authomatic": "3.0.0-alpha.4",
|
|
40
|
-
"@kitconcept/volto-light-theme": "7.0.0-beta.
|
|
40
|
+
"@kitconcept/volto-light-theme": "7.0.0-beta.4",
|
|
41
41
|
"@mbarde/volto-image-crop-widget": "^0.5.1",
|
|
42
42
|
"@plone/components": "3.0.2"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": "18.2.0",
|
|
46
|
-
"react-dom": "18.2.0"
|
|
46
|
+
"react-dom": "18.2.0",
|
|
47
|
+
"@plonegovbr/volto-social-media": "^2.0.0-alpha.8"
|
|
47
48
|
},
|
|
48
49
|
"devDependencies": {
|
|
49
50
|
"@plone/scripts": "^3.6.1",
|