From 4739f45ff3b5651ace4178731f65b536fe01518a Mon Sep 17 00:00:00 2001 From: Dominic Carretto Date: Sat, 5 Jan 2019 23:10:54 -0500 Subject: [PATCH] chore(package): Publish Angular MDC v0.42.4 --- package.json | 2 +- packages/material-components-web/package.json | 2 +- packages/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b3729bae6..e21ccf943 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/trimox/angular-mdc-web.git" }, "license": "MIT", - "version": "0.42.3", + "version": "0.42.4", "engines": { "node": ">= 9.11.1" }, diff --git a/packages/material-components-web/package.json b/packages/material-components-web/package.json index 51c30ace2..0c39a1916 100644 --- a/packages/material-components-web/package.json +++ b/packages/material-components-web/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/trimox/angular-mdc-web.git" }, - "version": "0.42.3", + "version": "0.42.4", "license": "MIT", "keywords": [ "angular-mdc", diff --git a/packages/package.json b/packages/package.json index c36212e88..466a73ed4 100644 --- a/packages/package.json +++ b/packages/package.json @@ -22,7 +22,7 @@ "typings": "./web.d.ts", "private": false, "dependencies": { - "@angular-mdc/theme": "0.42.3" + "@angular-mdc/theme": "0.42.4" }, "peerDependencies": { "@angular/core": "0.0.0-NG",