Skip to content

Commit 6de8673

Browse files
committed
chore: release 14.2.2
1 parent 4028e28 commit 6de8673

File tree

5 files changed

+23
-10
lines changed

5 files changed

+23
-10
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [14.2.2](https://github.com/IgniteUI/igniteui-cli/compare/v14.2.1...v14.2.2) (2024-11-8)
2+
3+
## What's Changed
4+
* resolve code scanning vulnerability alerts by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1331
5+
* resolve dependabot vulnerability alerts by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1332
6+
* build(coverage): bumping coveralls action version by @kdinev in https://github.com/IgniteUI/igniteui-cli/pull/1333
7+
* update node version in yml files and fix build logic for angular templates by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1330
8+
* remove and upgrade packages by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1335
9+
* replace coveralls with coveralls-next by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1336
10+
11+
12+
**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.2.1...v14.2.2
13+
114
# [14.2.1](https://github.com/IgniteUI/igniteui-cli/compare/v14.2.0...v14.2.1) (2024-10-28)
215

316
## What's Changed

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "igniteui-cli",
3-
"version": "14.2.1",
3+
"version": "14.2.2",
44
"description": "CLI tool for creating Ignite UI projects",
55
"keywords": [
66
"CLI",
@@ -78,8 +78,8 @@
7878
"all": true
7979
},
8080
"dependencies": {
81-
"@igniteui/angular-templates": "~18.2.1421",
82-
"@igniteui/cli-core": "~14.2.1",
81+
"@igniteui/angular-templates": "~18.2.1422",
82+
"@igniteui/cli-core": "~14.2.2",
8383
"@inquirer/prompts": "^5.4.0",
8484
"@types/yargs": "^17.0.33",
8585
"chalk": "^5.3.0",
@@ -96,8 +96,8 @@
9696
"@schematics/angular": "~14.0.0",
9797
"@types/jasmine": "^5.1.4",
9898
"@types/node": "^22.5.5",
99-
"coveralls-next": "^4.2.1",
10099
"browser-sync": "^3.0.3",
100+
"coveralls-next": "^4.2.1",
101101
"jasmine": "^5.3.0",
102102
"jasmine-spec-reporter": "^7.0.0",
103103
"lite-server": "^2.6.1",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igniteui/cli-core",
3-
"version": "14.2.1",
3+
"version": "14.2.2",
44
"description": "Base types and functionality for Ignite UI CLI",
55
"repository": {
66
"type": "git",

packages/igx-templates/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igniteui/angular-templates",
3-
"version": "18.2.1421",
3+
"version": "18.2.1422",
44
"description": "Templates for Ignite UI for Angular projects and components",
55
"repository": {
66
"type": "git",
@@ -12,7 +12,7 @@
1212
"author": "Infragistics",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@igniteui/cli-core": "~14.2.1",
15+
"@igniteui/cli-core": "~14.2.2",
1616
"typescript": "~5.5.4"
1717
}
1818
}

packages/ng-schematics/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igniteui/angular-schematics",
3-
"version": "18.2.1421",
3+
"version": "18.2.1422",
44
"description": "Ignite UI for Angular Schematics for ng new and ng generate",
55
"repository": {
66
"type": "git",
@@ -20,8 +20,8 @@
2020
"dependencies": {
2121
"@angular-devkit/core": "^18.2.4",
2222
"@angular-devkit/schematics": "^18.2.4",
23-
"@igniteui/angular-templates": "~18.2.1421",
24-
"@igniteui/cli-core": "~14.2.1",
23+
"@igniteui/angular-templates": "~18.2.1422",
24+
"@igniteui/cli-core": "~14.2.2",
2525
"@schematics/angular": "~14.0.0",
2626
"rxjs": "^7.8.1"
2727
},

0 commit comments

Comments
 (0)