Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @ionic/cordova-builders@12.1.0
 - @ionic/angular-toolkit@12.1.0
  • Loading branch information
github-actions committed Sep 3, 2024
1 parent 70d5066 commit 0c68e9d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
11 changes: 11 additions & 0 deletions packages/cordova-builders/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [12.1.0](https://github.com/ionic-team/angular-toolkit/compare/@ionic/cordova-builders@11.0.0...@ionic/cordova-builders@12.1.0) (2024-09-03)


### Features

* support angular 18 ([#513](https://github.com/ionic-team/angular-toolkit/issues/513)) ([70d5066](https://github.com/ionic-team/angular-toolkit/commit/70d50665a000c10b1cf5701aad664c2e620541c1))





# [12.0.0](https://github.com/ionic-team/angular-toolkit/compare/@ionic/cordova-builders@10.1.1...@ionic/cordova-builders@11.0.0) (2024-09-01)


Expand Down
9 changes: 4 additions & 5 deletions packages/cordova-builders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/cordova-builders",
"version": "12.0.0",
"version": "12.1.0",
"license": "MIT",
"description": "Cordova builders for @ionic/angular apps",
"homepage": "https://ionicframework.com/",
Expand Down Expand Up @@ -46,13 +46,12 @@
"ws": "^8.2.3"
},
"devDependencies": {
"@angular-eslint/builder": "^18.3.0",
"@angular-eslint/eslint-plugin": "^18.0.1",
"@types/node": "^16.11.7",
"@types/ws": "^8.5.12",
"lint-staged": "^15.2.9",
"typescript": "~5.5.4",
"@angular-eslint/builder": "^18.3.0",
"@angular-eslint/eslint-plugin": "^18.0.1"

"typescript": "~5.5.4"
},
"builders": "./builders.json",
"schematics": "./collection.json",
Expand Down
11 changes: 11 additions & 0 deletions packages/schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [12.1.0](https://github.com/ionic-team/angular-toolkit/compare/@ionic/angular-toolkit@11.0.1...@ionic/angular-toolkit@12.1.0) (2024-09-03)


### Features

* support angular 18 ([#513](https://github.com/ionic-team/angular-toolkit/issues/513)) ([70d5066](https://github.com/ionic-team/angular-toolkit/commit/70d50665a000c10b1cf5701aad664c2e620541c1))





# [12.0.0](https://github.com/ionic-team/angular-toolkit/compare/@ionic/cordova-builders@10.1.1...@ionic/cordova-builders@11.0.0) (2024-09-01)


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

0 comments on commit 0c68e9d

Please sign in to comment.