From 300f8c16cfc4bf7836e4938f2de13a8952bc1a9a Mon Sep 17 00:00:00 2001 From: lipata Date: Tue, 18 Jul 2023 16:10:55 +0300 Subject: [PATCH] chore: release 12.0.5 --- 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 dfb545655..0103c14ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [12.0.5](https://github.com/IgniteUI/igniteui-cli/compare/v12.0.4...v12.0.5) (2023-07-18) + +## What's Changed + +* Fix memory allocation issue during build of webComponent app that uses igc-category-chart by @dkalinovInfra in https://github.com/IgniteUI/igniteui-cli/pull/1143 + + # [12.0.4](https://github.com/IgniteUI/igniteui-cli/compare/v12.0.3...v12.0.4) (2023-07-18) ## What's Changed diff --git a/packages/cli/package.json b/packages/cli/package.json index 2c1e250fe..378cdf9f8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "igniteui-cli", - "version": "12.0.4", + "version": "12.0.5", "description": "CLI tool for creating Ignite UI projects", "keywords": [ "CLI", @@ -78,8 +78,8 @@ "all": true }, "dependencies": { - "@igniteui/angular-templates": "~16.0.1204", - "@igniteui/cli-core": "~12.0.4", + "@igniteui/angular-templates": "~16.0.1205", + "@igniteui/cli-core": "~12.0.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 88c0b9c80..4c7adbe08 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/cli-core", - "version": "12.0.4", + "version": "12.0.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 6ac19b4e3..fa629eff3 100644 --- a/packages/igx-templates/package.json +++ b/packages/igx-templates/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-templates", - "version": "16.0.1204", + "version": "16.0.1205", "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": "~12.0.4", + "@igniteui/cli-core": "~12.0.5", "typescript": "~4.7.2" } } diff --git a/packages/ng-schematics/package.json b/packages/ng-schematics/package.json index 99d783346..606e8e830 100644 --- a/packages/ng-schematics/package.json +++ b/packages/ng-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-schematics", - "version": "16.0.1204", + "version": "16.0.1205", "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": "~16.0.1204", - "@igniteui/cli-core": "~12.0.4", + "@igniteui/angular-templates": "~16.0.1205", + "@igniteui/cli-core": "~12.0.5", "@schematics/angular": "~14.0.0", "rxjs": "^6.6.3" },