From ab009fbdec25a1478ebdf73e51ea7976774db87b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:29:23 +0000 Subject: [PATCH] Version Packages --- .tegami/publish-lock.yaml | 23 +++++++++++++++++++ packages/create/package.json | 2 +- packages/material/package.json | 2 +- packages/renderer/package.json | 2 +- .../scripts/CHANGELOG.md | 5 +--- packages/scripts/package.json | 2 +- unity/clearscript/package.json | 2 +- unity/core/package.json | 2 +- unity/jint/package.json | 2 +- unity/quickjs/package.json | 2 +- 10 files changed, 32 insertions(+), 12 deletions(-) create mode 100644 .tegami/publish-lock.yaml rename .tegami/2026-07-28-a7f3c1.md => packages/scripts/CHANGELOG.md (96%) diff --git a/.tegami/publish-lock.yaml b/.tegami/publish-lock.yaml new file mode 100644 index 000000000..db9a12859 --- /dev/null +++ b/.tegami/publish-lock.yaml @@ -0,0 +1,23 @@ +core:changelogs: + - content: "---\npackages:\n npm:@reactunity/scripts:\n type: minor\n---\n\n### Serve the web previewer without installing it\n\nThe dev server's previewer now works out of the box. Visiting the dev server address in a browser opens a Unity WebGL player running your UI, with no extra package to install.\n\nPreviously this required the optional `@reactunity/previewer` dependency, which shipped a ~107 MB Unity build in its npm tarball — a cost every install paid for a page many projects never opened. The build is now hosted on `reactunity.github.io` and fetched on first load, then cached by the browser. `@reactunity/previewer` is no longer used and has been dropped from `peerDependencies`; you can remove it from your project.\n\nBecause the build is fetched rather than bundled, the first load needs network access. To preview offline — or to preview your own Unity scene — put a previewer build in a `previewer` folder in your project so that `previewer/index.html` exists. The dev server serves that in preference to the built-in previewer, and your project's own `public` folder takes precedence over both.\n\nThe dev server also serves `/info.html`, explaining how to point Unity's `DevServer` property at it. That guidance used to be the page shown at `/`.\n\n### Fix the `previewer` folder override being ignored\n\nA custom previewer placed in a `previewer` folder was never actually served. The dev server read `paths.appPreviewer`, but that key was only defined when developing `react-unity-scripts` in its own repository — in a published install the path resolved to `undefined`, so the documented override silently did nothing.\n" + filename: 2026-07-28-a7f3c1.md + v: 0.0.0 +core:packages: + - id: npm:@reactunity/monorepo + updated: false + - id: npm:@reactunity/create + updated: true + - id: npm:@reactunity/material + updated: true + - id: npm:@reactunity/renderer + updated: true + - changelogIds: + - 2026-07-28-a7f3c1.md + id: npm:@reactunity/scripts + updated: true +npm:packages: + - id: npm:@reactunity/monorepo + - id: npm:@reactunity/create + - id: npm:@reactunity/material + - id: npm:@reactunity/renderer + - id: npm:@reactunity/scripts diff --git a/packages/create/package.json b/packages/create/package.json index e2691d7f7..af6b4dde5 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -1,6 +1,6 @@ { "name": "@reactunity/create", - "version": "0.22.0", + "version": "0.23.0", "description": "Scaffold a ReactUnity app using npm init", "license": "MIT", "//type": "ESM, as of the chalk 6 / commander 15 upgrade: both dropped CommonJS. index.ts is emitted next to itself as ESM, so `bin` keeps pointing at index.js.", diff --git a/packages/material/package.json b/packages/material/package.json index d857a4824..0bccadee0 100644 --- a/packages/material/package.json +++ b/packages/material/package.json @@ -1,6 +1,6 @@ { "name": "@reactunity/material", - "version": "0.22.0", + "version": "0.23.0", "description": "Material Design components and utilities for React Unity", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/renderer/package.json b/packages/renderer/package.json index 8387e3796..28e578ce2 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -1,6 +1,6 @@ { "name": "@reactunity/renderer", - "version": "0.22.0", + "version": "0.23.0", "description": "React renderer for Unity3D", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", diff --git a/.tegami/2026-07-28-a7f3c1.md b/packages/scripts/CHANGELOG.md similarity index 96% rename from .tegami/2026-07-28-a7f3c1.md rename to packages/scripts/CHANGELOG.md index 34cd9cc0c..4abaaabe1 100644 --- a/.tegami/2026-07-28-a7f3c1.md +++ b/packages/scripts/CHANGELOG.md @@ -1,7 +1,4 @@ ---- -packages: - "npm:@reactunity/scripts": minor ---- +## @reactunity/scripts@0.23.0 ### Serve the web previewer without installing it diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 1cf6ed2a4..db56c2ba4 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -1,6 +1,6 @@ { "name": "@reactunity/scripts", - "version": "0.22.0", + "version": "0.23.0", "description": "Configuration and scripts for React Unity.", "repository": { "type": "git", diff --git a/unity/clearscript/package.json b/unity/clearscript/package.json index f65506031..cae3b38af 100644 --- a/unity/clearscript/package.json +++ b/unity/clearscript/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/KurtGokhan" }, "displayName": "React Unity ClearScript", - "version": "0.22.0", + "version": "0.23.0", "unity": "2019.4", "description": "ClearScript (V8) Plugin for ReactUnity", "keywords": ["ReactUnity", "ClearScript", "V8"], diff --git a/unity/core/package.json b/unity/core/package.json index d3dd2b1c7..af49caf2c 100644 --- a/unity/core/package.json +++ b/unity/core/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/KurtGokhan" }, "displayName": "React Unity", - "version": "0.22.0", + "version": "0.23.0", "unity": "2021.3", "description": "React renderer for Unity", "keywords": ["React", "Framework", "UI", "UGUI", "UIToolkit"], diff --git a/unity/jint/package.json b/unity/jint/package.json index f15ccb469..2690bade2 100644 --- a/unity/jint/package.json +++ b/unity/jint/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/KurtGokhan" }, "displayName": "React Unity Jint", - "version": "0.22.0", + "version": "0.23.0", "unity": "2019.4", "description": "Jint Plugin for ReactUnity", "keywords": ["ReactUnity", "Jint"], diff --git a/unity/quickjs/package.json b/unity/quickjs/package.json index 33154dbb2..139e83938 100644 --- a/unity/quickjs/package.json +++ b/unity/quickjs/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/KurtGokhan" }, "displayName": "React Unity QuickJS", - "version": "0.22.0", + "version": "0.23.0", "unity": "2019.4", "description": "QuickJS Plugin for ReactUnity", "keywords": ["ReactUnity", "QuickJS"],