Skip to content

Commit 0fdec1e

Browse files
ci: release packages (#40)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## pythinker-code@0.8.7 ### Patch Changes - [#39](#39) [`acf57d1`](acf57d1) - 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. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent acf57d1 commit 0fdec1e

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/ovsx-namespace-and-publish-errors.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/vscode/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.8.7
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 0.8.6
410

511
### Patch Changes

apps/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "pythoughts",
44
"displayName": "Pythinker Code",
55
"description": "Pythinker Code extension for VS Code",
6-
"version": "0.8.6",
6+
"version": "0.8.7",
77
"private": true,
88
"license": "Apache-2.0",
99
"type": "module",

0 commit comments

Comments
 (0)