Skip to content
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

Dev branch for new release #243

Merged
merged 9 commits into from Jul 10, 2017
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -13,10 +13,10 @@ The Primer CSS repo is managed as a monorepo that is composed of many npm packag

| Package | Version |
|---|---|
| **[primer-css](/packages/primer-css)** <br />Includes all 23 packages | [![npm](http://img.shields.io/npm/v/primer-css.svg)](https://www.npmjs.com/package/primer-css) |
| [primer-core](/packages/primer-core) | [![npm](http://img.shields.io/npm/v/primer-core.svg)](https://www.npmjs.com/package/primer-core) |
| [primer-product](/packages/primer-product) | [![npm](http://img.shields.io/npm/v/primer-product.svg)](https://www.npmjs.com/package/primer-product) |
| [primer-marketing](/packages/primer-marketing) | [![npm](http://img.shields.io/npm/v/primer-marketing.svg)](https://www.npmjs.com/package/primer-marketing) |
| **[primer-css](/modules/primer-css)** <br />Includes all 23 packages | [![npm](http://img.shields.io/npm/v/primer-css.svg)](https://www.npmjs.com/package/primer-css) |
| [primer-core](/modules/primer-core) | [![npm](http://img.shields.io/npm/v/primer-core.svg)](https://www.npmjs.com/package/primer-core) |
| [primer-product](/modules/primer-product) | [![npm](http://img.shields.io/npm/v/primer-product.svg)](https://www.npmjs.com/package/primer-product) |
| [primer-marketing](/modules/primer-marketing) | [![npm](http://img.shields.io/npm/v/primer-marketing.svg)](https://www.npmjs.com/package/primer-marketing) |

## Install

Expand Down Expand Up @@ -49,7 +49,7 @@ Then, you would import the module with:
Or, while you're figuring out which modules you need, you can import them directly from the `primer-css` [`packages` directory](./packages) like so:

```scss
@import "primer-css/packages/primer-navigation/index.css";
@import "primer-css/modules/primer-navigation/index.css";
```


Expand Down
6 changes: 3 additions & 3 deletions modules/primer-alerts/package.json
@@ -1,5 +1,5 @@
{
"version": "1.1.7",
"version": "1.1.8",
"name": "primer-alerts",
"description": "Flash messages, or alerts, inform users of successful or pending actions.",
"homepage": "http://primercss.io/",
Expand All @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-alerts",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-alerts",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand All @@ -22,7 +22,7 @@
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
},
"dependencies": {
"primer-support": "^4.0.6"
"primer-support": "^4.0.7"
},
"devDependencies": {
"primer-module-build": "*",
Expand Down
6 changes: 3 additions & 3 deletions modules/primer-avatars/package.json
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.2",
"name": "primer-avatars",
"description": "Basic styles for user profile avatars.",
"homepage": "http://primercss.io/",
Expand All @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-avatars",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-avatars",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand All @@ -22,7 +22,7 @@
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
},
"dependencies": {
"primer-support": "^4.0.6"
"primer-support": "^4.0.7"
},
"devDependencies": {
"primer-module-build": "*",
Expand Down
6 changes: 3 additions & 3 deletions modules/primer-base/package.json
@@ -1,5 +1,5 @@
{
"version": "1.1.4",
"version": "1.1.5",
"name": "primer-base",
"description": "CSS to reset the browsers default styles",
"homepage": "http://primercss.io/",
Expand All @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-base",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-base",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand All @@ -22,7 +22,7 @@
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
},
"dependencies": {
"primer-support": "^4.0.6"
"primer-support": "^4.0.7"
},
"devDependencies": {
"primer-module-build": "*",
Expand Down
6 changes: 3 additions & 3 deletions modules/primer-blankslate/package.json
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.2",
"name": "primer-blankslate",
"description": "Blankslates are for when there is a lack of content within a page or section.",
"homepage": "http://primercss.io/",
Expand All @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-blankslate",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-blankslate",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand All @@ -22,7 +22,7 @@
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
},
"dependencies": {
"primer-support": "^4.0.6"
"primer-support": "^4.0.7"
},
"devDependencies": {
"primer-module-build": "*",
Expand Down
6 changes: 3 additions & 3 deletions modules/primer-box/package.json
@@ -1,5 +1,5 @@
{
"version": "2.1.7",
"version": "2.1.8",
"name": "primer-box",
"description": "A module for creating rounded-corner boxes with options for headers, lists, and footers.",
"homepage": "http://primercss.io/",
Expand All @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-box",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-box",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand All @@ -22,7 +22,7 @@
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
},
"dependencies": {
"primer-support": "^4.0.6"
"primer-support": "^4.0.7"
},
"devDependencies": {
"primer-module-build": "*",
Expand Down
8 changes: 4 additions & 4 deletions modules/primer-breadcrumb/package.json
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.2",
"name": "primer-breadcrumb",
"description": "Breadcrumb navigation for pages with parents / grandparents.",
"homepage": "http://primercss.io/",
Expand All @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-breadcrumb",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-breadcrumb",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand All @@ -22,8 +22,8 @@
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
},
"dependencies": {
"primer-marketing-support": "^1.0.1",
"primer-support": "^4.0.6"
"primer-marketing-support": "^1.0.2",
"primer-support": "^4.0.7"
},
"devDependencies": {
"primer-module-build": "*",
Expand Down
6 changes: 3 additions & 3 deletions modules/primer-buttons/package.json
@@ -1,5 +1,5 @@
{
"version": "2.0.5",
"version": "2.0.6",
"name": "primer-buttons",
"description": "A collection of buttons used for primary and secondary actions.",
"homepage": "http://primercss.io/",
Expand All @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-buttons",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-buttons",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand All @@ -22,7 +22,7 @@
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
},
"dependencies": {
"primer-support": "^4.0.6"
"primer-support": "^4.0.7"
},
"devDependencies": {
"primer-module-build": "*",
Expand Down
8 changes: 4 additions & 4 deletions modules/primer-cards/package.json
@@ -1,5 +1,5 @@
{
"version": "0.1.7",
"version": "0.1.8",
"name": "primer-cards",
"description": "Card-like containers to group semantically related content together on marketing websites at GitHub.",
"homepage": "http://primercss.io/",
Expand All @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-cards",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-cards",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand All @@ -22,8 +22,8 @@
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
},
"dependencies": {
"primer-marketing-support": "^1.0.1",
"primer-support": "^4.0.6"
"primer-marketing-support": "^1.0.2",
"primer-support": "^4.0.7"
},
"devDependencies": {
"primer-module-build": "*",
Expand Down
26 changes: 13 additions & 13 deletions modules/primer-core/package.json
@@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "6.0.0",
"name": "primer-core",
"description": "Primer CSS's core modules",
"homepage": "http://primercss.io/",
Expand All @@ -11,7 +11,7 @@
"index.scss",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-core",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-core",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand All @@ -21,17 +21,17 @@
"test": "npm run build"
},
"dependencies": {
"primer-base": "^0.4.0",
"primer-box": "^2.1.7",
"primer-buttons": "^2.0.5",
"primer-forms": "^1.0.12",
"primer-layout": "^1.0.4",
"primer-navigation": "^1.0.5",
"primer-support": "^4.0.6",
"primer-table-object": "^1.0.8",
"primer-tooltips": "^1.0.1",
"primer-truncate": "^1.0.1",
"primer-utilities": "^4.3.4"
"primer-base": "^1.1.5",
"primer-box": "^2.1.8",
"primer-buttons": "^2.0.6",
"primer-forms": "^1.0.13",
"primer-layout": "^1.0.5",
"primer-navigation": "^1.0.6",
"primer-support": "^4.0.7",
"primer-table-object": "^1.0.9",
"primer-tooltips": "^1.0.2",
"primer-truncate": "^1.0.2",
"primer-utilities": "^4.3.5"
},
"devDependencies": {
"primer-module-build": "*"
Expand Down
58 changes: 29 additions & 29 deletions modules/primer-css/package.json
@@ -1,5 +1,5 @@
{
"version": "8.0.0",
"version": "9.0.0",
"name": "primer-css",
"description": "Primer is the CSS framework that powers GitHub's front-end design. Primer-css includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via npm, so it's easy to include all or part of Primer within your own project.",
"homepage": "http://primercss.io/",
Expand All @@ -11,7 +11,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-css",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-css",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand All @@ -21,33 +21,33 @@
"test": "npm run build"
},
"dependencies": {
"primer-alerts": "^1.1.7",
"primer-avatars": "^1.0.1",
"primer-base": "^0.4.0",
"primer-blankslate": "^1.0.1",
"primer-box": "^2.1.7",
"primer-breadcrumb": "^1.0.1",
"primer-buttons": "^2.0.5",
"primer-cards": "^0.1.7",
"primer-core": "^5.0.1",
"primer-forms": "^1.0.12",
"primer-labels": "^1.1.5",
"primer-layout": "^1.0.4",
"primer-markdown": "^3.3.12",
"primer-marketing": "^5.0.1",
"primer-marketing-support": "^1.0.1",
"primer-marketing-type": "^1.0.1",
"primer-marketing-utilities": "^1.0.1",
"primer-navigation": "^1.0.5",
"primer-page-headers": "^1.0.1",
"primer-page-sections": "^1.0.1",
"primer-product": "^5.0.1",
"primer-support": "^4.0.6",
"primer-table-object": "^1.0.8",
"primer-tables": "^1.0.1",
"primer-tooltips": "^1.0.1",
"primer-truncate": "^1.0.1",
"primer-utilities": "^4.3.4"
"primer-alerts": "^1.1.8",
"primer-avatars": "^1.0.2",
"primer-base": "^1.1.5",
"primer-blankslate": "^1.0.2",
"primer-box": "^2.1.8",
"primer-breadcrumb": "^1.0.2",
"primer-buttons": "^2.0.6",
"primer-cards": "^0.1.8",
"primer-core": "^6.0.0",
"primer-forms": "^1.0.13",
"primer-labels": "^1.1.6",
"primer-layout": "^1.0.5",
"primer-markdown": "^3.3.13",
"primer-marketing": "^5.0.2",
"primer-marketing-support": "^1.0.2",
"primer-marketing-type": "^1.0.2",
"primer-marketing-utilities": "^1.0.2",
"primer-navigation": "^1.0.6",
"primer-page-headers": "^1.0.2",
"primer-page-sections": "^1.0.2",
"primer-product": "^5.0.2",
"primer-support": "^4.0.7",
"primer-table-object": "^1.0.9",
"primer-tables": "^1.0.2",
"primer-tooltips": "^1.0.2",
"primer-truncate": "^1.0.2",
"primer-utilities": "^4.3.5"
},
"devDependencies": {
"primer-module-build": "*"
Expand Down
6 changes: 3 additions & 3 deletions modules/primer-forms/package.json
@@ -1,5 +1,5 @@
{
"version": "1.0.12",
"version": "1.0.13",
"name": "primer-forms",
"description": "Style individual form controls and utilize common layouts.",
"homepage": "http://primercss.io/",
Expand All @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-forms",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-forms",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand All @@ -22,7 +22,7 @@
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
},
"dependencies": {
"primer-support": "^4.0.6"
"primer-support": "^4.0.7"
},
"devDependencies": {
"primer-module-build": "*",
Expand Down
6 changes: 3 additions & 3 deletions modules/primer-labels/package.json
@@ -1,5 +1,5 @@
{
"version": "1.1.5",
"version": "1.1.6",
"name": "primer-labels",
"description": "Labels add metatdata or indicate status of items and navigational elements.",
"homepage": "http://primercss.io/",
Expand All @@ -12,7 +12,7 @@
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-labels",
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-labels",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
Expand All @@ -22,7 +22,7 @@
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
},
"dependencies": {
"primer-support": "^4.0.6"
"primer-support": "^4.0.7"
},
"devDependencies": {
"primer-module-build": "*",
Expand Down