Skip to content

Commit

Permalink
Merge pull request #3402 from afebbraro/publish-august-31-2020
Browse files Browse the repository at this point in the history
publish august 31, 2020
  • Loading branch information
Amber Febbraro authored Aug 31, 2020
2 parents ced3410 + 140d877 commit 2ee5335
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion angular/projects/spark-angular/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 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": "10.1.2",
"version": "10.1.3",
"peerDependencies": {
"@angular/animations": ">=7.0.0 < 9.2.0",
"@angular/common": ">=7.0.0 < 9.2.0",
Expand All @@ -12,7 +12,7 @@
"@angular/platform-browser": ">=7.0.0 < 9.2.0",
"@angular/platform-browser-dynamic": ">=7.0.0 < 9.2.0",
"@angular/router": ">=7.0.0 < 9.2.0",
"@sparkdesignsystem/spark": "^13.1.2"
"@sparkdesignsystem/spark": "^13.1.3"
},
"dependencies": {
"focus-visible": "5.0.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const environment = {
version: '10.1.2',
version: '10.1.3',
};
2 changes: 1 addition & 1 deletion html/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 html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark",
"version": "13.1.2",
"version": "13.1.3",
"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
2 changes: 1 addition & 1 deletion 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 react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkdesignsystem/spark-react",
"version": "2.1.2",
"version": "2.1.3",
"description": "A collection of Spark Design System components in React 16+",
"main": "dist/index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"peerDependencies": {
"react": "^16.7.0",
"react-dom": "^16.7.0",
"@sparkdesignsystem/spark": "^13.1.2"
"@sparkdesignsystem/spark": "^13.1.3"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down

0 comments on commit 2ee5335

Please sign in to comment.