docs: release v1.20.1 — fix CI lint errors
This commit is contained in:
@@ -615,7 +615,8 @@
|
|||||||
## Item #58
|
## Item #58
|
||||||
- **Date:** 2026-02-13
|
- **Date:** 2026-02-13
|
||||||
- **Priority:** high
|
- **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
|
- **Description:** Fix CI lint errors blocking ALL release workflows since v1.14.0
|
||||||
- 4 ESLint errors cause every release.yml run to fail:
|
- 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.
|
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.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pinchchat",
|
"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.",
|
"description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user