chore(*): cut 15.5.1 - #1768
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Cuts the 15.5.1 release across the monorepo by bumping package versions/dependency pins and adding the corresponding root changelog entry.
Changes:
- Bump
igniteui-cli,@igniteui/cli-core, and@igniteui/mcp-serverfrom15.5.0→15.5.1. - Bump Angular templates/schematics packages from
22.0.1550→22.0.1551and align internal dependency ranges. - Add the
15.5.1release notes to the rootCHANGELOG.mdand update MCPserver.jsonversion metadata.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/ng-schematics/package.json | Bumps schematics package version and aligns internal dependency ranges for the release. |
| packages/igx-templates/package.json | Bumps Angular templates package version and updates @igniteui/cli-core dependency range. |
| packages/igniteui-mcp/igniteui-doc-mcp/server.json | Updates MCP server manifest version/package version to 15.5.1. |
| packages/igniteui-mcp/igniteui-doc-mcp/package.json | Bumps MCP server npm package version to 15.5.1. |
| packages/core/package.json | Bumps @igniteui/cli-core version to 15.5.1. |
| packages/cli/package.json | Bumps CLI version and updates internal dependency ranges to 15.5.1 / 22.0.1551. |
| CHANGELOG.md | Adds 15.5.1 release notes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
2
to
6
| "name": "@igniteui/mcp-server", | ||
| "mcpName": "io.github.IgniteUI/mcp-server", | ||
| "version": "15.5.0", | ||
| "version": "15.5.1", | ||
| "description": "Unified MCP server for Ignite UI — documentation, GitHub API, and CLI scaffolding", | ||
| "repository": { |
damyanpetev
approved these changes
Aug 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Related Issue
Closes #
Type of Change
Affected Packages
igniteui-cli(packages/cli)@igniteui/cli-core(packages/core)@igniteui/angular-templates(packages/igx-templates)@igniteui/angular-schematics(packages/ng-schematics)@igniteui/mcp-server(packages/igniteui-mcp)Checklist
npm run test)npm run build)npm run lint)Additional Context