Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/gittensory-ui/src/lib/mcp-package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const MCP_PACKAGE_REGISTRY_URL = `https://registry.npmjs.org/${MCP_PACKAG
export const MCP_PACKAGE_NPM_URL = `https://www.npmjs.com/package/${MCP_PACKAGE_NAME}`;
// Tracks the latest PUBLISHED release: ui:version-audit requires this to equal npm dist-tags.latest, so it is
// bumped to a new version only AFTER that version publishes (never ahead of npm).
export const MCP_PACKAGE_KNOWN_LATEST_VERSION = "0.7.1";
export const MCP_PACKAGE_KNOWN_LATEST_VERSION = "0.9.0";
export const MCP_MINIMUM_SUPPORTED_VERSION = "0.5.0";

export type NpmPackageMetadata = {
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"include-component-in-tag": true,
"separate-pull-requests": true,
"pull-request-title-pattern": "chore(release): cut${component} v${version}",
"always-link-local": false,
"plugins": [
{
"type": "node-workspace",
Expand Down
Loading