Add changeset and api-report

Signed-off-by: Erik Sjoholm <erik.sjoholm@autodesk.com>
This commit is contained in:
Erik Sjoholm
2024-05-13 16:52:00 -07:00
parent 789aa030b3
commit 86dc29dcbe
2 changed files with 9 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-react': patch
---
Fixed a bug where links in scaffolder field markdown content e.g. - description was not able to be launched in a new tab. This fix makes it so that all links within Scaffolder Fields are launched in a new tab.
+4 -1
View File
@@ -302,7 +302,10 @@ export const createPublishGitlabMergeRequestAction: (options: {
}) => TemplateAction_2<
{
repoUrl: string;
title: string;
title: string
/**
* @public @deprecated use import from \@backstage/plugin-scaffolder-backend-module-github instead
*/;
description: string;
branchName: string;
targetBranchName?: string | undefined;