-
Notifications
You must be signed in to change notification settings - Fork 12k
chore: update to Angular 2.1.0 #2704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1e36273
to
69e58dc
Compare
@filipesilva can you update the @angular/compiler-cli to 2.1.0, too? It has some really important bug-fixes. |
"@angular/common": "^2.0.0", | ||
"@angular/compiler": "^2.0.0", | ||
"@angular/common": "~2.1.0", | ||
"@angular/compiler": "~2.1.0", | ||
"@angular/compiler-cli": "^0.6.0", |
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.
69e58dc
to
1cf2782
Compare
I've updated |
1cf2782
to
326a960
Compare
@@ -17,8 +17,8 @@ | |||
"@angular-cli/ast-tools": "^1.0.0" | |||
}, | |||
"peerDependencies": { |
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.
Isn't 2.0.3 the stable version?
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.
Correct, but since this is a peerDep we don't want to limit users. 2.0.2
also works and some projects might be using it.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fix #2692