Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish 12 3 #892

Merged
merged 4 commits into from Dec 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-core",
"version": "5.0.0",
"version": "6.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
8 changes: 4 additions & 4 deletions 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.

4 changes: 2 additions & 2 deletions packages/spark-extras/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-card",
"version": "3.1.2",
"version": "3.1.3",
"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,7 +14,7 @@
},
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
"dependencies": {
"@sparkdesignsystem/spark-core": "^5.0.0"
"@sparkdesignsystem/spark-core": "^6.0.0"
},
"publishConfig": {
"access": "public",
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
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-description-table",
"version": "3.1.3",
"version": "3.1.4",
"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.

4 changes: 2 additions & 2 deletions packages/spark-extras/components/highlight-board/package.json
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-highlight-board",
"version": "3.1.2",
"version": "3.1.3",
"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 All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
"dependencies": {
"@sparkdesignsystem/spark-core": "^5.0.0",
"@sparkdesignsystem/spark-core": "^6.0.0",
"chai": "^4.2.0",
"jsdom": "^12.0.0",
"mocha": "^5.2.0",
Expand Down