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](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
  • Loading branch information
Ionitron committed Oct 28, 2021
1 parent 671bfba commit a0bb11f
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 a0bb11f

Please sign in to comment.