1
1
mirror of https://github.com/primer/css.git synced 2024-12-23 22:24:11 +03:00

Updating the changelog style to lerna-changelog output

This commit is contained in:
Jon Rohan 2017-11-09 16:18:48 -08:00
parent c6794cf953
commit 4ad1338e8d
4 changed files with 53 additions and 11 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ node_modules
build build
_site _site
*.lerna_backup *.lerna_backup
.changelog

View File

@ -1,17 +1,45 @@
# 10.0.0 # 10.0.0 (2017-11-10)
### Added #### :boom: Breaking Change
- New module `primer-subhead`. The Subhead is a simple header with a bottom border. It's designed to be used on settings and configuration pages. * [#379](https://github.com/primer/primer-css/pull/379) Deprecating primer-cards and form-cards. ([@jonrohan](https://github.com/jonrohan))
- Importing `.input-group` into `primer-forms` module.
- New module `primer-branch-name` "A nice, consistent way to display branch names."
### Removed #### :rocket: Enhancement
- Removing `primer-cards` module. * [#371](https://github.com/primer/primer-css/pull/371) Add .details-reset. ([@muan](https://github.com/muan))
- Removing `.form-cards` styles. * [#375](https://github.com/primer/primer-css/pull/375) New utilities & docs - fade out, hover grow, border white fade, responsive positioning, and circle. ([@sophshep](https://github.com/sophshep))
* [#383](https://github.com/primer/primer-css/pull/383) Add 'Popover' component. ([@brandonrosage](https://github.com/brandonrosage))
* [#377](https://github.com/primer/primer-css/pull/377) Refactor underline nav. ([@ampinsk](https://github.com/ampinsk))
* [#337](https://github.com/primer/primer-css/pull/337) Add marketing buttons to primer-marketing-buttons. ([@gladwearefriends](https://github.com/gladwearefriends))
* [#342](https://github.com/primer/primer-css/pull/342) Import Subhead component. ([@shawnbot](https://github.com/shawnbot))
* [#341](https://github.com/primer/primer-css/pull/341) Import branch-name component from github/github. ([@shawnbot](https://github.com/shawnbot))
### Changes #### :bug: Bug Fix
- Moving `primer-breadcrumb` from `primer-marketing` to `primer-core` * [#360](https://github.com/primer/primer-css/pull/360) Removing ::before ::after padding hack on markdown. ([@jonrohan](https://github.com/jonrohan))
- added `border-radius: 0` to `button` to account for updates in Chroma 62 macOS * [#320](https://github.com/primer/primer-css/pull/320) remove -webkit-text-decoration-skip override. ([@antons](https://github.com/antons))
* [#359](https://github.com/primer/primer-css/pull/359) Change markdown li break to handle Safari 10.x user stylesheet bug. ([@feministy](https://github.com/feministy))
* [#388](https://github.com/primer/primer-css/pull/388) [WIP] Button border-radius fix. ([@broccolini](https://github.com/broccolini))
* [#307](https://github.com/primer/primer-css/pull/307) Do not suppress opacity transition for tooltipped-no-delay. ([@astorije](https://github.com/astorije))
#### :house: Internal
* [#382](https://github.com/primer/primer-css/pull/382) Update Button docs. ([@JasonEtco](https://github.com/JasonEtco))
* [#390](https://github.com/primer/primer-css/pull/390) Updating storiesFromMarkdown to read in rails octicons helper and replace with react component. ([@jonrohan](https://github.com/jonrohan))
* [#389](https://github.com/primer/primer-css/pull/389) Publish alpha release any time we're not on a release branch or master. ([@jonrohan](https://github.com/jonrohan))
* [#384](https://github.com/primer/primer-css/pull/384) Adding a test to check for the current year in the license and source…. ([@jonrohan](https://github.com/jonrohan))
* [#374](https://github.com/primer/primer-css/pull/374) Improve Pull Request template. ([@agisilaos](https://github.com/agisilaos))
#### Committers: 13
- Agisilaos Tsaraboulidis ([agisilaos](https://github.com/agisilaos))
- Amanda Pinsker ([ampinsk](https://github.com/ampinsk))
- Anton Sotkov ([antons](https://github.com/antons))
- Brandon Rosage ([brandonrosage](https://github.com/brandonrosage))
- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends))
- Diana Mounter ([broccolini](https://github.com/broccolini))
- Jason Etcovitch ([JasonEtco](https://github.com/JasonEtco))
- Jon Rohan ([jonrohan](https://github.com/jonrohan))
- Jérémie Astori ([astorije](https://github.com/astorije))
- Mu-An ✌️ Chiou ([muan](https://github.com/muan))
- Shawn Allen ([shawnbot](https://github.com/shawnbot))
- Sophie Shepherd ([sophshep](https://github.com/sophshep))
- liz abinante! ([feministy](https://github.com/feministy))
# 9.6.0 # 9.6.0

View File

@ -4,5 +4,17 @@
"modules/*", "modules/*",
"tools/*" "tools/*"
], ],
"changelog": {
"repo": "primer/primer-css",
"labels": {
"Tag: Breaking Change": ":boom: Breaking Change",
"Tag: Enhancement": ":rocket: Enhancement",
"Tag: Bug Fix": ":bug: Bug Fix",
"Tag: Polish": ":nail_care: Polish",
"Tag: Documentation": ":memo: Documentation",
"Tag: Internal": ":house: Internal"
},
"cacheDir": ".changelog"
},
"version": "independent" "version": "independent"
} }

View File

@ -37,6 +37,7 @@
"html-to-react": "^1.2.11", "html-to-react": "^1.2.11",
"isomorphic-fetch": "^2.2.1", "isomorphic-fetch": "^2.2.1",
"lerna": "^2.4.0", "lerna": "^2.4.0",
"lerna-changelog": "^0.7.0",
"node-sass": "^4.5.3", "node-sass": "^4.5.3",
"npm-run-all": "^4.0.2", "npm-run-all": "^4.0.2",
"octicons": "^6.0.1", "octicons": "^6.0.1",