From f9d914940406aa36b26d5cb1cfae07a86614b8e4 Mon Sep 17 00:00:00 2001 From: lipata Date: Thu, 29 Feb 2024 14:21:51 +0200 Subject: [PATCH] chore: release 13.1.8 --- 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 95f35fcfb..c3685db58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [13.1.8](https://github.com/IgniteUI/igniteui-cli/compare/v13.1.8...v13.1.8) (2024-02-29) + +## What's Changed +* chore(ng): update budget by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1214 + +**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v13.1.7...v13.1.8 + # [13.1.7](https://github.com/IgniteUI/igniteui-cli/compare/v13.1.6...v13.1.7) (2024-02-28) ## What's Changed diff --git a/packages/cli/package.json b/packages/cli/package.json index 888424de5..b1c351b92 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "igniteui-cli", - "version": "13.1.7", + "version": "13.1.8", "description": "CLI tool for creating Ignite UI projects", "keywords": [ "CLI", @@ -78,8 +78,8 @@ "all": true }, "dependencies": { - "@igniteui/angular-templates": "~17.1.1317", - "@igniteui/cli-core": "~13.1.7", + "@igniteui/angular-templates": "~17.1.1318", + "@igniteui/cli-core": "~13.1.8", "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 902b090ed..9b897a669 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/cli-core", - "version": "13.1.7", + "version": "13.1.8", "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 17f50da1c..3f14ef704 100644 --- a/packages/igx-templates/package.json +++ b/packages/igx-templates/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-templates", - "version": "17.1.1317", + "version": "17.1.1318", "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.7", + "@igniteui/cli-core": "~13.1.8", "typescript": "~4.7.2" } } diff --git a/packages/ng-schematics/package.json b/packages/ng-schematics/package.json index 650ff0505..f6dcf94aa 100644 --- a/packages/ng-schematics/package.json +++ b/packages/ng-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-schematics", - "version": "17.1.1317", + "version": "17.1.1318", "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.1317", - "@igniteui/cli-core": "~13.1.7", + "@igniteui/angular-templates": "~17.1.1318", + "@igniteui/cli-core": "~13.1.8", "@schematics/angular": "~14.0.0", "rxjs": "^6.6.3" },