diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a23ef14..b3ea1dda5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [14.4.4](https://github.com/IgniteUI/igniteui-cli/compare/v14.4.3...v14.4.4) (2025-05-21) + +## What's Changed +* feat: add azure pipelines yaml files for angular, react and wc templates by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1396 + +**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.4.3...v14.4.4 + # [14.4.3](https://github.com/IgniteUI/igniteui-cli/compare/v14.4.2...v14.4.3) (2025-04-25) ## What's Changed diff --git a/packages/cli/package.json b/packages/cli/package.json index 172c95386..70b28d198 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "igniteui-cli", - "version": "14.4.4-beta.4", + "version": "14.4.4", "description": "CLI tool for creating Ignite UI projects", "keywords": [ "CLI", @@ -76,8 +76,8 @@ "all": true }, "dependencies": { - "@igniteui/angular-templates": "~19.2.1444-beta.4", - "@igniteui/cli-core": "~14.4.4-beta.4", + "@igniteui/angular-templates": "~19.2.1444", + "@igniteui/cli-core": "~14.4.4", "@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 8be67cf70..fa05f3c58 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/cli-core", - "version": "14.4.4-beta.4", + "version": "14.4.4", "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 9abdd3539..602dc9f99 100644 --- a/packages/igx-templates/package.json +++ b/packages/igx-templates/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-templates", - "version": "19.2.1444-beta.4", + "version": "19.2.1444", "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.4.4-beta.4", + "@igniteui/cli-core": "~14.4.4", "typescript": "~5.5.4" } } diff --git a/packages/ng-schematics/package.json b/packages/ng-schematics/package.json index 856fa6638..aa24525a3 100644 --- a/packages/ng-schematics/package.json +++ b/packages/ng-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-schematics", - "version": "19.2.1444-beta.4", + "version": "19.2.1444", "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.2.1444-beta.4", - "@igniteui/cli-core": "~14.4.4-beta.4", + "@igniteui/angular-templates": "~19.2.1444", + "@igniteui/cli-core": "~14.4.4", "@schematics/angular": "~19.0.0", "minimatch": "^10.0.1", "rxjs": "^7.8.1"