@kitconcept/core 1.0.0-beta.2 → 1.0.0-beta.4

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 CHANGED
@@ -1,7 +1,7 @@
1
- ## 1.0.0-beta.2 (2025-09-29)
1
+ ## 1.0.0-beta.4 (2025-10-07)
2
2
 
3
- ### Bugfix
3
+ ### Feature
4
4
 
5
- - Fixed CSS issue with top blocks. Upgrade to Volto 18.27.2 and VLT 7.1.0 @sneridagh
5
+ - Misc fixes. Update Plone 6.1.3, Volto 18.28.0, VLT 7.3.0. @sneridagh [#64](https://github.com/kitconcept/kitconcept-core/issue/64)
6
6
 
7
7
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,18 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 1.0.0-beta.4 (2025-10-07)
12
+
13
+ ### Feature
14
+
15
+ - Misc fixes. Update Plone 6.1.3, Volto 18.28.0, VLT 7.3.0. @sneridagh [#64](https://github.com/kitconcept/kitconcept-core/issue/64)
16
+
17
+ ## 1.0.0-beta.3 (2025-10-01)
18
+
19
+ ### Bugfix
20
+
21
+ - Added smartTextRenderer, fix icons in calendar, fix low res images in cards, fix regression in teasers in edit mode. @sneridagh
22
+
11
23
  ## 1.0.0-beta.2 (2025-09-29)
12
24
 
13
25
  ### Bugfix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/core",
3
- "version": "1.0.0-beta.2",
3
+ "version": "1.0.0-beta.4",
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,12 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "@plone-collective/volto-authomatic": "3.0.0-alpha.6",
40
- "@kitconcept/volto-light-theme": "7.1.0",
40
+ "@kitconcept/volto-light-theme": "7.3.0",
41
41
  "@mbarde/volto-image-crop-widget": "^0.5.1",
42
42
  "@plone/components": "3.0.2"
43
43
  },
44
44
  "peerDependencies": {
45
- "@plonegovbr/volto-social-media": "^2.0.0-alpha.8",
45
+ "@plonegovbr/volto-social-media": "^2.0.0-alpha.10",
46
46
  "react": "18.2.0",
47
47
  "react-dom": "18.2.0",
48
48
  "react-intl": "^3.12.1",