From 5c89afa8dd978b5fb1ef695133072cf48e4dea2f Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 7 Sep 2026 11:07:01 +0200 Subject: [PATCH] fix: bump pinned frontend to 1.3.0 to fix broken pre-build compas-threejs-ts@1.2.0 was published without its dist/ app build (only dist-lib was included), which made `invoke pre-build` fail during the release pipeline with FileNotFoundError. This was fixed upstream for 1.2.1+, and 1.3.0 additionally ships the apply_transform viewer command required by Workspace.transform_geometry. Co-Authored-By: Claude Sonnet 5 --- FRONTEND_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FRONTEND_VERSION b/FRONTEND_VERSION index 26aaba0..f0bb29e 100644 --- a/FRONTEND_VERSION +++ b/FRONTEND_VERSION @@ -1 +1 @@ -1.2.0 +1.3.0