Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](ionic-team/angular-toolkit@v4.0.0...v5.0.0) (2021-10-28)

### Bug Fixes

* bump cheerio to rc4 ([905cff2](ionic-team/angular-toolkit@905cff2)), closes [#456](ionic-team/angular-toolkit#456)
* update deps to match latest angular ([0100b8b](ionic-team/angular-toolkit@0100b8b)), closes [#455](ionic-team/angular-toolkit#455) [#452](ionic-team/angular-toolkit#452)

### Features

* update to support angular 12.0 ([671bfba](ionic-team/angular-toolkit@671bfba)), closes [#459](ionic-team/angular-toolkit#459) [#460](ionic-team/angular-toolkit#460)

### BREAKING CHANGES

* Apps must use Angular 12.0
  • Loading branch information
wand1252 committed Oct 28, 2021
1 parent ad91442 commit 79ec775
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [5.0.0](https://github.com/ionic-team/angular-toolkit/compare/v4.0.0...v5.0.0) (2021-10-28)


### Bug Fixes

* 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)
* 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)


### Features

* 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)


### BREAKING CHANGES

* Apps must use Angular 12.0

# [4.0.0](https://github.com/ionic-team/angular-toolkit/compare/v3.1.1...v4.0.0) (2021-05-25)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/angular-toolkit",
"version": "4.0.0",
"version": "5.0.0",
"license": "MIT",
"description": "Schematics and builders for @ionic/angular apps.",
"homepage": "https://ionicframework.com/",
Expand Down

0 comments on commit 79ec775

Please sign in to comment.