From a2461765288ee43c1512f42413db4358d709e9a0 Mon Sep 17 00:00:00 2001 From: masuP9 Date: Sun, 15 Mar 2026 02:11:15 +0900 Subject: [PATCH] release: v0.3.0 Bump version for Astro 6 upgrade, Node.js 24 CI, and related changes. Co-Authored-By: Claude Opus 4.6 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e844dcfc..1dc1ffd9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "apg-patterns-examples", "type": "module", - "version": "0.2.2", + "version": "0.3.0", "private": false, "description": "Accessible UI components following WAI-ARIA APG patterns. Multi-framework implementations in React, Vue, Svelte, and Astro with documentation and tests.", "author": "masuP9",