Skip to content

Commit 370f0fa

Browse files
ci: release packages (#227)
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-desktop@0.3.9 ### Patch Changes - [#228](#228) [`62e2e75`](62e2e75) Thanks [@elkaix](https://github.com/elkaix)! - Lay out the update release notes as a readable list with the build reference as a footnote, and show when there is more to scroll. - [#226](#226) [`e9ebda6`](e9ebda6) Thanks [@elkaix](https://github.com/elkaix)! - Show the changelog for the new version in the update dialog instead of a build stamp with raw HTML tags. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Update dialogs now display the new version’s changelog instead of a raw build stamp or HTML markup. - Release notes are presented as a readable list with the build reference shown as a footnote. - A scroll indicator appears when additional release-note content is available. - **Release** - Desktop application updated to version 0.3.9. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 62e2e75 commit 370f0fa

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

‎.changeset/desktop-release-notes-design.md‎

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

‎.changeset/desktop-release-notes-from-changelog.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.3.9
4+
5+
### Patch Changes
6+
7+
- [#228](https://github.com/PyModel/pythinker-code/pull/228) [`62e2e75`](https://github.com/PyModel/pythinker-code/commit/62e2e7519eba322efef292e0e8e74b13fcdd1274) Thanks [@elkaix](https://github.com/elkaix)! - Lay out the update release notes as a readable list with the build reference as a footnote, and show when there is more to scroll.
8+
9+
- [#226](https://github.com/PyModel/pythinker-code/pull/226) [`e9ebda6`](https://github.com/PyModel/pythinker-code/commit/e9ebda62179656ebdac87a529e903ffaf0cdcdcd) Thanks [@elkaix](https://github.com/elkaix)! - Show the changelog for the new version in the update dialog instead of a build stamp with raw HTML tags.
10+
311
## 0.3.8
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.3.8",
4+
"version": "0.3.9",
55
"private": true,
66
"type": "module",
77
"main": "dist/main.js",

0 commit comments

Comments
 (0)