From 1fa1d46652b93c64d202d41cf0aca6ff5601a3ec Mon Sep 17 00:00:00 2001 From: lipata Date: Thu, 14 Dec 2023 23:21:12 +0200 Subject: [PATCH] chore: release 13.0.3 --- 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 2e09bf27a..a19fb4243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [13.0.3](https://github.com/IgniteUI/igniteui-cli/compare/v13.0.2...v13.0.3) (2023-12-14) + +## What's Changed +* In lowerDashed do not add dash before numbers - 13.0.x by @wnvko in https://github.com/IgniteUI/igniteui-cli/pull/1183 +* chore(angular): Add standalone=false variable to angular.json by @valadzhov in https://github.com/IgniteUI/igniteui-cli/pull/1185 + +**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v13.0.2...v13.0.3 + # [13.0.2](https://github.com/IgniteUI/igniteui-cli/compare/v13.0.1...v13.0.2) (2023-11-21) ## What's Changed diff --git a/packages/cli/package.json b/packages/cli/package.json index b1cda0c4a..c2c1b4ab9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "igniteui-cli", - "version": "13.0.2", + "version": "13.0.3", "description": "CLI tool for creating Ignite UI projects", "keywords": [ "CLI", @@ -78,8 +78,8 @@ "all": true }, "dependencies": { - "@igniteui/angular-templates": "~17.0.1302", - "@igniteui/cli-core": "~13.0.2", + "@igniteui/angular-templates": "~17.0.1303", + "@igniteui/cli-core": "~13.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 e8632c36d..b71bc5b9e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/cli-core", - "version": "13.0.2", + "version": "13.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 d1db2898b..97e75babc 100644 --- a/packages/igx-templates/package.json +++ b/packages/igx-templates/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-templates", - "version": "17.0.1302", + "version": "17.0.1303", "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.0.2", + "@igniteui/cli-core": "~13.0.3", "typescript": "~4.7.2" } } diff --git a/packages/ng-schematics/package.json b/packages/ng-schematics/package.json index dc4f2ab08..16991da7c 100644 --- a/packages/ng-schematics/package.json +++ b/packages/ng-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-schematics", - "version": "17.0.1302", + "version": "17.0.1303", "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.0.1302", - "@igniteui/cli-core": "~13.0.2", + "@igniteui/angular-templates": "~17.0.1303", + "@igniteui/cli-core": "~13.0.3", "@schematics/angular": "~14.0.0", "rxjs": "^6.6.3" },