Skip to content

Commit 0aae708

Browse files
ci: release packages (#98)
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 ## @pymodel/pythinker-code@0.20.0 ### Minor Changes - [#97](#97) [`7dd68cb`](7dd68cb) - Remove the legacy pythinker-cli migration: the `pythinker migrate` subcommand, the first-launch migration prompt, and the `[imported]` session badge. ### Patch Changes - [#97](#97) [`7dd68cb`](7dd68cb) - Make the workspace header, session timestamps, and the settings row legible in dark mode on the translucent desktop sidebar. - [#96](#96) [`71c51b8`](71c51b8) - Keep the web model quick-switch menu inside the viewport when the composer sits near the top of the window. ## @pymodel/pythinker-desktop@0.1.3 ### Patch Changes - [#97](#97) [`7dd68cb`](7dd68cb) - Make the workspace header, session timestamps, and the settings row legible in dark mode on the translucent desktop sidebar. - [#97](#97) [`7dd68cb`](7dd68cb) - Publish desktop releases to a dedicated update channel so update checks resolve a desktop build instead of an unrelated release, and fail the release when a packaged build carries no update feed. - [#97](#97) [`7dd68cb`](7dd68cb) - Pin the Host port so the desktop app reconnects to its own Host, and stop reporting builds that cannot self-update as update errors. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 71c51b8 commit 0aae708

9 files changed

Lines changed: 25 additions & 29 deletions

.changeset/dark-sidebar-contrast.md

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

.changeset/desktop-dedicated-update-channel.md

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

.changeset/desktop-pin-host-port.md

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

.changeset/remove-legacy-migration.md

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

.changeset/web-model-dropdown-viewport.md

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

apps/desktop/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @pymodel/pythinker-desktop
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#97](https://github.com/PyModel/pythinker-code/pull/97) [`7dd68cb`](https://github.com/PyModel/pythinker-code/commit/7dd68cba572576616dfca1730e79c5e650006508) - Make the workspace header, session timestamps, and the settings row legible in dark mode on the translucent desktop sidebar.
8+
9+
- [#97](https://github.com/PyModel/pythinker-code/pull/97) [`7dd68cb`](https://github.com/PyModel/pythinker-code/commit/7dd68cba572576616dfca1730e79c5e650006508) - Publish desktop releases to a dedicated update channel so update checks resolve a desktop build instead of an unrelated release, and fail the release when a packaged build carries no update feed.
10+
11+
- [#97](https://github.com/PyModel/pythinker-code/pull/97) [`7dd68cb`](https://github.com/PyModel/pythinker-code/commit/7dd68cba572576616dfca1730e79c5e650006508) - Pin the Host port so the desktop app reconnects to its own Host, and stop reporting builds that cannot self-update as update errors.
12+
313
## 0.1.2
414

515
### Patch Changes

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pymodel/pythinker-desktop",
33
"description": "Pythinker desktop application with tray-owned Host lifecycle",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"private": true,
66
"type": "module",
77
"main": "dist/main.js",

apps/pythinker-code/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @pymodel/pythinker-code
22

3+
## 0.20.0
4+
5+
### Minor Changes
6+
7+
- [#97](https://github.com/PyModel/pythinker-code/pull/97) [`7dd68cb`](https://github.com/PyModel/pythinker-code/commit/7dd68cba572576616dfca1730e79c5e650006508) - Remove the legacy pythinker-cli migration: the `pythinker migrate` subcommand, the first-launch
8+
migration prompt, and the `[imported]` session badge.
9+
10+
### Patch Changes
11+
12+
- [#97](https://github.com/PyModel/pythinker-code/pull/97) [`7dd68cb`](https://github.com/PyModel/pythinker-code/commit/7dd68cba572576616dfca1730e79c5e650006508) - Make the workspace header, session timestamps, and the settings row legible in dark mode on the translucent desktop sidebar.
13+
14+
- [#96](https://github.com/PyModel/pythinker-code/pull/96) [`71c51b8`](https://github.com/PyModel/pythinker-code/commit/71c51b87879afe13309683c69d5ab8eb7669d72d) - Keep the web model quick-switch menu inside the viewport when the composer sits near the top of the window.
15+
316
## 0.19.1
417

518
### Patch Changes

apps/pythinker-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pymodel/pythinker-code",
3-
"version": "0.19.1",
3+
"version": "0.20.0",
44
"description": "The Starting Point for Next-Gen Agents",
55
"license": "MIT",
66
"author": "Pythoughts",

0 commit comments

Comments
 (0)