diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e4532dc..f3e4178b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 15.2.2 ## What's Changed * **MCP — API reference links in docs:** Infragistics API documentation links embedded in the docs served by the MCP server are now rewritten to deterministic `get_api_reference` tool references (e.g. `mcp:get_api_reference?platform=webcomponents&component=IgcCheckboxComponent&member=checked`). AI assistants reading the docs resolve API links through the in-tool API lookup instead of fetching external HTML pages. diff --git a/packages/cli/package.json b/packages/cli/package.json index b7a1af12d..034fdca73 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "igniteui-cli", - "version": "15.2.2-alpha.3", + "version": "15.2.2", "description": "CLI tool for creating Ignite UI projects", "keywords": [ "CLI", @@ -66,9 +66,9 @@ "all": true }, "dependencies": { - "@igniteui/angular-templates": "^21.2.1522-alpha.3", - "@igniteui/cli-core": "^15.2.2-alpha.3", - "@igniteui/mcp-server": "^15.2.2-alpha.3", + "@igniteui/angular-templates": "^21.2.1522", + "@igniteui/cli-core": "^15.2.2", + "@igniteui/mcp-server": "^15.2.2", "@inquirer/prompts": "^7.9.0", "chalk": "^5.3.0", "glob": "^11.0.0", diff --git a/packages/core/package.json b/packages/core/package.json index d3e3491dd..4593fdd53 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/cli-core", - "version": "15.2.2-alpha.3", + "version": "15.2.2", "description": "Base types and functionality for Ignite UI CLI", "repository": { "type": "git", diff --git a/packages/igniteui-mcp/igniteui-doc-mcp/CHANGELOG.md b/packages/igniteui-mcp/igniteui-doc-mcp/CHANGELOG.md index 80ef23751..fee47aed4 100644 --- a/packages/igniteui-mcp/igniteui-doc-mcp/CHANGELOG.md +++ b/packages/igniteui-mcp/igniteui-doc-mcp/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 15.2.2 (2026-05-26) + + ## 15.2.1 (2026-05-20) ### Bug Fixes diff --git a/packages/igniteui-mcp/igniteui-doc-mcp/package.json b/packages/igniteui-mcp/igniteui-doc-mcp/package.json index 9e8521100..5b8dafbb7 100644 --- a/packages/igniteui-mcp/igniteui-doc-mcp/package.json +++ b/packages/igniteui-mcp/igniteui-doc-mcp/package.json @@ -1,7 +1,7 @@ { "name": "@igniteui/mcp-server", "mcpName": "io.github.IgniteUI/mcp-server", - "version": "15.2.2-alpha.3", + "version": "15.2.2", "description": "Unified MCP server for Ignite UI — documentation, GitHub API, and CLI scaffolding", "repository": { "type": "git", diff --git a/packages/igniteui-mcp/igniteui-doc-mcp/server.json b/packages/igniteui-mcp/igniteui-doc-mcp/server.json index 572da8bc7..88961a7b0 100644 --- a/packages/igniteui-mcp/igniteui-doc-mcp/server.json +++ b/packages/igniteui-mcp/igniteui-doc-mcp/server.json @@ -7,12 +7,12 @@ "source": "github", "url": "https://github.com/IgniteUI/igniteui-cli" }, - "version": "15.2.2-alpha.3", + "version": "15.2.2", "packages": [ { "registryType": "npm", "identifier": "@igniteui/mcp-server", - "version": "15.2.2-alpha.3", + "version": "15.2.2", "transport": { "type": "stdio" } diff --git a/packages/igx-templates/package.json b/packages/igx-templates/package.json index b252a6240..c1d8ddd61 100644 --- a/packages/igx-templates/package.json +++ b/packages/igx-templates/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-templates", - "version": "21.2.1522-alpha.3", + "version": "21.2.1522", "description": "Templates for Ignite UI for Angular projects and components", "repository": { "type": "git", @@ -12,7 +12,7 @@ "author": "Infragistics", "license": "MIT", "dependencies": { - "@igniteui/cli-core": "^15.2.2-alpha.3", + "@igniteui/cli-core": "^15.2.2", "typescript": "~5.5.4" } } diff --git a/packages/ng-schematics/package.json b/packages/ng-schematics/package.json index e5dac37b1..d2deeda35 100644 --- a/packages/ng-schematics/package.json +++ b/packages/ng-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@igniteui/angular-schematics", - "version": "21.2.1522-alpha.3", + "version": "21.2.1522", "description": "Ignite UI for Angular Schematics for ng new and ng generate", "repository": { "type": "git", @@ -20,8 +20,8 @@ "dependencies": { "@angular-devkit/core": "^21.0.0", "@angular-devkit/schematics": "^21.0.0", - "@igniteui/angular-templates": "^21.2.1522-alpha.3", - "@igniteui/cli-core": "^15.2.2-alpha.3", + "@igniteui/angular-templates": "^21.2.1522", + "@igniteui/cli-core": "^15.2.2", "@schematics/angular": "^21.0.0", "minimatch": "^10.0.1", "rxjs": "~7.8.1"