Skip to content

Commit 093a0b5

Browse files
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.5.1...v2.0.0) (2019-06-25) ### Features * support Angular 8 ([#132](#132)) ([166d547](166d547)) ### BREAKING CHANGES * this updates dependencies for Angular 8. Users are required to update to 8.0.0 of Angular/Angular CLI in order to use this. In order to migrate, please see https://update.angular.io
1 parent 166d547 commit 093a0b5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.0.0](https://github.com/ionic-team/angular-toolkit/compare/v1.5.1...v2.0.0) (2019-06-25)
2+
3+
4+
### Features
5+
6+
* support Angular 8 ([#132](https://github.com/ionic-team/angular-toolkit/issues/132)) ([166d547](https://github.com/ionic-team/angular-toolkit/commit/166d547))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* this updates dependencies for Angular 8. Users are
12+
required to update to 8.0.0 of Angular/Angular CLI in order to use
13+
this. In order to migrate, please see https://update.angular.io
14+
115
## [1.5.1](https://github.com/ionic-team/angular-toolkit/compare/v1.5.0...v1.5.1) (2019-04-09)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/angular-toolkit",
3-
"version": "1.5.1",
3+
"version": "2.0.0",
44
"description": "Schematics and builders for @ionic/angular apps.",
55
"homepage": "https://ionicframework.com/",
66
"author": "Ionic Team <hi@ionicframework.com> (https://ionicframework.com)",

0 commit comments

Comments
 (0)