cat-framework-core 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
 
7
+ ## [0.3.1] – 2026-03-14
8
+
9
+ ### 🧹 Changed
10
+ - **Startseite**: Komponenten-Sektion durch kompakten Teaser ersetzt – 8 Komponenten als Icon-Grid mit Link zur Dokumentation
11
+ - **FAQ**: CAT steht jetzt für „Corporate Identity (CI) Approved Technology"
12
+ - **CI/CD**: Version-Bump aus Git-Tag wird automatisch zurück ins Repo committed
13
+
7
14
  ## [0.3.0] – 2026-03-14
8
15
 
9
16
  ### 🚀 Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-framework-core",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "CAT Core Framework – Modular component system for Bloomreach CMS",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",