Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 38c519c

Browse files
committed
chore(package): Publish Angular MDC v0.42.5
1 parent c640a28 commit 38c519c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

demos/src/app/shared/component-viewer/component-viewer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class ComponentView {
2828
importCode: string;
2929
tabs: Tab[];
3030

31-
constructor(name: string, description: string, importCode: string, tabs?: Tab[]) {
31+
constructor(name: string, description: string, importCode: string = null, tabs?: Tab[]) {
3232
this.name = name;
3333
this.description = description;
3434
this.importCode = importCode;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/trimox/angular-mdc-web.git"
99
},
1010
"license": "MIT",
11-
"version": "0.42.4",
11+
"version": "0.42.5",
1212
"engines": {
1313
"node": ">= 9.11.1"
1414
},

packages/material-components-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/trimox/angular-mdc-web.git"
99
},
10-
"version": "0.42.4",
10+
"version": "0.42.5",
1111
"license": "MIT",
1212
"keywords": [
1313
"angular-mdc",

packages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"typings": "./web.d.ts",
2323
"private": false,
2424
"dependencies": {
25-
"@angular-mdc/theme": "0.42.4"
25+
"@angular-mdc/theme": "0.42.5"
2626
},
2727
"peerDependencies": {
2828
"@angular/core": "0.0.0-NG",

0 commit comments

Comments
 (0)