From b6204a7457f663f6c7484affb7e30ec87f9391ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 01:59:11 +0000 Subject: [PATCH] ci: release packages --- .changeset/drop-internal-build-tag.md | 5 ----- .changeset/update-prompt-states.md | 5 ----- .changeset/windows-title-bar.md | 5 ----- apps/desktop/CHANGELOG.md | 12 ++++++++++++ apps/desktop/package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/drop-internal-build-tag.md delete mode 100644 .changeset/update-prompt-states.md delete mode 100644 .changeset/windows-title-bar.md diff --git a/.changeset/drop-internal-build-tag.md b/.changeset/drop-internal-build-tag.md deleted file mode 100644 index 5c856539f..000000000 --- a/.changeset/drop-internal-build-tag.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-desktop": patch ---- - -Remove the "Internal testing only" tag. diff --git a/.changeset/update-prompt-states.md b/.changeset/update-prompt-states.md deleted file mode 100644 index f6d4e71de..000000000 --- a/.changeset/update-prompt-states.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-desktop": minor ---- - -Say when a new version is found, while it downloads, and when a download fails, instead of only once it is ready to install. diff --git a/.changeset/windows-title-bar.md b/.changeset/windows-title-bar.md deleted file mode 100644 index fc507e342..000000000 --- a/.changeset/windows-title-bar.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-desktop": minor ---- - -Give the Windows window its own title bar, so the window controls no longer sit on top of the conversation header and the window can be dragged again. diff --git a/apps/desktop/CHANGELOG.md b/apps/desktop/CHANGELOG.md index 2584653eb..daeb69904 100644 --- a/apps/desktop/CHANGELOG.md +++ b/apps/desktop/CHANGELOG.md @@ -1,5 +1,17 @@ # @pymodel/pythinker-desktop +## 0.2.0 + +### Minor Changes + +- [#151](https://github.com/PyModel/pythinker-code/pull/151) [`535b2a9`](https://github.com/PyModel/pythinker-code/commit/535b2a94bfc0e614dfeda754da174db9b9a5378e) Thanks [@elkaix](https://github.com/elkaix)! - Say when a new version is found, while it downloads, and when a download fails, instead of only once it is ready to install. + +- [#151](https://github.com/PyModel/pythinker-code/pull/151) [`535b2a9`](https://github.com/PyModel/pythinker-code/commit/535b2a94bfc0e614dfeda754da174db9b9a5378e) Thanks [@elkaix](https://github.com/elkaix)! - Give the Windows window its own title bar, so the window controls no longer sit on top of the conversation header and the window can be dragged again. + +### Patch Changes + +- [#151](https://github.com/PyModel/pythinker-code/pull/151) [`535b2a9`](https://github.com/PyModel/pythinker-code/commit/535b2a94bfc0e614dfeda754da174db9b9a5378e) Thanks [@elkaix](https://github.com/elkaix)! - Remove the "Internal testing only" tag. + ## 0.1.6 ### Patch Changes diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 8a8b97170..e5379228e 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@pymodel/pythinker-desktop", "description": "Pythinker desktop application with tray-owned Host lifecycle", - "version": "0.1.6", + "version": "0.2.0", "private": true, "type": "module", "main": "dist/main.js",