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

Commit 4ce51c3

Browse files
committed
chore(package): Publish Angular MDC v0.41.3
1 parent 943a758 commit 4ce51c3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

demos/home/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ <h4 class="demo-landing__label">for Angular</h4>
77
<div class="demo-layout__column demo-layout--center">
88
<p class="demo-landing__subtitle">A faithful and accurate representation of Material Design.</p>
99
<button raised secondary mdc-button [routerLink]="['/getting-started']">Get Started</button>
10-
<span class="demo-landing__version">v0.41.2</span>
10+
<span class="demo-landing__version">v0.41.3</span>
1111
</div>

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.41.2",
11+
"version": "0.41.3",
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.41.2",
10+
"version": "0.41.3",
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.41.2"
25+
"@angular-mdc/theme": "0.41.3"
2626
},
2727
"peerDependencies": {
2828
"@angular/core": "0.0.0-NG",

0 commit comments

Comments
 (0)