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

Commit 4c2f9f0

Browse files
committed
chore(package): Publish Angular MDC v0.41.4
1 parent 92da5c2 commit 4c2f9f0

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

demos/app.module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ import { APP_ROUTES, DEMO_ROUTES } from './routes';
2727
theme: 'github'
2828
}),
2929
RouterModule.forRoot(APP_ROUTES, {
30-
useHash: true
30+
useHash: true,
31+
scrollPositionRestoration: 'enabled'
3132
})
3233
],
3334
declarations: [

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.3</span>
10+
<span class="demo-landing__version">v0.41.4</span>
1111
</div>

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

0 commit comments

Comments
 (0)