Skip to content

Commit 276c9fa

Browse files
authored
Merge pull request #895 from RCopeland/publish-fix
Publish 12-4
2 parents 63884d8 + 72a49e2 commit 276c9fa

File tree

14 files changed

+46
-6006
lines changed

14 files changed

+46
-6006
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": "6.0.0",
3+
"version": "6.0.1",
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-lock.json

Lines changed: 2 additions & 3378 deletions
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkdesignsystem/spark-card",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
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": {
@@ -13,11 +13,11 @@
1313
"url": "https://github.com/sparkdesignsystem/spark-design-system/issues"
1414
},
1515
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
16-
"dependencies": {
17-
"@sparkdesignsystem/spark-core": "^6.0.0"
16+
"peerDendencies": {
17+
"@sparkdesignsystem/spark-core": "^6.0.1"
1818
},
1919
"publishConfig": {
2020
"access": "public",
21-
"@sparkdesignsystem/spark-core": "^2.0.1"
21+
"@sparkdesignsystem/spark-core": "^6.0.1"
2222
}
2323
}

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkdesignsystem/spark-description-table",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
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,10 +14,10 @@
1414
},
1515
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
1616
"peerDependencies": {
17-
"@sparkdesignsystem/spark-core": "^5.0.0"
17+
"@sparkdesignsystem/spark-core": "^6.0.1"
1818
},
1919
"publishConfig": {
2020
"access": "public",
21-
"@sparkdesignsystem/spark-core": "^2.0.1"
21+
"@sparkdesignsystem/spark-core": "^6.0.1"
2222
}
2323
}

0 commit comments

Comments
 (0)