@kitconcept/core 1.0.3 → 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,8 +1,3 @@
1
- ## 1.0.3 (2026-01-13)
2
-
3
- ### Bugfix
4
-
5
- - Fixed sticky menu cut off at the bottom on smaller screens @iRohitSingh
6
- Fixed double navigation in cards that contains inner links in its body. @sneridagh
1
+ ## 1.0.4 (2026-01-13)
7
2
 
8
3
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,8 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 1.0.4 (2026-01-13)
12
+
11
13
  ## 1.0.3 (2026-01-13)
12
14
 
13
15
  ### Bugfix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitconcept/core",
3
- "version": "1.0.3",
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",