Skip to content

Commit 1fee270

Browse files
author
Bob Wise
committed
package versions
1 parent f2d0a80 commit 1fee270

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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": "15.0.1",
4+
"version": "15.0.2",
55
"author": "Rocket Mortgage",
66
"license": "MIT",
77
"scripts": {
@@ -23,7 +23,7 @@
2323
"@angular/router": ">=7.0.0 < 11.2.14"
2424
},
2525
"dependencies": {
26-
"@sparkdesignsystem/spark-styles": "^4.0.1",
26+
"@sparkdesignsystem/spark-styles": "^4.0.2",
2727
"focus-visible": "5.0.2",
2828
"lodash": "^4.17.21",
2929
"tiny-date-picker": "github:sparkdesignsystem/tiny-date-picker#v3.2.9"

html/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkdesignsystem/spark",
3-
"version": "18.0.1",
3+
"version": "18.0.2",
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 Rocket Mortgage 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": "^4.0.1",
31+
"@sparkdesignsystem/spark-styles": "^4.0.2",
3232
"dom-slider": "2.1.0",
3333
"focus-visible": "5.0.2",
3434
"lodash": "^4.17.21",

react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkdesignsystem/spark-react",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "A collection of Spark Design System components in React 16+",
55
"main": "dist/index.js",
66
"repository": {
@@ -59,7 +59,7 @@
5959
"sinon": "^7.5.0"
6060
},
6161
"dependencies": {
62-
"@sparkdesignsystem/spark-styles": "^4.0.1",
62+
"@sparkdesignsystem/spark-styles": "^4.0.2",
6363
"classnames": "^2.2.6",
6464
"focus-visible": "5.0.2",
6565
"lodash.assign": "^4.2.0",

styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkdesignsystem/spark-styles",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Styles for Spark Design System.",
55
"main": "web/settings.js",
66
"scripts": {

0 commit comments

Comments
 (0)