From 47ca9472790bd3ab58f3bffb9e5108b4748b61c9 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 13 Apr 2026 23:48:27 +0200 Subject: [PATCH] Fix changeset wording to remove incorrect toJSON mention Signed-off-by: Patrik Oldsberg Made-with: Cursor --- .changeset/harmonize-phantom-t-getter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/harmonize-phantom-t-getter.md b/.changeset/harmonize-phantom-t-getter.md index 88e0bff995..566d889984 100644 --- a/.changeset/harmonize-phantom-t-getter.md +++ b/.changeset/harmonize-phantom-t-getter.md @@ -2,4 +2,4 @@ '@backstage/backend-plugin-api': patch --- -Aligned `.T` behavior between `ExtensionPoint` and `ServiceRef` to consistently return `null` instead of throwing, and added `toJSON()` parity for `ExtensionPoint`. +Aligned `.T` behavior between `ExtensionPoint` and `ServiceRef` to consistently return `null` instead of throwing.