Skip to content

Commit

Permalink
v1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yodasw16 committed Jun 13, 2018
1 parent 12b13c9 commit 742222f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/**/*"
],
"version": "1.0.0-beta.2"
"version": "1.0.0-beta.3"
}
2 changes: 1 addition & 1 deletion packages/spark-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-core",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Spark Core is the main package for the Spark Design System. This package contains the style and components that make up the basic interfaces for Quicken Loans Fintech products.",
"scripts": {
"test": "mocha --require babel-core/register --require \"./tests/_setup.js\" \"./tests/*.tests.js\"",
Expand Down
7 changes: 3 additions & 4 deletions packages/spark-extras/components/card/package.json
@@ -1,8 +1,7 @@
{
"name": "@sparkdesignsystem/spark-card",
"version": "1.0.0-beta.2",
"description":
"Spark Card is a package that is part of Spark Extras, a supplementary package that adds additional components that are not part of Spark Core.",
"version": "1.0.0-beta.3",
"description": "Spark Card is a package that is part of Spark Extras, a supplementary package that adds additional components that are not part of Spark Core.",
"main": "_card.scss",
"repository": {
"type": "git",
Expand All @@ -15,6 +14,6 @@
},
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
"dependencies": {
"@sparkdesignsystem/spark-core": "^1.0.0-beta.2"
"@sparkdesignsystem/spark-core": "^1.0.0-beta.3"
}
}
7 changes: 3 additions & 4 deletions packages/spark-extras/components/dictionary/package.json
@@ -1,8 +1,7 @@
{
"name": "@sparkdesignsystem/spark-description-table",
"version": "1.0.0-beta.2",
"description":
"Spark Description Table is a package that is part of Spark Extras, a supplementary package that adds additional components that are not part of Spark Core.",
"version": "1.0.0-beta.3",
"description": "Spark Description Table is a package that is part of Spark Extras, a supplementary package that adds additional components that are not part of Spark Core.",
"main": "_description-table.scss",
"repository": {
"type": "git",
Expand All @@ -15,6 +14,6 @@
},
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
"dependencies": {
"@sparkdesignsystem/spark-core": "^1.0.0-beta.2"
"@sparkdesignsystem/spark-core": "^1.0.0-beta.3"
}
}
7 changes: 3 additions & 4 deletions packages/spark-extras/components/highlight-board/package.json
@@ -1,8 +1,7 @@
{
"name": "@sparkdesignsystem/spark-highlight-board",
"version": "1.0.0-beta.2",
"description":
"Spark Highlight Board is a package that is part of Spark Extras, a supplementary package that adds additional components that are not part of Spark Core.",
"version": "1.0.0-beta.3",
"description": "Spark Highlight Board is a package that is part of Spark Extras, a supplementary package that adds additional components that are not part of Spark Core.",
"main": "_highlight-board.scss",
"repository": {
"type": "git",
Expand All @@ -15,7 +14,7 @@
},
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
"dependencies": {
"@sparkdesignsystem/spark-core": "^1.0.0-beta.2",
"@sparkdesignsystem/spark-core": "^1.0.0-beta.3",
"object-fit-images": "^3.2.3"
}
}
8 changes: 4 additions & 4 deletions packages/spark-extras/package.json
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-extras",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Spark Extras is a supplementary package that adds additional components that are not part of Spark Core. Many sites will use these components, but they aren't necessary for every Quicken Loans Fintech product.",
"scripts": {
"test": "mocha --require babel-core/register --require \"./tests/_setup.js\" \"./tests/*.tests.js\"",
Expand All @@ -17,9 +17,9 @@
},
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
"dependencies": {
"@sparkdesignsystem/spark-card": "^1.0.0-beta.2",
"@sparkdesignsystem/spark-description-table": "^1.0.0-beta.2",
"@sparkdesignsystem/spark-highlight-board": "^1.0.0-beta.2",
"@sparkdesignsystem/spark-card": "^1.0.0-beta.3",
"@sparkdesignsystem/spark-description-table": "^1.0.0-beta.3",
"@sparkdesignsystem/spark-highlight-board": "^1.0.0-beta.3",
"chai": "^4.1.2",
"jsdom": "^11.11.0",
"nyc": "^11.9.0"
Expand Down

0 comments on commit 742222f

Please sign in to comment.