-
Notifications
You must be signed in to change notification settings - Fork 828
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
Release 7.3.0 #220
Release 7.3.0 #220
Conversation
Fixing some build error problems
Changing the lerna version preference to locked
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.
Oh wow, so nice to see all of that utility code go away! ❤️
return c | ||
}) | ||
} | ||
|
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.
A lot of this removal was taken care of in the svgo file changes above ☝️
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.
Looks good! 👍
@@ -6,5 +6,5 @@ | |||
"lib/octicons_helper", | |||
"lib/jekyll-octicons" | |||
], | |||
"version": "independent" | |||
"version": "7.3.0" |
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.
Does this get auto updated by lerna or do we have to manually update it?
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.
Move constants on top of relevant function in generate.go. This should make the code more readable. Follows primer/octicons#220.
This is a release for Octicons 7.3.0. It adds a new icon, fixes a broken heart, and changes lerna versioning strategy to fixed.
Changelog
Fix for heart icon Fixing jagged heart icon 💔 #211
Closes bugfix #197: broken heart #198
Closes Fix heart icon #197
Adding an archive icon created by @colinkeany
Fixes Octicon request: Archived repo #182
Fixed versioning strategy Changing the lerna version preference to locked #208