diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ec1b322..c78426ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [14.4.0](https://github.com/IgniteUI/igniteui-cli/compare/v14.3.18...v14.4.0) (2025-04-17) + +## What's Changed +* chore(igx-templates): bump to ng 19.2.0 by @valadzhov in https://github.com/IgniteUI/igniteui-cli/pull/1392 + +**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.3.18...v14.4.0 + # [14.3.18](https://github.com/IgniteUI/igniteui-cli/compare/v14.3.17...v14.3.18) (2025-04-11) ## What's Changed diff --git a/packages/cli/package.json b/packages/cli/package.json index 117be9c7b..c366d16a2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "igniteui-cli", - "version": "14.3.18", + "version": "14.4.0", "description": "CLI tool for creating Ignite UI projects", "keywords": [ "CLI", @@ -76,8 +76,8 @@ "all": true }, "dependencies": { - "@igniteui/angular-templates": "~19.1.14318", - "@igniteui/cli-core": "~14.3.18", + "@igniteui/angular-templates": "~19.2.1440", + "@igniteui/cli-core": "~14.4.0", "@inquirer/prompts": "^5.4.0", "@types/yargs": "^17.0.33", "chalk": "^5.3.0", diff --git a/packages/core/package.json b/packages/core/package.json index b2e06d26a..6c6b2e183 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/cli-core", - "version": "14.3.18", + "version": "14.4.0", "description": "Base types and functionality for Ignite UI CLI", "repository": { "type": "git", diff --git a/packages/igx-templates/package.json b/packages/igx-templates/package.json index 49127b9b2..750b1646e 100644 --- a/packages/igx-templates/package.json +++ b/packages/igx-templates/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-templates", - "version": "19.1.14318", + "version": "19.2.1440", "description": "Templates for Ignite UI for Angular projects and components", "repository": { "type": "git", @@ -12,7 +12,7 @@ "author": "Infragistics", "license": "MIT", "dependencies": { - "@igniteui/cli-core": "~14.3.18", + "@igniteui/cli-core": "~14.4.0", "typescript": "~5.5.4" } } diff --git a/packages/ng-schematics/package.json b/packages/ng-schematics/package.json index 1a27c055d..fe1033274 100644 --- a/packages/ng-schematics/package.json +++ b/packages/ng-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-schematics", - "version": "19.1.14318", + "version": "19.2.1440", "description": "Ignite UI for Angular Schematics for ng new and ng generate", "repository": { "type": "git", @@ -20,8 +20,8 @@ "dependencies": { "@angular-devkit/core": "^19.0.0", "@angular-devkit/schematics": "^19.0.0", - "@igniteui/angular-templates": "~19.1.14318", - "@igniteui/cli-core": "~14.3.18", + "@igniteui/angular-templates": "~19.2.1440", + "@igniteui/cli-core": "~14.4.0", "@schematics/angular": "~19.0.0", "minimatch": "^10.0.1", "rxjs": "^7.8.1"