Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"Packages/src": "3.0.0-beta.0"
"Packages/src": "0.45.2"
}
213 changes: 213 additions & 0 deletions Packages/src/CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Packages/src/Cli~/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Packages/src/Cli~/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uloop-cli",
"version": "3.0.0-beta.0",
"version": "0.45.2",
"//version": "x-release-please-version",
"description": "CLI tool for Unity Editor communication via Unity CLI Loop",
"main": "dist/dispatcher.bundle.cjs",
Expand Down
2 changes: 1 addition & 1 deletion Packages/src/Cli~/src/default-tools.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-beta.0",
"version": "0.45.2",
"tools": [
{
"name": "compile",
Expand Down
2 changes: 1 addition & 1 deletion Packages/src/Cli~/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* This file exists to avoid bundling the entire package.json into the CLI bundle.
* This version is automatically updated by release-please.
*/
export const VERSION = '3.0.0-beta.0'; // x-release-please-version
export const VERSION = '0.45.2'; // x-release-please-version
2 changes: 1 addition & 1 deletion Packages/src/Editor/Config/McpVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace io.github.hatayama.uLoopMCP
{
public static class McpVersion
{
public const string VERSION = "3.0.0-beta.0"; // x-release-please-version
public const string VERSION = "0.45.2"; // x-release-please-version
}
}
2 changes: 1 addition & 1 deletion Packages/src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io.github.hatayama.uloopmcp",
"version": "3.0.0-beta.0",
"version": "0.45.2",
"displayName": "Unity CLI Loop",
"description": "AI-driven development loop for Unity via CLI.",
"unity": "2022.3",
Expand Down