Skip to content

Commit e8bb2c3

Browse files
committed
chore(release): bump version number to 1.1.6
1 parent 48fad96 commit e8bb2c3

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="1.1.6"></a>
2+
## [1.1.6](https://github.com/anthonynahas/ngx-material-pages/compare/v1.1.5...v1.1.6) (2018-04-15)
3+
4+
5+
### Bug Fixes
6+
7+
* **ngx-material-pages:** added the peerDependencies ([3d225b3](https://github.com/anthonynahas/ngx-material-pages/commit/3d225b3))
8+
* **ngx-material-pages:** ng-deep will not affect external tabs ([48fad96](https://github.com/anthonynahas/ngx-material-pages/commit/48fad96))
9+
* **ngx-material-pages:** removed duplicated dependencies under dev ([2cd576e](https://github.com/anthonynahas/ngx-material-pages/commit/2cd576e))
10+
11+
12+
113
<a name="1.1.5"></a>
214
## [1.1.5](https://github.com/anthonynahas/ngx-material-pages/compare/v1.1.4...v1.1.5) (2018-04-12)
315

demo/package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"font-awesome": "^4.7.0",
3636
"include-media": "^1.4.9",
3737
"material-design-icons": "^3.0.1",
38+
"ngx-auth-firebaseui": "^0.5.5",
3839
"ngx-clipboard": "^10.0.0",
3940
"ngx-disqus": "^2.3.7",
4041
"ngx-highlightjs": "^1.4.1",

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.5",
4+
"version": "1.1.6",
55
"homepage": "https://github.com/anthonynahas/ngx-material-pages",
66
"author": {
77
"name": "anthonynahas",

0 commit comments

Comments
 (0)