Skip to content

Commit 3f808e1

Browse files
author
github-actions
committed
chore(release): publish [skip ci]
- @ionic/cordova-builders@11.0.0 - @ionic/angular-toolkit@11.0.0
1 parent c002c51 commit 3f808e1

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

packages/cordova-builders/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [11.0.0](https://github.com/ionic-team/angular-toolkit/compare/@ionic/cordova-builders@10.1.1...@ionic/cordova-builders@11.0.0) (2024-01-09)
7+
8+
9+
### Features
10+
11+
* support angular 17 ([#508](https://github.com/ionic-team/angular-toolkit/issues/508)) ([c002c51](https://github.com/ionic-team/angular-toolkit/commit/c002c51cc09f45639ca97bc5354840d9c384556c))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* The minimum version of Angular required is now 17. Please updates your apps to use
17+
the latest release of Angular.
18+
19+
20+
21+
22+
623
## [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)
724

825

packages/cordova-builders/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cordova-builders",
3-
"version": "10.1.1",
3+
"version": "11.0.0",
44
"license": "MIT",
55
"description": "Cordova builders for @ionic/angular apps",
66
"homepage": "https://ionicframework.com/",

packages/schematics/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [11.0.0](https://github.com/ionic-team/angular-toolkit/compare/@ionic/angular-toolkit@10.1.1...@ionic/angular-toolkit@11.0.0) (2024-01-09)
7+
8+
9+
### Features
10+
11+
* support angular 17 ([#508](https://github.com/ionic-team/angular-toolkit/issues/508)) ([c002c51](https://github.com/ionic-team/angular-toolkit/commit/c002c51cc09f45639ca97bc5354840d9c384556c))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* The minimum version of Angular required is now 17. Please updates your apps to use
17+
the latest release of Angular.
18+
19+
20+
21+
22+
623
## [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)
724

825

packages/schematics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/angular-toolkit",
3-
"version": "10.1.1",
3+
"version": "11.0.0",
44
"license": "MIT",
55
"description": "Schematics for @ionic/angular apps.",
66
"homepage": "https://ionicframework.com/",

0 commit comments

Comments
 (0)