From 1e9501be9b749709e5485413287fcf343638bcb2 Mon Sep 17 00:00:00 2001 From: Jack Zhuang <50353452+hotlong@users.noreply.github.com> Date: Thu, 21 May 2026 21:31:07 +0800 Subject: [PATCH] chore: drop @objectstack/service-cloud from changeset fixed list The package was removed from this repo in #1257 (cloud split) but its entry in .changeset/config.json's `fixed` list was left behind. Every Release workflow run since then has failed with: ValidationError: The package or glob expression "@objectstack/service-cloud" specified in the `fixed` option does not match any package in the project. Removing the entry unblocks 'changesets/action', which will then update PR #1256 (chore: version packages) to bump remaining published packages 4.0.5 -> 4.1.0 (minor, driven by the @objectstack/cli changeset added in #1260). Merging that PR triggers npm publish. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .changeset/config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 4722b02af..e5c2c09ef 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -45,7 +45,6 @@ "@objectstack/service-realtime", "@objectstack/service-ai", "@objectstack/service-storage", - "@objectstack/service-cloud", "@objectstack/service-package", "@objectstack/service-tenant", "@objectstack/docs",