From e51d66eded5e94f8c83766b0805c38e8e1a0fd2a Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Thu, 23 Jan 2025 10:34:40 +0200 Subject: [PATCH 1/2] chore(cli): release version 14.3.8 --- CHANGELOG.md | 9 +++++++++ packages/cli/package.json | 6 +++--- packages/core/package.json | 2 +- packages/igx-templates/package.json | 4 ++-- packages/ng-schematics/package.json | 6 +++--- 5 files changed, 18 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14cc89f0d..e76499309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [14.3.8](https://github.com/IgniteUI/igniteui-cli/compare/v14.3.7...v14.3.8) (2025-01-23) + +## What's Changed +* Upgrade github pages deploy and artifact versions by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1366 +* chore: update dv packages with v19; standalone false for legacy components by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1365 + + +**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.3.7...14.3.8 + # [14.3.7](https://github.com/IgniteUI/igniteui-cli/compare/v14.3.6...v14.3.7) (2025-01-22) ## What's Changed diff --git a/packages/cli/package.json b/packages/cli/package.json index 3a2a50a74..abd2e2bb5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "igniteui-cli", - "version": "14.3.7", + "version": "14.3.8", "description": "CLI tool for creating Ignite UI projects", "keywords": [ "CLI", @@ -76,8 +76,8 @@ "all": true }, "dependencies": { - "@igniteui/angular-templates": "~19.0.1437", - "@igniteui/cli-core": "~14.3.7", + "@igniteui/angular-templates": "~19.0.1438", + "@igniteui/cli-core": "~14.3.8", "@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 e707d788b..f7b26048d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/cli-core", - "version": "14.3.7", + "version": "14.3.8", "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 cf79b4f07..165124c81 100644 --- a/packages/igx-templates/package.json +++ b/packages/igx-templates/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-templates", - "version": "19.0.1437", + "version": "19.0.1438", "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.7", + "@igniteui/cli-core": "~14.3.8", "typescript": "~5.5.4" } } diff --git a/packages/ng-schematics/package.json b/packages/ng-schematics/package.json index 891d2c24f..8f445c8cb 100644 --- a/packages/ng-schematics/package.json +++ b/packages/ng-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-schematics", - "version": "19.0.1437", + "version": "19.0.1438", "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.0.1437", - "@igniteui/cli-core": "~14.3.7", + "@igniteui/angular-templates": "~19.0.1438", + "@igniteui/cli-core": "~14.3.8", "@schematics/angular": "~19.0.0", "minimatch": "^10.0.1", "rxjs": "^7.8.1" From 92708019e4f668424cbb2352d0ebfc890d002deb Mon Sep 17 00:00:00 2001 From: Nikolay Alipiev Date: Thu, 23 Jan 2025 10:58:46 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e76499309..7258e7c48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # [14.3.8](https://github.com/IgniteUI/igniteui-cli/compare/v14.3.7...v14.3.8) (2025-01-23) ## What's Changed -* Upgrade github pages deploy and artifact versions by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1366 -* chore: update dv packages with v19; standalone false for legacy components by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1365 +* Replace rollup with vite configuration by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1364 +* Fix wc navbar register icon import by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1367 -**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.3.7...14.3.8 +**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.3.7...v14.3.8 # [14.3.7](https://github.com/IgniteUI/igniteui-cli/compare/v14.3.6...v14.3.7) (2025-01-22)