@kitconcept/core 1.0.2 → 1.0.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,3 @@
1
- ## 1.0.2 (2025-12-08)
2
-
3
- ### Internal
4
-
5
- - Update to VLT 7.6.5. @sneridagh
1
+ ## 1.0.4 (2026-01-13)
6
2
 
7
3
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,15 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 1.0.4 (2026-01-13)
12
+
13
+ ## 1.0.3 (2026-01-13)
14
+
15
+ ### Bugfix
16
+
17
+ - Fixed sticky menu cut off at the bottom on smaller screens @iRohitSingh
18
+ Fixed double navigation in cards that contains inner links in its body. @sneridagh
19
+
11
20
  ## 1.0.2 (2025-12-08)
12
21
 
13
22
  ### Internal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/core",
3
- "version": "1.0.2",
3
+ "version": "1.0.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,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.6.5",
40
+ "@kitconcept/volto-light-theme": "7.6.6",
41
41
  "@mbarde/volto-image-crop-widget": "^0.5.1"
42
42
  },
43
43
  "peerDependencies": {
@@ -55,7 +55,7 @@
55
55
  "release-it": "^19.0.4",
56
56
  "typescript": "^5.7.3",
57
57
  "vitest": "^3.1.2",
58
- "@plone/types": "1.5.1"
58
+ "@plone/types": "1.6.0"
59
59
  },
60
60
  "scripts": {
61
61
  "i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",