Skip to content

Commit 0c68e9d

Browse files
author
github-actions
committed
chore(release): publish [skip ci]
- @ionic/[email protected] - @ionic/[email protected]
1 parent 70d5066 commit 0c68e9d

File tree

4 files changed

+27
-6
lines changed

4 files changed

+27
-6
lines changed

packages/cordova-builders/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [12.1.0](https://github.com/ionic-team/angular-toolkit/compare/@ionic/[email protected]...@ionic/[email protected]) (2024-09-03)
7+
8+
9+
### Features
10+
11+
* support angular 18 ([#513](https://github.com/ionic-team/angular-toolkit/issues/513)) ([70d5066](https://github.com/ionic-team/angular-toolkit/commit/70d50665a000c10b1cf5701aad664c2e620541c1))
12+
13+
14+
15+
16+
617
# [12.0.0](https://github.com/ionic-team/angular-toolkit/compare/@ionic/[email protected]...@ionic/[email protected]) (2024-09-01)
718

819

packages/cordova-builders/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cordova-builders",
3-
"version": "12.0.0",
3+
"version": "12.1.0",
44
"license": "MIT",
55
"description": "Cordova builders for @ionic/angular apps",
66
"homepage": "https://ionicframework.com/",
@@ -46,13 +46,12 @@
4646
"ws": "^8.2.3"
4747
},
4848
"devDependencies": {
49+
"@angular-eslint/builder": "^18.3.0",
50+
"@angular-eslint/eslint-plugin": "^18.0.1",
4951
"@types/node": "^16.11.7",
5052
"@types/ws": "^8.5.12",
5153
"lint-staged": "^15.2.9",
52-
"typescript": "~5.5.4",
53-
"@angular-eslint/builder": "^18.3.0",
54-
"@angular-eslint/eslint-plugin": "^18.0.1"
55-
54+
"typescript": "~5.5.4"
5655
},
5756
"builders": "./builders.json",
5857
"schematics": "./collection.json",

packages/schematics/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [12.1.0](https://github.com/ionic-team/angular-toolkit/compare/@ionic/[email protected]...@ionic/[email protected]) (2024-09-03)
7+
8+
9+
### Features
10+
11+
* support angular 18 ([#513](https://github.com/ionic-team/angular-toolkit/issues/513)) ([70d5066](https://github.com/ionic-team/angular-toolkit/commit/70d50665a000c10b1cf5701aad664c2e620541c1))
12+
13+
14+
15+
16+
617
# [12.0.0](https://github.com/ionic-team/angular-toolkit/compare/@ionic/[email protected]...@ionic/[email protected]) (2024-09-01)
718

819

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

0 commit comments

Comments
 (0)