From a1f5770ca3ee9a12c92d9a5c6039a5f7f6734de7 Mon Sep 17 00:00:00 2001 From: lipata Date: Wed, 31 Jan 2024 11:04:24 +0200 Subject: [PATCH] chore: release 13.1.5 --- CHANGELOG.md | 8 ++++++++ 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, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 845d14d65..a019c4e3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [13.1.5](https://github.com/IgniteUI/igniteui-cli/compare/v13.1.4...v13.1.5) (2024-01-31) + +## What's Changed +* chore: use patch versions instead of minor one by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1201 + + +**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v.13.1.4...v13.1.5 + # [13.1.4](https://github.com/IgniteUI/igniteui-cli/compare/v13.1.3...v13.1.4) (2024-01-26) ## What's Changed diff --git a/packages/cli/package.json b/packages/cli/package.json index 033628150..7fa58b912 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "igniteui-cli", - "version": "13.1.4", + "version": "13.1.5", "description": "CLI tool for creating Ignite UI projects", "keywords": [ "CLI", @@ -78,8 +78,8 @@ "all": true }, "dependencies": { - "@igniteui/angular-templates": "~17.1.1314", - "@igniteui/cli-core": "~13.1.4", + "@igniteui/angular-templates": "~17.1.1315", + "@igniteui/cli-core": "~13.1.5", "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 58009ab08..43e2d6b1f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/cli-core", - "version": "13.1.4", + "version": "13.1.5", "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 dd3395a63..e8f728223 100644 --- a/packages/igx-templates/package.json +++ b/packages/igx-templates/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-templates", - "version": "17.1.1314", + "version": "17.1.1315", "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": "~13.1.4", + "@igniteui/cli-core": "~13.1.5", "typescript": "~4.7.2" } } diff --git a/packages/ng-schematics/package.json b/packages/ng-schematics/package.json index 2928a25d9..a30d6886f 100644 --- a/packages/ng-schematics/package.json +++ b/packages/ng-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-schematics", - "version": "17.1.1314", + "version": "17.1.1315", "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": "~17.1.1314", - "@igniteui/cli-core": "~13.1.4", + "@igniteui/angular-templates": "~17.1.1315", + "@igniteui/cli-core": "~13.1.5", "@schematics/angular": "~14.0.0", "rxjs": "^6.6.3" },