Skip to content

Commit c88bac3

Browse files
committed
chore: update package versions to 14.10.0-alpha.2 and 21.1.14100-alpha.2
- Updated version numbers in package.json files for igniteui-cli, cli-core, mcp-server, angular-templates, angular-schematics, and igniteui-doc-mcp. - Enhanced build script in igniteui-doc-mcp to include tsx execution. - Documented notable changes in CHANGELOG.md for version 14.10.0-alpha.2, including bug fixes and new features.
1 parent 5e340d2 commit c88bac3

File tree

9 files changed

+4602
-12
lines changed

9 files changed

+4602
-12
lines changed

.github/workflows/npm-publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15+
with:
16+
submodules: false
1517
- uses: actions/setup-node@v2
1618
with:
1719
node-version: 20
@@ -28,6 +30,11 @@ jobs:
2830
npm run build-pack
2931
node scripts/build-task.js
3032
33+
- name: Build MCP API docs
34+
run: |
35+
cd packages/igniteui-mcp/igniteui-doc-mcp
36+
npm run build:docs:all
37+
3138
- name: Define npm tag
3239
run: |
3340
if [[ ${VERSION} == *"alpha"* || ${VERSION} == *"beta"* || ${VERSION} == *"rc"* ]]; then echo "NPM_TAG=next"; else echo "NPM_TAG=latest"; fi >> $GITHUB_ENV

0 commit comments

Comments
 (0)