Skip to content

Commit 9dd2976

Browse files
committed
chore(release): bump version number to 1.0.0
1 parent 244487f commit 9dd2976

File tree

4 files changed

+31
-9
lines changed

4 files changed

+31
-9
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<a name="1.0.0"></a>
2+
# 1.0.0 (2018-10-27)
3+
4+
5+
### Bug Fixes
6+
7+
* **package:** adjusted the static paths routes for the prerendered demo app ([33d1430](https://github.com/angular-material-extensions/layout/commit/33d1430))
8+
9+
10+
### Features
11+
12+
* **layout:** added mat-container directive ([b70843a](https://github.com/angular-material-extensions/layout/commit/b70843a))
13+
* **package:** added angular v7 support ([30fdb13](https://github.com/angular-material-extensions/layout/commit/30fdb13))
14+
* **package:** added MatHeight and MatWidth directives ([c8ee377](https://github.com/angular-material-extensions/layout/commit/c8ee377))
15+
* **package:** added MatHeight and MatWidth validators as service ([5b74166](https://github.com/angular-material-extensions/layout/commit/5b74166))
16+
* **package:** added MatMargin directive ([c2ff5c5](https://github.com/angular-material-extensions/layout/commit/c2ff5c5))
17+
* **package:** added MatPadding Directive ([875d11e](https://github.com/angular-material-extensions/layout/commit/875d11e))
18+
* **package:** resize the `matContainer` as feature ([e09c1ad](https://github.com/angular-material-extensions/layout/commit/e09c1ad))
19+
* **package:** updated angular to v7.0.1 ([06ec989](https://github.com/angular-material-extensions/layout/commit/06ec989))
20+
21+
22+

demo/package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"private": true,
2727
"dependencies": {
2828
"@angular/animations": "^7.0.1",
29-
"@angular/cdk": "^7.0.1",
29+
"@angular/cdk": "^7.0.2",
3030
"@angular/common": "^7.0.1",
3131
"@angular/compiler": "^7.0.1",
3232
"@angular/core": "^7.0.1",
3333
"@angular/flex-layout": "^7.0.0-beta.19",
3434
"@angular/forms": "^7.0.1",
3535
"@angular/http": "^7.0.1",
36-
"@angular/material": "^7.0.1",
36+
"@angular/material": "^7.0.2",
3737
"@angular/platform-browser": "^7.0.1",
3838
"@angular/platform-browser-dynamic": "^7.0.1",
3939
"@angular/platform-server": "^7.0.1",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/layout",
33
"description": "Set of angular directives that allow developers to boost and easy enhance their app development's layout",
4-
"version": "0.0.1",
4+
"version": "1.0.0",
55
"homepage": "https://github.com/angular-material-extensions/layout",
66
"author": {
77
"name": "Anthony Nahas",

0 commit comments

Comments
 (0)