Skip to content

Commit a295fdf

Browse files
authored
Merge pull request #1018 from sparkdesignsystem/staging
Package updates
2 parents 658df3a + 81343ed commit a295fdf

File tree

14 files changed

+25
-23
lines changed

14 files changed

+25
-23
lines changed

packages/spark-core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/spark-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkdesignsystem/spark-core",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"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.",
55
"main": "es5/sparkCoreExports.js",
66
"scripts": {

packages/spark-extras/components/card/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/spark-extras/components/card/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkdesignsystem/spark-card",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"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.",
55
"main": "_card.scss",
66
"repository": {

packages/spark-extras/components/dictionary/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/spark-extras/components/dictionary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkdesignsystem/spark-description-table",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"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.",
55
"main": "_description-table.scss",
66
"repository": {

packages/spark-extras/components/highlight-board/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/spark-extras/components/highlight-board/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkdesignsystem/spark-highlight-board",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"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.",
55
"scripts": {
66
"test": "mocha --require babel-core/register --require \"./tests/_setup.js\" \"./tests/*.tests.js\"",

packages/spark-extras/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkdesignsystem/spark-extras",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"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.",
55
"scripts": {
66
"test": "mocha --require babel-core/register --require \"./tests/_setup.js\" \"./tests/*.tests.js\"",
@@ -17,9 +17,9 @@
1717
},
1818
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
1919
"dependencies": {
20-
"@sparkdesignsystem/spark-card": "^4.0.0",
21-
"@sparkdesignsystem/spark-description-table": "^3.1.7",
22-
"@sparkdesignsystem/spark-highlight-board": "^4.0.0",
20+
"@sparkdesignsystem/spark-card": "^4.0.1",
21+
"@sparkdesignsystem/spark-description-table": "^3.1.8",
22+
"@sparkdesignsystem/spark-highlight-board": "^4.0.1",
2323
"chai": "^4.1.2",
2424
"jsdom": "^11.12.0",
2525
"nyc": "^11.9.0"

src/angular/projects/spark-core-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sparkdesignsystem/spark-core-angular",
33
"description": "A collection of Spark Design System components in Angular 6+",
4-
"version": "6.0.3",
4+
"version": "7.0.0",
55
"scripts": {
66
"lint": "ng lint spark-core-angular",
77
"test": "ng test spark-core-angular --watch=false",
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser": "^6.1.4",
1919
"@angular/platform-browser-dynamic": "^6.1.4",
2020
"@angular/router": "^6.1.4",
21-
"@sparkdesignsystem/spark-core": "^8.0.0",
21+
"@sparkdesignsystem/spark-core": "^9.0.0",
2222
"lodash": "^4.17.10",
2323
"tiny-date-picker": "^3.2.6"
2424
},

0 commit comments

Comments
 (0)