Skip to content

Commit

Permalink
Merge pull request #1018 from sparkdesignsystem/staging
Browse files Browse the repository at this point in the history
Package updates
  • Loading branch information
RCopeland authored Jan 4, 2019
2 parents 658df3a + 81343ed commit a295fdf
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 23 deletions.
2 changes: 1 addition & 1 deletion packages/spark-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "8.0.0",
"version": "9.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.",
"main": "es5/sparkCoreExports.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/spark-extras/components/card/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": "4.0.0",
"version": "4.0.1",
"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 Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": "3.1.7",
"version": "3.1.8",
"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 Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-highlight-board",
"version": "4.0.0",
"version": "4.0.1",
"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.",
"scripts": {
"test": "mocha --require babel-core/register --require \"./tests/_setup.js\" \"./tests/*.tests.js\"",
Expand Down
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": "3.1.7",
"version": "3.1.8",
"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": "^4.0.0",
"@sparkdesignsystem/spark-description-table": "^3.1.7",
"@sparkdesignsystem/spark-highlight-board": "^4.0.0",
"@sparkdesignsystem/spark-card": "^4.0.1",
"@sparkdesignsystem/spark-description-table": "^3.1.8",
"@sparkdesignsystem/spark-highlight-board": "^4.0.1",
"chai": "^4.1.2",
"jsdom": "^11.12.0",
"nyc": "^11.9.0"
Expand Down
4 changes: 2 additions & 2 deletions src/angular/projects/spark-core-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sparkdesignsystem/spark-core-angular",
"description": "A collection of Spark Design System components in Angular 6+",
"version": "6.0.3",
"version": "7.0.0",
"scripts": {
"lint": "ng lint spark-core-angular",
"test": "ng test spark-core-angular --watch=false",
Expand All @@ -18,7 +18,7 @@
"@angular/platform-browser": "^6.1.4",
"@angular/platform-browser-dynamic": "^6.1.4",
"@angular/router": "^6.1.4",
"@sparkdesignsystem/spark-core": "^8.0.0",
"@sparkdesignsystem/spark-core": "^9.0.0",
"lodash": "^4.17.10",
"tiny-date-picker": "^3.2.6"
},
Expand Down
4 changes: 2 additions & 2 deletions src/angular/projects/spark-extras-angular-award/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sparkdesignsystem/spark-extras-angular-award",
"description": "The Award component showcases awards in a vertically stacked layout that switches to side by side on larger screens.",
"version": "3.0.7",
"version": "3.0.8",
"scripts": {
"lint": "ng lint spark-extras-angular-award",
"test": "ng test spark-extras-angular-award --watch=false",
Expand All @@ -17,6 +17,6 @@
"@angular/platform-browser": "^6.1.4",
"@angular/platform-browser-dynamic": "^6.1.4",
"@angular/router": "^6.1.4",
"@sparkdesignsystem/spark-core-angular": "^6.0.3"
"@sparkdesignsystem/spark-core-angular": "^7.0.0"
}
}
5 changes: 3 additions & 2 deletions src/angular/projects/spark-extras-angular-card/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sparkdesignsystem/spark-extras-angular-card",
"description": "Cards present related content. They provide an easy way to get information quickly and are typically used in groups.",
"version": "3.0.6",
"version": "3.0.7",
"scripts": {
"lint": "ng lint spark-extras-angular-card",
"test": "ng test spark-extras-angular-card --watch=false",
Expand All @@ -17,6 +17,7 @@
"@angular/platform-browser": "^6.1.4",
"@angular/platform-browser-dynamic": "^6.1.4",
"@angular/router": "^6.1.4",
"@sparkdesignsystem/spark-core-angular": "^6.0.3"
"@sparkdesignsystem/spark-core-angular": "^7.0.0",
"@sparkdesignsystem/spark-card": "^4.0.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sparkdesignsystem/spark-extras-angular-dictionary",
"description": "This component is intended for displays of key-value pairs.",
"version": "3.0.6",
"version": "3.0.7",
"scripts": {
"lint": "ng lint spark-extras-angular-dictionary",
"test": "ng test spark-extras-angular-dictionary --watch=false",
Expand All @@ -17,6 +17,7 @@
"@angular/platform-browser": "^6.1.4",
"@angular/platform-browser-dynamic": "^6.1.4",
"@angular/router": "^6.1.4",
"@sparkdesignsystem/spark-core-angular": "^6.0.3"
"@sparkdesignsystem/spark-core-angular": "^7.0.0",
"@sparkdesignsystem/spark-description-table": "^3.1.8"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sparkdesignsystem/spark-extras-angular-highlight-board",
"description": "The Highlight Board component is used as a lead into an experience as a means to encourage engagement within the experience.",
"version": "3.0.6",
"version": "3.0.7",
"scripts": {
"lint": "ng lint spark-extras-angular-highlight-board",
"test": "ng test spark-extras-angular-highlight-board --watch=false",
Expand All @@ -17,7 +17,7 @@
"@angular/platform-browser": "^6.1.4",
"@angular/platform-browser-dynamic": "^6.1.4",
"@angular/router": "^6.1.4",
"@sparkdesignsystem/spark-core-angular": "^6.0.3",
"@sparkdesignsystem/spark-highlight-board": "^4.0.0"
"@sparkdesignsystem/spark-core-angular": "^7.0.0",
"@sparkdesignsystem/spark-highlight-board": "^4.0.1"
}
}

0 comments on commit a295fdf

Please sign in to comment.