← back to Dw Domain Fleet
chore: v1.0.2 (TK-11470 session close)
cbc272cfae6e2667e2f44ecd420eb3392170607a · 2026-09-12 07:22:48 -0700 · Steve Abrams
Session shipped a bug fix (dead catalog sort control) plus a test artifact, so
semver patch. No lint autofixes applied — repo configures no eslint/biome, and
both review passes came back with no blocking findings.
The one real finding (a dead store in the pageshow handler that both reviewers
caught independently) was deliberately NOT applied here: shared/render.js is
live in production and deploy-fleet.sh rsyncs the working tree, so editing it
would only widen the prod/local gap. Handed to TK-11535, which is already
touching that file and has to redeploy anyway.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Files touched
M package-lock.jsonM package.json
Diff
commit cbc272cfae6e2667e2f44ecd420eb3392170607a
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Sat Sep 12 07:22:48 2026 -0700
chore: v1.0.2 (TK-11470 session close)
Session shipped a bug fix (dead catalog sort control) plus a test artifact, so
semver patch. No lint autofixes applied — repo configures no eslint/biome, and
both review passes came back with no blocking findings.
The one real finding (a dead store in the pageshow handler that both reviewers
caught independently) was deliberately NOT applied here: shared/render.js is
live in production and deploy-fleet.sh rsyncs the working tree, so editing it
would only widen the prod/local gap. Handed to TK-11535, which is already
touching that file and has to redeploy anyway.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
---
package-lock.json | 4 ++--
package.json | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index a7b78b8..30e7cb7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "dw-domain-fleet",
- "version": "1.0.1",
+ "version": "1.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dw-domain-fleet",
- "version": "1.0.1",
+ "version": "1.0.2",
"dependencies": {
"express": "^4.21.0",
"express-rate-limit": "^7.4.0",
diff --git a/package.json b/package.json
index 293cf80..5a9d69b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "dw-domain-fleet",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Shared parameterized microsite server for 66 DW-family domains",
"main": "server.js",
"scripts": {
← 35ab401 TK-11535: encode sort in pager() href — close the unescaped-
·
back to Dw Domain Fleet
·
TK-11538: guard gridControls() localStorage with try/catch ( 8be45e2 →