-
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
Button border-radius fix #388
Conversation
CHANGELOG.md
Outdated
@@ -1,3 +1,8 @@ | |||
# 9.6.1 |
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 ok pushing this into 10, and working on getting that out soon.
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.
# 10.0.0
modules/primer-buttons/stories.js
Outdated
@@ -2,6 +2,9 @@ import React from 'react' | |||
import { storiesOf } from '@storybook/react' | |||
|
|||
storiesOf('Button', module) | |||
.add('button', () => ( | |||
<button>Button</button> |
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.
What's the purpose of this here? Wouldn't it be better if we put stories in primer-base
?
modules/primer-css/CHANGELOG.md
Outdated
@@ -0,0 +1,305 @@ | |||
# 9.6.1 |
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.
Don't put this file here, the build will publish the changelog. I think I might have done something wrong with the 9.6 release.
@@ -1,7 +1,7 @@ | |||
# Primer Stylelint Config | |||
|
|||
[![NPM version](http://img.shields.io/npm/v/stylelint-config-primer.svg)](https://www.npmjs.org/package/stylelint-config-primer) | |||
[![Build Status](https://travis-ci.org/primer/stylelint-config-primer.svg?branch=master)](https://travis-ci.org/primer/stylelint-config-primer) | |||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/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.
👍
@@ -22,6 +22,7 @@ | |||
"stylelint-selector-no-utility": "1.8.0" | |||
}, | |||
"devDependencies": { | |||
"ava": "^0.23.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.
We don't need this here, ava dependency is hoisted to the main package.json
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.
This one should be removed.
package.json
Outdated
"bump": "lerna publish --exact --skip-npm --since \"v$(npm info primer-css version)\"", | ||
"new-module": "script/new-module", | ||
"test": "lerna run test" | ||
}, | ||
"devDependencies": { | ||
"@storybook/addon-options": "^3.2.6", | ||
"@storybook/react": "^3.2.12", | ||
"ava": "^0.21.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.
this should stay, and be updated to ^0.23.0
@@ -22,6 +22,7 @@ | |||
"stylelint-selector-no-utility": "1.8.0" | |||
}, | |||
"devDependencies": { | |||
"ava": "^0.23.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.
This one should be removed.
CHANGELOG.md
Outdated
@@ -1,3 +1,8 @@ | |||
# 9.6.1 |
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.
# 10.0.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.
Fixes #387
In this pr:
border-radius: 0
to override the4px
border added since Chroma 62primer-stylelint-config
readme to point toprimer-css
PR in tested in github https://github.com/github/github/pull/81067
cc @primer/ds-core