diff --git a/CHANGELOG.md b/CHANGELOG.md index 280c88016..393f4a52f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [14.3.6](https://github.com/IgniteUI/igniteui-cli/compare/v14.3.5...v14.3.6) (2024-12-12) + +## What's Changed +* fix(migrations): enable encapsulation for migrations by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1361 + +**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.3.5...v14.3.6 + # [14.3.5](https://github.com/IgniteUI/igniteui-cli/compare/v14.3.4...v14.3.5) (2024-12-06) ## What's Changed * chore: update official angular-eslint by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1357 diff --git a/packages/cli/package.json b/packages/cli/package.json index fb47ab1ae..6240fcfe0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "igniteui-cli", - "version": "14.3.5", + "version": "14.3.6", "description": "CLI tool for creating Ignite UI projects", "keywords": [ "CLI", @@ -76,8 +76,8 @@ "all": true }, "dependencies": { - "@igniteui/angular-templates": "~19.0.1435", - "@igniteui/cli-core": "~14.3.5", + "@igniteui/angular-templates": "~19.0.1436", + "@igniteui/cli-core": "~14.3.6", "@inquirer/prompts": "^5.4.0", "@types/yargs": "^17.0.33", "chalk": "^5.3.0", diff --git a/packages/core/package.json b/packages/core/package.json index 73731efd2..3cd2f7458 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/cli-core", - "version": "14.3.5", + "version": "14.3.6", "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 4e9274320..9f6fbd915 100644 --- a/packages/igx-templates/package.json +++ b/packages/igx-templates/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-templates", - "version": "19.0.1435", + "version": "19.0.1436", "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": "~14.3.5", + "@igniteui/cli-core": "~14.3.6", "typescript": "~5.5.4" } } diff --git a/packages/ng-schematics/package.json b/packages/ng-schematics/package.json index 8cca6b362..06603b685 100644 --- a/packages/ng-schematics/package.json +++ b/packages/ng-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-schematics", - "version": "19.0.1435", + "version": "19.0.1436", "description": "Ignite UI for Angular Schematics for ng new and ng generate", "repository": { "type": "git", @@ -20,8 +20,8 @@ "dependencies": { "@angular-devkit/core": "^19.0.0", "@angular-devkit/schematics": "^19.0.0", - "@igniteui/angular-templates": "~19.0.1435", - "@igniteui/cli-core": "~14.3.5", + "@igniteui/angular-templates": "~19.0.1436", + "@igniteui/cli-core": "~14.3.6", "@schematics/angular": "~19.0.0", "minimatch": "^10.0.1", "rxjs": "^7.8.1"