Skip to content

Commit b58f525

Browse files
committed
chore(release): bump version number to 0.1.0
1 parent 92d8475 commit b58f525

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# 0.1.0 (2019-05-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** updated the schematics process ([4730e7a](https://github.com/angular-material-extensions/core/commit/4730e7a))
7+
* **demo:** integration of the confirm dialog ([a435c1d](https://github.com/angular-material-extensions/core/commit/a435c1d))
8+
* **demo:** updated angular and other dependencies ([2ab75eb](https://github.com/angular-material-extensions/core/commit/2ab75eb))
9+
* **demo:** updated the dialogs component ([1f1a7ca](https://github.com/angular-material-extensions/core/commit/1f1a7ca))
10+
* **demo:** updated the dialogs route ([92d8475](https://github.com/angular-material-extensions/core/commit/92d8475))
11+
* **dialogs:** improved the radio dialog component ([67990aa](https://github.com/angular-material-extensions/core/commit/67990aa))
12+
* **dialogs:** minor changes in alert dialog component ([8a25fbb](https://github.com/angular-material-extensions/core/commit/8a25fbb))
13+
* **dialogs:** minor in radio dialog ([317b8e4](https://github.com/angular-material-extensions/core/commit/317b8e4))
14+
* **dialogs:** updated the MatDialogsModule ([33160bc](https://github.com/angular-material-extensions/core/commit/33160bc))
15+
* **package:** added angular forms as dependency ([4d34444](https://github.com/angular-material-extensions/core/commit/4d34444))
16+
* **package:** added webpack as dev dependency ([26de40f](https://github.com/angular-material-extensions/core/commit/26de40f))
17+
* **package:** downgraded the jest-preset-angular package ([6572c3d](https://github.com/angular-material-extensions/core/commit/6572c3d))
18+
* **package:** enhanced the alert dialog component ([2b0dd51](https://github.com/angular-material-extensions/core/commit/2b0dd51))
19+
* **package:** removed unwanted component ([56a4ee5](https://github.com/angular-material-extensions/core/commit/56a4ee5))
20+
* **package:** updated angular and other dependencies ([6305213](https://github.com/angular-material-extensions/core/commit/6305213))
21+
* **package:** updated angular dependencies and others ([edc8d6e](https://github.com/angular-material-extensions/core/commit/edc8d6e))
22+
* **package:** updated angular to v7.1.4 ([19fabde](https://github.com/angular-material-extensions/core/commit/19fabde))
23+
24+
25+
### Features
26+
27+
* **dialogs:** added async dialog component ([57d792c](https://github.com/angular-material-extensions/core/commit/57d792c))
28+
* **dialogs:** added input dialog component ([3a2150d](https://github.com/angular-material-extensions/core/commit/3a2150d))
29+
* **dialogs:** added loading dialog component ([534665b](https://github.com/angular-material-extensions/core/commit/534665b))
30+
* **dialogs:** added radio dialog component ([6db9f4c](https://github.com/angular-material-extensions/core/commit/6db9f4c))
31+
* **dialogs:** added select dialog component ([1781e72](https://github.com/angular-material-extensions/core/commit/1781e72))
32+
* **package:** added angular schematics support ([2c3d19f](https://github.com/angular-material-extensions/core/commit/2c3d19f))
33+
* **package:** added confirm dialog component ([d533efa](https://github.com/angular-material-extensions/core/commit/d533efa))
34+
* **package:** added empty alert dialog ([000a7a7](https://github.com/angular-material-extensions/core/commit/000a7a7))
35+
* **package:** added empty async dialog component ([a48f8e7](https://github.com/angular-material-extensions/core/commit/a48f8e7))
36+
* **package:** added empty input dialog component ([29e19ea](https://github.com/angular-material-extensions/core/commit/29e19ea))
37+
* **package:** added empty loading dialog component ([3287d48](https://github.com/angular-material-extensions/core/commit/3287d48))
38+
* **package:** added empty radio dialog component ([233819a](https://github.com/angular-material-extensions/core/commit/233819a))
39+
* **package:** added empty select dialog component ([5e50263](https://github.com/angular-material-extensions/core/commit/5e50263))
40+
* **package:** added empty timer dialog component ([c06e6be](https://github.com/angular-material-extensions/core/commit/c06e6be))
41+
* **package:** added splash screen service ([c47a96e](https://github.com/angular-material-extensions/core/commit/c47a96e))
42+
* **package:** build schematics when publishing the lib ([7539363](https://github.com/angular-material-extensions/core/commit/7539363))
43+
44+
45+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/core",
33
"description": "Set of components, directives and services to boost the app development with angular material 2",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"homepage": "https://github.com/angular-material-extensions/core",
66
"author": {
77
"name": "Anthony Nahas",

0 commit comments

Comments
 (0)