Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewconnell committed Jan 19, 2016
1 parent 513f813 commit 43ea8c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<a name="0.2.0"</a>
### [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)
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -13,8 +13,11 @@
"Czopek, Jerry <[email protected]>",
"Gandhi, Jigar <[email protected]>",
"Mastykarz, Waldek <[email protected]>",
"Meilleur, John <[email protected]>",
"Oldengarm, Roland <[email protected]>",
"Sergeev, Sergei <[email protected]>"
"Sergeev, Sergei <[email protected]>",
"Struyf, Elio <[email protected]>",
"White, Thomas <[email protected]>"
],
"homepage": "https://github.com/ngOfficeUIFabric/ng-officeuifabric#readme",
"repository": {
Expand All @@ -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",
Expand Down

0 comments on commit 43ea8c9

Please sign in to comment.