Skip to content

Commit 639593e

Browse files
authored
chore: release 2.1.0 (angular#249)
1 parent caa4817 commit 639593e

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
<a name="0.2.10"></a>
1+
<a name="0.2.12"></a>
2+
# 0.2.12 (2016-10-06)
3+
* Angular v2.1.0
4+
5+
<a name="0.2.11"></a>
26
# 0.2.11 (2016-10-06)
3-
* Angular v.2.0.2
7+
* Angular v2.0.2
48
* License is MIT
59
* Current testing configuration
610
* No code changes

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
}
2828
],
2929
"dependencies": {
30-
"@angular/common": "~2.0.2",
31-
"@angular/compiler": "~2.0.2",
32-
"@angular/core": "~2.0.2",
33-
"@angular/forms": "~2.0.2",
34-
"@angular/http": "~2.0.2",
35-
"@angular/platform-browser": "~2.0.2",
36-
"@angular/platform-browser-dynamic": "~2.0.2",
37-
"@angular/router": "~3.0.2",
38-
"@angular/upgrade": "~2.0.2",
30+
"@angular/common": "~2.1.0",
31+
"@angular/compiler": "~2.1.0",
32+
"@angular/core": "~2.1.0",
33+
"@angular/forms": "~2.1.0",
34+
"@angular/http": "~2.1.0",
35+
"@angular/platform-browser": "~2.1.0",
36+
"@angular/platform-browser-dynamic": "~2.1.0",
37+
"@angular/router": "~3.1.0",
38+
"@angular/upgrade": "~2.1.0",
3939

4040
"angular-in-memory-web-api": "~0.1.5",
4141
"bootstrap": "^3.3.7",

0 commit comments

Comments
 (0)