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 Jun 20, 2018
1 parent adbed3d commit a1dcffd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<a name="1.0.0"></a>
# 1.0.0 (2018-06-20)


### Bug Fixes

* **jumbotron:** css styles for the `mat-card` should be affected only within the host ([3849d54](https://github.com/angular-material-extensions/jumbotron/commit/3849d54))
* **scss:** fixed the path of material theming for stackblitz ([9c23fa0](https://github.com/angular-material-extensions/jumbotron/commit/9c23fa0))


### Features

* **jumbotron:** added `ìmageURL` as input for the `mat-jumbotron`component ([491e2ca](https://github.com/angular-material-extensions/jumbotron/commit/491e2ca))
* **package:** added `mat-jumbotron-content` component ([1a187fd](https://github.com/angular-material-extensions/jumbotron/commit/1a187fd))
* **package:** new - `mat-jumbotron` supports now templates via `mat-jumbotron-content` ([9f34870](https://github.com/angular-material-extensions/jumbotron/commit/9f34870))



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/jumbotron",
"description": "Angular UI open source library built with material design in order to illustrate a highlighted/important information for the user",
"version": "0.0.1",
"version": "1.0.0",
"homepage": "https://github.com/angular-material-extensions/jumbotron",
"author": {
"name": "Anthony Nahas",
Expand Down

0 comments on commit a1dcffd

Please sign in to comment.