Skip to content

Commit 7bfa7d0

Browse files
itsjustrileyclaude
andcommitted
fix: remove skeleton-only entries from changelog
Per review feedback, changelog entries that only affect the skeleton template and won't impact existing storefronts should not be included. Removes gift card accessibility, robots.txt defaults, and store linking notice entries from 2026.1.1 and 2026.1.2. Updates release titles to reflect remaining content. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 36006ff commit 7bfa7d0

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

docs/changelog.json

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"features": []
6464
},
6565
{
66-
"title": "Accessibility, CLI, and template improvements",
66+
"title": "CLI and auth improvements",
6767
"version": "2026.1.2",
6868
"date": "2026-03-13",
6969
"hash": "f3b9b4fef8ea1bc60544132051f97346f29c6b2d",
@@ -77,24 +77,12 @@
7777
"@shopify/hydrogen"
7878
],
7979
"fixes": [
80-
{
81-
"title": "Improve gift card accessibility in skeleton template",
82-
"info": "Enhanced accessibility of gift card components in the default skeleton template for better screen reader support.",
83-
"pr": "https://github.com/Shopify/hydrogen/pull/3518",
84-
"id": "3518"
85-
},
8680
{
8781
"title": "Improved local Customer Account OAuth errors",
8882
"info": "In development, if you are not on a *.tryhydrogen.dev tunnel URL, Hydrogen now shows clear guidance to run shopify hydrogen dev --customer-account-push and continue from the tunnel URL.",
8983
"pr": "https://github.com/Shopify/hydrogen/pull/3504",
9084
"id": "3504"
9185
},
92-
{
93-
"title": "Update robots.txt defaults in skeleton template",
94-
"info": "Removed disallow rules specific to Shopify themes that are not part of a new Hydrogen app by default, reducing confusion when reviewing or customizing robots rules.",
95-
"pr": "https://github.com/Shopify/hydrogen/pull/3526",
96-
"id": "3526"
97-
},
9886
{
9987
"title": "Fix --package-manager flag being ignored",
10088
"info": "Projects now correctly use the specified package manager when --install-deps is explicitly passed.",
@@ -111,7 +99,7 @@
11199
"features": []
112100
},
113101
{
114-
"title": "Security, vulnerability, and template improvements",
102+
"title": "Security and dependency updates",
115103
"version": "2026.1.1",
116104
"date": "2026-02-26",
117105
"hash": "6c966328355bde1301cdfe6117a088213e3a442f",
@@ -160,12 +148,6 @@
160148
"info": "Route scaffolding now runs automatically during hydrogen init. The --routes flag and confirmation prompt have been removed since routes are always generated.",
161149
"pr": "https://github.com/Shopify/hydrogen/pull/3448",
162150
"id": "3448"
163-
},
164-
{
165-
"title": "Add store linking notice in skeleton template",
166-
"info": "Added a notice with relevant information on how to link a store in case there is no store linked yet.",
167-
"pr": "https://github.com/Shopify/hydrogen/pull/3448",
168-
"id": "3448"
169151
}
170152
],
171153
"features": []

0 commit comments

Comments
 (0)