-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 12.0.0 #671
Release 12.0.0 #671
Conversation
BREAKING CHANGES: primer is now @primer/css
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.
Left some docs comments!
Co-Authored-By: shawnbot <shawn.allen@github.com>
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.
Big release! 🎉
Everything looks good. Ship it ⚡️
"lint": "stylelint --quiet --syntax scss src/**/*.scss", | ||
"lint-js": "eslint lib docs", | ||
"now-build": "next build", | ||
"now-start": "next start", |
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.
Could you make these consistent with the other repositories so that it's easier to jump in and contribute? Most of the other repos call this dev
, etc without the now
prefix
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 was hoping that these could be the new standard because it makes it possible for npm start
to do the right thing locally (run the dev server) and Now does its own thing. I've added an "alias" so that npm run dev
does the same thing as npm start
for now, though.
Primer Major Release
Version: 📦 12.0.0
Approximate release date: 📆 Feb 15, 2019
Docs preview: primer-css-release-12-0-0.now.sh
💥 Breaking Change
@primer/css
Reorganize the packages 🤘 #666 (see [Tracking] Package reorganization #653 for tracking)🚀 Enhancement
@primer/css/postcss.config
)primer-migrate
script for updating Sass import paths Add primer-migrate script #677🐛 Bug fix
btn-transparent
in marketing buttons Add btn-transparent back in #668📝 Documentation
DEVELOP.md
(see: todos)MIGRATING.md
README.md
RELEASING.md
🏠 Internal
Ship checklist
package.json
withnpm version
CHANGELOG.md
/cc @primer/ds-core