Skip to content

Commit aab80ad

Browse files
kdinevCopilot
andauthored
chore(*): cut 15.5.0 (#1756)
* chore(*): cut 15.5.0 * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 74cfd7f commit aab80ad

8 files changed

Lines changed: 27 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 15.5.0 (2026-07-15)
2+
3+
## What's Changed
4+
* **feat(wc, react):** Updated scaffolded Web Components, React, and React Grids package versions. [#1751](https://github.com/IgniteUI/igniteui-cli/pull/1751)
5+
* **refactor(igc-ts):** Centralized Web Components package version constants used by templates. [#1752](https://github.com/IgniteUI/igniteui-cli/pull/1752)
6+
* **fix(mcp):** Improved `search_docs` ranking and `get_doc` name resolution for more relevant results. [#1746](https://github.com/IgniteUI/igniteui-cli/pull/1746)
7+
* **docs(mcp):** Enhanced MCP server tool descriptions for better clarity and guidance. [#1737](https://github.com/IgniteUI/igniteui-cli/pull/1737)
8+
19
# 15.4.1 (2026-06-26)
210

311
## 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": "15.4.1",
3+
"version": "15.5.0",
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": "~22.0.1541",
70-
"@igniteui/cli-core": "~15.4.1",
71-
"@igniteui/mcp-server": "~15.4.1",
69+
"@igniteui/angular-templates": "~22.0.1550",
70+
"@igniteui/cli-core": "~15.5.0",
71+
"@igniteui/mcp-server": "~15.5.0",
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.4.1",
3+
"version": "15.5.0",
44
"description": "Base types and functionality for Ignite UI CLI",
55
"repository": {
66
"type": "git",

packages/igniteui-mcp/igniteui-doc-mcp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 15.5.0 (2026-07-15)
7+
8+
### What's Changed
9+
* **fix(mcp):** Improved `search_docs` ranking and `get_doc` name resolution for more relevant results. [#1746](https://github.com/IgniteUI/igniteui-cli/pull/1746)
10+
* **docs(mcp):** Enhanced MCP server tool descriptions for better clarity and guidance. [#1737](https://github.com/IgniteUI/igniteui-cli/pull/1737)
11+
612
## 15.4.1 (2026-06-26)
713

814

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@igniteui/mcp-server",
33
"mcpName": "io.github.IgniteUI/mcp-server",
4-
"version": "15.4.1",
4+
"version": "15.5.0",
55
"description": "Unified MCP server for Ignite UI — documentation, GitHub API, and CLI scaffolding",
66
"repository": {
77
"type": "git",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"source": "github",
88
"url": "https://github.com/IgniteUI/igniteui-cli"
99
},
10-
"version": "15.4.1",
10+
"version": "15.5.0",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "@igniteui/mcp-server",
15-
"version": "15.4.1",
15+
"version": "15.5.0",
1616
"transport": {
1717
"type": "stdio"
1818
}

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": "22.0.1541",
3+
"version": "22.0.1550",
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.4.1",
15+
"@igniteui/cli-core": "~15.5.0",
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": "22.0.1541",
3+
"version": "22.0.1550",
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": "^22.0.0",
2222
"@angular-devkit/schematics": "^22.0.0",
23-
"@igniteui/angular-templates": "~22.0.1541",
24-
"@igniteui/cli-core": "~15.4.1",
23+
"@igniteui/angular-templates": "~22.0.1550",
24+
"@igniteui/cli-core": "~15.5.0",
2525
"@schematics/angular": "^22.0.0",
2626
"minimatch": "^10.0.1",
2727
"rxjs": "~7.8.1",

0 commit comments

Comments
 (0)