Skip to content

Commit 1cf3be3

Browse files
committed
chore: release version 15.2.1-alpha.0 for igniteui-cli and related packages
- Updated version to 15.2.1-alpha.0 in igniteui-cli, cli-core, and mcp-server packages. - Updated dependencies in igniteui-cli and igx-templates to use the new alpha version. - Enhanced CHANGELOG.md with notable changes for version 15.2.1-alpha.0, including bug fixes and feature updates. - Adjusted package.json files for angular-templates and angular-schematics to reflect new versioning.
1 parent a806506 commit 1cf3be3

9 files changed

Lines changed: 5023 additions & 20 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
- name: Install packages
2525
run: yarn install --frozen-lockfile
2626

27+
- name: Build MCP API docs
28+
working-directory: packages/igniteui-mcp/igniteui-doc-mcp
29+
run: npm run build:docs:all
30+
2731
- name: Build packages
2832
run: |
2933
npm run build-pack

0 commit comments

Comments
 (0)