From 547e9628828116052b11d949140e9eaa8036a75b Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Mon, 27 Jan 2025 17:39:14 +0200 Subject: [PATCH] chore(cli): release version 14.3.12 --- CHANGELOG.md | 7 +++++++ 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, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5aab9a97..f3af3c43a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [14.3.12](https://github.com/IgniteUI/igniteui-cli/compare/v14.3.11...v14.3.12) (2025-01-27) + +## What's Changed +* fix: paths in web components github pages workflow by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1373 + +**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.3.11...v14.3.12 + # [14.3.11](https://github.com/IgniteUI/igniteui-cli/compare/v14.3.10...v14.3.11) (2025-01-24) ## What's Changed diff --git a/packages/cli/package.json b/packages/cli/package.json index 15e9cf740..ec5588384 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "igniteui-cli", - "version": "14.3.12-beta.0", + "version": "14.3.12", "description": "CLI tool for creating Ignite UI projects", "keywords": [ "CLI", @@ -76,8 +76,8 @@ "all": true }, "dependencies": { - "@igniteui/angular-templates": "~19.0.14312-beta.0", - "@igniteui/cli-core": "~14.3.12-beta.0", + "@igniteui/angular-templates": "~19.0.14312", + "@igniteui/cli-core": "~14.3.12", "@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 d28e3abe5..12bcd4bb1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/cli-core", - "version": "14.3.12-beta.0", + "version": "14.3.12", "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 72acd7726..cc644418e 100644 --- a/packages/igx-templates/package.json +++ b/packages/igx-templates/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-templates", - "version": "19.0.14312-beta.0", + "version": "19.0.14312", "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.12-beta.0", + "@igniteui/cli-core": "~14.3.12", "typescript": "~5.5.4" } } diff --git a/packages/ng-schematics/package.json b/packages/ng-schematics/package.json index f410ec766..5080f76db 100644 --- a/packages/ng-schematics/package.json +++ b/packages/ng-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-schematics", - "version": "19.0.14312-beta.0", + "version": "19.0.14312", "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.14312-beta.0", - "@igniteui/cli-core": "~14.3.12-beta.0", + "@igniteui/angular-templates": "~19.0.14312", + "@igniteui/cli-core": "~14.3.12", "@schematics/angular": "~19.0.0", "minimatch": "^10.0.1", "rxjs": "^7.8.1"