Skip to content

Commit

Permalink
Merge pull request #313 from primer/release-9.3.0
Browse files Browse the repository at this point in the history
Release primer-css@9.3.0
  • Loading branch information
broccolini authored Aug 16, 2017
2 parents e95394b + de460cc commit a5801db
Show file tree
Hide file tree
Showing 50 changed files with 3,388 additions and 211 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ node_modules
*.log
build
_site
docs
*.lerna_backup
88 changes: 0 additions & 88 deletions CHANGELOG.md

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.md
8 changes: 6 additions & 2 deletions modules/primer-alerts/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"version": "1.3.0",
"version": "1.4.0",
"name": "primer-alerts",
"description": "Flash messages, or alerts, inform users of successful or pending actions.",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "index.scss",
"main": "build/index.js",
"primer": {
"category": "product",
"module_type": "components"
},
"files": [
"index.scss",
"lib",
Expand All @@ -23,7 +27,7 @@
"test": "npm-run-all -s build lint"
},
"dependencies": {
"primer-support": "^4.2.0"
"primer-support": "4.3.0"
},
"keywords": [
"alerts",
Expand Down
8 changes: 6 additions & 2 deletions modules/primer-avatars/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"version": "1.2.0",
"version": "1.3.0",
"name": "primer-avatars",
"description": "Basic styles for user profile avatars.",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "index.scss",
"main": "build/index.js",
"primer": {
"category": "product",
"module_type": "components"
},
"files": [
"index.scss",
"lib",
Expand All @@ -23,7 +27,7 @@
"test": "npm-run-all -s build lint"
},
"dependencies": {
"primer-support": "^4.2.0"
"primer-support": "4.3.0"
},
"keywords": [
"avatars",
Expand Down
8 changes: 6 additions & 2 deletions modules/primer-base/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"version": "1.3.0",
"version": "1.4.0",
"name": "primer-base",
"description": "CSS to reset the browsers default styles",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "index.scss",
"main": "build/index.js",
"primer": {
"category": "core",
"module_type": "support"
},
"files": [
"index.scss",
"lib",
Expand All @@ -23,7 +27,7 @@
"test": "npm-run-all -s build lint"
},
"dependencies": {
"primer-support": "^4.2.0"
"primer-support": "4.3.0"
},
"keywords": [
"primer",
Expand Down
8 changes: 6 additions & 2 deletions modules/primer-blankslate/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"version": "1.2.0",
"version": "1.3.0",
"name": "primer-blankslate",
"description": "Blankslates are for when there is a lack of content within a page or section.",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "index.scss",
"main": "build/index.js",
"primer": {
"category": "product",
"module_type": "components"
},
"files": [
"index.scss",
"lib",
Expand All @@ -23,7 +27,7 @@
"test": "npm-run-all -s build lint"
},
"dependencies": {
"primer-support": "^4.2.0"
"primer-support": "4.3.0"
},
"keywords": [
"primer",
Expand Down
8 changes: 6 additions & 2 deletions modules/primer-box/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"version": "2.3.0",
"version": "2.4.0",
"name": "primer-box",
"description": "A module for creating rounded-corner boxes with options for headers, lists, and footers.",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "index.scss",
"main": "build/index.js",
"primer": {
"category": "core",
"module_type": "components"
},
"files": [
"index.scss",
"lib",
Expand All @@ -23,7 +27,7 @@
"test": "npm-run-all -s build lint"
},
"dependencies": {
"primer-support": "^4.2.0"
"primer-support": "4.3.0"
},
"keywords": [
"primer",
Expand Down
10 changes: 7 additions & 3 deletions modules/primer-breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"version": "1.2.0",
"version": "1.3.0",
"name": "primer-breadcrumb",
"description": "Breadcrumb navigation for pages with parents / grandparents.",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "build/build.css",
"main": "build/index.js",
"primer": {
"category": "marketing",
"module_type": "components"
},
"files": [
"index.scss",
"lib",
Expand All @@ -24,8 +28,8 @@
"test": "npm-run-all -s build lint test-docs"
},
"dependencies": {
"primer-marketing-support": "^1.2.0",
"primer-support": "^4.2.0"
"primer-marketing-support": "1.3.0",
"primer-support": "4.3.0"
},
"keywords": [
"breadcrumb",
Expand Down
8 changes: 6 additions & 2 deletions modules/primer-buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"version": "2.2.0",
"version": "2.3.0",
"name": "primer-buttons",
"description": "A collection of buttons used for primary and secondary actions.",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "index.scss",
"main": "build/index.js",
"primer": {
"category": "core",
"module_type": "components"
},
"files": [
"index.scss",
"lib",
Expand All @@ -23,7 +27,7 @@
"test": "npm-run-all -s build lint"
},
"dependencies": {
"primer-support": "^4.2.0"
"primer-support": "4.3.0"
},
"keywords": [
"primer",
Expand Down
10 changes: 7 additions & 3 deletions modules/primer-cards/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"version": "0.3.0",
"version": "0.4.0",
"name": "primer-cards",
"description": "Card-like containers to group semantically related content together on marketing websites at GitHub.",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "build/build.css",
"main": "build/index.js",
"primer": {
"category": "marketing",
"module_type": "components"
},
"files": [
"index.scss",
"lib",
Expand All @@ -23,8 +27,8 @@
"test": "npm-run-all -s build lint"
},
"dependencies": {
"primer-marketing-support": "^1.2.0",
"primer-support": "^4.2.0"
"primer-marketing-support": "1.3.0",
"primer-support": "4.3.0"
},
"keywords": [
"cards",
Expand Down
27 changes: 15 additions & 12 deletions modules/primer-core/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"version": "6.2.0",
"version": "6.3.0",
"name": "primer-core",
"description": "Primer CSS's core modules",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "build/build.css",
"main": "build/index.js",
"primer": {
"category": "core"
},
"files": [
"index.scss",
"build"
Expand All @@ -21,16 +24,16 @@
"test": "npm run build"
},
"dependencies": {
"primer-base": "^1.3.0",
"primer-box": "^2.3.0",
"primer-buttons": "^2.2.0",
"primer-forms": "^1.2.0",
"primer-layout": "^1.2.0",
"primer-navigation": "^1.2.0",
"primer-support": "^4.2.0",
"primer-table-object": "^1.2.0",
"primer-tooltips": "^1.2.0",
"primer-truncate": "^1.2.0",
"primer-utilities": "^4.5.0"
"primer-base": "1.4.0",
"primer-box": "2.4.0",
"primer-buttons": "2.3.0",
"primer-forms": "1.3.0",
"primer-layout": "1.3.0",
"primer-navigation": "1.3.0",
"primer-support": "4.3.0",
"primer-table-object": "1.3.0",
"primer-tooltips": "1.3.0",
"primer-truncate": "1.3.0",
"primer-utilities": "4.6.0"
}
}
Loading

0 comments on commit a5801db

Please sign in to comment.