mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 04:22:12 +00:00
[frameworks] Add "(v1)" suffix to "hydrogen" preset (#10320)
Now that the "remix" preset should be used for Hydrogen v2, it's not very clear that the "hydrogen" preset is only meant to be used for Hydrogen v1. So add clarification in the "name" of the "hydrogen" preset to help remedy that.
This commit is contained in:
5
.changeset/sour-ghosts-repair.md
Normal file
5
.changeset/sour-ghosts-repair.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@vercel/frameworks': patch
|
||||
---
|
||||
|
||||
Add "(v1)" suffix to "hydrogen" preset
|
||||
@@ -1691,7 +1691,7 @@ export const frameworks = [
|
||||
defaultVersion: '0.13.0', // Must match the build image
|
||||
},
|
||||
{
|
||||
name: 'Hydrogen',
|
||||
name: 'Hydrogen (v1)',
|
||||
slug: 'hydrogen',
|
||||
demo: 'https://hydrogen-template.vercel.app',
|
||||
logo: 'https://api-frameworks.vercel.sh/framework-logos/hydrogen.svg',
|
||||
|
||||
Reference in New Issue
Block a user