Skip to content

Commit 75faba9

Browse files
committed
chore(release): bump version number to 1.0.0
1 parent c43cdd4 commit 75faba9

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<a name="1.0.0"></a>
2+
# [1.0.0](https://github.com/anthonynahas/ngx-material-pages/compare/v0.0.1...v1.0.0) (2018-04-09)
3+
4+
5+
### Bug Fixes
6+
7+
* **components:** deleted old versions ([514d252](https://github.com/anthonynahas/ngx-material-pages/commit/514d252))
8+
* **ngx-material-pages:** added addtional material module (toolbar and button) ([f19c33d](https://github.com/anthonynahas/ngx-material-pages/commit/f19c33d))
9+
* **ngx-material-pages:** removed the template in the loader component ([6988556](https://github.com/anthonynahas/ngx-material-pages/commit/6988556))
10+
* **ngx-material-pages:** removed unwanted component and service (default) ([0511527](https://github.com/anthonynahas/ngx-material-pages/commit/0511527))
11+
12+
13+
### Features
14+
15+
* **ngx-material-pages:** added page content component ([e40b4f5](https://github.com/anthonynahas/ngx-material-pages/commit/e40b4f5))
16+
* **ngx-material-pages:** added page loader component ([7bb6be4](https://github.com/anthonynahas/ngx-material-pages/commit/7bb6be4))
17+
* **ngx-material-pages:** added page outlook component ([72186c8](https://github.com/anthonynahas/ngx-material-pages/commit/72186c8))
18+
* **ngx-material-pages:** added synchronization between the page content and outlook ([650ac80](https://github.com/anthonynahas/ngx-material-pages/commit/650ac80))
19+
* **ngx-material-pages:** added the main ngx-material-pages component ([509ff32](https://github.com/anthonynahas/ngx-material-pages/commit/509ff32))
20+
* **ngx-material-pages:** improved the layout ([51630c9](https://github.com/anthonynahas/ngx-material-pages/commit/51630c9))
21+
* **project:** added cricleci configuration ([df72046](https://github.com/anthonynahas/ngx-material-pages/commit/df72046))
22+
* **ts-lint:** added codelyzer module as dev dependencies ([9317edb](https://github.com/anthonynahas/ngx-material-pages/commit/9317edb))
23+
24+
25+
26+
<a name="0.0.1"></a>
27+
## 0.0.1 (2018-04-08)
28+
29+
30+

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

0 commit comments

Comments
 (0)