Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yodasw16 committed Aug 15, 2018
1 parent 1601759 commit 30444ae
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/**/*"
],
"version": "1.0.0"
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion packages/spark-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-core",
"version": "1.0.0",
"version": "2.0.0",
"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
4 changes: 2 additions & 2 deletions packages/spark-extras/components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-card",
"version": "1.0.0",
"version": "2.0.0",
"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": {
Expand All @@ -14,6 +14,6 @@
},
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
"dependencies": {
"@sparkdesignsystem/spark-core": "^1.0.0"
"@sparkdesignsystem/spark-core": "^2.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/spark-extras/components/dictionary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-description-table",
"version": "1.0.0",
"version": "2.0.0",
"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": {
Expand All @@ -14,6 +14,6 @@
},
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
"dependencies": {
"@sparkdesignsystem/spark-core": "^1.0.0"
"@sparkdesignsystem/spark-core": "^2.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/spark-extras/components/highlight-board/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-highlight-board",
"version": "1.0.0",
"version": "2.0.0",
"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": {
Expand All @@ -14,7 +14,7 @@
},
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
"dependencies": {
"@sparkdesignsystem/spark-core": "^1.0.0",
"@sparkdesignsystem/spark-core": "^2.0.0",
"object-fit-images": "^3.2.3"
}
}
8 changes: 4 additions & 4 deletions packages/spark-extras/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-extras",
"version": "1.0.0",
"version": "2.0.0",
"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",
"@sparkdesignsystem/spark-description-table": "^1.0.0",
"@sparkdesignsystem/spark-highlight-board": "^1.0.0",
"@sparkdesignsystem/spark-card": "^2.0.0",
"@sparkdesignsystem/spark-description-table": "^2.0.0",
"@sparkdesignsystem/spark-highlight-board": "^2.0.0",
"chai": "^4.1.2",
"jsdom": "^11.11.0",
"nyc": "^11.9.0"
Expand Down

0 comments on commit 30444ae

Please sign in to comment.