Skip to content

Commit 5ba8538

Browse files
committed
chore(release): bump version number to 1.1.3
1 parent da60598 commit 5ba8538

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.1.3"></a>
2+
## [1.1.3](https://github.com/anthonynahas/ngx-material-pages/compare/v1.1.2...v1.1.3) (2018-04-12)
3+
4+
5+
### Features
6+
7+
* **ngx-material-pages:** input for the title of the toolbar ([da60598](https://github.com/anthonynahas/ngx-material-pages/commit/da60598))
8+
9+
10+
111
<a name="1.1.2"></a>
212
## [1.1.2](https://github.com/anthonynahas/ngx-material-pages/compare/v1.1.1...v1.1.2) (2018-04-11)
313

demo/src/app/getting-started/getting-started.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ <h1>Getting Started</h1>
77
<section class="getting-started">
88
<div class="container">
99
<ngx-material-pages>
10+
<!--1-->
1011
<ngx-material-page-loader>
1112
<ngx-material-page-outlook title="Setup Development Environment">
1213
</ngx-material-page-outlook>
@@ -83,6 +84,7 @@ <h1>Getting Started</h1>
8384
</mat-card>
8485
</ngx-material-page-content>
8586
</ngx-material-page-loader>
87+
<!--2-->
8688
<ngx-material-page-loader>
8789
<ngx-material-page-outlook title="Setup Angular App">
8890
</ngx-material-page-outlook>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-material-pages",
33
"description": "Open source library for angular apps to illustrate custom material pages content with steps (ideal for tutorials and explanation purposes)",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"homepage": "https://github.com/anthonynahas/ngx-material-pages",
66
"author": {
77
"name": "anthonynahas",

0 commit comments

Comments
 (0)