Skip to content

Commit

Permalink
Prepare release 1.0.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sawyerh committed Jun 5, 2017
1 parent 8fcd820 commit f6aad15
Show file tree
Hide file tree
Showing 45 changed files with 124 additions and 126 deletions.
6 changes: 3 additions & 3 deletions docs/base/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/base/typography/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/components/alert/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/components/badge/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/components/button/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/components/choice/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/components/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/components/list/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/components/select/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/components/table/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/components/tabs/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/components/text-field/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/components/vertical-nav/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/guidelines/code-conventions/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/guidelines/grid/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/guidelines/i18n/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/guidelines/responsive/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/public/scripts/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/background-color/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/border-radius/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/border/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/clearfix/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/color/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/float/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/font-family/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/font-size/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/font-style/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/font-weight/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/line-height/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/margin/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/measure/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/overflow/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/padding/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/text-align/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/text-decoration/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/text-transform/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/truncate/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/vertical-align/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/visibility/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core/dist/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmsgov/design-system-core",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmsgov/design-system-docs",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"private": true,
"description": "Design system's documentation website",
"repository": "CMSgov/design-system",
Expand Down
2 changes: 0 additions & 2 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ echo "${GREEN}Publishing core package to NPM...${NC}"
cd packages/core
npm publish

echo "${ORANGE}[TODO] Publish docs${NC}"

echo "${GREEN}Publishing Succeeded!${NC}"

0 comments on commit f6aad15

Please sign in to comment.