From 12b880fb976859f1818b17aac470933173e9a9dc Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 15 Nov 2022 11:05:45 +0100 Subject: [PATCH] changsets: tweak changeset to make vale happy an elaborate a bit more Signed-off-by: Patrik Oldsberg --- .changeset/early-jars-laugh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/early-jars-laugh.md b/.changeset/early-jars-laugh.md index 9b9de4ab80..44fc9b114e 100644 --- a/.changeset/early-jars-laugh.md +++ b/.changeset/early-jars-laugh.md @@ -2,4 +2,4 @@ '@backstage/version-bridge': patch --- -Debuggable/inspectable versioned values +Updated the value created by `createVersionedValueMap` to give it an extra hidden property that makes it easier to inspect during debugging.