fix: Python 3.11 compatibility for f-string backslash

- Extract newline character to variable before using in f-string
- Fixes SyntaxError on Python 3.11 and earlier versions
- Synced fix to all 11 design_system.py locations
- Bump CLI version to 2.1.2

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Viet Tran
2026-01-20 19:44:30 +07:00
parent cc9eb6c1d1
commit b266aec441
12 changed files with 23 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "uipro-cli",
"version": "2.1.1",
"version": "2.1.2",
"description": "CLI to install UI/UX Pro Max skill for AI coding assistants",
"type": "module",
"bin": {