From a23a8d96e443ce18f3ab05031221e781f5cade27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 06:43:50 +0000 Subject: [PATCH] chore(main): release agentfiles 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 16574b4..92d0070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.4.0](https://github.com/ohing504/agentfiles/compare/agentfiles-v0.3.0...agentfiles-v0.4.0) (2026-03-20) + + +### Features + +* **i18n:** complete i18n coverage for all hardcoded UI strings ([#25](https://github.com/ohing504/agentfiles/issues/25)) ([c72bd5e](https://github.com/ohing504/agentfiles/commit/c72bd5e566e9a82db4591d61aaf6a9e1b827e7c7)) +* **skills:** display commands in skills panel with icon distinction and namespace grouping ([#29](https://github.com/ohing504/agentfiles/issues/29)) ([aecdf0f](https://github.com/ohing504/agentfiles/commit/aecdf0fec8043d22c58f5fdc586333a6c073a3fe)) + + +### Bug Fixes + +* **a11y:** resolve hydration and accessibility console errors ([#27](https://github.com/ohing504/agentfiles/issues/27)) ([6131946](https://github.com/ohing504/agentfiles/commit/6131946312f4d9d7ce69b0a0c380c85da4705003)) +* **settings:** add back button to settings page header ([#28](https://github.com/ohing504/agentfiles/issues/28)) ([bb6669b](https://github.com/ohing504/agentfiles/commit/bb6669b023ca142dd28404c3f76535acd92744e9)) +* **subagent:** move Zod schema inside component to fix paraglide init timing ([#37](https://github.com/ohing504/agentfiles/issues/37)) ([be21680](https://github.com/ohing504/agentfiles/commit/be21680b3f25dfc30f53ecc242f3fa541d98d188)) +* **theme:** resolve SSR hydration mismatch for dark mode persistence ([#26](https://github.com/ohing504/agentfiles/issues/26)) ([fde0cd4](https://github.com/ohing504/agentfiles/commit/fde0cd4a48a0348ca4e9c5f663aae78bcd247368)) +* **ui:** improve detail panel header alignment and button consistency ([#23](https://github.com/ohing504/agentfiles/issues/23)) ([e74ebd6](https://github.com/ohing504/agentfiles/commit/e74ebd68862b89a220768e94547dc76d8ddef9f7)) + ## [0.3.0](https://github.com/ohing504/agentfiles/compare/agentfiles-v0.2.0...agentfiles-v0.3.0) (2026-03-16) diff --git a/package.json b/package.json index e9308ea..6b8a512 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@ohing504/agentfiles", "type": "module", "packageManager": "pnpm@10.32.1", - "version": "0.3.0", + "version": "0.4.0", "description": "Discover, understand, and manage your AI agent workflows", "author": "Youngsup Oh", "license": "MIT",