Skip to content

Commit

Permalink
chore(release): bump version number to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Oct 27, 2018
1 parent 244487f commit 9dd2976
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 9 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<a name="1.0.0"></a>
# 1.0.0 (2018-10-27)


### Bug Fixes

* **package:** adjusted the static paths routes for the prerendered demo app ([33d1430](https://github.com/angular-material-extensions/layout/commit/33d1430))


### Features

* **layout:** added mat-container directive ([b70843a](https://github.com/angular-material-extensions/layout/commit/b70843a))
* **package:** added angular v7 support ([30fdb13](https://github.com/angular-material-extensions/layout/commit/30fdb13))
* **package:** added MatHeight and MatWidth directives ([c8ee377](https://github.com/angular-material-extensions/layout/commit/c8ee377))
* **package:** added MatHeight and MatWidth validators as service ([5b74166](https://github.com/angular-material-extensions/layout/commit/5b74166))
* **package:** added MatMargin directive ([c2ff5c5](https://github.com/angular-material-extensions/layout/commit/c2ff5c5))
* **package:** added MatPadding Directive ([875d11e](https://github.com/angular-material-extensions/layout/commit/875d11e))
* **package:** resize the `matContainer` as feature ([e09c1ad](https://github.com/angular-material-extensions/layout/commit/e09c1ad))
* **package:** updated angular to v7.0.1 ([06ec989](https://github.com/angular-material-extensions/layout/commit/06ec989))



12 changes: 6 additions & 6 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"private": true,
"dependencies": {
"@angular/animations": "^7.0.1",
"@angular/cdk": "^7.0.1",
"@angular/cdk": "^7.0.2",
"@angular/common": "^7.0.1",
"@angular/compiler": "^7.0.1",
"@angular/core": "^7.0.1",
"@angular/flex-layout": "^7.0.0-beta.19",
"@angular/forms": "^7.0.1",
"@angular/http": "^7.0.1",
"@angular/material": "^7.0.1",
"@angular/material": "^7.0.2",
"@angular/platform-browser": "^7.0.1",
"@angular/platform-browser-dynamic": "^7.0.1",
"@angular/platform-server": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@angular-material-extensions/layout",
"description": "Set of angular directives that allow developers to boost and easy enhance their app development's layout",
"version": "0.0.1",
"version": "1.0.0",
"homepage": "https://github.com/angular-material-extensions/layout",
"author": {
"name": "Anthony Nahas",
Expand Down

0 comments on commit 9dd2976

Please sign in to comment.