Skip to content

Commit c07ef02

Browse files
committed
chore: release 14.8.0
1 parent 5d4263d commit c07ef02

File tree

11 files changed

+27
-15
lines changed

11 files changed

+27
-15
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [14.8.0](https://github.com/IgniteUI/igniteui-cli/compare/v14.7.1...v14.8.0) (2025-12-03)
2+
3+
🎉 This update includes:
4+
- `igniteui-angular` version [21.0.0](https://github.com/IgniteUI/igniteui-angular/releases/tag/21.0.0).
5+
6+
## What's Changed
7+
* chore: update Angular and igniteui-angular to 21.0.0 by @Copilot in https://github.com/IgniteUI/igniteui-cli/pull/1463
8+
* chore: replace always-auth=true with auth-type=legacy by @Copilot in https://github.com/IgniteUI/igniteui-cli/pull/1464
9+
* chore: update angular wrappers references to 21.0 by @Copilot in https://github.com/IgniteUI/igniteui-cli/pull/1466
10+
11+
**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.7.1...v14.8.0
12+
113
# [14.7.1](https://github.com/IgniteUI/igniteui-cli/compare/v14.7.0...v14.7.1) (2025-11-17)
214

315
## What's Changed

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "igniteui-cli",
3-
"version": "14.8.0-beta.2",
3+
"version": "14.8.0",
44
"description": "CLI tool for creating Ignite UI projects",
55
"keywords": [
66
"CLI",
@@ -76,8 +76,8 @@
7676
"all": true
7777
},
7878
"dependencies": {
79-
"@igniteui/angular-templates": "~21.0.1480-beta.2",
80-
"@igniteui/cli-core": "~14.8.0-beta.2",
79+
"@igniteui/angular-templates": "~21.0.1480",
80+
"@igniteui/cli-core": "~14.8.0",
8181
"@inquirer/prompts": "^7.9.0",
8282
"@types/yargs": "^17.0.33",
8383
"chalk": "^5.3.0",

packages/cli/templates/webcomponents/igc-ts/projects/_base/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"deepmerge": "^4.2.2",
3636
"eslint": "^9.20.0",
3737
"eslint-plugin-lit": "^1.8.2",
38-
"igniteui-cli": "~14.5.0",
38+
"igniteui-cli": "~14.8.0",
3939
"jsdom": "^26.1.0",
4040
"rimraf": "^5.0.10",
4141
"source-map": "^0.7.4",

packages/cli/templates/webcomponents/igc-ts/projects/_base_with_home/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"deepmerge": "^4.2.2",
4444
"eslint": "^9.20.0",
4545
"eslint-plugin-lit": "^1.8.2",
46-
"igniteui-cli": "^14.5.0",
46+
"igniteui-cli": "^14.8.0",
4747
"jsdom": "^26.1.0",
4848
"rimraf": "^5.0.10",
4949
"source-map": "^0.7.4",

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.8.0-beta.2",
3+
"version": "14.8.0",
44
"description": "Base types and functionality for Ignite UI CLI",
55
"repository": {
66
"type": "git",

packages/igx-templates/igx-ts-legacy/projects/_base/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@angular/platform-browser-dynamic": "~21.0.0",
2121
"@angular/router": "~21.0.0",
2222
"hammerjs": "~2.0.8",
23-
"igniteui-angular": "~21.0.0-beta.0",
23+
"igniteui-angular": "~21.0.0",
2424
"minireset.css": "~0.0.7",
2525
"rxjs": "~7.8.1",
2626
"tslib": "~2.8.1",

packages/igx-templates/igx-ts-legacy/projects/side-nav-auth/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/router": "~21.0.0",
2222
"angular-auth-oidc-client": "~15.0.4",
2323
"hammerjs": "~2.0.8",
24-
"igniteui-angular": "~21.0.0-beta.0",
24+
"igniteui-angular": "~21.0.0",
2525
"minireset.css": "~0.0.7",
2626
"rxjs": "~7.8.0",
2727
"tslib": "~2.8.1",

packages/igx-templates/igx-ts/projects/_base/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@angular/platform-browser-dynamic": "~21.0.0",
2121
"@angular/router": "~21.0.0",
2222
"hammerjs": "~2.0.8",
23-
"igniteui-angular": "~21.0.0-beta.0",
23+
"igniteui-angular": "~21.0.0",
2424
"minireset.css": "~0.0.7",
2525
"rxjs": "~7.8.1",
2626
"tslib": "~2.8.1",

packages/igx-templates/igx-ts/projects/side-nav-auth/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/router": "~21.0.0",
2222
"angular-auth-oidc-client": "~15.0.4",
2323
"hammerjs": "~2.0.8",
24-
"igniteui-angular": "~21.0.0-beta.0",
24+
"igniteui-angular": "~21.0.0",
2525
"minireset.css": "~0.0.7",
2626
"rxjs": "~7.8.0",
2727
"tslib": "~2.8.1",

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": "21.0.1480-beta.2",
3+
"version": "21.0.1480",
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.8.0-beta.2",
15+
"@igniteui/cli-core": "~14.8.0",
1616
"typescript": "~5.5.4"
1717
}
1818
}

0 commit comments

Comments
 (0)