Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
chore(deploy): release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Dec 29, 2015
1 parent ececd94 commit 4306cf5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="0.1.0"></a>
# [0.1.0](https://github.com/justindujardin/ng2-material/compare/v0.0.11...v0.1.0) (2015-12-29)


### Features

* **examples:** add version service for accessing version.json data ([b52c83d](https://github.com/justindujardin/ng2-material/commit/b52c83d))
* **examples:** hero header for demo site ([90464af](https://github.com/justindujardin/ng2-material/commit/90464af))
* **examples:** support rendering markdown content for examples ([3d42aa6](https://github.com/justindujardin/ng2-material/commit/3d42aa6))
* **examples:** use router for navigation between examples ([380625e](https://github.com/justindujardin/ng2-material/commit/380625e))
* **peekaboo:** decorator for viewport scroll actions ([d419853](https://github.com/justindujardin/ng2-material/commit/d419853))
* **peekaboo:** different breaks for different viewport sizes ([0fff4cc](https://github.com/justindujardin/ng2-material/commit/0fff4cc))
* **toolbar:** add md-hero height for large material page headers ([a949ba8](https://github.com/justindujardin/ng2-material/commit/a949ba8))
* **util:** add Media injectable for media query checks and events ([edc437e](https://github.com/justindujardin/ng2-material/commit/edc437e))



<a name="0.0.11"></a>
## [0.0.11](https://github.com/justindujardin/ng2-material/compare/v0.0.10...v0.0.11) (2015-12-27)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-material",
"version": "0.0.11",
"version": "0.1.0",
"description": "",
"main": "all.ts",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"ng2-material/components/icon/icon.ts",
"ng2-material/components/input/input.ts",
"ng2-material/components/list/list.ts",
"ng2-material/components/peekaboo/peekaboo.ts",
"ng2-material/components/progress_circular/progress_circular.ts",
"ng2-material/components/progress_linear/progress_linear.ts",
"ng2-material/components/radio/radio_button.ts",
Expand All @@ -45,6 +46,7 @@
"ng2-material/core/key_codes.ts",
"ng2-material/core/util/animate.ts",
"ng2-material/core/util/ink.ts",
"ng2-material/core/util/media.ts",
"ng2-material/core/util/util.ts"
]
}

0 comments on commit 4306cf5

Please sign in to comment.