Skip to content

Commit b245b98

Browse files
committed
Configure linked packages and sync server version
- Link server and chrome extension packages in changesets config - Add changeset to sync server version with chrome extension - Ensures both packages version together going forward
1 parent fbce744 commit b245b98

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"changelog": "@changesets/cli/changelog",
44
"commit": false,
55
"fixed": [],
6-
"linked": [],
6+
"linked": [
7+
["@mcp-pointer/server", "@mcp-pointer/chrome-extension"]
8+
],
79
"access": "public",
810
"baseBranch": "main",
911
"updateInternalDependencies": "patch",

.changeset/sync-server-version.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@mcp-pointer/server": patch
3+
---
4+
5+
Sync server version with chrome extension to maintain version alignment. Both packages are now linked and will be versioned together.

0 commit comments

Comments
 (0)