Skip to content

Commit c4d06b5

Browse files
committed
Publish
- @sparkdesignsystem/[email protected] - @sparkdesignsystem/[email protected] - @sparkdesignsystem/[email protected] - @sparkdesignsystem/[email protected] - @sparkdesignsystem/[email protected]
1 parent 70d059d commit c4d06b5

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

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": "3.1.0",
3+
"version": "4.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
"scripts": {
66
"test": "mocha --require babel-core/register --require \"./tests/_setup.js\" \"./tests/*.tests.js\"",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkdesignsystem/spark-card",
3-
"version": "3.1.0",
3+
"version": "3.1.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": {
@@ -14,7 +14,7 @@
1414
},
1515
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
1616
"dependencies": {
17-
"@sparkdesignsystem/spark-core": "^3.1.0"
17+
"@sparkdesignsystem/spark-core": "^4.0.0"
1818
},
1919
"publishConfig": {
2020
"access": "public",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkdesignsystem/spark-description-table",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
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": {
@@ -14,7 +14,7 @@
1414
},
1515
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
1616
"dependencies": {
17-
"@sparkdesignsystem/spark-core": "^3.1.0"
17+
"@sparkdesignsystem/spark-core": "^4.0.0"
1818
},
1919
"publishConfig": {
2020
"access": "public",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkdesignsystem/spark-highlight-board",
3-
"version": "3.1.0",
3+
"version": "3.1.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\"",
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
2525
"dependencies": {
26-
"@sparkdesignsystem/spark-core": "^3.1.0",
26+
"@sparkdesignsystem/spark-core": "^4.0.0",
2727
"chai": "^4.2.0",
2828
"jsdom": "^12.0.0",
2929
"mocha": "^5.2.0",

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.0",
3+
"version": "3.1.1",
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": "^3.1.0",
21-
"@sparkdesignsystem/spark-description-table": "^3.1.0",
22-
"@sparkdesignsystem/spark-highlight-board": "^3.1.0",
20+
"@sparkdesignsystem/spark-card": "^3.1.1",
21+
"@sparkdesignsystem/spark-description-table": "^3.1.1",
22+
"@sparkdesignsystem/spark-highlight-board": "^3.1.1",
2323
"chai": "^4.1.2",
2424
"jsdom": "^11.12.0",
2525
"nyc": "^11.9.0"

0 commit comments

Comments
 (0)