diff --git a/packages/cordova-builders/CHANGELOG.md b/packages/cordova-builders/CHANGELOG.md index 2e82ba6..ba356c2 100644 --- a/packages/cordova-builders/CHANGELOG.md +++ b/packages/cordova-builders/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/ionic-team/angular-toolkit/compare/@ionic/cordova-builders@10.1.0...@ionic/cordova-builders@10.1.1) (2024-01-09) + + +### Reverts + +* Revert "feat: support angular 17 (#503)" ([feb6361](https://github.com/ionic-team/angular-toolkit/commit/feb6361f1452e5ccbe242b0e00c0ded05beacec4)), closes [#503](https://github.com/ionic-team/angular-toolkit/issues/503) + + + + + # [10.1.0](https://github.com/ionic-team/angular-toolkit/compare/@ionic/cordova-builders@10.0.0...@ionic/cordova-builders@10.1.0) (2024-01-09) diff --git a/packages/cordova-builders/package.json b/packages/cordova-builders/package.json index 2c383ac..3fe58b7 100644 --- a/packages/cordova-builders/package.json +++ b/packages/cordova-builders/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/cordova-builders", - "version": "10.1.0", + "version": "10.1.1", "license": "MIT", "description": "Cordova builders for @ionic/angular apps", "homepage": "https://ionicframework.com/", diff --git a/packages/schematics/CHANGELOG.md b/packages/schematics/CHANGELOG.md index f6c0fab..a76b8e4 100644 --- a/packages/schematics/CHANGELOG.md +++ b/packages/schematics/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/ionic-team/angular-toolkit/compare/@ionic/angular-toolkit@10.1.0...@ionic/angular-toolkit@10.1.1) (2024-01-09) + + +### Reverts + +* Revert "feat: support angular 17 (#503)" ([feb6361](https://github.com/ionic-team/angular-toolkit/commit/feb6361f1452e5ccbe242b0e00c0ded05beacec4)), closes [#503](https://github.com/ionic-team/angular-toolkit/issues/503) + + + + + # [10.1.0](https://github.com/ionic-team/angular-toolkit/compare/@ionic/angular-toolkit@10.0.0...@ionic/angular-toolkit@10.1.0) (2024-01-09) diff --git a/packages/schematics/package.json b/packages/schematics/package.json index 73b2334..cfb98a8 100644 --- a/packages/schematics/package.json +++ b/packages/schematics/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-toolkit", - "version": "10.1.0", + "version": "10.1.1", "license": "MIT", "description": "Schematics for @ionic/angular apps.", "homepage": "https://ionicframework.com/",