Skip to content

Commit 81fdeb9

Browse files
chore(release): prepare v2.13.0 (#77)
- Update CHANGELOG.md - Add arc-localization skill and Quality/localization.md
1 parent d225cbb commit 81fdeb9

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to ARCKnowledge will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.13.0] - 2026-03-25
9+
10+
### Added
11+
- **`/arc-localization` skill** (`.claude/skills/arc-localization/`) — Localization standards for ARC Labs Studio apps and packages: in-app locale switching, String Catalogs, `nameKey` pattern for domain entities, `LocalizedStringKey` vs `String(localized:)`, navigation title localization, and `LanguageManager` pattern
12+
- **`Quality/localization.md`** — Comprehensive localization reference document covering String Catalogs, `nameKey` pattern, `LanguageManager`, and testing strategies
13+
14+
### Changed
15+
- **`Skills/skills-index.md`** — Added `arc-localization` skill entry
16+
17+
---
18+
819
## [2.12.0] - 2026-03-24
920

1021
### Added
@@ -301,6 +312,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
301312

302313
---
303314

315+
[2.13.0]: https://github.com/arclabs-studio/ARCKnowledge/compare/v2.12.0...v2.13.0
316+
[2.12.0]: https://github.com/arclabs-studio/ARCKnowledge/compare/v2.11.0...v2.12.0
317+
[2.11.0]: https://github.com/arclabs-studio/ARCKnowledge/compare/v2.10.0...v2.11.0
318+
[2.10.0]: https://github.com/arclabs-studio/ARCKnowledge/compare/v2.9.0...v2.10.0
319+
[2.9.0]: https://github.com/arclabs-studio/ARCKnowledge/compare/v2.8.0...v2.9.0
320+
[2.8.0]: https://github.com/arclabs-studio/ARCKnowledge/compare/v2.7.0...v2.8.0
321+
[2.7.0]: https://github.com/arclabs-studio/ARCKnowledge/compare/v2.6.0...v2.7.0
304322
[2.6.0]: https://github.com/arclabs-studio/ARCKnowledge/compare/v2.5.0...v2.6.0
305323
[2.5.0]: https://github.com/arclabs-studio/ARCKnowledge/compare/v2.4.0...v2.5.0
306324
[2.4.0]: https://github.com/arclabs-studio/ARCKnowledge/compare/v2.3.0...v2.4.0

0 commit comments

Comments
 (0)