@kitconcept/core 1.0.0-beta.6 → 2.0.0-alpha.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 CHANGED
@@ -1,8 +1,7 @@
1
- ## 1.0.0-beta.6 (2025-10-31)
1
+ ## 2.0.0-alpha.0 (2025-11-04)
2
2
 
3
3
  ### Internal
4
4
 
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
5
+ - Use Volto 19.0.0a3, vlt 8a3. @sneridagh
7
6
 
8
7
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,18 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 2.0.0-alpha.0 (2025-11-04)
12
+
13
+ ### Internal
14
+
15
+ - Use Volto 19.0.0a3, vlt 8a3. @sneridagh
16
+
17
+ ## 1.0.0-beta.7 (2025-11-04)
18
+
19
+ ### Bugfix
20
+
21
+ - Several bugfixes. @sneridagh
22
+
11
23
  ## 1.0.0-beta.6 (2025-10-31)
12
24
 
13
25
  ### Internal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/core",
3
- "version": "1.0.0-beta.6",
3
+ "version": "2.0.0-alpha.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",
@@ -19,25 +19,9 @@
19
19
  "publishConfig": {
20
20
  "access": "public"
21
21
  },
22
- "addons": [
23
- "@eeacms/volto-accordion-block",
24
- "@kitconcept/volto-banner-block",
25
- "@kitconcept/volto-button-block",
26
- "@kitconcept/volto-carousel-block",
27
- "@kitconcept/volto-heading-block",
28
- "@kitconcept/volto-highlight-block",
29
- "@kitconcept/volto-introduction-block",
30
- "@kitconcept/volto-logos-block",
31
- "@kitconcept/volto-separator-block",
32
- "@kitconcept/volto-slider-block",
33
- "@mbarde/volto-image-crop-widget",
34
- "@plonegovbr/volto-social-media",
35
- "@plone-collective/volto-authomatic",
36
- "@kitconcept/volto-light-theme"
37
- ],
38
22
  "dependencies": {
39
23
  "@plone-collective/volto-authomatic": "3.0.0-alpha.6",
40
- "@kitconcept/volto-light-theme": "7.5.1",
24
+ "@kitconcept/volto-light-theme": "^8.0.0-alpha.3",
41
25
  "@mbarde/volto-image-crop-widget": "^0.5.1"
42
26
  },
43
27
  "peerDependencies": {
@@ -55,7 +39,7 @@
55
39
  "release-it": "^19.0.4",
56
40
  "typescript": "^5.7.3",
57
41
  "vitest": "^3.1.2",
58
- "@plone/types": "1.5.0"
42
+ "@plone/types": "2.0.0-alpha.8"
59
43
  },
60
44
  "scripts": {
61
45
  "i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",