From 145fc1fb0d9cb109803a5564e1b2443019801405 Mon Sep 17 00:00:00 2001 From: Doppins Date: Thu, 18 Aug 2016 16:19:41 +0000 Subject: [PATCH 1/5] Upgrade dependency @angular/compiler to 2.0.0-rc.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49fab90..faadf03 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@angular/common": "2.0.0-rc.1", - "@angular/compiler": "2.0.0-rc.1", + "@angular/compiler": "2.0.0-rc.5", "@angular/core": "2.0.0-rc.1", "@angular/http": "2.0.0-rc.1", "@angular/platform-browser": "2.0.0-rc.1", From e35bb9fcdd6fed98b293a62d7b55864b9a70438e Mon Sep 17 00:00:00 2001 From: Doppins Date: Mon, 19 Sep 2016 12:47:15 +0000 Subject: [PATCH 2/5] Upgrade dependency @angular/compiler to 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index faadf03..2e9fd34 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@angular/common": "2.0.0-rc.1", - "@angular/compiler": "2.0.0-rc.5", + "@angular/compiler": "2.0.0", "@angular/core": "2.0.0-rc.1", "@angular/http": "2.0.0-rc.1", "@angular/platform-browser": "2.0.0-rc.1", From 3ec110a8f7ac0289ccf5f9758a831bd167122286 Mon Sep 17 00:00:00 2001 From: Doppins Date: Tue, 27 Sep 2016 00:47:47 +0000 Subject: [PATCH 3/5] Upgrade dependency @angular/compiler to 2.1.0-beta.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e9fd34..fa18ef1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@angular/common": "2.0.0-rc.1", - "@angular/compiler": "2.0.0", + "@angular/compiler": "2.1.0-beta.0", "@angular/core": "2.0.0-rc.1", "@angular/http": "2.0.0-rc.1", "@angular/platform-browser": "2.0.0-rc.1", From 2200af257faf49f0c61df2f2feda1d7941c440ad Mon Sep 17 00:00:00 2001 From: Doppins Date: Fri, 7 Oct 2016 00:25:01 +0000 Subject: [PATCH 4/5] Upgrade dependency @angular/compiler to 2.1.0-rc.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa18ef1..5e62a7d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@angular/common": "2.0.0-rc.1", - "@angular/compiler": "2.1.0-beta.0", + "@angular/compiler": "2.1.0-rc.0", "@angular/core": "2.0.0-rc.1", "@angular/http": "2.0.0-rc.1", "@angular/platform-browser": "2.0.0-rc.1", From 62916601ab5cbe5db4ae9dfe27b726329de1f5f9 Mon Sep 17 00:00:00 2001 From: Doppins Date: Fri, 14 Oct 2016 08:43:48 +0000 Subject: [PATCH 5/5] Upgrade dependency @angular/compiler to 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e62a7d..077c6c1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@angular/common": "2.0.0-rc.1", - "@angular/compiler": "2.1.0-rc.0", + "@angular/compiler": "2.1.0", "@angular/core": "2.0.0-rc.1", "@angular/http": "2.0.0-rc.1", "@angular/platform-browser": "2.0.0-rc.1",