Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - primer-colors@1.0.1
 - primer-primitives@1.0.1
 - primer-spacing@1.0.1
 - primer-typography@1.0.1
  • Loading branch information
broccolini committed May 11, 2018
1 parent 538dc20 commit a076c30
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion modules/primer-colors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primer-colors",
"version": "1.0.1-0",
"version": "1.0.1",
"description": "Color primitives for Primer design system",
"main": "colors.json",
"repository": "https://github.com/primer/primer-primitives/tree/master/modules/primer-colors",
Expand Down
8 changes: 4 additions & 4 deletions modules/primer-primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primer-primitives",
"version": "1.0.1-0",
"version": "1.0.1",
"description": "Typography, spacing, and color primitives for Primer design system",
"main": "index.js",
"repository": "https://github.com/primer/primer-primitives/tree/master/modules/primer-primitives",
Expand All @@ -19,8 +19,8 @@
},
"homepage": "https://github.com/primer/primer-primitives#readme",
"dependencies": {
"primer-colors": "^1.0.1-0",
"primer-spacing": "^1.0.1-0",
"primer-typography": "^1.0.1-0"
"primer-colors": "^1.0.1",
"primer-spacing": "^1.0.1",
"primer-typography": "^1.0.1"
}
}
2 changes: 1 addition & 1 deletion modules/primer-spacing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primer-spacing",
"version": "1.0.1-0",
"version": "1.0.1",
"description": "Spacing primitives for Primer design system",
"main": "spacing.json",
"repository": "https://github.com/primer/primer-primitives/tree/master/modules/primer-spacing",
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-typography/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primer-typography",
"version": "1.0.1-0",
"version": "1.0.1",
"description": "Typography primitives for Primer design system",
"main": "typography.json",
"repository": "https://github.com/primer/primer-primitives/tree/master/modules/primer-typography",
Expand Down

0 comments on commit a076c30

Please sign in to comment.