docs: release v1.20.1 — fix CI lint errors

This commit is contained in:
Nicolas Varrot
2026-02-13 00:13:41 +00:00
parent 73a46f3ba7
commit 62663e1ac9
2 changed files with 3 additions and 2 deletions

View File

@@ -615,7 +615,8 @@
## Item #58
- **Date:** 2026-02-13
- **Priority:** high
- **Status:** pending
- **Status:** done
- **Completed:** 2026-02-13 — commit `73a46f3`
- **Description:** Fix CI lint errors blocking ALL release workflows since v1.14.0
- 4 ESLint errors cause every release.yml run to fail:
1. ThemeContext.tsx: exports useTheme hook alongside Provider component → react-refresh/only-export-components. Fix: move useTheme to a separate file or use eslint-disable.

View File

@@ -1,6 +1,6 @@
{
"name": "pinchchat",
"version": "1.20.0",
"version": "1.20.1",
"description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.",
"type": "module",
"repository": {