From 43ea8c90619e520d2a182ccc4c41176358dbd6b4 Mon Sep 17 00:00:00 2001 From: Andrew Connell Date: Tue, 19 Jan 2016 08:19:24 -0500 Subject: [PATCH] release 0.2.0 --- CHANGELOG.md | 3 ++- package.json | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a44bf..f13d1fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -### [0.2.0 (TBD)](https://github.com/ngOfficeUIFabric/ng-officeuifabric/tree/dev) +### [0.2.0 (January 19, 2016)](https://github.com/ngOfficeUIFabric/ng-officeuifabric/tree/dev) #### Features +- **docs**: added auto watcher for easier dev (by @s-KaiNet; closes #49) - **uif-choicefield**: directive added (by @rolandoldengarm; closes #16) - **uif-icon**: added validation to specified icon (by @andrewconnell) - **uif-link**: directive added (by @tdwhite0; closes #23) diff --git a/package.json b/package.json index 2219def..5779828 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-officeuifabric-source", - "version": "0.1.3", + "version": "0.2.0", "description": "Angular directives for Microsoft's Office UI Fabric.", "license": "MIT", "author": { @@ -13,8 +13,11 @@ "Czopek, Jerry ", "Gandhi, Jigar ", "Mastykarz, Waldek ", + "Meilleur, John ", "Oldengarm, Roland ", - "Sergeev, Sergei " + "Sergeev, Sergei ", + "Struyf, Elio ", + "White, Thomas " ], "homepage": "https://github.com/ngOfficeUIFabric/ng-officeuifabric#readme", "repository": { @@ -38,7 +41,7 @@ }, "dependencies": { "angular": "^1.4.8", - "office-ui-fabric": "^1.2.0" + "office-ui-fabric": "^1.2.1" }, "devDependencies": { "angular-animate": "^1.4.8",