Skip to content

Commit

Permalink
Merge pull request #1420 from RCopeland/publish-5-28
Browse files Browse the repository at this point in the history
version updates from publish
  • Loading branch information
Amber Febbraro authored May 28, 2019
2 parents 5380271 + f9d1c41 commit ca50329
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/spark/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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark",
"version": "10.1.1",
"version": "11.0.0",
"description": "Spark 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/sparkExports.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/angular/projects/spark-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sparkdesignsystem/spark-angular",
"description": "A collection of Spark Design System components in Angular 6+",
"version": "8.0.9",
"version": "9.0.0",
"scripts": {
"lint": "ng lint spark-angular",
"test": "ng test spark-angular --watch=false",
Expand All @@ -20,7 +20,7 @@
"@angular/platform-browser": "^6.1.4",
"@angular/platform-browser-dynamic": "^6.1.4",
"@angular/router": "^6.1.4",
"@sparkdesignsystem/spark": "^10.0.0",
"@sparkdesignsystem/spark": "^11.0.0",
"lodash": "^4.17.10",
"tiny-date-picker": "^3.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion src/react/projects/spark-react/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 src/react/projects/spark-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-react",
"version": "1.0.0",
"version": "1.0.1",
"description": "A collection of Spark Design System components in React 16+",
"main": "index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"peerDependencies": {
"react": "^16.7.0",
"react-dom": "^16.7.0",
"@sparkdesignsystem/spark": "^10.0.0"
"@sparkdesignsystem/spark": "^11.0.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down

0 comments on commit ca50329

Please sign in to comment.