From c0940af20b70175cfe2b594769cddab9a013c380 Mon Sep 17 00:00:00 2001 From: lipata Date: Fri, 11 Oct 2024 09:06:30 +0300 Subject: [PATCH] chore: release 14.0.3 --- 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 2b4fe6e24..bb73cd32d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [14.0.3](https://github.com/IgniteUI/igniteui-cli/compare/v14.0.2...v14.0.3) (2024-10-11) + +## What's Changed +* chore: update wc, react and dock-manager by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1322 + +**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.0.2...v14.0.3 + # [14.0.2](https://github.com/IgniteUI/igniteui-cli/compare/v14.0.1...v14.0.2) (2024-09-20) ## What's Changed diff --git a/packages/cli/package.json b/packages/cli/package.json index 236ffa5c0..a4f5e6c89 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "igniteui-cli", - "version": "14.0.2", + "version": "14.0.3", "description": "CLI tool for creating Ignite UI projects", "keywords": [ "CLI", @@ -78,8 +78,8 @@ "all": true }, "dependencies": { - "@igniteui/angular-templates": "~18.1.1402", - "@igniteui/cli-core": "~14.0.2", + "@igniteui/angular-templates": "~18.1.1403", + "@igniteui/cli-core": "~14.0.3", "chalk": "^2.3.2", "fs-extra": "^3.0.1", "glob": "^7.1.2", diff --git a/packages/core/package.json b/packages/core/package.json index eff58f126..e9ad9bd7e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/cli-core", - "version": "14.0.2", + "version": "14.0.3", "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 6148ab1ca..73e78f500 100644 --- a/packages/igx-templates/package.json +++ b/packages/igx-templates/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-templates", - "version": "18.1.1402", + "version": "18.1.1403", "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.0.2", + "@igniteui/cli-core": "~14.0.3", "typescript": "~5.4.3" } } diff --git a/packages/ng-schematics/package.json b/packages/ng-schematics/package.json index dea9c9dd9..53a1dabcf 100644 --- a/packages/ng-schematics/package.json +++ b/packages/ng-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-schematics", - "version": "18.1.1402", + "version": "18.1.1403", "description": "Ignite UI for Angular Schematics for ng new and ng generate", "repository": { "type": "git", @@ -20,8 +20,8 @@ "dependencies": { "@angular-devkit/core": "~14.0.0", "@angular-devkit/schematics": "~14.0.0", - "@igniteui/angular-templates": "~18.1.1402", - "@igniteui/cli-core": "~14.0.2", + "@igniteui/angular-templates": "~18.1.1403", + "@igniteui/cli-core": "~14.0.3", "@schematics/angular": "~14.0.0", "rxjs": "^6.6.3" },