From d284058d720769c2f2f27ab67d4f603aff8643ea Mon Sep 17 00:00:00 2001 From: Martin Marosi Date: Mon, 18 Nov 2024 15:41:52 +0100 Subject: [PATCH 1/2] chore: add missing migration docs for standalone --- docs/migrations/nx-workspace-manager.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/migrations/nx-workspace-manager.md b/docs/migrations/nx-workspace-manager.md index 34ee5be4b..489e049ca 100644 --- a/docs/migrations/nx-workspace-manager.md +++ b/docs/migrations/nx-workspace-manager.md @@ -105,3 +105,9 @@ The location of this module changed! This module was causing a circular dependency with the `@redhat-cloud-services/frontend-components-notifications` package! The automated notifications dispatch was removed on the export PDF promise resolution or rejection. The se notifications even should be handled by the consuming code, not internally in the pdf export function! + +### @redhat-cloud-services/frontend-components-config-utilities + +#### Standalone + +The standalone version of development environment was removed. The feature was not supported for a long time and its superseded by ephemeral environments. From 7d1c30cf185bb43e5b915b5f5ebadd9cc4157d64 Mon Sep 17 00:00:00 2001 From: Martin Marosi Date: Mon, 18 Nov 2024 15:44:39 +0100 Subject: [PATCH 2/2] chore: enable version tracking between packages --- nx.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nx.json b/nx.json index 97484615c..492ea24d2 100644 --- a/nx.json +++ b/nx.json @@ -22,6 +22,9 @@ "test:unit": { "dependsOn": ["^test"], "cache": true + }, + "version": { + "dependsOn": ["^version"] } }, "defaultBase": "origin/master",