From 3a7e4c62df2f54e306008ce08416071ef98aac86 Mon Sep 17 00:00:00 2001 From: Christoph Jerolimov Date: Mon, 24 Aug 2026 11:33:50 +0200 Subject: [PATCH] chore(app-defaults): add fixed changeset group for app-defaults and app-react Ensures both packages are always released together with the same version number by adding a fixed group to the changeset config. Signed-off-by: Christoph Jerolimov Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Christoph Jerolimov --- workspaces/app-defaults/.changeset/config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/workspaces/app-defaults/.changeset/config.json b/workspaces/app-defaults/.changeset/config.json index 2bd605d0f31..6edef41feec 100644 --- a/workspaces/app-defaults/.changeset/config.json +++ b/workspaces/app-defaults/.changeset/config.json @@ -2,6 +2,12 @@ "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", "changelog": "@changesets/cli/changelog", "commit": false, + "fixed": [ + [ + "@red-hat-developer-hub/backstage-plugin-app-defaults", + "@red-hat-developer-hub/backstage-plugin-app-react" + ] + ], "linked": [], "access": "public", "baseBranch": "main",