Update Changeset config to link create-hydrogen to dependencies #1942
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Follow up to #1873 — instead of installing
latest
, this links thecreate-hydrogen
package to other packages it depends on.We don't bump create-hydrogen's version that often because it's so simple, so it can get out of sync with other packages, even though it should basically always be installing the latest dependencies.
Linking the packages in Changesets means create-hydrogen will always get bumped when one of its dependencies does, which should lead to the expected behavior.
I'm linking these packages because they're the ones that are included in
![image](https://private-user-images.githubusercontent.com/547470/319657123-5e18981a-70d8-4744-b2cb-71ef3e0104d8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMzE3NDEsIm5iZiI6MTczOTEzMTQ0MSwicGF0aCI6Ii81NDc0NzAvMzE5NjU3MTIzLTVlMTg5ODFhLTcwZDgtNDc0NC1iMmNiLTcxZWYzZTAxMDRkOC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQyMDA0MDFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wZDhiMzI0YzQyOWE5ZWQwNzFjZjYxNDAxZDhkY2FlOTQ1NThhZTUyYjM1YjFlYzk2YjJmMjllZjFiMmU5Y2ZiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.DkMHjD7Dgkw9pxTOR_lCfq5MB4tncg7_Zle3V2E6F-A)
@next
releases and create-hydrogen should always be up to date for testing purposes.