-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: lower case hash #856
Conversation
🦋 Changeset detectedLatest commit: 369fb4b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
831d055
to
8e1d79e
Compare
8e1d79e
to
060de32
Compare
@@ -0,0 +1,5 @@ | |||
--- | |||
'@astrojs/compiler': patch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably should be major
I guess, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really don't know to be honest. If users rely on this, then yes it makes sense.
What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idk, always have a hard time judging these grey-area changes. Happy with whatever @natemoo-re thinks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just to figure out patch vs. minor vs. major
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm thinking it's a major just since all of our tests needed to be updated. Seems silly, but it is technically breaking.
Thank you. I updated the changelog, to give a better explanation. |
Changes
This PR changes the hash emitted by the compiler, by making it lower-case.
Testing
I updated all the test cases. The current CI should pass.
Docs
Internal change, is not needed