-
Notifications
You must be signed in to change notification settings - Fork 8
chore(15.0.0): prepping for release #1657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
d56d2d7
5f9fc9b
e00d0b6
e797964
5f1631d
38c28c4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,7 +53,7 @@ Add to `.vscode/mcp.json`: | |
| "servers": { | ||
| "igniteui-cli": { | ||
| "command": "npx", | ||
| "args": ["-y", "igniteui-cli@next", "mcp"] | ||
| "args": ["-y", "igniteui-cli", "mcp"] | ||
| } | ||
| } | ||
| } | ||
|
|
@@ -69,7 +69,7 @@ Add to `claude_desktop_config.json`: | |
| "mcpServers": { | ||
| "igniteui-cli": { | ||
| "command": "npx", | ||
| "args": ["-y", "igniteui-cli@next", "mcp"] | ||
| "args": ["-y", "igniteui-cli", "mcp"] | ||
| } | ||
|
Comment on lines
69
to
73
|
||
| } | ||
| } | ||
|
|
@@ -84,7 +84,7 @@ Add to Cursor MCP settings: | |
| "mcpServers": { | ||
| "igniteui-cli": { | ||
| "command": "npx", | ||
| "args": ["-y", "igniteui-cli@next", "mcp"] | ||
| "args": ["-y", "igniteui-cli", "mcp"] | ||
| } | ||
| } | ||
| } | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| export const IGNITEUI_ANGULAR_PACKAGE = "igniteui-angular@~21.2.0-rc.2"; | ||
| export const IGNITEUI_ANGULAR_PACKAGE = "igniteui-angular@~21.2.0"; |
Uh oh!
There was an error while loading. Please reload this page.