From e3c27927e30c9a5ecb7817925f14ab93712e58b2 Mon Sep 17 00:00:00 2001 From: Dominic Carretto Date: Thu, 3 Aug 2017 06:22:06 -0400 Subject: [PATCH] chore(package): Publish Angular MDC v0.2.4 --- CHANGELOG.md | 20 ++++++++++++++++++++ src/lib/package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84e7aef6d..d9b2f4616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +# [0.2.4](https://github.com/trimox/angular-mdc-web/compare/v0.2.3...v0.2.4) (2017-08-03) + + +### Bug Fixes + +* **button:** Fix keyboard event propagation + refactor ([4b17028](https://github.com/trimox/angular-mdc-web/commit/4b17028)), closes [#60](https://github.com/trimox/angular-mdc-web/issues/60) +* **fab:** Fix keyboard event propagation + refactor ([fc310fe](https://github.com/trimox/angular-mdc-web/commit/fc310fe)), closes [#60](https://github.com/trimox/angular-mdc-web/issues/60) +* **fab:** Disabled FAB will now remove Ripple classes ([f1e7919](https://github.com/trimox/angular-mdc-web/commit/f1e7919)) +* **switch:** Disabled Switch will now remove Ripple classes ([94dd087](https://github.com/trimox/angular-mdc-web/commit/94dd087)) +* **textfield:** Use correct Ripple import path ([c4d23b6](https://github.com/trimox/angular-mdc-web/commit/c4d23b6)) + + +### Features + +* **tabs:** Implement MDC Tabs ([f713789](https://github.com/trimox/angular-mdc-web/commit/f713789)) +* **package:** Export individual component & directive classes ([#62](https://github.com/trimox/angular-mdc-web/issues/62)) ([75b6f21](https://github.com/trimox/angular-mdc-web/commit/75b6f21)) + + + # [0.2.3](https://github.com/trimox/angular-mdc-web/compare/v0.2.2...v0.2.3) (2017-07-25) diff --git a/src/lib/package.json b/src/lib/package.json index 558d206df..6820cb6eb 100644 --- a/src/lib/package.json +++ b/src/lib/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/trimox/angular-mdc-web.git" }, - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "keywords": [ "angular-mdc",