From 871888a3a10f1416e115afc3a06ad9260ae048f7 Mon Sep 17 00:00:00 2001 From: Sebastian Poxhofer Date: Sat, 13 Sep 2025 08:45:02 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Sebastian Poxhofer --- .changeset/slimy-ghosts-rescue.md | 2 +- plugins/devtools-react/README.md | 2 +- plugins/devtools-react/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/slimy-ghosts-rescue.md b/.changeset/slimy-ghosts-rescue.md index e519411341..c732293c54 100644 --- a/.changeset/slimy-ghosts-rescue.md +++ b/.changeset/slimy-ghosts-rescue.md @@ -1,6 +1,6 @@ --- '@backstage/plugin-catalog-unprocessed-entities': patch -'@backstage/plugin-devtools-react': patch +'@backstage/plugin-devtools-react': minor '@backstage/plugin-devtools': patch --- diff --git a/plugins/devtools-react/README.md b/plugins/devtools-react/README.md index a6ca2b4723..fe08b182a7 100644 --- a/plugins/devtools-react/README.md +++ b/plugins/devtools-react/README.md @@ -1,5 +1,5 @@ # @backstage/plugin-devtools-react -Welcome to the web library package for the devtools plugin! +Welcome to the web library package for the `devtools` plugin! _This plugin was created through the Backstage CLI_ diff --git a/plugins/devtools-react/package.json b/plugins/devtools-react/package.json index d5c57f7657..bec1564d80 100644 --- a/plugins/devtools-react/package.json +++ b/plugins/devtools-react/package.json @@ -1,6 +1,6 @@ { "name": "@backstage/plugin-devtools-react", - "version": "0.1.0", + "version": "0.0.0", "description": "Web library for the devtools plugin", "backstage": { "role": "web-library",