From fdebed7d01c2b4c561573bef89839e579a4abb01 Mon Sep 17 00:00:00 2001 From: Justin DuJardin Date: Sun, 12 Jun 2016 15:54:28 -0700 Subject: [PATCH] chore(deploy): release v0.5.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaffa586..d9e79576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +# [0.5.0](https://github.com/justindujardin/ng2-material/compare/v0.4.1...v0.5.0) (2016-06-12) + + +### Bug Fixes + +* import path in example page ([0cbec43](https://github.com/justindujardin/ng2-material/commit/0cbec43)), closes [#239](https://github.com/justindujardin/ng2-material/issues/239) +* lock to material2 alpha 4 temporarily ([630b289](https://github.com/justindujardin/ng2-material/commit/630b289)), closes [#244](https://github.com/justindujardin/ng2-material/issues/244) [#240](https://github.com/justindujardin/ng2-material/issues/240) +* **data-table:** unsubscribe from observables when destroyed ([ab3a326](https://github.com/justindujardin/ng2-material/commit/ab3a326)) + +### Features + +* **build:** install typings as postinstall step ([772fab4](https://github.com/justindujardin/ng2-material/commit/772fab4)) +* Add Paging component ([a6061f6](https://github.com/justindujardin/ng2-material/commit/a6061f6)) +* **develop:** Add `npm tdd` and `grunt tdd` tasks ([1b6ba0c](https://github.com/justindujardin/ng2-material/commit/1b6ba0c)) +* **develop:** make npm scripts Windows friendly ([c5d63cd](https://github.com/justindujardin/ng2-material/commit/c5d63cd)) +* **examples:** add webpack example with ng2-material and material2 ([fe58d90](https://github.com/justindujardin/ng2-material/commit/fe58d90)), closes [#175](https://github.com/justindujardin/ng2-material/issues/175) + + + ## [0.4.1](https://github.com/justindujardin/ng2-material/compare/v0.4.0...v0.4.1) (2016-05-22) diff --git a/package.json b/package.json index 98502b43..21bb908e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-material", - "version": "0.4.1", + "version": "0.5.0", "description": "", "main": "./index.js", "repository": {