Skip to content

Commit

Permalink
chore: release 14.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Oct 28, 2024
1 parent 43cfacc commit 277ac97
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [14.2.1](https://github.com/IgniteUI/igniteui-cli/compare/v14.2.0...v14.2.1) (2024-10-28)

## What's Changed

* fix(ng): use "skipLibCheck": true for legacy igx projects by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1328

**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.2.0...v14.2.1

# [14.2.0](https://github.com/IgniteUI/igniteui-cli/compare/v14.1.0...v14.2.0) (2024-10-24)

- `igniteui-angular` version [18.2.0](https://github.com/IgniteUI/igniteui-angular/releases/tag/18.2.0).
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "igniteui-cli",
"version": "14.2.0",
"version": "14.2.1",
"description": "CLI tool for creating Ignite UI projects",
"keywords": [
"CLI",
Expand Down Expand Up @@ -78,8 +78,8 @@
"all": true
},
"dependencies": {
"@igniteui/angular-templates": "~18.2.1420",
"@igniteui/cli-core": "~14.2.0",
"@igniteui/angular-templates": "~18.2.1421",
"@igniteui/cli-core": "~14.2.1",
"@inquirer/prompts": "^5.4.0",
"@types/yargs": "^17.0.33",
"chalk": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igniteui/cli-core",
"version": "14.2.0",
"version": "14.2.1",
"description": "Base types and functionality for Ignite UI CLI",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/igx-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igniteui/angular-templates",
"version": "18.2.1420",
"version": "18.2.1421",
"description": "Templates for Ignite UI for Angular projects and components",
"repository": {
"type": "git",
Expand All @@ -12,7 +12,7 @@
"author": "Infragistics",
"license": "MIT",
"dependencies": {
"@igniteui/cli-core": "~14.2.0",
"@igniteui/cli-core": "~14.2.1",
"typescript": "~5.5.4"
}
}
6 changes: 3 additions & 3 deletions packages/ng-schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igniteui/angular-schematics",
"version": "18.2.1420",
"version": "18.2.1421",
"description": "Ignite UI for Angular Schematics for ng new and ng generate",
"repository": {
"type": "git",
Expand All @@ -20,8 +20,8 @@
"dependencies": {
"@angular-devkit/core": "^18.2.4",
"@angular-devkit/schematics": "^18.2.4",
"@igniteui/angular-templates": "~18.2.1420",
"@igniteui/cli-core": "~14.2.0",
"@igniteui/angular-templates": "~18.2.1421",
"@igniteui/cli-core": "~14.2.1",
"@schematics/angular": "~14.0.0",
"rxjs": "^7.8.1"
},
Expand Down

0 comments on commit 277ac97

Please sign in to comment.