Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/package-readme-h1-taglines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@jayoncode/browser-lifecycle": patch
"@jayoncode/form-intelligence": patch
"@jayoncode/object-diff": patch
"@jayoncode/storage": patch
---

Align npm and GitHub package README titles with the final positioning line in each H1 (for example, `Object Diff — Typed, framework-agnostic object diffing for modern web apps.`), while keeping each product slogan under the heading.
2 changes: 1 addition & 1 deletion packages/browser-lifecycle/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Browser Lifecycle
# Browser Lifecycle — Typed, framework-agnostic browser session lifecycle for modern web apps.

**Observe browser state. Derive session intelligence. React with confidence.**

Expand Down
2 changes: 1 addition & 1 deletion packages/form-intelligence/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Form Intelligence
# Form Intelligence — Typed, headless form workflows for modern web apps.

**Declare the workflow. Keep the markup. Submit with confidence.**

Expand Down
2 changes: 1 addition & 1 deletion packages/object-diff/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Object Diff
# Object Diff — Typed, framework-agnostic object diffing for modern web apps.

**Stop guessing what changed. Get paths, patches, and review-ready output.**

Expand Down
2 changes: 1 addition & 1 deletion packages/storage/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Storage
# Storage — Typed, framework-agnostic client-side storage for modern web apps.

**Namespace it. Expire it. Upgrade it — without localStorage glue.**

Expand Down