Skip to content

Commit ea882cc

Browse files
authored
Merge pull request #1672 from IgniteUI/dpetev/release-15.0.1
chore: cut 15.0.1 release
2 parents e255938 + 5bba391 commit ea882cc

6 files changed

Lines changed: 22 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 15.0.1 (2026-04-28)
2+
3+
## What's Changed
4+
* fix(igx-ts): fix spec files by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1661
5+
* fix(cli): default new command to angular by @georgianastasov in https://github.com/IgniteUI/igniteui-cli/pull/1666
6+
* fix(igx-ts): resolve lint errors in Angular project templates by @Copilot in https://github.com/IgniteUI/igniteui-cli/pull/1668
7+
* feat(cli): list-all-frameworks mode + help output overhaul by @dkalinovInfra in https://github.com/IgniteUI/igniteui-cli/pull/1662
8+
* ci(npm): OIDC/Trusted publishing workflow & node update by @turbobobbytraykov in https://github.com/IgniteUI/igniteui-cli/pull/1654
9+
* build(deps): bump postcss from 8.5.8 to 8.5.12 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/IgniteUI/igniteui-cli/pull/1670
10+
* chore(igx-ts,igr-ts,igc-ts): bump igniteui package deps by @damyanpetev in https://github.com/IgniteUI/igniteui-cli/pull/1673
11+
112
# 15.0.0 (2026-04-22)
213

314
## Highlights

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": "15.1.0-beta.0",
3+
"version": "15.0.1",
44
"description": "CLI tool for creating Ignite UI projects",
55
"keywords": [
66
"CLI",
@@ -66,9 +66,9 @@
6666
"all": true
6767
},
6868
"dependencies": {
69-
"@igniteui/angular-templates": "~21.2.1510-beta.0",
70-
"@igniteui/cli-core": "~15.1.0-beta.0",
71-
"@igniteui/mcp-server": "~15.1.0-beta.0",
69+
"@igniteui/angular-templates": "~21.2.1501",
70+
"@igniteui/cli-core": "~15.0.1",
71+
"@igniteui/mcp-server": "~15.0.1",
7272
"@inquirer/prompts": "^7.9.0",
7373
"chalk": "^5.3.0",
7474
"glob": "^11.0.0",

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

packages/igniteui-mcp/igniteui-doc-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igniteui/mcp-server",
3-
"version": "15.1.0-beta.0",
3+
"version": "15.0.1",
44
"description": "Unified MCP server for Ignite UI — documentation, GitHub API, and CLI scaffolding",
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": "21.2.1510-beta.0",
3+
"version": "21.2.1501",
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": "~15.1.0-beta.0",
15+
"@igniteui/cli-core": "~15.0.1",
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": "21.2.1510-beta.0",
3+
"version": "21.2.1501",
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": "^21.0.0",
2222
"@angular-devkit/schematics": "^21.0.0",
23-
"@igniteui/angular-templates": "~21.2.1510-beta.0",
24-
"@igniteui/cli-core": "~15.1.0-beta.0",
23+
"@igniteui/angular-templates": "~21.2.1501",
24+
"@igniteui/cli-core": "~15.0.1",
2525
"@schematics/angular": "^21.0.0",
2626
"minimatch": "^10.0.1",
2727
"rxjs": "~7.8.1"

0 commit comments

Comments
 (0)