From 5235615d7d25710fbca7c0d3d019fb4c6fd93bc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 14:28:19 +0000 Subject: [PATCH] chore: release v3-beta --- .release-please-manifest.json | 2 +- Packages/src/CHANGELOG.md | 13 +++++++++++++ Packages/src/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e04204eff..bf5d79385 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "Packages/src": "3.0.0-beta.61", + "Packages/src": "3.0.0-beta.62", "cli/dispatcher": "3.0.0-beta.20", "cli/project-runner": "3.0.0-beta.57" } diff --git a/Packages/src/CHANGELOG.md b/Packages/src/CHANGELOG.md index f955acdb3..bfacd9fd2 100644 --- a/Packages/src/CHANGELOG.md +++ b/Packages/src/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.0.0-beta.62](https://github.com/hatayama/unity-cli-loop/compare/v3.0.0-beta.61...v3.0.0-beta.62) (2026-07-23) + + +### Features + +* keep editor ticking while unfocused via scoped SignalTick pump ([#1963](https://github.com/hatayama/unity-cli-loop/issues/1963)) ([64bef8a](https://github.com/hatayama/unity-cli-loop/commit/64bef8a13aad5a1b23c652df556cf799239d24ef)) +* Show live progress feedback while installing the CLI ([#1959](https://github.com/hatayama/unity-cli-loop/issues/1959)) ([06ae9f3](https://github.com/hatayama/unity-cli-loop/commit/06ae9f3ec8c4a7428c1681cfd8585a34ff4d08d8)) + + +### Bug Fixes + +* Restore green EditMode suite for schema and startup-hook guards ([#1962](https://github.com/hatayama/unity-cli-loop/issues/1962)) ([3a8817e](https://github.com/hatayama/unity-cli-loop/commit/3a8817ede32b2725b32595e8a88971fbdbf8da07)) + ## [3.0.0-beta.61](https://github.com/hatayama/unity-cli-loop/compare/v3.0.0-beta.60...v3.0.0-beta.61) (2026-07-23) diff --git a/Packages/src/package.json b/Packages/src/package.json index 61b170e02..7dd48f5d9 100644 --- a/Packages/src/package.json +++ b/Packages/src/package.json @@ -1,6 +1,6 @@ { "name": "io.github.hatayama.uloopmcp", - "version": "3.0.0-beta.61", + "version": "3.0.0-beta.62", "displayName": "Unity CLI Loop", "description": "AI-driven development loop for Unity via CLI.", "unity": "2022.3",