From 22f31e1f3d7408741edf8b57178bd6801c6edf24 Mon Sep 17 00:00:00 2001 From: lipata Date: Thu, 14 Dec 2023 23:30:17 +0200 Subject: [PATCH] chore: release 13.1.1 --- 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 58a0e705a..586b2ace7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [13.1.1](https://github.com/IgniteUI/igniteui-cli/compare/v13.1.0...v13.1.1) (2023-12-14) + +## What's Changed +* In lowerDashed do not add dash before numbers by @wnvko in https://github.com/IgniteUI/igniteui-cli/pull/1182 +* chore(angular): Add standalone=false variable to angular.json by @valadzhov in https://github.com/IgniteUI/igniteui-cli/pull/1186 + +**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v13.1.0...v13.1.1 + # [13.1.0](https://github.com/IgniteUI/igniteui-cli/compare/v13.0.2...v13.1.0) (2023-12-13) 🎉 This update includes: diff --git a/packages/cli/package.json b/packages/cli/package.json index f185f864a..89925cfb1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "igniteui-cli", - "version": "13.1.0", + "version": "13.1.1", "description": "CLI tool for creating Ignite UI projects", "keywords": [ "CLI", @@ -78,8 +78,8 @@ "all": true }, "dependencies": { - "@igniteui/angular-templates": "~17.1.1310", - "@igniteui/cli-core": "~13.1.0", + "@igniteui/angular-templates": "~17.1.1311", + "@igniteui/cli-core": "~13.1.1", "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 52067ec8d..5eb8eaeba 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/cli-core", - "version": "13.1.0", + "version": "13.1.1", "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 c29f6827d..090737b68 100644 --- a/packages/igx-templates/package.json +++ b/packages/igx-templates/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-templates", - "version": "17.1.1310", + "version": "17.1.1311", "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.0", + "@igniteui/cli-core": "~13.1.1", "typescript": "~4.7.2" } } diff --git a/packages/ng-schematics/package.json b/packages/ng-schematics/package.json index 5a1482814..b1a4a4896 100644 --- a/packages/ng-schematics/package.json +++ b/packages/ng-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-schematics", - "version": "17.1.1310", + "version": "17.1.1311", "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.1310", - "@igniteui/cli-core": "~13.1.0", + "@igniteui/angular-templates": "~17.1.1311", + "@igniteui/cli-core": "~13.1.1", "@schematics/angular": "~14.0.0", "rxjs": "^6.6.3" },