Skip to content
Draft
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
7 changes: 7 additions & 0 deletions .chronus/changes/fix-standalone-cli-version-sync-2026-7-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: fix
packages:
- "@typespec/standalone-cli"
---

Align standalone CLI version with `@typespec/compiler` version to fix mismatch between `tsp --version` output and package manager listings (Scoop, winget, Homebrew).
2 changes: 1 addition & 1 deletion .chronus/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ versionPolicies:
- "@typespec/json-schema"
- "typespec-vscode"
- "@typespec/prettier-plugin-typespec"
- "@typespec/standalone-cli"

- name: typespec-preview
type: lockstep
Expand All @@ -59,7 +60,6 @@ versionPolicies:
- "@typespec/sse"
- "@typespec/streams"
- "@typespec/xml"
- "@typespec/standalone-cli"

- name: standalone
type: independent
Expand Down
2 changes: 1 addition & 1 deletion packages/standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@typespec/standalone-cli",
"private": true,
"version": "0.83.0",
"version": "1.13.0",
"author": "Microsoft Corporation",
"description": "TypeSpec Standalone CLI",
"homepage": "https://typespec.io",
Expand Down