Skip to content

Commit 32fc42e

Browse files
AlbertHsuclaude
authored andcommitted
chore(release): 5.0.0-beta.10
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4266048 commit 32fc42e

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
99

1010
## [Unreleased]
1111

12+
## [5.0.0-beta.10] - 2026-02-11
13+
14+
### Added
15+
- **Commit Language Directive**: Integration files now include commit message language instructions, ensuring AI tools always know the expected language even without `commit-message.ai.yaml`
16+
- **Config i18n**: Trilingual translations (en/zh-tw/zh-cn) for vibe coding presets and config preferences UI
17+
18+
### Fixed
19+
- **Config Language Detection**: `uds config` now auto-detects UI language from project manifest, matching `uds configure` behavior
20+
- **Documentation Integrity**: Skip reference sync section when no Reference markers exist
21+
- **Broken Links**: Fix 153 broken markdown links across 212 files
22+
23+
### Changed
24+
- **Documentation Integrity Checker**: New script with 4 sub-checks for pre-release validation
25+
- **Commands Sync Checker**: New script integrated into pre-release checks
26+
1227
## [5.0.0-beta.9] - 2026-02-10
1328

1429
### Added

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "universal-dev-standards",
3-
"version": "5.0.0-beta.9",
3+
"version": "5.0.0-beta.10",
44
"description": "CLI tool for adopting Universal Development Standards",
55
"keywords": [
66
"documentation",

cli/standards-registry.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"version": "5.0.0-beta.9",
3+
"version": "5.0.0-beta.10",
44
"lastUpdated": "2026-02-09",
55
"description": "Standards registry for universal-dev-standards with integrated skills and AI-optimized formats",
66
"formats": {
@@ -48,14 +48,14 @@
4848
"standards": {
4949
"name": "universal-dev-standards",
5050
"url": "https://github.com/AsiaOstrich/universal-dev-standards",
51-
"version": "5.0.0-beta.9"
51+
"version": "5.0.0-beta.10"
5252
},
5353
"skills": {
5454
"name": "universal-dev-standards",
5555
"url": "https://github.com/AsiaOstrich/universal-dev-standards",
5656
"localPath": "skills",
5757
"rawUrl": "https://raw.githubusercontent.com/AsiaOstrich/universal-dev-standards/main/skills",
58-
"version": "5.0.0-beta.9",
58+
"version": "5.0.0-beta.10",
5959
"note": "Skills are now included in the main repository under skills/"
6060
}
6161
},

0 commit comments

Comments
 (0)