Skip to content

Commit a0bb11f

Browse files
committed
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.0.0...v5.0.0) (2021-10-28) ### Bug Fixes * bump cheerio to rc4 ([905cff2](905cff2)), closes [#456](#456) * update deps to match latest angular ([0100b8b](0100b8b)), closes [#455](#455) [#452](#452) ### Features * update to support angular 12.0 ([671bfba](671bfba)), closes [#459](#459) [#460](#460) ### BREAKING CHANGES * Apps must use Angular 12.0
1 parent 671bfba commit a0bb11f

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [5.0.0](https://github.com/ionic-team/angular-toolkit/compare/v4.0.0...v5.0.0) (2021-10-28)
2+
3+
4+
### Bug Fixes
5+
6+
* bump cheerio to rc4 ([905cff2](https://github.com/ionic-team/angular-toolkit/commit/905cff2f48d001fbfe304ab8b786ef1c8ba8eccd)), closes [#456](https://github.com/ionic-team/angular-toolkit/issues/456)
7+
* update deps to match latest angular ([0100b8b](https://github.com/ionic-team/angular-toolkit/commit/0100b8b98ebcad8d1ad572d7042aaf9e49f30886)), closes [#455](https://github.com/ionic-team/angular-toolkit/issues/455) [#452](https://github.com/ionic-team/angular-toolkit/issues/452)
8+
9+
10+
### Features
11+
12+
* update to support angular 12.0 ([671bfba](https://github.com/ionic-team/angular-toolkit/commit/671bfba7349768c80dc4cfe02fe8c91616927cf1)), closes [#459](https://github.com/ionic-team/angular-toolkit/issues/459) [#460](https://github.com/ionic-team/angular-toolkit/issues/460)
13+
14+
15+
### BREAKING CHANGES
16+
17+
* Apps must use Angular 12.0
18+
119
# [4.0.0](https://github.com/ionic-team/angular-toolkit/compare/v3.1.1...v4.0.0) (2021-05-25)
220

321

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "4.0.0",
3+
"version": "5.0.0",
44
"license": "MIT",
55
"description": "Schematics and builders for @ionic/angular apps.",
66
"homepage": "https://ionicframework.com/",

0 commit comments

Comments
 (0)