From c501e1e0cb61b886617ad5d2b0a373927c504310 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 23:00:53 +0000 Subject: [PATCH] ci: release packages --- .changeset/ovsx-namespace-and-publish-errors.md | 5 ----- apps/vscode/CHANGELOG.md | 6 ++++++ apps/vscode/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/ovsx-namespace-and-publish-errors.md diff --git a/.changeset/ovsx-namespace-and-publish-errors.md b/.changeset/ovsx-namespace-and-publish-errors.md deleted file mode 100644 index ec1635e0..00000000 --- a/.changeset/ovsx-namespace-and-publish-errors.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pythinker-code": patch ---- - -Publish the VS Code extension to Open VSX by creating the publisher namespace first, so Cursor, VSCodium and Windsurf can install it, and report the registry's own error when a publish fails instead of only the CLI exit line. diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index dcbd8494..3ffc9978 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.8.7 + +### Patch Changes + +- [#39](https://github.com/Pythoughts-labs/pythinker-code/pull/39) [`acf57d1`](https://github.com/Pythoughts-labs/pythinker-code/commit/acf57d197631ce90ef64cf0768bfc22009cda820) - Publish the VS Code extension to Open VSX by creating the publisher namespace first, so Cursor, VSCodium and Windsurf can install it, and report the registry's own error when a publish fails instead of only the CLI exit line. + ## 0.8.6 ### Patch Changes diff --git a/apps/vscode/package.json b/apps/vscode/package.json index 62fbaf15..ac4b95d8 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -3,7 +3,7 @@ "publisher": "pythoughts", "displayName": "Pythinker Code", "description": "Pythinker Code extension for VS Code", - "version": "0.8.6", + "version": "0.8.7", "private": true, "license": "Apache-2.0", "type": "module",