-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
30 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
{ | ||
"name": "angular-ui-router", | ||
"description": "State-based routing for AngularJS", | ||
"version": "0.2.16", | ||
"version": "0.2.17", | ||
"homepage": "http://angular-ui.github.com/", | ||
"contributors": [ | ||
{ | ||
"name": "Nate Abele", | ||
"email": "nate@unionofrad.com", | ||
"email": "nate@radify.io", | ||
"web": "https://github.com/nateabele" | ||
}, | ||
{ | ||
"name": "Chris Thielen", | ||
"email": "[email protected]", | ||
"web": "https://github.com/christopherthielen" | ||
}, | ||
{ | ||
"name": "Tim Kindberg", | ||
"web": "https://github.com/timkindberg" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
87f10df
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nateabele could you please update npm registry with this version? I can see 0.2.16 being the latest there. Thanks.
87f10df
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@piotrd Thanks for the reminder. I need to remember to make it part of the auto-release process. 😄
87f10df
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happened to the api folder? Had to roll back to 0.2.15
87f10df
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we dropped our
d.ts
file in favor of pointing people to DefinitelyTyped. @christopherthielen does that sound right?87f10df
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds right #1990
The 1.0 branch is written in typescript