Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit 68b92ea

Browse files
committed
remove ignored pkg in changeset
1 parent 8412002 commit 68b92ea

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": ["test-ui"]
10+
"ignore": []
1111
}

VERSIONING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ If you want packages to always have the same version:
216216
### Ignore Packages
217217

218218
Packages already ignored (in `.changeset/config.json`):
219-
- `test-ui` (test application, not published)
219+
- add the package in `"ignore": []`
220220

221221
## CI/CD Integration
222222

packages/create-mcp-use-app/src/templates/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "test-ui",
2+
"name": "mcp-use-server-with-mcp-ui",
33
"type": "module",
44
"version": "1.0.0",
5-
"description": "MCP server: test-ui",
5+
"description": "MCP server: mcp-use-server-with-mcp-ui",
66
"author": "",
77
"license": "MIT",
88
"keywords": [

0 commit comments

Comments
 (0)