cat-framework-core 0.2.2 โ†’ 0.2.3

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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,16 @@ 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.2.3] โ€“ 2026-03-14
8
+
9
+ ### ๐Ÿ› Fixed
10
+ - Vercel SPA routing fix now included in release
11
+
12
+ ## [0.2.2] โ€“ 2026-03-14
13
+
14
+ ### ๐Ÿ› Fixed
15
+ - Added `vercel.json` with SPA rewrite rule โ€“ fixes 404 on direct navigation to `/docs`, `/blog` and other client-side routes
16
+
7
17
  ## [0.2.1] โ€“ 2026-03-14
8
18
 
9
19
  ### ๐Ÿงน Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-framework-core",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "CAT Core Framework โ€“ Modular component system for Bloomreach CMS",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",