Skip to content

Commit 10e3786

Browse files
author
Amber Febbraro
authored
Merge pull request #4007 from afebbraro/publish-june-8-21
Publish June-8-21 - versions
2 parents 70ff3b8 + 529be80 commit 10e3786

File tree

13 files changed

+42
-208
lines changed

13 files changed

+42
-208
lines changed

angular/projects/spark-angular/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular/projects/spark-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sparkdesignsystem/spark-angular",
33
"description": "A collection of Spark Design System components in Angular 6+",
4-
"version": "14.0.0-alpha.1",
4+
"version": "14.0.0",
55
"author": "Quicken Loans",
66
"license": "MIT",
77
"scripts": {
@@ -23,7 +23,7 @@
2323
"@angular/router": ">=7.0.0 < 9.2.0"
2424
},
2525
"dependencies": {
26-
"@sparkdesignsystem/spark-styles": "^3.0.0-alpha.0",
26+
"@sparkdesignsystem/spark-styles": "^3.0.0",
2727
"focus-visible": "5.0.2",
2828
"lodash": "^4.17.21",
2929
"tiny-date-picker": "github:sparkdesignsystem/tiny-date-picker#v3.2.9"
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const environment = {
2-
version: '14.0.0-alpha.1'
2+
version: '14.0.0',
33
};

html/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkdesignsystem/spark",
3-
"version": "17.0.0-alpha.0",
3+
"version": "17.0.0",
44
"description": "Spark is the main package for the Spark Design System. This package contains the JavaScript and components that make up the basic interfaces for Quicken Loans Fintech products.",
55
"main": "es5/sparkExports.js",
66
"scripts": {
@@ -28,7 +28,7 @@
2828
},
2929
"homepage": "https://github.com/sparkdesignsystem/spark-design-system",
3030
"dependencies": {
31-
"@sparkdesignsystem/spark-styles": "^3.0.0-alpha.0",
31+
"@sparkdesignsystem/spark-styles": "^3.0.0",
3232
"dom-slider": "2.1.0",
3333
"focus-visible": "5.0.2",
3434
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)