From 86beb5af29f8bb04b2e38871834f4c23c556f010 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 10:01:34 +0000 Subject: [PATCH] chore: version packages --- .changeset/fix-release-workflow.md | 9 --------- apps/desktop/CHANGELOG.md | 10 ++++++++++ apps/desktop/package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/fix-release-workflow.md diff --git a/.changeset/fix-release-workflow.md b/.changeset/fix-release-workflow.md deleted file mode 100644 index 7e62a3ae..00000000 --- a/.changeset/fix-release-workflow.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@mcpmux/desktop": patch ---- - -Fix release workflow to properly create GitHub releases with changelog and binaries. The workflow now: -- Creates GitHub releases with proper release notes from changesets -- Uploads MSI, DEB, DMG, and AppImage packages to the release -- Generates updater JSON with signatures for auto-updates -- Uses @changesets/changelog-github for better changelog formatting with PR/author links diff --git a/apps/desktop/CHANGELOG.md b/apps/desktop/CHANGELOG.md index c3de3617..3b46c77a 100644 --- a/apps/desktop/CHANGELOG.md +++ b/apps/desktop/CHANGELOG.md @@ -1,5 +1,15 @@ # @mcpmux/desktop +## 0.1.2 + +### Patch Changes + +- [#5](https://github.com/MCP-Mux/mcp-mux/pull/5) [`513fbee`](https://github.com/MCP-Mux/mcp-mux/commit/513fbeeab2ca3c57f6601887b5500cb3d7b7aa92) Thanks [@its-mash](https://github.com/its-mash)! - Fix release workflow to properly create GitHub releases with changelog and binaries. The workflow now: + - Creates GitHub releases with proper release notes from changesets + - Uploads MSI, DEB, DMG, and AppImage packages to the release + - Generates updater JSON with signatures for auto-updates + - Uses @changesets/changelog-github for better changelog formatting with PR/author links + ## 0.1.1 ### Patch Changes diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 1c02d6ba..071eae5f 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@mcpmux/desktop", "private": true, - "version": "0.1.1", + "version": "0.1.2", "type": "module", "scripts": { "dev": "tauri dev",