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.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Dec 19, 2015
1 parent 59e84dd commit 2e223e9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="0.0.7"></a>
## [0.0.7](https://github.com/justindujardin/ng2-material/compare/v0.0.6...v0.0.7) (2015-12-19)


### Bug Fixes

* **examples:** import ng2-material from its bundle not using relative paths ([9cc14e6](https://github.com/justindujardin/ng2-material/commit/9cc14e6))
* **examples:** top and bottom margin on button example ([cf40976](https://github.com/justindujardin/ng2-material/commit/cf40976))

### Features

* **button:** add ripple to buttons ([eb78e1f](https://github.com/justindujardin/ng2-material/commit/eb78e1f))
* **tabs:** add dynamic height example ([877a3ef](https://github.com/justindujardin/ng2-material/commit/877a3ef))
* **tabs:** add dynamic tabs example ([d0b0eff](https://github.com/justindujardin/ng2-material/commit/d0b0eff))
* **tabs:** add ink ripple to tab buttons ([3636925](https://github.com/justindujardin/ng2-material/commit/3636925))
* **tabs:** basic material styled tabs with no ink or animations ([d6653f7](https://github.com/justindujardin/ng2-material/commit/d6653f7))
* **util:** add Animate class for css and typescript based animations ([99a4abc](https://github.com/justindujardin/ng2-material/commit/99a4abc))
* **util:** add Ink class for applying ripples to html elements ([0fd473c](https://github.com/justindujardin/ng2-material/commit/0fd473c))



<a name="0.0.6"></a>
## [0.0.6](https://github.com/justindujardin/ng2-material/compare/v0.0.5...v0.0.6) (2015-12-16)

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.6",
"version": "0.0.7",
"description": "",
"main": "all.ts",
"repository": {
Expand Down

0 comments on commit 2e223e9

Please sign in to comment.