Skip to content

Commit 1f47846

Browse files
ci: release packages
1 parent 08b2be6 commit 1f47846

6 files changed

Lines changed: 18 additions & 12 deletions

File tree

.changeset/provider-delete-sticks.md

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

.changeset/reenable-self-update.md

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

apps/desktop/CHANGELOG.md

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

3+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- [#286](https://github.com/PyModel/pythinker-code/pull/286) [`08b2be6`](https://github.com/PyModel/pythinker-code/commit/08b2be61427245bfb8c078fd73a1da68c14f13d2) Thanks [@elkaix](https://github.com/elkaix)! - Fix deleting a provider in the web and desktop settings: the provider and its models now disappear from the model picker, a failed delete shows an error, and a background catalog refresh no longer brings a deleted provider back.
8+
9+
- [#285](https://github.com/PyModel/pythinker-code/pull/285) [`3b6d4d0`](https://github.com/PyModel/pythinker-code/commit/3b6d4d0dc424b550381c2926ee6c5b30bb1b1797) Thanks [@elkaix](https://github.com/elkaix)! - Restore `pythinker update` and `pythinker upgrade`: version checks read code.pythinker.com again and native installs download the release archive from GitHub.
10+
311
## 0.9.1
412

513
### 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.9.1",
4+
"version": "0.9.2",
55
"private": true,
66
"type": "module",
77
"main": "dist/main.js",

apps/pythinker-code/CHANGELOG.md

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

3+
## 1.11.2
4+
5+
### Patch Changes
6+
7+
- [#286](https://github.com/PyModel/pythinker-code/pull/286) [`08b2be6`](https://github.com/PyModel/pythinker-code/commit/08b2be61427245bfb8c078fd73a1da68c14f13d2) Thanks [@elkaix](https://github.com/elkaix)! - Fix deleting a provider in the web and desktop settings: the provider and its models now disappear from the model picker, a failed delete shows an error, and a background catalog refresh no longer brings a deleted provider back.
8+
9+
- [#285](https://github.com/PyModel/pythinker-code/pull/285) [`3b6d4d0`](https://github.com/PyModel/pythinker-code/commit/3b6d4d0dc424b550381c2926ee6c5b30bb1b1797) Thanks [@elkaix](https://github.com/elkaix)! - Restore `pythinker update` and `pythinker upgrade`: version checks read code.pythinker.com again and native installs download the release archive from GitHub.
10+
311
## 1.11.1
412

513
### 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": "1.11.1",
3+
"version": "1.11.2",
44
"description": "The Starting Point for Next-Gen Agents",
55
"license": "MIT",
66
"author": "PyModel",

0 commit comments

Comments
 (0)